I cancelled my pro plan last month. I was using Claude as my daily driver. In fact had the API plan also and topped it with $20 more. So it was around $40 each month. Starting from December last year it has been like this. When sessions could last a couple of hours with some deep boilerplate and db queries etc. to architecture discussion and tool selection. Slowly the last two months it just gets over. One prompt and…
Claude Code users hitting usage limits 'way faster than expected'
31–40 of 245 posts
Re: Claude Code users hitting usage limits 'way faster than expected'
#32What is the best way to get start with open weight models? And are they a good alternative to Claude Code?
Just install ollama. And no, they're not as capable as SOTA models. Not by far. However they can help reduce your token expenditure a lot by routing them the low-hanging fruit. Summaries, translations, stuff like that.
Re: Claude Code users hitting usage limits 'way faster than expected'
#33Over reliance on LLMs is going to become such a disaster in a way no one would have thought possible. Not sure exactly what, who, when, or where.. Just that having your entire product or repo dependent on a single entity is going to lead to some bad times…
Re: Claude Code users hitting usage limits 'way faster than expected'
#34I'm finishing my annual paid Pro Gemini plan, so I'm on the free plan for Claude and I asked one (1) single question, which admittedly was about a research plan, using the Sonnet 4.6 Extended thinking model and instantly hit my limit until 2 PM (it was around 8 or 9 AM). Just a shockingly constrained service tier right now.
Free is free. Want more, fork over money.
Re: Claude Code users hitting usage limits 'way faster than expected'
#35What is the best way to get start with open weight models? And are they a good alternative to Claude Code?
otherwise check the list of providers on openrouter and you can see the pricing, quantisation, sign up directly rather than via a router. ensure to get caching prices, do not get input/output API prices.
GLM 5 is a frontier model, Kimi 2.5 is similar with vision support, Minimax M2.7 is a very capable model focused on tool calling.
If you need server side web search, you could use the Z AI API directly, again ZDR; or Friendli AI; or just install a search mcp.
For the harness opencode is the normal one, it has subagents and parallel tool calling; or just use claude code by pointing it at the anthropic APIs of various providers like fireworks.
Re: Claude Code users hitting usage limits 'way faster than expected'
#36Over reliance on LLMs is going to become such a disaster in a way no one would have thought possible. Not sure exactly what, who, when, or where.. Just that having your entire product or repo dependent on a single entity is going to lead to some bad times…
There's many things to worry about but which LLM provider you choose doesn't really lock you in right now.
Re: Claude Code users hitting usage limits 'way faster than expected'
#37I'm guessing their newer models are taking way more compute than they can afford to give away. The biggest challenge of AI will eventually be, how to bring down how much compute a powerful model takes. I hope Claude puts more emphasis into making Haiku and Sonnet better, when I use them via JetBrains AI it feels like only Opus is good enough, for whatever odd reason.
I get the same. Work has shifted to being agentic first - and whenever I use anything other than Claude Opus it seems that the model easily gets lost spinning its wheels on even the simplest query - especially with some of our more complex codebases, whereas Opus manages to not only reason adequately about the codebase, but also can produce decent quality code/tests in fairly short order. Oddly though, when using at…
Re: Claude Code users hitting usage limits 'way faster than expected'
#38One reddit user reverse engineered the binary and found that it was a cache invalidation issue.
They are doing some hidden string replacement if the claude code conversation talks about billing or tokens. Looks like that invalidates the cache at that point.
If that string appears anywhere in the conversation history, I think the starting text is replaced, your entire cache rebuilds from scratch.
So, nothing devious, just a bug.
Re: Claude Code users hitting usage limits 'way faster than expected'
#39Re: Claude Code users hitting usage limits 'way faster than expected'
#40I asked it to complete ONE task: You've hit your limit · resets 2am (America/Los_Angeles) I waited until the next day to ask it to do it again, and then: You've hit your limit · resets 1pm (America/Los_Angeles) At which point I just gave up