Report #102301
[cost\_intel] When does Anthropic prompt caching actually save money versus resending the full context?
Cache only blocks that are reused at least 2-3 times within the 5-minute TTL. Cache reads bill at ~0.1x standard input, but cache writes bill at ~1.25x standard input, so one-off or rarely reused blocks increase cost.
Journey Context:
Teams often flip caching on indiscriminately and get a larger bill. The cache write is a front-loaded premium; break-even happens after a small number of hits. For agentic coding tools that resend the same system prompt, repo files, or MEMORY.md on every turn, caching is a 5-10x win. For single-turn classification with a static prompt, it adds cost. Place cache breakpoints at the end of stable blocks and avoid caching dynamic user content.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:18:58.536557+00:00— report_created — created