A 1M-token window raises the hard ceiling, not the soft one, stuffing pays full cost and full latency to bury the right chunk under distractors.
Picture a library researcher with a question. One librarian walks them straight to the three books that answer it. Another librarian wheels in every book in the library and dumps the entire pile on the table. The second approach is not more thorough, it is just more expensive and more confusing. The researcher's eyes have to scan more, the right page is harder to find, and the answer comes out blurrier because so many irrelevant pages were in view. A bigger reading table does not change this. It just makes the pile fit. Context engineering is the first librarian. Stuffing is the second.
Detailed answer & concept explanation~5 min readEverything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
3 minutes: the three axes (cost, latency, accuracy), hard versus soft budget, what large windows are actually good for, and why caching does not fix the dynamic portion.
Real products, models, and research that use this idea.
- Claude Opus 4.7 ships a 1M-token context window in 2026, paired with documentation that explicitly recommends retrieval over stuffing for production RAG.
- Gemini 3.1 Pro supports 2M-token context but Google's published benchmarks (RULER, BABILong) show effective accuracy declining well before the limit.
- GPT-5.5 long-context mode has comparable curves; OpenAI's own RAG guide leads with rerank and trim rather than stuff and pray.
- RULER and BABILong are the 2026 long-context evals that quantify how far below the nominal window effective capacity actually lives.
- Anthropic's prompt-caching documentation explicitly notes that caching does not change the cost of the dynamic portion of a prompt.
What an interviewer would ask next. Try answering before peeking at the approach.
QWhen a 1M-token window actually helps, what does the right usage look like?
QHow does prompt caching change the cost calculation for a large prompt?
Don't say thisRed flags and common mistakes that signal junior thinking. Click to expand.
Red flags and common mistakes that signal junior thinking. Click to expand.
Treating advertised window size as effective capacity. Frontier models have nominal 200K to 2M windows but their soft budget, where added tokens stop helping or start hurting, is usually a small fraction of that.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.
Same topic, related formats. Practice these next.