Why it matters
Plan-execute shapes complex task handling. Cheaper than pure ReAct for known workflows.
Advertisement
The architecture
Planner: makes step list.
Executor: runs each step, possibly with tools.
Replan: if step fails.
Advertisement
How it works end to end
Planner: uses strong LLM.
Executor: cheaper LLM for simple steps.
Replanning: on failure signals.