A couple days ago I was getting so many api errors/timeouts I decided to upgrade from the $20 to the $100 plan (as I was also regularly hitting rate limits as well)
It seemed to fix the issue immediately. But today, the errors came back for about half an hour
Pretty rare to get a 529 outside of that time window in my personal experience, at least during the USA day.
Hopefully they work out whatever issue is going on.
(Just to be clear, I have no idea what on this thread to take seriously and not and who is. I'm joking at least.)
A great deal of claude stupidity is due to context engineering, specifically due to the fact that it tries its hardest to pick out just the slice of code it needs to fulfill the task.
A lot of the annoying “you’re absolute right!” come from CC incrementally discovering that you have more than 10 lines of code in that file that pertains to your task.
I don’t believe conspiracies about dumbed down models. Its all context pruning.
The model feels like it has got stupid when you get on a cold streak after a hot hand.
For example, a sub-agent for adding a new stat to an RPG. It could know how to integrate with various systems like items, character stats component, metrics, and so on without having to do as much research into the codebase patterns.
the main problem I have is that the agents just aren't used
For example, I set up a code reviewer agent today and then asked claude to review code, and it went off and did it by itself without using the agent
in one of anthropic's own examples they are specifically telling claude which agents to use which is exactly what I don't want to have to do:
> First use the code-analyzer sub agent to find performance issues, then use the optimizer sub agent to fix them
My working theory is that while Claude has been extensively trained on tool use and is often eager to use whatever tools are available, agents are just different enough that they don't quite fit - maybe asking another agent to do something "feels" very close to asking the user to do something, which is counter to their training
but maybe I just haven't spent enough time trying it out and tweaking the descriptions
You don't need a full agent library to write LLM workflows.
Rather: A general purpose agent with a custom addition to the system prompt can be instructed to call other such agents.
(Of course explicitly mamaging everything is the better choice depending on your business case. But i think it would be always cheaper to at least build a prototype using this method.)
T0Bi•15h ago
¹ https://github.com/ruvnet/claude-flow
nazgul17•14h ago
dchuk•13h ago
himeexcelanta•12h ago
SOLAR_FIELDS•11h ago
lubujackson•8h ago
AbstractH24•1h ago
jampa•10h ago
> [...]
> # 2. Activate Claude Code with permissions
> claude --dangerously-skip-permissions
Bypassing all permissions and connecting with MCPs, can't wait for "Claude flow deleted all my files and leaked my CI credentials" blog post
data-ottawa•8h ago
I’ve set it up bespoke but the auth flow gets broken.
oarsinsync•7h ago
T0Bi•4h ago
¹ https://github.com/anthropics/claude-code/tree/main/.devcont...
T0Bi•4h ago
I use the .devcontainer¹ from the claude-code repository. It works great with VSC and let's you work in your docker container without any issues. And as long as you use some sort of version control (git) you cannot really lose anything.
¹ https://github.com/anthropics/claude-code/tree/main/.devcont...
dazzaji•7h ago
lvl155•2h ago
Bro…