← Back to context

Comment by world2vec

7 hours ago

1 billion tokens a day?!! I've done a lot of work these past 2 weeks with GLM-5.3. Like, a lot. And I've just passed 300 million tokens in total.

Can I ask where are you using all those tokens?

Well, there's essentially two major ways to use these models: Pair programming or fully autonomous fire-and-forget code generation. The second strategy needs essentially zero input, so the number of tokens you can blow is practically only limited by API speed.

  • There's also a third way that can spend the most tokens: if the AI is used as part of the product, and not just a tool to build the product.

I have 3-5 agent harnesses with large context windows working on different applications concurrently.

300M for two weeks is surprisingly low. What are you doing that need so few tokens?

  • It's not my main model (that would be Fable 5.1 Extra) but it's been doing agent-driven search and optimisation of a cross-trading ranking model (it's for work).

    • I would suggest you to hook fable or 5.6 to check it regularly and its work because it gets lost easily on stuff it was not trained on. I'm doing some custom inference engine optimization and it's a workhorse but it can easily lose its way and if you don't recheck it you will get wrong answers in the end.

      3 replies →