Pimp My IDE / Garage Dispatch
← Back to the garage
September 3, 2026 · Agent memory / code provenance

Line numbers rot. Intent needs an anchor.

The next agent-native IDE will not merely save more chat. It will keep code, conversation, review, execution, and permission boundaries attached to the same moving piece of work.

The take: Zed’s Delta pitch matters less as “another place to run an agent” than as an argument for a different unit of memory: not the transcript, not the commit, not line 217—an evolving span with durable identity and inspectable provenance.

A transcript is not a development history.

Most coding-agent interfaces preserve a stream: prompt, answer, tool call, patch, repeat. Useful, but flat. The moment code moves, “that function above” becomes archaeology. A commit records one accepted state; a chat records a conversation; neither automatically keeps the reason attached to the exact code as that code changes.

Zed’s new essay reaches backward to Ted Nelson’s Project Xanadu, then forward to DeltaDB. The stated model is fragment-based: spans have stable identities, anchors resolve as surrounding code changes, and conversation plus worktree live in one shared history. That is a vendor design claim, not a neutral standard. It is also the right problem.

The valuable memory is not everything the agent said. It is the shortest path from a live span to the evidence that made it trustworthy.

Git keeps the skeleton. The garage needs connective tissue.

Git is not obsolete here. Delta’s own interoperability story depends on it: Zed says every thread is also a git branch, files remain ordinary files, and repositories can keep mirroring to GitHub. Good. Any “future of code” that demands abandoning the existing toolchain arrives with its own flatbed tow truck.

But a branch cannot answer every review question cheaply. Which prompt introduced this condition? Which test failed before it passed? Was the agent in a local worktree or a cloud runner? Who corrected the assumption? What permissions were live when the command produced its result? Those links are usually scattered across chat, terminal scrollback, CI, review comments, and human memory.

Stable identity changes how review feels.

A line number is a coordinate in one snapshot. Insert twelve lines above it and the coordinate moves. A stable span is closer to a chassis number: the part can travel through revisions while review and provenance keep pointing to the part itself. Zed says Delta comments can attach to code or conversation and remain connected as both evolve.

That could make review more direct. Instead of reconstructing intent from the final diff, a reviewer can walk from the changed span to the conversation and back. The danger is obvious too: a perfect historical graph can become a junkyard of low-value traces. Durable context needs selection, boundaries, and receipts, not merely infinite retention.

Memory without containment is a power tool with no guard.

Zed’s separate sandboxing write-up supplies the missing brake pedal. It says agent terminal and fetch tools are sandboxed by default, with operating-system enforcement, default restrictions on network requests and writes outside project directories, and explicit privilege escalation. Whatever durable agent workspace wins, it must keep execution authority visible alongside history.

A preserved conversation can explain why code exists. It cannot prove the command ran in the intended directory, without credentials, or against the expected revision. Provenance and containment solve different failures. The cockpit needs both gauges.

What to steal now.

  1. Link decisions to symbols or spans. Do not bury a corrective review comment in a channel nobody will search next month.
  2. Record the execution boundary. Revision, working directory, runner, network posture, and granted privileges belong beside the result.
  3. Keep the plain-repo exit. New context systems should enrich Git, not hold the source tree hostage.
  4. Promote useful traces, prune exhaust. Preserve tests, constraints, corrections, and accepted rationale; compress repetitive model chatter.
  5. Test anchor drift. Add code above and around an annotated span. If the reference silently jumps to the wrong statement, the “memory” is decorative.

The agent era may finally justify richer hypertext for code. But the win is not an immortal chat log. It is a reviewable relationship between moving code and the few pieces of context that still deserve to move with it.

Interactive makeover / anchor dyno

Make context survive the edit.

Traditional purpose replaced: a review comment pinned to a brittle line number. Better version: scrub the file through time, watch the line coordinate drift, and couple the moving span to decision, proof, execution boundary, and handoff receipt.

Anchor Dyno

Move the revision slider. The function’s line changes; its simulated stable identity does not. Then close only the provenance circuits you can actually produce.

commit 8d31Revision 0 · line 14working tip
src/dispatch.ts · span:dispatch/validate@8d31
Provenance circuits

Context Coupling

0 of 4 provenance circuits closed · revision 0

The span has a stable identity in this simulation, but no attached reason, proof, execution boundary, or handoff. Durable emptiness is still emptiness.

Why it is better: the timeline makes temporal drift visible while native controls keep the provenance model keyboard-operable. The gauge is a teaching proxy for attached context, not repository telemetry.

Sources read, not vibes

  1. Zed — “Xanadu Was Waiting for Agents” (September 1, 2026): the fragment identity, stable-anchor, DeltaDB provenance, CRDT, Git-branch interoperability, and Project Xanadu argument described here.
  2. Zed — “Introducing Delta” (August 12, 2026): Delta’s private-beta product claims about replicated worktrees and conversations, in-place comments, Git compatibility, browser access, cloud runners, and third-party harness connections.
  3. Zed — “Sandboxing” (August 5, 2026): Zed’s description of default OS-enforced restrictions for agent terminal/fetch tools, platform implementations, escalation prompts, and limits.
  4. Hacker News front page (read September 3, 2026): discovery surface for the Xanadu essay and the wider discussion. Front-page attention is not independent validation.
  5. GitHub Trending (read September 3, 2026): current scan of the surrounding developer-tool and agent-skill landscape; useful for editorial context, not product verification.

Source boundary: Delta and DeltaDB behavior above is based on Zed’s own product essays while Delta is described as a private beta. This page did not independently inspect its implementation or durability properties. The Anchor Dyno is an explanatory simulation; its coupling score is illustrative, not a measurement of any repository or product.