What are people doing at home? I have like 5 different apps I code on the $20/month Claude plan and like sure I can hit rate limits but - What are people doing to burn through $3k in tokens?

YMMV but automations eat through the $100-$200 plans, which burn thousands in tokens alone.

I have hourly automations for root cause analysis on customer support issues, daily automations for eg log analysis, weekly & monthly automations for KPI tracking & actioning.

I will say, when I was building side projects that were 1) fairly well defined in scope and 2) without users/need for automations it was much easier to stay under $20/mo plan limits. Now I regularly hit weekly limits and need multiple Max plans

Most of it doesn't require AI. You could generate automation scripts that do that, except of customer support. People became dependent on AI in places where it never was required and now tech bros are doing the squeeze.

I don't miss the days of scraping through logs or dashboards myself to troubleshoot some latency or malformed data issue that I missed conditionals for.

AI is incredible at finding patterns in otherwise benign stdouts, let alone as it cross-references data streams.

In theory, I don't need most of these automations. But for $200/mo? I will happily reduce my cognitive burden on stuff that doesn't impact the core business and make it easier to keep things gliding smoothly.

When the subsidized plans disappear, I will keep these automations going with the best small models that fit on my laptop.

What I mean is a script that can look through the logs. They are known and deterministic (if you properly handle errors) and you can analyze them statistically. If you don't know what logs your app is outputting, then you have a bigger problem in your hands tbh.

Deterministic scripts are awesome, and they certainly power my internal dashboards.

But I'm a human - I will miss things. I maintain too many apps to have entire codebases in memory at this point. Or to continue monitoring all these streams. Logging is cheap - I log as much as possible because an AI will scan it for me.

I just want scoped pull requests to review proactively against the slew of things that can happen in prod that I didn't account for in my specs (again, from logs, customer issues, etc). I discard most of them. That is fine.

It seems you could use a human instead then? If you have so many apps, you could hire a junior to help you. There is additional satisfaction of bringing new person to the IT too.

Honestly, would love to do that. Main issue is margin. Earning just enough to even consider hiring, but not nearly enough to hire someone great that will stick around. Have tried hiring a few times now, but it hasn't worked out for various reasons.

Kicking the can down the road for now.

The sweet spot is using AI to create those automation scripts, and only hooking AI up to do the high level analysis, and then have it delegate to those scripts.

Honestly, having spent a huge chunk of my career in customer support, 80%+ of the tickets could be solved with a script and not need an AI. Just about every company has a catalog of macros for answering support tickets and once you have a good set, 80% of people just need you to send them a link to the support article where you actually already answered their question in great detail, if they'd bothered to look for it.

Same for me. $20/mo is just fine and I use it to code daily.

I suspect the people that burn through tokens have several subagents and 50 skills loaded and 40 MCP tools. All those load up the context on every single turn.

Only the front matter of the 50 skills would be loaded, right? 40 MCP tools would be a much larger use of context, right?

Same, but I suspect that I don't have any issues with hitting caps because I actually still do plenty of the thinking myself, and just use the AI to help accelerate some of the boring stuff I don't want to do myself. This has been especially nice for my personal projects at home. It has made me much more likely to actually want to work on my side projects when I don't have to deal with some of the tedium after working on my company's tedium all day.

I suspect that most of these people who are burning through thousands of dollars worth of tokens at home are largely producing big ol' piles of slop.

> What are people doing to burn through $3k in tokens?

The short answer is: they are doing slop. Most of the coding can be done quickly with a keyboard, intelisense and maybe some code generation templates.

But people became dependent on AI doing everything for them and tech bros now started to squeeze. Like a drug dealers.