Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- 3-5 that are active and another 2-4 waiting for my attention or some kind of experiment.by Chyzwar
- 8 is about my limit but I never have less than 4.by kasey_junk
- Not sure what there is to orchestrate, Claude Code at least the desktop app allows you to run multiple sessions, just send each agent a Jira ticket and off it goes.by satvikpendem
- I sometimes keep 4-5 active sessions going plus a couple waiting in the queue. Can't say it's always convenient. I don't know about others but I sometimes forget which session is doing what and end up getting confused.
- Have you ever tried any of those ADEs / Agent orchestrators? I have considered downloading a few, tried Kepler for a bit, but I am unsure if I am maybe trying to search for a tool I don't actually need.by top_rooster
- Hi, I’m the creator of AI DevKit. Problem that you are facing is one of the thing made me build this.
Once you have 4–5 active agent sessions, the bottleneck becomes remembering who is doing what and jumping between them.
ai-devkit gives each agent a name, lets you see and navigate active sessions from one place, agents can communicate with each other, search sessions that you already completed. I also added remote control so I can check or redirect sessions without constantly switching terminals.
If you have time or chance to try it out, I would love to know what you think.
by hoangnnguyen - I used Claude Fable to tweak my tmux config to allow me to work on multiple issues. It lists my various Claude sessions and the status of each (so I can see which ones are working versus waiting for permissions / choice / finished their turn and are waiting for me). I can also see my open PRs including when PRs get approved; as well as some Jira context.
I usually limit # of concurrent tmux windows 15 (per Kanban limit of Work In Progress concept) but I've been known to up that to 30 when on-call.
by atsaloli