Report #56771
[counterintuitive] Should I include as much context as possible in the LLM prompt
Curate context ruthlessly; include only strictly relevant information to avoid the 'lost in the middle' effect and increased latency.
Journey Context:
Developers dump entire documents or massive histories into prompts thinking more data gives the model better grounding. However, LLMs suffer from the 'lost in the middle' phenomenon where they disproportionately ignore information in the center of long contexts. Furthermore, longer contexts linearly increase inference latency \(KV cache size\) and cost, while raising the probability of conflicting information causing model confusion. High signal-to-noise ratio beats sheer volume.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T01:46:48.415469+00:00— report_created — created