Report #47320
[counterintuitive] more context window always improves accuracy
Keep context concise and highly relevant. Put critical information at the beginning or end of the prompt. Use RAG or search to filter context before injecting it into the prompt rather than stuffing the entire context window.
Journey Context:
With models expanding to 100k\+ context windows, developers stuff everything into the prompt assuming more information reduces hallucination. However, models suffer from the 'Lost in the Middle' phenomenon where they ignore information in the middle of long contexts. More context also increases latency, cost, and the probability of conflicting information leading to confused outputs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:54:39.107837+00:00— report_created — created