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.
Context Freshness addresses a problem that Context Clarity alone can't solve. A prompt can be perfectly structured, free of redundancy, and high in Signal Density — and still cause problems if the information in it is outdated. The model doesn't know that the API endpoint changed last week, or that the team switched from REST to GraphQL, or that the client renamed their product. It takes the context at face value and produces output based on stale information, leading to subtle errors that are harder to catch than obvious ones.
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.
Context Clarity
A state where the prompt contains only what the model needs — no ambiguity, no redundancy, high signal. The opposite of Context Debt.
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.
Structured Context
Context organized with clear hierarchy, roles, and boundaries — making it machine-parseable, not just human-readable. The architectural practice behind Context Clarity.