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.
The acquisition points Codex toward enterprise agents that keep working after a laptop closes. OpenAI says Codex now has more than 5 million weekly users, up 400% from earlier this year, while Ona brings cloud environments used by 2 million developers.
OpenAI announced Codex for Open Source on March 6, 2026, pitching the program as practical support for maintainers who review code, manage large repositories, and handle security work. The program combines API credits, six months of ChatGPT Pro with Codex, and conditional Codex Security access for eligible projects.