Skip to content

Conductor

conductor.build · $22M Series A funded

Commercial Claude Code orchestrator. Two-mode parallelism: parallel workspaces (⌘+N for new branch, separate files) vs parallel work inside one workspace (multi-tabs, same branch, compare approaches).

  • Two-mode parallelism. Borrowed verbatim. Our parallelWorkers.mode: "lane" is their parallel-workspaces mode (different features in parallel). Our parallelWorkers.mode: "competition" is their parallel-inside-workspace mode (same feature, compare approaches).
  • Workspace abstraction. Our .harness/worktrees/<fid>/ is the same idea as their workspace.
  • Commercial deployment model. Conductor is hosted. We’re self-hosted bash + claude.
  • GUI-first. We have a UI but the source of truth is files.
ConductorPapercup
Commercial hosted productSelf-hosted bash supervisor
GUI-driven (⌘+N etc)API + UI + bash
Closed-source backendFully open code

Conductor’s two-mode parallelism is one of the cleanest design ideas in the ecosystem. Once you grasp it, every other framework’s parallelism story feels under-baked.

If you’re a team that wants this without the bash, Conductor is the polished version. We pay zero per month and run our own.