Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


Anthropic’s own guide to saving Claude Code tokens admits the long session is the expensive one

310 points on Hacker News for a blog post with no product in it. Anthropic finally spelled out how Claude Code actually bills you, and the headline number is uncomfortable: everything in a session gets re-sent on every later turn. That file you read twenty turns ago is still being paid for.

The mechanics they published

Output tokens run roughly 5x the price of input. Cache reads cost 0.1x, cache writes 2x. The prompt cache expires after 1 hour on subscriptions, 5 minutes on API keys. Switching /model or effort mid-conversation busts the cache and re-prefills the whole thing at full price.

What to actually do

It’s a guide to built-in commands, not a new tool. /clear between tasks. Pick model and effort at the start and leave them. @-mention files instead of naming them, which skips a Read call. Quiet flags on noisy commands, or hand them to a subagent so only the summary comes back. /context on a fresh session to find MCP servers you never use. /compact before you walk away, while the cache is still warm.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment