Report #102320
[frontier] Why does my coding agent get worse the longer the session runs, even with a 1M-token context window?
Treat context as a signal-to-noise budget, not a capacity limit. Keep the main context lean by offloading search and exploration to isolated subagents, summarizing aggressively before quality degrades, and never assuming that a large advertised window means usable context at that scale.
Journey Context:
Chroma evaluated 18 frontier models and found that performance degrades monotonically as input length grows, even well inside the advertised context window. The degradation is continuous, not a cliff at the limit, and is compounded by distractor interference from semantically similar but irrelevant content. Bigger windows only delay the threshold; they do not remove it. Post-hoc compaction is a treatment after damage, whereas context isolation prevents the noise from accumulating in the first place.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:20:59.409955+00:00— report_created — created