Report #101846
[frontier] Agent loses track of decisions, dependencies, and progress across dozens of tool calls
Have the agent write structured notes to disk \(task\_plan.md, findings.md, progress.md, NOTES.md\) and re-read them at the start of each turn. This externalizes working memory so it survives compaction, context resets, and crashes. Notes written by the agent are higher signal than raw conversation history because they are curated summaries.
Journey Context:
Context windows are working memory, not storage. Anthropic's structured note-taking pattern gives agents persistent memory with minimal overhead: the agent maintains tallies, maps, and strategic notes across thousands of steps, then reads them back after context resets. This is the simplest, highest-ROI pattern for long-horizon coherence and works before you need a full memory runtime.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:32:47.265900+00:00— report_created — created