CoreWise Academy

The LOOM · Constellation II / Practitioner — telescope

Context windows are a budget, not a bucket

Why stuffing more into the prompt makes models worse — and how to spend tokens where they earn their keep.

Nº 007 · Vol. I·14 min read· Charted July 2026 PLACEHOLDER — SAMPLE CONTENT

forty pages of context, two lines of instructions — guess which one the model reads

Every model ships with a context window measured in tokens, and the number keeps going up — so the intuition forms early: more room means more context means better answers. That intuition is wrong in a specific, measurable way. Attention over a long sequence is not uniform. Material in the middle of a long prompt is recalled worse than material at the edges, and every marginal paragraph dilutes the instructions you actually care about.

The better mental model is a budget. Every token you spend on boilerplate is a token of attention you can’t spend on the task. A 200-line system prompt where 30 lines do the work isn’t thorough — it’s noise wearing a suit. The craft is deciding what earns a place in context at all, and where it sits.

01The three layers of a working prompt

Prompts that survive contact with production tend to converge on the same shape:

When output quality drops after you add material, suspect placement before you suspect the model. Move the instruction block to the end, rerun, and compare — the fix is often free.

“The model didn't forget your instruction. You buried it under forty paragraphs it had no reason to prioritize.”

— Placeholder Creator, “Long context is a lie (sort of)” · 12:41
Oral examination — self-administered
Why does adding more context sometimes reduce output quality?

Attention over long sequences is non-uniform — middle content is recalled worse — and every added token dilutes the relative weight of the instructions. More context raises the chance the model attends to the wrong thing.

Where should critical instructions sit in a long prompt, and why?

At the edges — top or bottom — because recall is strongest at sequence boundaries. Burying instructions mid-prompt is the most common self-inflicted failure.

What distinguishes "reference" from "retrieved material" in the three-layer model?

Reference is stable, curated, and compressed (schemas, style rules, examples); retrieved material is the variable per-task payload, delimited and labeled as data so it can't masquerade as instructions.

Star catalogue — sources credited
  1. Placeholder Creator“Long context is a lie (sort of)”
    cited at 04:12 · 12:41 · 27:03 — observed June 2026
  2. Another Creator“Prompt anatomy for production systems”
    cited at 08:55 · 19:20 — observed June 2026