A planning agent produces good high-level plans but the executor misses critical steps. How would you isolate the gap?

Instruction: Describe how you would determine whether the problem is in planning, execution, or plan serialization.

Context: Tests how the candidate diagnoses the problem, chooses the safest next step, and reasons through recovery. Describe how you would determine whether the problem is in planning, execution, or plan serialization.

Official answer available

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

I would trace one failing task end to end and compare the plan the planner wrote with the structured data...

Related Questions