pull down to refresh
135 sats \ 5 replies \ @optimism OP 16 Oct \ parent \ on: Is Token Consumption Growth Slowing Down? AI
A word basically, but like the article you linked suggests: "thinking mode" produces a ton more tokens, because it does all the reasoning in the output! So you pay for these - let's call them "magical" - thoughts.
But the reason why this is interesting is that datacenter usage at inference time isn't growing as quickly - at least for Google - as before, so I ask the universe: what are all these planned datacenters for?
Also, my somewhat naive understanding goes like this: if a model produces lots of tokens, but does to require lots of compute to produce them, either:
- the model has become highly tuned to your prompts
Or
- the model is giving you kind of garbage answers that look more like recitation than reasoning.
reply
if a model produces lots of tokens, but does to require lots of compute to produce them
does or does not?
reply
reply
Thanks, I think I get it now.
I'm not entirely sure about how this pertains to reasoning output though! We do know that if there is more relevant context, the bot performs better (just like a human); so if you pass a sparse prompt, it will extend it on the output side (there isn't really a difference to the bot!) with a whole lot of "reasoning" and then by self-extending context through "autocomplete", get to a pattern where the answer resolves better.
Tuning a bunch of common reasoning patterns to be as cheap as possible is good though? The most asked question to an LLM is probably "
@grok
is this true?" lol. Might as well optimize for going through the motions of that.reply
Like so:
reply