Zed launches Delta, a multiplayer AI coding environment
Original: Delta
Why This Matters
Delta signals a shift toward multiplayer, agent-native development environments beyond traditional IDEs.
Zed introduced Delta on August 12, 2026 — a multiplayer environment for coding with AI agents and reviewing their output. It connects code and conversations in real time via DeltaDB, enabling teams to collaborate on agentic development. A private beta is now open.
Zed has launched Delta, a new application designed to make agentic software development collaborative and reviewable. Unlike commit-based platforms where comments become stale after code changes, Delta uses a custom sync layer called DeltaDB to replicate both the conversation thread and the working file tree in real time for all participants. DeltaDB integrates with existing git repositories — teammates who never open Delta still see a normal git repo. Comments in Delta are anchored to live code rather than static snapshots, and the AI agent remains part of the thread, able to explain or fix code on request. Threads are private by default and shareable via link, and collaborators can join through a browser without installing anything. Delta also supports cloud runners, allowing agents to continue working after a developer closes their laptop, with code and conversation staying synchronized. Nathan Sobo, writing on the Zed blog, described Delta as "the second half of a plan we've been executing for years: to build the best place to write code, then make it the best place to talk about code." Zed noted it could have added DeltaDB to its existing editor but chose to build a standalone application to deliver the best possible experience. The first users are now being invited into a private beta.