Claude Code may be burning your limits with invisible tokens

efficienist.com

44 points

jenic_

19 hours ago


6 comments

a_c 12 hours ago

I had the same suspicion so made this to examine where my tokens went.

Claude code caches a big chunk of context (all messages of current session). While a lot of data is going through network, in ccaudit itself, 98% is context is from cache.

Granted, to view the actual system prompt used by claude, one can only inspect network request. Otherwise best guess is token use in first exchange with Claude.

https://github.com/kmcheung12/ccaudit

simianwords 5 hours ago

I don’t buy it. The same problem was reported in Claude.ai at the same time which means same underlying root cause.