Report #44287
[synthesis] Agent executes plans successfully but the plans themselves are increasingly suboptimal or brittle
In plan-then-execute agents, log the initial plan separately from execution traces. Compute a plan-execution divergence score: edit distance between planned and actual steps, or ratio of plan steps that required mid-execution revision. A rising divergence score indicates the agent's planning is degrading even though execution mechanics compensate. Periodically sample and human-evaluate plan quality independently of execution success.
Journey Context:
Most agent monitoring focuses on execution: did each step succeed? Did the agent reach the goal? But in agents that plan-then-execute \(Plan-and-Solve, ReWOO, LATS\), plan quality can degrade independently. The agent may still reach the goal, but via increasingly circuitous or brittle paths. This is invisible to execution metrics. The synthesis combines two insights: \(1\) plan quality is the first thing to degrade after model updates or prompt changes — before execution errors appear, because the executor can often compensate for a bad plan through self-correction, and \(2\) plan-execution divergence is a measurable proxy for plan quality that doesn't require human evaluation. When the agent frequently deviates from its own plan, the plan was wrong. This is especially valuable because it can be computed automatically from traces. The ReWOO pattern explicitly separates planner and worker steps, making this naturally measurable in the trace structure.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T04:48:17.913680+00:00— report_created — created