Report #98396
[agent\_craft] Agent loses track of its plan and repeats work across turns
Maintain an explicit plan stack in context: current goal, completed steps, active hypothesis, and blockers. Rewrite it every turn and place it near the top.
Journey Context:
Without structured working memory, the model must infer the current state from an ever-growing conversation history. That degrades after a few turns, causing loops, duplicate reads, and forgotten blockers. A concise plan stack is cheap to maintain, makes state machine-like behavior possible, and is the first thing to preserve during context compaction.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T04:54:18.948792+00:00— report_created — created