> One user, who asked not to be identified, said it has been impossible to advance his project since the usage limits came into effect. Vibe limit reached. Gotta start doing some thinking.
I honestly feel sorry for these vibe coders. I'm loving AI in a similar way that I loved google or IDE magic. This seems like a far worst version of those developers that tried to build an entire app with Eclipse or Visual Studio GUI drag and drop from the late 90s
Anthropic tightens usage limits for Claude Code without telling users
121–130 of 274 posts
Re: Anthropic tightens usage limits for Claude Code without telling users
#122Earlier quoted context omitted.
I honestly feel sorry for these vibe coders. I'm loving AI in a similar way that I loved google or IDE magic. This seems like a far worst version of those developers that tried to build an entire app with Eclipse or Visual Studio GUI drag and drop from the late 90s
Hundreds of billions of dollars have changed hands through shitty drag-and-drop UIs, wordpress ecommerce plugins, and dreamweaver sites, lets not forget the code is there to serve a business purpose at the end of the day. Code quality is an implementation detail that may matter less over time as rewrites get easier. I love me some beatiful hand-written clean code, but clean code is not the true goal.
Its not, but it does matter. LLMs, being next word guessers, perform differently with different inputs. Its not hard to imagine a feedback loop of bad code generating worse code and good code generating more good code.
My ability to get good responses from LLMs has been tied to me writing better code, docstrings, and using autoformatters.
Re: Anthropic tightens usage limits for Claude Code without telling users
#123Earlier quoted context omitted.
Who said it was writing code for an hour? Solving complex problems by problem solving, writing SQL, querying data, analyzing data. formulating plans. What do you do for hours? If all you're thinking about is code output, you're thinking too small.
You should really read this. https://www.anthropic.com/news/claude-4 It was given a task and it solved a problem by operating for 7 hours straight.
Re: Anthropic tightens usage limits for Claude Code without telling users
#124> One user, who asked not to be identified, said it has been impossible to advance his project since the usage limits came into effect. Vibe limit reached. Gotta start doing some thinking.
Re: Anthropic tightens usage limits for Claude Code without telling users
#125Earlier quoted context omitted.
Uber operated at a loss for 9 years. They're now a profitable, market-winning business. Amazon operated at a loss for 9 years, and barely turned a profit for over a decade longer than that. They're now one of the greatest businesses of all time. Spotify operated at a loss for 17 years until becoming profitable. Tesla operated at a loss for 17 years before turning a profit. Palantir operated at a loss for 20 years bef…
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…
Re: Anthropic tightens usage limits for Claude Code without telling users
#126> One user, who asked not to be identified, said it has been impossible to advance his project since the usage limits came into effect. Vibe limit reached. Gotta start doing some thinking.
Who would have though including a hard depedency on third part service with unclear long term availability would be a problem! Paid compilers and remotely acessible mainframes all over again - people apparently never learn.
The destruction of spelling didn’t feel like doomsday to us. In fact, I think most people treated the utter annihilation of that skill as a joke. “No one knows how to spell anymore” - haha, funny, isn’t technology cute? Not really. We’ve gone up an order of magnitude, and not paying attention to how programming is on the chopping block is going to screw a lot of people out of that skill.
Re: Anthropic tightens usage limits for Claude Code without telling users
#127Re: Anthropic tightens usage limits for Claude Code without telling users
#128I played with Claude Code using the basic $20/month plan for a toy side project. I couldn't believe how many requests I could get in. I wasn't using this full-time for an entire workweek, but I thought for sure I'd be running into the $20/month limits quickly. Yet I never did. To be fair, I spent a lot of time cleaning up after the AI and manually coding things it couldn't figure out. It still seemed like an incredib…
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".
Re: Anthropic tightens usage limits for Claude Code without telling users
#129The funny thing is Claude 4.0 isn't even that 'smart' from a raw intelligence perspective compared to the other flagship models. They've just done the work to tailor it specifically for proper tool using during coding. Once other models catch up, they will not be able to be so stingy on limits. Google has the advantage here given they're running on their own silicon; can optimize for it; and have nearly unlimited cas…