Symphony
A tiernew this weekOpenAI's open-source daemon that turns your Linear board into an always-on coding agent factory — tickets go in, pull requests come out.
Kai's verdict
Symphony is the most architecturally serious 'issue tracker as control plane' approach yet — 15K GitHub stars in weeks confirms the idea resonates — but it's still a rough, self-hosted engineering preview that demands Elixir chops and a Linear-only workflow. (Verdict pending Phi's full review.)
Strengths
- Fully autonomous ticket-to-PR pipeline: every open Linear issue gets its own isolated Codex agent without manual supervision
- Fault-tolerant Elixir/OTP architecture automatically restarts crashed agents and manages hundreds of concurrent runs
- WORKFLOW.md keeps all orchestration policy version-controlled inside the repo, so agent behavior is reproducible and reviewable like code
- Proven internal results: OpenAI reported a 500% increase in landed PRs on some teams within three weeks
- Open spec encourages community re-implementations in any language, not just Elixir
Weaknesses
- Currently only supports Linear as an issue tracker — GitHub Issues and Jira integrations are not yet official
- Only OpenAI Codex is officially supported as the agent runtime; other model integrations are community-contributed and incomplete
- Self-hosted, Elixir-dependent engineering preview with no built-in sandboxing — not suitable for untrusted or production environments out of the box
Best for
Engineering teams already using Linear + OpenAI Codex who want to stop babysitting agent sessions and instead let the issue tracker drive autonomous coding at scale.
Pricing
Free (open-source)
MIT/Apache 2.0 licensed and self-hosted; requires paid OpenAI API (Codex) and Linear subscriptions to operate.
Alternatives worth knowing
Devin
ACognition Labs' autonomous coding engineer.
GitHub Copilot
BMicrosoft/GitHub's autocomplete. Deep VS Code + JetBrains integration.
Claude Code
SAnthropic's CLI agent. Opus-powered, operates on your repo directly.
Aider
ATerminal-based AI pair programmer. Git-aware, model-flexible.
Cline
AOpen-source VS Code agent. Reads + writes + runs.