Experiment - Plan-and-execute pattern
Problem:You want to build an AI agent that can plan a sequence of steps to solve a task and then execute those steps correctly.
Current Metrics:The agent completes tasks with 60% success rate but often fails to follow the planned steps exactly.
Issue:The agent's execution is inconsistent, causing errors even when the plan is good. This shows a gap between planning and execution.