
A concrete teardown of how Claude hits a 92% cache hit-rate, and why it matters: every step resends the whole history, so caching is the line between affordable and ruinous. Read it if your agent loops are quietly burning tokens.
“A system prompt with 20,000 tokens running over 50 turns means 1 million tokens of redundant computation billed at full price, producing zero new value.”
“Cache reads cost 0.1x the base input price, which is a 90% discount on every cached token.”
“Claude Code is built entirely around one objective: keep the cache hot.”
“This drops computational complexity from O(n²) per generated token to O(n).”
Checking sign-in…
Loading comments…