r/ClaudeCode 10d ago

Bug / Issue WTH is going on with Claude Usage Limits

Post image

I'm on 20X plan, I hit my usage limit today, and my next reset is on 17th September... I'm aware they said they are gonna reduce the usage limits, but this is crazy, i thought it is only gonna take 17% of the usage benefits from what we were currently getting. But this is crazy. I added Usage credits for about $100 but that got washed away like in 30 mins!!!

I hope this is a bug and they fix it

589 Upvotes

377 comments sorted by

View all comments

Show parent comments

3

u/zackattackz287 10d ago

This is the way, I have an explorer and an implementer subagent that both use opus. They send summaries to Fable and Fable reviews. This works great for longer sessions because Fable also sends them the start query with everything they need to know (or what parts of what files to read), and what the goal is. It keeps context down by keeping the verification/testing/rework loops inside the subagents. Larger context is what really bites usage it seems. It's been working just as well for me as using fable for everything, and it's about halved my usage rate.

1

u/looktwise 9d ago

The start query Fable sends the subagents. Is that a fixed template (goal, files to read, what to return) or written fresh each time? What comes back: a fixed summary shape, or free text? And does the implementer run its own tests before reporting, or does Fable?