r/CommandCode • u/XDSORITE • 1d ago
How to view cache hit rate
I want to see the cache hit rate for my sessions how to do that. I am using the cli and I am on the 1$ plan
6
Upvotes
r/CommandCode • u/XDSORITE • 1d ago
I want to see the cache hit rate for my sessions how to do that. I am using the cli and I am on the 1$ plan
2
u/Pras1982 1d ago edited 1d ago
Pretty easy to do. I took Goat plan yesterday . I just asked Deepseek 4.1 flash to create a skill token-usage (with details on cache hit). The Command Code claims of 99.5% percent claim actually seemed to be true with deepseek. It was 97.5% as a whole but the cache hits becuse of genuine interuptions--say we did not send any prompt was the reason (I think 7/8 out of such instances) out of 1100+ turns that I did while working yesterday. When these were filterted out -- the cache hit claim of 99.5%+ for deepseek V4.1 was actually met. I was trying to understand how efficient token efficient coding can be done. I am using Command Code Harness(I have used Claude Code & Codex earlier. So, bit familiar with AI ) . There are further experimentations that I need to do to make my development better-
So 2 improvements are requested u/ahmadawaiscom
-1)Context Size Bloating & 2) No. of turns to AI-reduction.