Misusing Anthropic Caching Can Actually Cost More
KitchenAmoeba4438 · reddit · 2026-07-18
After investigating an unusually high Anthropic API bill, the author discovered a commonly misunderstood detail: Anthropic has its own caching mechanism, and messages must be an "exact match" with previous content to hit the cache and be billed at cache token rates.
They argue that many context-compressing plugins might actually be more expensive in Anthropic's ecosystem:
- Whenever a plugin needs to "rehydrate" the context, it may consume extra tokens first
- If it alters the cache structure expected by the Anthropic provider, it could lose cache token pricing and revert to more expensive standard token rates
- Different providers implement Anthropic caching differently, adding further complexity
The conclusion is that saving tokens on the Anthropic API isn't straightforward; some tools that appear to save context might actually inflate your bill.
More from coding & agent
- alphaXiv open-sources OpenResearch to run parallel research agents with any model — alphaXiv · 2026-09-11
- MathModelAgent gains traction: auto-solves math modeling and writes a submission-ready paper — jihe520 · 2026-09-11
- DeskcommCRM: open-source AI sales CRM with native agents and WhatsApp hits 1k stars — melgarafael · 2026-09-11
- hyperresearch: agent-driven knowledge base that turns web research into a searchable wiki — jordan-gibbs · 2026-09-11
- Forter's 13 lessons from its agent sprint: skip custom RAG, lean on mature enterprise search — bibryam · 2026-09-11
- Two real 'company brains' opened up live: Gorgias' in-house Cortex vs Slite — femke_plantinga · 2026-09-11