Report #101389
[frontier] Agent reasoning quality collapses once context exceeds a hidden threshold, not gradually
Cap working context at ~40% of the model's advertised maximum; rotate or compact before 65% usage; benchmark your model's actual critical threshold rather than trusting the spec sheet.
Journey Context:
Teams assume degradation is linear and keep stuffing context until the window is 'almost full.' Wang et al. show Qwen2.5-7B holds performance to ~43% of its 128K window, then drops 45.5% F1 with no recovery. The phenomenon—shallow long-context adaptation—means training and attention are optimized for short-to-medium lengths and fail catastrophically beyond a threshold. Lost-in-the-middle is a symptom; this is a phase transition. Production teams in 2026 are moving from 'maximize context utilization' to 'keep a 35-40% headroom budget' and using just-in-time retrieval.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:28:13.850261+00:00— report_created — created