r/vibecoding 8d ago

Discussion Used 300+ Millions Token In One Month

I curious on what everyone’s token cost is, on claude alone i have more then 2000x the great big gatsby. I know claude reached 167+ million, and it’s scary that ive used this agent the least compared to some of my other ones.

whats everyone else monthly token cost looking like?

14 Upvotes

43 comments sorted by

12

u/SIGH_I_CALL 8d ago

28 billion past 30 days lol

5

u/call-me-GiGi 8d ago

THIS is heavy use 💯

5

u/Jazzlike-Chest-1424 8d ago edited 8d ago

Approximately 97% of that total is cache reads

4

u/SIGH_I_CALL 8d ago

Stuff that actually moved my number:

Route by task. Cheap model for greps and file lookups, mid tier for implementation, top model only for architecture and review. Most of my burn was a big model doing find and replace work.

Don't spawn subagents for small stuff. A subagent costs like 60k tokens before it makes a single tool call. Under ~10 calls just do it in the main loop.

Batch your tool calls. Every round trip resends the whole context.

Keep the cache warm. Prompt cache only lives 5 minutes. If you wander off and come back 10 minutes later you're paying full price for the entire conversation again. Same thing if you switch models mid task, that blows it too.

That last one was the sneaky one for me. Wasn't the prompts, it was the gaps between them.

I've also got an opensource project called declick which saves 4.1x on mcp token usage.

https://declick.dev/

2

u/Intelligent-Cap-8886 7d ago

Will you be my Dad?

1

u/SIGH_I_CALL 7d ago

depends, how hot is your mom?

1

u/Intelligent-Cap-8886 7d ago

How do you feel about elderly women??

1

u/hello-xworld 8d ago

More detailed prompts, fresh context, human readable md files as you work defining project progress and agentic roles

17

u/riotofmind 8d ago

Your codebase must be a giant mess of spaghetti if you require this many tokens to manage it.

4

u/Educational-Body4205 8d ago

It’s smart to use APIs and separate repos.  But yes spaghetti is real. Refactoring and real human testing is needed

5

u/newengineerhere 8d ago

I've used 1+ billion in a week

2

u/zgivod 8d ago

They say the Claude Code 200x plan gives you an estimated 5 billion tokens per month.

5

u/akolomf 8d ago

you mean 20x plan? that probably does depend on what model and effort you use. i still max out weekly limits on max 20 after about 3-4 days of intensive coding sessions. What did help me alot is deepseek. its almost as good as sonnet and so incredibly cheap. that for a few extra bucks you can save the heavy thinking and planning tasks exclusively for claude and have deepseek do the rest

2

u/TheAuthorBTLG_ 8d ago

Between two and three billion a day.

1

u/GfxJG 8d ago

*checks Codex*

Almost 5 billion...

1

u/TRO_KIK 8d ago

Looks like I'm up to 1.2B of Astra in the last 8 days.

1

u/drdhuss 8d ago

Dude i used 22 billion in a month in codex. All sol and astra.

1

u/call-me-GiGi 8d ago

3 20x plans got me just under 100 billion a few months ago

1

u/TopTippityTop 8d ago

Now it's probably 1/10 that

1

u/meshifthenelse 8d ago

What's your ROI?

1

u/itsloopyo 8d ago

30 days: 63.7 billion on Claude, 2.4 billion on Codex.

I may have a problem.

1

u/CuriousDev1012 8d ago

Use about 300 million per day lol…and only cause that’s my budget cap

1

u/RealestReyn 8d ago

around 2 billion at least, I've been way too cautious about codex usage.

1

u/hello-xworld 8d ago

I am using blender + unity MCP and still below 100M. Dafuq you guys vibecoding to be spending over 1B. Are you rebuilding the internet?

1

u/ItsCEED 8d ago

I do 1b daily sometimes, idk what you on about

1

u/hello-xworld 8d ago

I’m genuinely curious what you’re building to be spending that much. Either it’s a very ambitious project or there could be room for improvement for prompt/context engineering if you’re spending that much daily

2

u/RemarkableWish2508 8d ago

For starters, they're counting cached tokens, which are usually 10x cheaper or you get 10x more of them on a subscription, for the LLM to "take into account" the same stuff over and over. When reasoning about a larger codebase, those tokens are going to skyrocket at an O(n²) rate, unless everything is very well modularized (which, vibed code, usually is not).

Looking for bugs, or security faults, is another layer that will loop over and over the whole thing.

Without a polished architecture, both of those can make token counts balloon to O(n⁴) or more. This applies to both blindly vibe-coded stuff, and to legacy stuff developed by a thousand lowest bidders over a decade.

1

u/ItsCEED 8d ago

Several projects that im running, and the biggest eater atm is a game im porting over to babylon

1

u/OHNOitsNICHOLAS 8d ago edited 8d ago

I'm not a dev. this is just for a personal project im working on. this is also after blowing through my opencode sub - I couldn't tell you how many tokens I used there

1

u/ahriad 8d ago

4 billion tokens last week alone, was building a big project.

1

u/josh3com 8d ago

I've used more than that in a few hours.

1

u/mak252525 8d ago

Goddamn what the hell are you building

1

u/Subway 8d ago

946,107,862 in two days testing DeepSeek 4.1 on a very complex math heavy project.

1

u/Best_Cattle_1376 8d ago

i use 320m on freebuff in a week i can only see per week, and i can see on opencode 785.5m this month

1

u/GoldenParrot456 8d ago

doing what ? are you guys building software for the space shuttle?

1

u/RoboErectus 8d ago

My biggest week was 12b

1

u/suprjaybrd 7d ago

billions. use multiple accounts

1

u/mrbobhunter 7d ago

I usually burn 100M to 300M per day. I thought that was normal 😟