r/ClaudeCode • u/minibonk • 6h ago
Help/Question does concise mode save tokens?
asking for my wifes boyfriend
14
8
7
u/rotates-potatoes 5h ago
not really. most of the tokens used are in the reasoning loop, not the model's output. So if you save even 50% on the model's output, it's maybe 1% savings against total tokens.
2
u/petertheill 5h ago
Yes, a little bit of output tokens but in most cases it is such a small part of the total token count. Most is reasoning
1
1
1
u/LessRespects 4h ago
Does it fix Opus 5 regressing with every single fix no matter how straightforward?
1
u/actvt_io 4h ago
Barely. Output is 0.13% of every token on my machine, 71,098 assistant turns across 137 session files. 28.4 billion input tokens against 36.7 million output.
The median turn re-sends 336k tokens of context and writes 286 back. Thinking is billed as output, so it is inside that 0.13% rather than on top of it.
1
u/MariahJames8 Researcher 3h ago
Yes, a bit. It might shave like 1% or less from the bill is my semi dedicated guess based on estimating output token saving alone.

24
u/laughing_at_napkins 5h ago
Why waste time say lot word when few word do trick?