Recall Cost Ratio
The cost of retrieving stored context vs. the cost of re-generating it from scratch.
Recall Cost Ratio determines whether your memory system is actually saving money. Storing and retrieving context has a cost: storage infrastructure, retrieval computation, and the tokens used to inject recalled context into the prompt. If that cost exceeds the cost of simply re-establishing the context from scratch (by re-explaining to the model), the memory system is a net negative. A good Recall Cost Ratio means retrieval is significantly cheaper than regeneration — usually by an order of magnitude or more.
More in Measurement
Context Efficiency
Useful retained state per token consumed.
Token ROI
The measurable value produced per token consumed. The business metric for Context Efficiency.
Context Utilization Rate
The percentage of input context that the model actually uses for its output. Low rate = waste.
Waste Ratio
The proportion of tokens consumed that produce no useful output. The metric behind Token Bleed and Token Burn.
Iteration Velocity
The speed at which a human-AI pair can move from idea to tested output.
Recovery Cost
The time and tokens required to get a session back on track after a failure — State Loss, Execution Hallucination, or Plan Drift.
Quality-Per-Token
A measure of output quality relative to tokens consumed. Distinct from Token ROI (value) — this measures correctness, completeness, and relevance per unit of cost.