/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

OpenAI releases Symphony, an open-source spec for agent orchestration that turns a project-management board like Linear into a control plane for coding agents

Six months ago, while working on an internal productivity tool, our team made a controversial (at the time) decision: we'd build our repo with no human-written code.

OpenAI

Discussion

  • @openaidevs @openaidevs on x
    📣 What if every open issue had a Codex agent? That's the idea behind Symphony, an open-source agent orchestrator for Codex that turns task trackers into always-on systems for agentic work, letting humans focus on review and direction. [video]
  • @alex_frantic Alex Kotliarskyi on x
    Engineers at OpenAI experience the same problem as everyone else — we can supervise about 3-5 coding agents. After that productivity drops. Codex is smart, but our attention is limited. So we built (and open sourced!) Symphony to remove that ceiling. Here's how it works:
  • @sherwinwu Sherwin Wu on x
    We quietly launched the Symphony repo on Github last month, and it's already accumulated 15.5k stars! Excited to share this post that dives into it even deeper: a library that lets you use Codex to orchestrate work normally done by teams of engineers. https://openai.com/...
  • @daniel_mac8 Dan McAteer on x
    Symphony is amazing. Best agent orchestrator I've used. It's open-source and you can use it with your ChatGPT sub. Only downside I found: it's *VERY* token hungry. Closed 30 Linear issues with Symphony + Codex in a week and it was the closest I came to my weekly Codex limit.
  • @reach_vb @reach_vb on x
    Symphony: a minimal orchestration layer for Codex It connects issue trackers like Linear to coding agents, so each task can spin up its own Codex session In a nutshell: open issue → assign agent → generate PR → human review https://openai.com/...
  • @z Zach Brock on x
    Learning how to use coding agents effectively is the most interesting engineering problem in the world right now. The solution @alex_frantic came up with for our team is Symphony. I think Symphony has a few really interesting ideas embedded in it: 1. The approach itself.
  • Zach Brock Zach Brock on linkedin
    Following up on our Harness Engineering blog post from a couple of months ago, I'm excited to share our latest post on Symphony. …
  • @maggieappleton.com Maggie Appleton on bluesky
    We have reached a moment where instead of releasing software you simply release the detailed spec for software and tell people to prompt their agent to build it themselves  —  From the README of OpenAI's new Symphony orchestrator: github.com/openai/symph...  [image]
  • @lizthegrey.com Liz Fong-Jones on bluesky
    free idea for someone: verifiable build pipelines that use specific models to “compile” specifications like github.com/openai/symph... into code, then compile that code into binaries.  —  I care to audit the spec, I care not to audit each line of code, and I just want to know bin…