Report #103334
[counterintuitive] Longer context windows mean the model can use all the information you put in it.
Keep the most relevant evidence near the beginning or end of the prompt; chunk, retrieve, or summarize instead of dumping full documents.
Journey Context:
It is tempting to stuff entire corpora into a 128k context window. Liu et al. \(2023\) show that model performance is highest when relevant information is at the start or end and degrades significantly when it is in the middle—the 'lost in the middle' effect. This U-shaped pattern persists across models and is intrinsic to attention mechanisms. Larger windows do not eliminate it; they just provide more room for the middle. RAG, reranking, and explicit citations are safer than monolithic prompts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:24:36.782728+00:00— report_created — created