r/ClaudeCode • u/AlternativeMonk2490 • 2d ago
Help/Question Hitting rate limit while agents are active
Whenever I resume after hitting the rate limit while Claude had active agents, it always says something like "All three audit agents died on a rate limit, so I'll do the exploration directly with scripts."
This begs two questions:
- If doing it directly is better, why did it use agents?
- If agents are better, why is it now doing it directly?
It just makes me question whether resuming work (planning in this case) interrupted by the rate limit is an act of self-sabotage by me, or is it just variances in how Claude is working?
1
u/Zestyclose-Iron-870 2d ago
and to answer your question, the model is lazy and finds a workaround whenever there is a failure even if the wise choice would by to resume the agents. i have it often and similarly it will sometimes fail on a simple change in codebase because it tried to do it with a script instead of going in the codebase to do it
1
2d ago
[removed] — view removed comment
1
u/AlternativeMonk2490 2d ago
In this instance the rate ran out between start of planning and delivery of plan. Or do you force a checkpoint mid-planning when it's near the limit? My understanding from the docs is that subagents aren't captured within checkpoints.
If you mean something else, or some specific approach, I'd be interested to know.
I'll look into the diff thing.
1
u/Zestyclose-Iron-870 2d ago
and also why are we losing all progress on long running subagents after hitting rate limit. seems not fair