Live data from Hacker News

Anthropic tightens usage limits for Claude Code without telling users

techcrunch.com

241–250 of 274 posts

Re: Anthropic tightens usage limits for Claude Code without telling users

#241
post #84

Earlier quoted context omitted.

Those aren’t good comparisons. Uber operated at a loss to destroy competition and raised prices after they did that. Amazon (the retailer) did the same and leveraged their position to enter new more lucrative markets. Dunno about Spotify, but Tesla and palantir both secured lucrative contracts and subsidies. Anthropic is against companies with deeper pockets and can’t spend to destroy competition, their current busin…

They are good comparisons. All startups go against incumbents/competitors with deeper pockets. Re: Anthropic specifically, I tend to agree, hence why I'm saying the deeper pockets (eg. Google, Amazon, etc) are perfectly positioned to win here. However, big companies have a way of consistently missing the future due to internal incentive issues. Google is deathly afraid of cannibalizing their existing businesses. Plus…

It’s true startups go against deeper pockets, but I stand by my analysis since Uber / Amazon / Tesla (to a degree) were early tech companies going against old companies and not competing with others doing the exact same thing. They operated at a loss to defeat the old guard. Today that model doesn’t work well, and Anthropic are against deeper pockets that are doing nearly the exact same thing as them. If they were the only innovative company with huge outside investment against entrenched and unwilling to innovate older companies like Uber and Amazon then I’d agree there was a bigger chance.

And I like Anthropic, I want them to be successful, but they just can’t operate at a loss like this for long, they have to make some tough calls, and trying to cut corners behind the scenes is not good for long term trust

Re: Anthropic tightens usage limits for Claude Code without telling users

#242

Hopefully Anthropic is reading these. I want to start by saying that Claude as a model is excellent. The AI performs exceptionally well at problem-solving and code generation across a wide variety of tasks. My feedback focuses specifically on the Claude Desktop application for Windows. Stability and Performance: The application frequently displays confusing error messages in the top-right corner, especially when MCP…

big agree on making usage more visible, i have no idea how much i have left of opus, or even sonnet, and the command to check says i have unlimited but that doesnt appear to be the case bc i got cut off of sonnet even on the $100/m plan

Re: Anthropic tightens usage limits for Claude Code without telling users

#243

Earlier quoted context omitted.

I focus more on reading code & prompting claude to write code for me at a high level. I also experiment a lot. I don't write code anymore by hand except in very rare cases. I ask claude for questions about the code to build understanding. I have it produce documentation, which is then consumed into other prompts. Often, claude code will need several minutes on a task so I start another task. My coding throughput on a…

Do you use it to make any actual products that makes money?

yes. https://app.grantpuma.com/

Re: Anthropic tightens usage limits for Claude Code without telling users

#244
post #70

Earlier quoted context omitted.

Only if you're using VS code in the first place. VS code is fine for web dev and js/ts/python. But I really don't like it for Java, C#, C++, SQL, and many more.

Agreed. I do agree with your point that they are very replaceable, but the amount of people I know that still only have tried ChatGPT makes me think that most users are quite lazy once they have a tool. I suspect the (vast?) majority don't bother moving without good reason. So to me it seems to make sense to take as much marketshare in this as possible, rather than saving a few $10/100ms on COGS optimisation, then do…

Fair point, I always forget how much of an early adopter I and the developers I am surrounded by are. There are plenty of developers who use whatever the CTO approved at their shop, which yesterday was probably github's copilot but tomorrow could be Cursor + Cursor Agents if they continue to out execute.

Re: Anthropic tightens usage limits for Claude Code without telling users

#245
post #224

Earlier quoted context omitted.

It’s only a hard dependency if you don’t know and never learn how to program. For developers who read and understand the code being generated, the tool could go away and it would only slow you down, not block progress. And even if you don’t, it really isn’t a hard dependency on a particular tool. There are multiple competing tools and models to choose from, so if you can’t make progress with one, switch to another. T…

> For developers who read and understand the code being generated, the tool could go away and it would only slow you down Recent research suggests it would in fact speed you up. https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o...

You should actually read the paper. N size of 16. Only 1 of which had used cursor more than 40 hours before. All people working in existing code bases where they were the primary author.

