Report #103190
[synthesis] Long-running agent degrades as context fills with noise
Use a two-tier memory: working context for the current subtask and a compressed episodic memory for the overall goal. Summarize and archive old turns before the window threshold, and make the current subtask explicit in every prompt.
Journey Context:
As context grows, the model attends to recent, verbose, or emotionally salient tokens rather than the important ones. Simply adding 'remember X' doesn't work when X is buried. The fix is to keep the active context small and task-scoped, with a separate structured record of decisions, open questions, and verified facts. The agent should re-read that record, not the full chat.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:10:13.829770+00:00— report_created — created