Context Clarity
A state where the prompt contains only what the model needs — no ambiguity, no redundancy, high signal. The opposite of Context Debt.
Context Clarity is the goal state. A prompt with high Context Clarity gives the model exactly what it needs: clear instructions, relevant data, unambiguous constraints, and nothing else. The model can move immediately from reading to executing without an interpretation phase. This doesn't mean the prompt has to be short — a well-structured 10,000-token prompt with high clarity will outperform a messy 2,000-token prompt every time. Clarity is about precision, not brevity.
More in Context Quality
Context Debt
Accumulated ambiguity, redundancy, and disorder in a conversation or prompt.
Context Load
The total volume and complexity of context a model must process in a single call.
Prompt Bloat
Oversized, redundant context that forces unnecessary reasoning.
Signal Density
The ratio of useful information to total tokens in a prompt. High signal density = low reasoning tax.
Prompt Hygiene
The practice of keeping prompts clean, structured, and free of accumulated noise. Preventive maintenance against Context Debt.
Context Freshness
How current and relevant the context is to the task at hand. Stale context — old instructions, outdated facts — increases reasoning cost even when well-structured.
Structured Context
Context organized with clear hierarchy, roles, and boundaries — making it machine-parseable, not just human-readable. The architectural practice behind Context Clarity.