ZedがDeltaを発表し、AIコードレビューをエージェントの会話内へ移行
プライベートベータ版アプリケーションは、エージェントのトランスクリプト、ライブのワークツリー、レビューコメントを同期しつつ、Git互換性を維持します。
By RuntimeWire Staff · Published
Primary source: Zed
Why it matters
Zed is betting that agent-generated code shifts the developer-tools bottleneck from writing changes to reviewing, explaining and preserving the context behind them.

Zed CEO Nathan Sobo (@nathansobo) launched Delta on August 12th, opening a private beta for a multiplayer application that keeps agent conversations, code changes and review comments in one synchronized workspace. The first invitations went out alongside the announcement, with Zed planning to admit more users over the coming weeks. (zed.dev)
Delta extends a technical thread that Sobo and co-founders Antonio Scandurra (@as__cii) and Max Brunsfeld (@maxbrunsfeld) have followed since their years building Atom at GitHub. Sobo led Atom until 2018 and co-led Teletype, an early production use of conflict-free replicated data types, or CRDTs, for collaborative editing. Scandurra also worked on Teletype, while Brunsfeld created the Tree-sitter parsing framework before co-founding Zed. (zed.dev)
その経歴がDeltaの設計を説明している。Zedは長年にわたりエディタにコラボレーション機能を組み込んできた。Deltaは会話を中心に据え、コード、エージェントの活動、人間によるレビューを同じ持続的なスレッドの一部として扱う。
Review follows the code as it changes
Delta runs on DeltaDB, Zed's operation-level versioning and synchronization system. DeltaDB records fine-grained edits between Git commits and replicates the conversation and worktree across participants. Each developer receives a local copy of the code that remains synchronized as humans and agents make changes. Existing Git repositories continue to work normally, including for collaborators who never open Delta. (zed.dev)
従来のレビューコメントはコミットやその他の固定スナップショットに紐づけられる。Deltaは代わりに、開発者がライブのワークツリー上の行や、エージェントのトランスクリプト中の特定の箇所にコメントを付けられるようにする。ZedによればDeltaDBはそれらの参照を個々の操作にアンカーし、周囲の行が移動したり変更されたりしても関連するコードにコメントが追従できるようにするという。レビュアーは、差分から元のタスクを再構築することなく、変更を生み出したエージェントに説明や修正を求めることができる。 (zed.dev)
Delta also supports cloud runners, allowing an agent to continue working after a developer closes a laptop. Shared threads can open in a browser without installing the desktop application. Zed says the browser client is the same Rust application compiled to WebAssembly and rendered through WebGL. Delta's first third-party agent integration is Claude Code, whose terminal sessions can synchronize into a shared thread for teammates to watch, annotate or continue. (zed.dev)

Zed has also redesigned the chat interface around editing rather than message passing. Developers can move a cursor through an agent transcript and attach comments to a plan, reasoning block or diff instead of sending every correction through a text box at the bottom. Zed says Delta displays full transcripts and diffs rather than routinely collapsing or summarizing them. Those performance claims will face broader testing as access expands beyond the initial private beta. (zed.dev)
Zedはまた、メッセージのやり取りではなく編集を中心に据えたチャットインターフェイスに再設計した。開発者はエージェントのトランスクリプト上をカーソルで移動し、プランや推論のブロック、差分にコメントを付けられるため、すべての修正を下部のテキストボックスから送信する必要がない。ZedによればDeltaはトランスクリプトや差分を常に省略・要約するのではなく完全な形で表示するという。これらのパフォーマンスに関する主張は、初期のプライベートベータを超えてアクセスが拡大するにつれてより広範な検証にさらされるだろう。 (zed.dev)
Delta becomes Zed's proving ground
Delta is a separate application rather than a feature inside the Zed editor. That decision is the strategic core of the launch. Zed had originally planned to introduce DeltaDB through its existing editor, but Sobo wrote that rebuilding Zed's foundations around the replicated database would risk disrupting workflows used by what Zed describes as hundreds of thousands of daily users. Delta gives Zed a smaller surface on which to test the database and its thread-centric interface before bringing DeltaDB into the editor. (zed.dev)
DeltaはZedエディタ内の機能ではなく、独立したアプリケーションとして提供される。その決定が今回のローンチの戦略的中心だ。Zedは当初、既存のエディタを通じてDeltaDBを導入する予定だったが、Soboは複製データベースを軸にZedの基盤を再構築すると、Zedが「何十万もの日次ユーザー」と表現するユーザーが使うワークフローを混乱させるリスクがあると記している。DeltaはDeltaDBをエディタに組み込む前に、データベースとスレッド中心のインターフェイスをテストするためのより小さな実験領域をZedに提供する。 (zed.dev)
The launch also puts last year's financing into context. Zed raised a $32M Series B led by Sequoia Capital in August 2025, with existing investors participating. Zed said the round brought its total funding above $42M and would finance DeltaDB and a broader collaboration layer for developers and agents. The private beta is the first standalone product built around that investment thesis. (zed.dev)
このローンチは昨年の資金調達を文脈付ける役割も果たす。Zedは2025年8月にSequoia Capitalが主導する3,200万ドルのシリーズBを調達し、既存の投資家も参加したと発表した。Zedはこのラウンドにより総調達額が4,200万ドルを超え、DeltaDBや開発者とエージェントのためのより広いコラボレーション層の資金となると述べた。プライベートベータはその投資仮説を中心に構築された最初の独立した製品である。 (zed.dev)
Delta positions Zed around a growing bottleneck in agentic development: reviewing and maintaining the volume of code that agents can produce. The application does not depend on Zed building the underlying model. Its value rests on preserving intent, edits and human feedback across whichever agents generate the code, beginning with Claude Code.
Deltaは、エージェントによる開発で増大するボトルネック──エージェントが生成しうるコードのレビューと維持──に対してZedを位置付ける。アプリケーション自体はZedが基盤となるモデルを構築することに依存していない。その価値は、Claude Codeを皮切りにどのエージェントがコードを生成しても意図、編集、人間のフィードバックを保存することにある。
Sobo summarized the product decision in the announcement: "the thread is where software happens now." Delta turns that thesis into a distinct application, while protecting Zed's established editor from an immediate architectural overhaul. Zed now has to prove that developers want another durable system alongside Git, and that operation-level history provides enough useful context to justify keeping every conversation tied to the code that followed. (zed.dev)
Soboは発表で製品判断を次のように要約した。「the thread is where software happens now.」Deltaはその主張を独立したアプリケーションに変えつつ、既存のZedエディタを即時のアーキテクチャ再構築から守る。Zedは今、開発者がGitと並んでもう一つの耐久性あるシステムを望むかどうか、そして操作レベルの履歴がすべての会話をその後に続くコードに紐づけて保持することを正当化するだけの有用な文脈を提供するかを証明しなければならない。 (zed.dev)