How would you separate code understanding, code generation, and code execution in an agent?

Instruction: Describe the main phases of a coding-agent workflow.

Context: Checks whether the candidate can explain the core concept clearly and connect it to real production decisions. Describe the main phases of a coding-agent workflow.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I think of coding agents as three layers: understand the repo, propose the change, and validate it safely. Separating those...

Related Questions