Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
1–10 of 33 posts
Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#2Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#3Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#4Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#5Will this work for Cowork as well?
As a matter of fact, i think this is not a problem at all as Anthropic makes it extremely easy to cache stuff; you just set your preferred cache level on the last message, and Anthropic will automatically cache it under the hood. Every distinct message is another “cache” point, eg they first compute the hash of all messages, if not found, compute the hash of all messages - 1, etc.
It’s really a non problem.
Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#6Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#7Hasn't this been largely solved by auto-caching introduced recently by Anthropic, where you pass "cache_control": {"type": "ephemeral"} in your request and it puts breakpoints automatically? https://platform.claude.com/docs/en/build-with-claude/prompt...
Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#8Hasn't this been largely solved by auto-caching introduced recently by Anthropic, where you pass "cache_control": {"type": "ephemeral"} in your request and it puts breakpoints automatically? https://platform.claude.com/docs/en/build-with-claude/prompt...
Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#9Re: Prompt-caching – auto-injects Anthropic cache breakpoints (90% token savings)
#10> Important note for Claude Code users: Claude Code already handles prompt caching automatically for its own API calls — system prompts, tool definitions, and conversation history are cached out of the box.
Source: their GitHub