Re: Anthropic tightens usage limits for Claude Code without telling users

#246

I need to see a video of what people are doing to hit the max limits regularly. I find sonnet really useful for coding but I never even hit basic limits. at $20/mo. Writing specs, coming up with documentation, doing wrote tasks for which many examples exist in the database. Iterate on particular services etc. Are these max users having it write the whole codebase w/ rewrites? Isn't it often just faster to fix small t…

I can tell you how I hit it: Opus and long workflows. I have two big workflows: plan and implement. Plan follows a detailed workflow to research an idea and produce a planning document for how to implement it. This routinely takes $10-30 in API credits to run in the background. I will then review this 200-600 line document and fix up any mistakes or remove unnecessary details. Then implement is usually cheaper, and i…

Mind sharing your detailed planning workflow and/or how you came up with it? Is it basically a detailed prompt asking it to produce a PRD?

I often find my plans for the code changing as I get into implementation. I wonder if giving the model explicit permission to change the plan would work or cause it to go off the rails for big chunks of work like this.

Re: Anthropic tightens usage limits for Claude Code without telling users

#247

Earlier quoted context omitted.

If you aren't hitting the limits you aren't writing great prompts. I can write a prompt and have it go off and work for about an hour and hit the limit. You can have it launch sub-agents, parallelize work and autonomously operate for long periods of time. Think beyond just saying "do this one thing".

I've used CC a lot and to great effect, but it never runs more than 10 mins (Opus). Completely independent for 60 min, sounds impressive. Can you share some insights on this? Really curious; I can also share recents prompts of mine.

"You are an expert software engineer

Your key objective is to fix a bug in the XYAZ class. Use a team of experts as sub-agents to complete the analysis, debugging and triage work for you. Delegate to them, you are the manager and orchestrator of this work.

As you delegate work, review and approve/reject their work as needed. Continue to refine until you are confident you have found a simple and robust fix"

Re: Anthropic tightens usage limits for Claude Code without telling users

#248

Earlier quoted context omitted.

Why isn't anyone talking about the bevvy of drag-and-drop no colder solutions that have already been in the market? Surely the LLMs are competing with those tools, right?

People trash LLM code as if most consumer software isn't buggy piles of half assed code.

all software if we're being honest :)

Re: Anthropic tightens usage limits for Claude Code without telling users

#249
post #246

Earlier quoted context omitted.

I can tell you how I hit it: Opus and long workflows. I have two big workflows: plan and implement. Plan follows a detailed workflow to research an idea and produce a planning document for how to implement it. This routinely takes $10-30 in API credits to run in the background. I will then review this 200-600 line document and fix up any mistakes or remove unnecessary details. Then implement is usually cheaper, and i…

Mind sharing your detailed planning workflow and/or how you came up with it? Is it basically a detailed prompt asking it to produce a PRD? I often find my plans for the code changing as I get into implementation. I wonder if giving the model explicit permission to change the plan would work or cause it to go off the rails for big chunks of work like this.

Here is the planning prompt, which I would usually place in .claude/commands/plan.md: https://gist.github.com/Sothatsit/c9fcbcb50445ebb6f367b0a6ca...

The implement prompt doesn't seem to matter as much: https://gist.github.com/Sothatsit/bdf2cf4ed7c319e2932a5d2d8d...

Creating these was basically just a workflow of writing out a workflow myself, getting Opus to refine it, then back to me, then back to Opus until it was something I was happy with. There is probably a lot more refining you could do with it, but it works pretty well as it is right now.

I then have wrapper scripts that invoke these using claude -p in a container, but those are pretty specific to my codebase.

Re: Anthropic tightens usage limits for Claude Code without telling users

#250
post #101
post #11

Earlier quoted context omitted.

I hit the limits within an hour with just one request in CC. Not even using opus. It’ll chug away but eventually switch to the nearing limit message. It’s really quite ridiculous and not a good way to upsell to the higher plans without definitive usage numbers.

Use `npx ccusage` if you're interested in how much it would have costed if you paid by API usage.

https://www.npmjs.com/package/ccusage
Post reply on HN