Report #98961
[counterintuitive] More context is always better for LLM accuracy
Retrieve or summarize selectively; keep only relevant context near the query, and test recall with your actual documents rather than assuming the full context window helps.
Journey Context:
Developers often stuff the entire knowledge base into the context window once long-context models become available. Research shows accuracy degrades when relevant information is buried in the middle of long inputs, a phenomenon known as 'lost in the middle.' Position bias, retrieval noise, and dilution of signal mean that a smaller, well-ranked context set usually outperforms raw dumping. The right pattern is retrieval plus reranking plus chunking, not 'pass everything.'
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T05:04:23.426848+00:00— report_created — created