News & Updates, AI Agents, API Tools

OpenAI Ships Symphony: Codex Agents Now Run Your Linear Board

OpenAI open-sourced Symphony today — an orchestration spec that maps every open Linear issue to a dedicated Codex agent workspace, removing the per-session supervision bottleneck. Some internal teams reported 500% more landed pull requests in three weeks.

3 min read
OpenAI Ships Symphony: Codex Agents Now Run Your Linear Board

Image source: Open Graph image

OpenAI Ships Symphony: Open-Source Codex Orchestration That Turns Linear Into an Agent Control Plane

OpenAI released Symphony today — an open-source orchestration specification that eliminates the per-session supervision bottleneck that has limited developer throughput with coding agents. Instead of manually managing parallel Codex sessions across browser tabs and terminals, Symphony maps every open Linear ticket to a dedicated agent workspace and keeps agents running until the work is done.

The reference implementation, built in Elixir and licensed under Apache 2.0, is available on GitHub. The specification itself is language-agnostic — Codex implemented it in TypeScript, Go, Rust, Java, and Python during OpenAI's internal iteration.

How It Works

Symphony is a state machine, not an IDE plugin or a new product surface. It continuously polls a Linear board, assigns a Codex agent to each open issue in an isolated workspace, and manages the full lifecycle: if an agent crashes or stalls, Symphony restarts it; when new tickets appear, it picks them up immediately.

The key design choice is making the issue tracker — not the terminal or the IDE — the control plane. Ticket statuses drive agent behavior. Some issues produce multiple pull requests across repositories; others are pure investigation that never touches the codebase. Symphony handles both without requiring engineers to supervise individual agent sessions.

The system runs on devboxes and operates around the clock. One OpenAI engineer made three significant code changes from the Linear mobile app while staying in a cabin with weak Wi-Fi, according to the company. The agents handled the rest.

Output and Adoption Signal

OpenAI reported a 500% increase in landed pull requests among some internal teams in the first three weeks of Symphony deployment. Linear founder Karri Saarinen corroborated the momentum, highlighting a spike in new workspaces created on the platform as Symphony was released.

The deeper shift is cognitive rather than mechanical. When engineers stop supervising individual Codex sessions, the perceived cost of each code change drops. Fixes that previously weren't worth the human overhead become viable. Teams move from managing coding agents to managing work.

Security Architecture

Symphony is built on the Codex App Server — the programmatic JSON-RPC interface for Codex. To prevent OAuth token exposure to subagents, it uses a dynamic linear_graphql tool call that executes requests against Linear directly from the orchestrator, keeping the access token out of agent containers.

Approval policies are configurable. Teams can set full auto-approve for trusted codebases or require explicit human sign-off for sensitive operations. An optional Phoenix LiveView dashboard provides real-time visibility across all agent workspaces and issue states.

What's Unconfirmed

OpenAI explicitly frames Symphony as a "low-key engineering preview for trusted environments." The 500% PR uplift figure is drawn from internal teams running on codebases already optimized for agentic operation — agent-friendly repository structures, extensive automated tests, and guardrails built in advance. No independent validation exists.

Analysts have flagged the scaling asymmetry: generation scales easily; validation does not. Higher PR volume shifts the review burden to engineers rather than eliminating it. Greyhound Research chief analyst Sanchit Vir Gogia described Symphony as beginning to resemble "a lightweight operating system for software delivery" — with the governance, security, and auditability questions that implies for enterprise adoption.

Symphony currently only officially supports Linear and OpenAI models. The company does not plan to maintain it as a standalone product; the repository is a reference implementation for teams to study, fork, and extend.

Share:

Other Latest News

OpenAI Releases GPT-5.6 and GPT-Live to All Users Today
News & Updates, AI Agents, Voice

OpenAI Releases GPT-5.6 and GPT-Live to All Users Today

OpenAI publicly launches its most powerful model family — Sol, Terra, and Luna — today alongside GPT-Live, a new full-duplex voice architecture that replaces Advanced Voice Mode across all ChatGPT tiers.

Jul 9, 2026
Cursor and SpaceXAI Release Grok 4.5, Their First Joint Model
News & Updates, Code Editors

Cursor and SpaceXAI Release Grok 4.5, Their First Joint Model

SpaceXAI and Cursor have jointly launched Grok 4.5, a 1.5-trillion-parameter coding model available now across all Cursor plans at $2/$6 per million tokens — weeks before their $60B acquisition deal closes.

Jul 9, 2026
Anthropic Adds Model Controls and Spend Alerts to Claude Enterprise
AI Agents, News & Updates

Anthropic Adds Model Controls and Spend Alerts to Claude Enterprise

Anthropic's new Claude Enterprise admin controls give platform admins per-user cost breakdowns, model-level entitlements, and real-time spend-threshold alerts — targeting the budget blowouts that have quietly burned enterprise AI teams in 2026.

Jul 6, 2026
Gemini Spark Comes to Mac With Local File Access and MCP Support
AI Agents, News & Updates

Gemini Spark Comes to Mac With Local File Access and MCP Support

Google has added Gemini Spark to the Gemini desktop app for macOS, giving it access to local files, MCP server connections, real-time topic tracking, and new integrations with Canva, Dropbox, and more.

Jul 3, 2026
Google Drops ADK 2.0 and Genkit Agents for AI App Builders
AI Agents, News & Updates

Google Drops ADK 2.0 and Genkit Agents for AI App Builders

Google published three developer-facing launches in 24 hours: ADK 2.0's graph-based workflow runtime, the Genkit Agents API for full-stack conversational AI, and a Google Cloud Workbench VS Code extension — a coordinated push to own the agent-development stack.

Jul 3, 2026
Fable 5 Returns Globally as US Lifts Export Controls on Anthropic
News & Updates, AI Agents, Security

Fable 5 Returns Globally as US Lifts Export Controls on Anthropic

Anthropic restored global access to Claude Fable 5 on July 1 after the US Commerce Department lifted the 19-day export controls. Claude Code and Claude.ai users get the model back with a new 99%+ jailbreak classifier and an industry-wide safety framework now in development.

Jul 2, 2026
← Scroll for more →