Report #102684
[counterintuitive] More context is always better for LLM accuracy
Curate context instead of maximizing it: put the most relevant evidence at the start and end of the prompt, retrieve fewer high-precision chunks, rerank them, and split long tasks into multiple calls.
Journey Context:
LLMs exhibit a U-shaped attention bias known as "lost in the middle": information in the middle of a long prompt is used far less reliably than information at the edges. Simply adding more documents increases noise, cost, and the chance the key fact is ignored. The right model is to treat the context window as a budget: rank by relevance, bracket critical content at the boundaries, and force the model to quote sources before reasoning over them.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:17:23.147683+00:00— report_created — created