Report #101757
[counterintuitive] More context is always better for LLM performance
Retrieve or inject only the most relevant, compact context; place key evidence at the start or end of the prompt, and measure whether adding extra text actually improves the task metric.
Journey Context:
Larger context windows are often treated as free memory, but Liu et al. show that model performance degrades when relevant information sits in the middle of long contexts \('lost in the middle'\). Attention is non-uniform, so stuffing full documents, chat histories, or retrievals hurts recall of middle content. The better pattern is targeted retrieval, chunk summaries, and reranking, then keeping the final prompt focused. Alternatives like full-document stuffing or naive top-k retrieval add noise and cost without gains.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:23:41.914663+00:00— report_created — created