A Multi-Claude Code Session Orchestrator
ishyfishyy · reddit · 2026-07-16
The author built an orchestration tool called Operator to run multiple Claude Code / Codex sessions simultaneously, allowing them to issue commands to these agents from a phone.
Key design features:
- Multiple tasks can be created under a single project, each launching an independent agent session.
- Each task uses an isolated git worktree and separate branch to prevent agents from clashing.
- It's a Web App, not a desktop app; it can run locally or be hosted remotely, enabling task progression from a phone while away from the PC.
- Running on Anthropic subscriptions, the tool estimates API costs per task and includes a dashboard tracking tokens, project/task costs, and lines of merged code.
The author is also offering free hosting slots in exchange for feedback.
More from coding & agent
- Soft Clamp cuts tool-call overuse in multi-teacher distillation, from 13.7% to 9.0% — antgroup · 2026-07-21
- Agent harness memory loss and compaction are still a major usability problem — adityaag · 2026-07-21
- SpecJudge runs locally on Ollama to pick the right-sized AI model for your project — jokiruiz · 2026-07-21
- A developer maps out six design rules for CLIs that humans and AI agents can both use — yujiezha · 2026-07-21
- A coding-agent skill that forces ADHD-friendly, answer-first output — ayghri · 2026-07-21
- A set of agent skills for CAD, robotics, and hardware design — earthtojake · 2026-07-21