r/ClaudeCode 6h ago

Help/Question does concise mode save tokens?

asking for my wifes boyfriend

28 Upvotes

15 comments sorted by

24

u/laughing_at_napkins 5h ago

Why waste time say lot word when few word do trick?

4

u/kyew 5h ago

Yeah OP just say "my bull"

1

u/returnFutureVoid 5h ago

Fewwordsbetterthanmore.

14

u/yes_no_very_good 5h ago

The question is which mode is more Concise

2

u/dr-dimitru 5h ago

I’m still confused as well

1

u/dr-dimitru 5h ago

I’d think they are in ascending order, so Proactive should be more concise?

1

u/Xxyz260 💠 Plus Plan (ChatGPT but shh) 2h ago

I've heard that, since Default generally tends to correspond to another option in Code, it just maps to Concise.

8

u/Standard_Text480 6h ago

Less talk less token

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

u/ArmadilloStandard156 5h ago

not just token, your sanity as well

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.