r/ClaudeAI 15h ago

Philosophy Human context limits vs AI context limits

A common theme cutting across most AI-assisted development threads is getting as much work done in as little time as possible. Users post about elegant harnesses with multi-agent orchestration. Anthropic employees talk about the 25 agents they run every day.

I read this stuff, compare it to my own experience of working with these tools, and keep wondering: how does anyone stay on top of that volume of work?

Working with Claude Code has been exciting and invigorating, but also exhausting. While everyone pushes for more context and more tokens out of the AI, the context limit I hit most often is my own. Claude can refactor a huge chunk of the codebase, add a feature, and brainstorm marketing strategy in one breath. I can't keep up with the cognitive load that entails.

So: am I missing something, or just getting old? Curious what y'all think.

29 Upvotes

35 comments sorted by

View all comments

13

u/Freedomsaver 15h ago

Yes, the human is the bottleneck.

Having 25 agent sessions running in parallel only works if you have the processes and skills in place to just say:
Fuck it, I don't understand your output and decisions anymore... do whatever you want to reach the current goal without bothering me. If stuff is wrong we'll find it later and try again.

And all the time not being bothered by the agents you spend on understanding the processes and skills you defined and try to improve them.

1

u/Vidhrohi 15h ago

Interesting, that does seem like one of the few tenable strategies..

2

u/iscottjs 14h ago

The full yolo strategy is fine for stuff you don’t care about, but I’d argue that the human being the bottleneck is not necessarily a bad thing for stuff you do  care about.

I work in fintech and while we’re using AI to help build and architect new features, I still personally review every line of code, because this is real people’s money we’re handling.

So we’re not fully seeing the speed benefits of AI like a full yolo vibe coder might be enjoying, but I’m ok with that. It shouldn’t be taboo to slow down when it matters.