Report #3109
[agent\_craft] Model keeps acting on outdated assumptions from earlier in the conversation
At the start of each turn, explicitly re-ground: restate the current task, the files and tool outputs actually loaded, and the open decisions. Do not trust the model to remember what is still true.
Journey Context:
Long sessions accumulate stale hypotheses. The model will confidently reuse an old file path, a removed dependency, or a changed plan unless you force it to re-derive state from fresh evidence. Summaries help, but they are lossy; a short 'current working state' block appended to the latest user message beats a long compressed history because it is re-read every turn. Many agents dump the whole transcript and hope attention works—it does not; attention decays and the model over-weights recent turns. Re-grounding adds tokens but cuts hallucination and rework.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T15:31:43.829257+00:00— report_created — created