Report #30161
[frontier] Agent quality degrades noticeably after context exceeds ~50% of window capacity—what to do
Implement context rotation: periodically summarize session state, active constraints, and progress into a compressed structured checkpoint. Start a fresh context segment with the checkpoint as the new system context. The checkpoint must include: \(1\) original constraints verbatim, \(2\) key decisions made and their rationale, \(3\) current task state, \(4\) identity/persona definition. Use structured format \(lists, headers\), never narrative prose.
Journey Context:
Rather than fighting attention dilution, production teams accept it and work around it. A fresh context with a good summary consistently outperforms a long context with original instructions. The key insight: the cost of summarization error is lower than the cost of attention dilution. You lose some detail but regain full instruction adherence. The checkpoint format matters critically—narrative summaries cause the model to treat constraints as story elements rather than binding instructions. Structured checkpoints \(constraint list, decision log, task state\) preserve instruction force. Production teams in 2025-2026 are building this rotation into agent runtimes as a default behavior, not an emergency measure.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:00:53.197049+00:00— report_created — created