Zed Industries launched Delta on August 12, 2026, a new multiplayer environment for coding alongside AI agents and reviewing what they build. It is a separate application from the Zed editor, built in Rust and compiled to WebAssembly so teammates can join from a browser with no install. Delta enters private beta today, with invitations rolling out over the coming weeks.

What Happened

Zed, the company behind the high-performance Rust code editor, announced Delta, a workspace where developers and coding agents collaborate in real time while code and conversation stay linked. The core idea: when an agent writes code, the discussion around that code should not go stale. Delta keeps the full context of how the code came to be.

Why It Matters

Most agent-coding tools treat the conversation and the codebase as separate things. You prompt an agent, it edits files, and the reasoning behind those edits scatters across chat logs that drift out of sync with the repo. Delta anchors comments to code as it evolves, so a review thread stays attached to the right lines even after the agent rewrites them. For teams running agents at scale, that connection between intent and implementation is the missing piece.

Key Details

Delta is powered by DeltaDB, which synchronizes conversations and code edits across team members in real time. Comments remain anchored to code rather than becoming outdated. Teammates can join a thread and see synchronized code on their local machines, and remote collaborators can open the workspace in a browser through the WebAssembly build without installing anything.

It is designed for asynchronous work: because edits and pushes sync automatically, contributors never have to wonder whether the latest code was committed. Delta integrates with existing Git workflows and with third-party agents, including Claude Code. Zed has not disclosed pricing, and access is currently gated behind private-beta invitations.

What to Do Next

If you already build with coding agents, request a Delta invite and watch how it keeps review context attached to agent-written code. In the meantime, its foundation is the same engine behind the Zed multi-agent editor, so trying Zed today is the closest hands-on preview of the workflow Delta is built around. Read the Zed site for setup and roadmap details.