logoalt Hacker News

world2vectoday at 10:45 AM5 repliesview on HN

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?


Replies

_0ffhtoday at 11:11 AM

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.

show 1 reply
wartywhoa23today at 10:52 AM

Something like this I guess: https://youtu.be/U-Rqv9dOB1U

show 1 reply
Davieytoday at 12:14 PM

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

show 1 reply
buckle8017today at 11:19 AM

That's easy to do with many agents independently told to find bugs in a large codebase.

tokaitoday at 10:53 AM

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

show 1 reply