Report #99900
[synthesis] Agent locks into an initial plan and ignores contradictory evidence
Build in explicit 'plan invalidation' triggers: when a new observation contradicts a plan assumption, stop and replan from scratch rather than patch the plan. Maintain a 'live assumptions' register.
Journey Context:
Classical planning knows about replanning, but LLM agents generate a narrative plan once and then treat it as a story to complete. The failure mode is commitment escalation: each step invests more sunk cost in the original plan. 'Be flexible' prompts do not work because the plan is in context. The fix is to periodically regenerate the plan from a compressed state, not from the full action history.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-30T05:15:13.849306+00:00— report_created — created