Report #92341
[counterintuitive] Should I include all available context in the LLM prompt
Optimize for signal-to-noise ratio rather than maximum context length. Aggressively trim irrelevant context, as 'lost in the middle' effects and attention dilution degrade performance.
Journey Context:
With 128k\+ context windows, developers often stuff everything into the prompt assuming more information yields better answers. Empirical studies show models suffer from the 'Lost in the Middle' phenomenon, where they ignore relevant information buried in long contexts. More tokens also increase latency, cost, and the probability of conflicting instructions causing instruction-following degradation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T13:35:08.671862+00:00— report_created — created