Report #63678
[counterintuitive] Should I include all available context in the LLM prompt
Curate context aggressively; include only strictly relevant information to avoid 'lost in the middle' effects and increased latency/cost.
Journey Context:
Developers stuff prompts with as much text as possible, assuming more knowledge equals better answers. Research shows LLMs suffer from the 'lost in the middle' phenomenon where they ignore information in the center of long contexts. Furthermore, more context increases inference time \(latency via attention computation\), cost, and the probability of conflicting information confusing the model.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:22:25.257089+00:00— report_created — created