← Wiki

Conductor — Orchestrate, Don’t Supervise

Conductor (by Melty Labs, $22M Series A) is a Mac app whose single claim is: you should be running many coding agents at once, not one. The product is a GUI wrapper around the same pattern Claude Code’s power users already do manually — spawn an agent per task in its own git worktree — but productized so you stop hand-managing the branches.

Quote from a testimonial that sums up the bet: “feels like going from typing with two fingers to having eight arms.” You become the conductor; the agents are the section.

What it actually does

Customer signal

Linear, Vercel, Notion, Ramp, Life360, Square, Spotify. This is not 143k-star indie toolchain territory — this is what engineering teams at tooling-literate companies are actually buying. That matters because the parallel-agents thesis has been floating around for a year and this is the first execution that teams with money are choosing.

Why the pattern works

Coding is throughput-bound on the human, not the agent. One Claude Code session makes you wait on generation, lint, tests, and your own review. Stack six sessions and your bottleneck becomes: did you decompose the work well enough that six things can run in parallel without stepping on each other? Worktree isolation removes the git stepping-on-toes problem. Your remaining job is task decomposition and merge review — which is what a senior engineer does anyway.

This is the same shift that Symphony (OpenAI) and GSD-2 bet on, framed as teams manage work, not agents. See agent-toolkit-landscape’s project managers category: Conductor is the GUI-first variant, Symphony is the Elixir-first variant, GSD-2 is the milestone/slice/task structured variant. Different execution, same bet.

Where this fits in our framing

The tradeoff to watch

The value is real but bounded: the moment two lanes need to modify overlapping code, worktree isolation doesn’t save you — you get six drift-parallel solutions to the same problem, and the merge review becomes the new bottleneck. The skill this forces is task decomposition that doesn’t overlap. Buy Conductor if decomposition is your strength; skip it if your work is one-PR-at-a-time.

The 2026 ecosystem

Conductor wasn’t first and isn’t alone. Once “agent-per-worktree” landed as a pattern, an entire category appeared in a few months. The axes that matter: open-source vs closed, Mac-only vs cross-platform, Claude-Code-only vs agent-agnostic, terminal vs GUI, orchestrator-managed vs you-decide.

Tool License Platform Agents Shape Distinctive
Conductor (Melty Labs, YC S24) Closed, free macOS (Apple Silicon) Claude Code, Codex GUI Deep Claude Code integration, automated spec/plan review for logic errors, race conditions, null-pointer risks
Superset Apache-2.0 macOS, Linux, Windows Any CLI agent (Claude Code, Codex, Aider, Cursor Agent, Gemini CLI, Copilot, OpenCode…) Editor-style desktop 3.2k★ in 3 days; “code editor for the AI agent era,” zero telemetry, BYO agent
Emdash (YC W26) MIT macOS, Linux, Windows 22+ agents Desktop + SSH remote Only one with native Windows/Linux and SSH remote; first-class Linear/Jira/GitHub issue integration
Claude Squad Open-source Cross-platform Claude Code Terminal (tmux + worktrees) The keyboard-only lineage; smtg-ai
Parallel Code Open-source Desktop Claude Code, Codex, Gemini CLI GUI Side-by-side view of 3 agents tackling the same task — useful for A/B model comparison
Agent Orchestrator (Composio) Open-source Multiple Autonomous Plans tasks, spawns agents, handles CI fixes and merge conflicts without a human in the loop
ccswarm Open-source Cross-platform Claude Code Terminal Each agent is role-specialized (backend, frontend, review)
Vibe Kanban Open-source Web/Desktop Multiple Kanban UI Task cards → lanes → agents; the Trello metaphor for agent work
Google Antigravity Mission Control Closed Browser Google’s agents Cloud The incumbent entry — Google’s bet on the category
Workstream Labs Open-source Desktop Multiple IDE-style “IDE for parallel AI coding agents” positioning

Awesome list: andyrewlee/awesome-agent-orchestrators.

The conceptual frame — Addy Osmani’s “conductors to orchestrators”

Osmani’s O’Reilly essay names the transition this category captures. A conductor is a human dirigent — you assign a task to each agent, watch the lanes, merge at the end. An orchestrator is the planner itself: decompose the goal, fan out agents, resolve merge conflicts, re-plan on failure, surface only exceptions to you.

Today’s products are mostly conductor-shaped (Conductor, Superset, Emdash — you still drive). Composio’s Agent Orchestrator is the first visible step toward orchestrator-shaped (autonomous planning and CI healing). The category’s trajectory is clearly toward the orchestrator end — the same arc 98.4% infrastructure predicts: once model instances are cheap, the planning and merging logic in the harness becomes the real product.

How to choose (April 2026)

For our own setup: Superset looks the closest match — agent-agnostic (we run Claude Code + Codex + our own Rust agent), open-source, cross-platform. Worth a spike on one real project before committing.

See Also

Related