Report #90031
[counterintuitive] Should I put all available context into the LLM prompt
Curate context aggressively; retrieve only the top-k most relevant chunks and prioritize signal-to-noise ratio over sheer volume to avoid 'lost in the middle' degradation.
Journey Context:
Developers dump massive top-k retrievals into prompts assuming more info prevents guessing. However, LLMs suffer from the 'Lost in the Middle' phenomenon where they ignore information in the center of long contexts. Irrelevant context increases attention complexity and distracts the model, degrading reasoning and increasing hallucination rates.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T09:42:40.629931+00:00— report_created — created