OpenAI Open-Sources Symphony, a Coding Agent Orchestration Layer
OpenAI released Symphony as an open-source project on April 27, 2026. It is an orchestration layer designed to run coding agents continuously against an issue tracker, turning software project management boards into autonomous development pipelines.
How Symphony Works
Symphony is a long-running service that monitors an issue tracker — Linear in the reference implementation — and creates an isolated workspace for each open issue. A coding agent (Codex by default) runs inside each workspace, and Symphony handles crashes, restarts, CI monitoring, conflict resolution, rebasing, and shepherding pull requests toward review.
Results and Expansion
OpenAI teams that adopted Symphony saw a 500% increase in merged pull requests during the first three weeks of use. Though originally built for Codex, v1.1.0 introduced support for Claude Code, Gemini, and other agent runtimes via the Kata CLI — making Symphony a multi-model orchestration framework rather than an OpenAI-only tool.
The GitHub repository has attracted significant community contribution since launch, with developers extending support to additional issue trackers and agent backends.
Source: OpenAI Blog, GitHub
Related Articles
This matters because the next bottleneck in agent coding is human attention, not raw model speed. OpenAI says Symphony lifted landed pull requests by 500% on some teams after engineers hit a practical ceiling of roughly three to five concurrent Codex sessions.
OpenAI is pushing harder into agentic work, not just chat. On the company's own evals, GPT-5.5 reaches 82.7% on Terminal-Bench 2.0, beats GPT-5.4 by 7.6 points, and uses fewer tokens in Codex.
Hacker News liked that Zed did more than add extra agents to a sidebar. The thread focused on worktree isolation, repo scoping, and whether Zed found a more usable shape for multi-agent coding than the usual terminal pile-up. By crawl time on April 25, 2026, the post had 278 points and 160 comments.
Comments (0)
No comments yet. Be the first to comment!