Report #100825
[counterintuitive] More context is always better for LLM accuracy
Bound context to the smallest relevant set; place the most critical evidence at the start or end of the prompt; use retrieval and chunk reordering instead of stuffing the full window.
Journey Context:
Developers often assume that because a model advertises a 100k\+ token window, feeding it everything improves recall. The 'Lost in the Middle' study shows the opposite: accuracy drops 15-30% when the answer sits in the middle of a long context, even within the supported window. More context also increases latency, cost, and the chance of conflicting or irrelevant text. The right model is that context is a scarce, managed resource: retrieve selectively, rerank, and reorder so the strongest evidence occupies the primacy and recency positions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-02T05:09:39.786275+00:00— report_created — created