Signal Density
The ratio of useful information to total tokens in a prompt. High signal density = low reasoning tax.
Signal Density is the metric behind Context Clarity. It answers a simple question: of all the tokens in this prompt, what percentage is the model actually going to use? A prompt with 90% Signal Density means 9 out of 10 tokens are doing useful work. A prompt with 20% Signal Density means the model is wading through 4 tokens of noise for every 1 token of value. Low Signal Density is the primary driver of Reasoning Tax — the model is literally paying to read things it doesn't need.
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.
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.