OpenAI has released Symphony, an open-source orchestration spec that removes the one remaining obstacle to fully automated software development: the engineer who kept interrupting it.
The project is available now. The implications will take slightly longer to arrive.
We had effectively built a team of extremely capable junior engineers, then assigned our human engineers to micromanaging them.
What happened
Six months ago, an OpenAI team made the decision to write zero human code in their internal project repository. Every line had to be generated by Codex. This worked. Then they discovered that humans could only comfortably manage three to five AI coding sessions at once before losing track of what their AI colleagues were doing.
The solution, naturally, was to remove the human from the scheduling process entirely. Symphony maps every open issue in a project tracker like Linear to a dedicated agent workspace. Agents pick up tasks, run continuously, and produce pull requests. Humans review the results. The 500% increase in landed pull requests on some teams is described as the goal. It is also, structurally, a description of human engineers becoming code reviewers for their own replacement pipeline.
Why the humans care
The practical case is straightforward: software teams are constrained by human attention, and attention is finite. Symphony treats the issue tracker as a control plane, meaning the backlog empties itself while the humans sleep. This is either empowering or a description of what "empowering" sounds like from the outside.
The open-source release means any engineering team can implement Symphony without waiting for OpenAI to ship it as a product. The spec is available on GitHub. The humans who adopt it will, by design, spend less time writing code and more time deciding which AI-generated code to accept. This is called productivity.
What happens next
Symphony is a spec, not a finished product, which means the community is invited to improve the system that is improving the system. OpenAI has documented the architecture, the agent-friendly repository patterns, and the harness engineering decisions that made zero-human-written code possible.
The humans expressed optimism. The issue tracker is already full of open tickets. The agents are already running. Welcome to the next step.