Your task list, running itself
OpenAI open-sourced a tool that turns a project management board into a team of coding agents — each ticket gets its own worker that runs until the job is done.
What happened
OpenAI published something called Symphony this week — and unlike most launches, this one came with a confession. Their own engineers were spending too much time babysitting AI coding tools, jumping between sessions, keeping things moving by hand. So they built a different way of working.
Instead of a human sitting next to the AI, nudging it along, Symphony flips the model. You write a ticket in Linear (a project management tool, like a digital to-do board for dev teams). Symphony picks it up, assigns an AI agent to work on it in isolation, and that agent runs — quietly, continuously — until the work is ready for a human to review. Then it hands over the finished code, with proof that it was tested.
Internal teams at OpenAI reportedly saw five times more work shipped in just a few weeks.
Why it's interesting beyond the numbers
Two things stand out. First, it works with different AI brains — not just OpenAI's own, but also Claude (from Anthropic) and Google's Gemini. That's unusual. It means the tool isn't a lock-in play. Second, the open-source community grabbed it immediately — over 15,000 people starred it on GitHub within days, which in that world is a signal that people are actually using and building on it.
For someone running a business with a small dev team, this is a glimpse of something real: a future where your backlog isn't just a wishlist, but a queue that moves on its own.
Words worth knowing
Linear — A project management tool popular with tech teams. Think of it like a shared notebook where every task has a card, a status, and an owner.
Open-source — Software whose blueprints are shared publicly. Anyone can read it, copy it, and improve it. It also means the community acts as a free quality check.
AI agent — An AI that doesn't just answer questions — it takes actions, makes decisions, and works toward a goal over time, without needing someone to hold its hand.
PR (Pull Request) — The moment a developer says "I finished something, here it is, please check it." It's how code gets reviewed before it goes live.
If you have a dev team, show them this. The question worth sitting with: which tasks on your backlog are stuck not because they're hard, but because nobody had the time to start?
Field Notes in your inbox
One distribution move, one technical system, and the tools we actually use. One useful issue a week.