Earlier quoted context omitted.
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.
Everyone that successfully avoided social media for the last decade escaped with their mental health. Everyone that carefully moderates their ai intake (e.g don’t depend on Claude Code) will also escape with their skills over the next decade, others will become AI fiends, just the like social media fiends. Just knowing tech like the internet and ai can fuck your whole brain up is enough to be ahead of the curve. If y…
Anthropic tightens usage limits for Claude Code without telling users
171–180 of 274 posts
Re: Anthropic tightens usage limits for Claude Code without telling users
#172That’s funny I literally started the $200/month plan this week because I routinely spend $300+/month on API tokens. And I was thinking to myself, “How does this make any sense financially for Anthropic to let me have all of this for $200/month?” And then I kept getting hit with those overloaded api errors so I canceled my plan and went back to API tokens. I still have no idea what they’re doing over there but I’ll ha…
Re: Anthropic tightens usage limits for Claude Code without telling users
#173I 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…
In my experiments, it would be enormously wasteful in token usage, doing things like re-reading all Python scripts in the current folder just to make sure all comments were up-to-date, or it re-read an R script to make sure all brackets were closed correctly. Surely that's where a good chunk of the waste comes from?
Re: Anthropic tightens usage limits for Claude Code without telling users
#174Earlier quoted context omitted.
Honest question: what do you do with them? I would be so fascinated to see a video of this kind of workflow… I feel like I use LLMs as much as I can while still being productive (because the code they generate has a lot of slop) and still barely use the agentic CLIs, mostly just tab completion through windsurf, and Claude for specific questions by steering the context manually pasting the relevant stuff
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…
Re: Anthropic tightens usage limits for Claude Code without telling users
#175I 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
#176I wish models which we can self-host at home would start catching up. Relying on hosted providers like this is a huge risk, as can be seen in this case. I just worry that there’s little incentive for bit corporations to research optimising the “running queries for a single user in a consumer GPU” use case. I wonder if getting funding for such research is even viable at all.
Re: Anthropic tightens usage limits for Claude Code without telling users
#177It’s like you buy an M4 MacBook and silently Apple throttles it and makes it an M1. If that happened every tech magazine would write about it, consumer advocates would be in rage. How’s it possible that AI companies sell you a product for 100 USD a month and silently degrade it?
Re: Anthropic tightens usage limits for Claude Code without telling users
#178> 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
#179That’s funny I literally started the $200/month plan this week because I routinely spend $300+/month on API tokens. And I was thinking to myself, “How does this make any sense financially for Anthropic to let me have all of this for $200/month?” And then I kept getting hit with those overloaded api errors so I canceled my plan and went back to API tokens. I still have no idea what they’re doing over there but I’ll ha…
Re: Anthropic tightens usage limits for Claude Code without telling users
#180I have the $100 plan and now quickly get downgraded to Sonnet. But so far have not hit any other limits. I use it more on the weekends over several hours, so lets see what this weekend has in store. I suspected that something like this might happen, where the demand will outstrip the supply and squeeze small players out. I still think demand is in its infancy and that many of us will be forced to pay a lot more. Unle…