Comment by kkarpkkarp
12 hours ago
> I currently subscribe to the $100/month Max plan from Anthropic and the $100/month Pro plan from OpenAI. If you are a heavy user of coding agents these plans are a fantastic deal.
Guys, what - in your opinion - does "heavy user" mean? I thought I am heavy user (I am using AI to code every day 8hr a day + side projects) but 20 USD/month Cursor plan is always enough. What should I be doing to extend my license to higher level?
I'm out of credits codex pro credits (200 plan) in 4-5 days, and then I switch to claude (another large plan) mostly or just go out more and get Vitamin D. :)
I spend most of my time designing and tweaking tests suites, and improving test performance. These commits are almost entirely Codex: https://github.com/tsoniclang/tsonic/commits/main/ - but it's possible only because there's a very large test suite attached to it.
All of that is very token intensive. If OpenAI gave me 3x my limits, I'd find ways to eat it up in a week.
What do these tokens give me? Well, I think in a week or two, I hope to port the TypeScript-Go compiler back into TypeScript, but compiled to native code. It's probably not particularly useful for most ppl, but it's a hobby project that I've spent the last 7 months on.
My agents are easily busy 30 min to a hour independently. Implementing their plan, building and running tests, verifying deployment, linting. So I switch between multiple agents. Each agent has its own branch and worktree.
How many sessions are you running simultaneously, how careful are you being about token consumption and context window management, and what level of reasoning are you using (with which models?)
8hrs a day doesn’t really mean anything without a lot additional qualifiers.
fwiw lately I’ve been straddling 2 or 3 claude codes and one Claude cowork, primarily on 4.7 with high effort - the company’s paying for it, so I’m doing my best to burn as many tokens as I have the mental capacity to manage. At that rate, the 100 account is completely necessary, I was blowing through my 4-hour limits consistently before requisitioning an upgrade.