For agent loops the cache read discount is the whole story on Claude Fable 5.1
Summary
The article compares Claude Fable 5.1 and 5, showing a 7.5% cost reduction for long agent loops due to a 75% discount on cache reads, which dominates billing in extended sessions.
Similar Articles
The craziest thing about Fable 5.1 for me personally
The author used Claude and ccusage to calculate that 78% of costs for Fable 5.1 come from cache reads, predicting a 57% cost reduction if cache reads become cheaper.
Anthropic launches Claude Fable 5.1 and says it’s up to 45 percent cheaper for agentic work
Anthropic launches Claude Fable 5.1 and Mythos 5.1, claiming up to 45% cost reduction for agentic tasks and improved performance, along with new data privacy options.
Tokenomics: the 62.5-minute rule for Claude's cache (8 minute read)
An analysis of Anthropic's prompt caching costs for Claude derives a 62.5-minute break-even rule: refresh the cache if you expect to need it again within that time, otherwise let it expire to save costs.
Agent loops get expensive because every call pays for all the steps before it
The article explains how agent loops become expensive because each step re-sends accumulated context, and advocates for capping costs at the gateway rather than in prompts to prevent unbounded spending.
Does prompt caching actually save you meaningful money on AI agents?
A practical discussion questioning whether prompt caching delivers meaningful cost savings for AI agents in production, examining real-world factors like cache hit rates, routing strategies, and scale.