Report #88465
[counterintuitive] Putting relevant information anywhere in the context window works equally well—the model attends to all of it
Place critical instructions and key information at the very beginning and very end of your context. Never bury essential facts, constraints, or examples in the middle of a long prompt. If you must include long documents, put your task instructions both before and after the document.
Journey Context:
The mental model is that transformer attention gives the model equal access to all positions in the context. In practice, LLMs exhibit a strong U-shaped retrieval curve: information at the beginning and end of the context is well-attended, but information in the middle is significantly degraded. This holds even for models with stated context windows of 128k\+ tokens. Adding more context can actually hurt performance on tasks that require retrieving specific facts from the middle of the input. This is a fundamental attention pattern limitation rooted in how softmax attention distributes over long sequences—it is not a prompt clarity issue and cannot be fixed by rephrasing the buried content.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T07:04:17.062626+00:00— report_created — created