TECH Signal 611 2 feeds carried it
Zed launches Delta, a multiplayer environment for coding with agents and reviewing their work in private beta
Zed introduced Delta, a private beta application that uses DeltaDB to synchronize code, conversations, and agent work in real time across local machines and the cloud.
It shifts agent-assisted development into a multiplayer workspace where code edits and chat history stay linked for all participants. Cloud runners allow agents to continue working after a laptop is closed, and the system integrates with existing git repositories so non-Delta users see standard commits.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Delta uses DeltaDB to replicate the git worktree and conversation history together in real time for all participants.
The application supports cloud runners that keep agents working while laptops are closed, and offers a browser-based version compiled to WebAssembly.
Users can comment on any line of code or conversation, and the comments stay anchored as the code evolves.
THE CLUSTER