RC RANDOM CHAOS

Zed bets AI agents finally make Ted Nelson's Xanadu vision buildable

· via Hacker News

Original source

Xanadu was waiting for agents

Hacker News →

Zed argues that Project Xanadu — Ted Nelson’s 1960s hypertext dream of a system that references instead of copies, versions instead of overwrites, and never forgets — failed not because the idea was wrong but because its dependencies didn’t exist and its intended user never showed up. The web won by making links cheap, brittle strings and shoving maintenance onto people, and that was good enough because humans only ever chase a handful of links or versions anyway. Zed’s claim is that AI agents are the ‘perfect user’ Nelson lacked: they keep nothing in their heads, read everything, and can patiently follow provenance, prior discussion, and stack traces down to the exact span — but only if those references actually exist somewhere durable.

The company frames its DeltaDB and Delta system as that durable substrate, assembled from sixty years of now-commodity building blocks: Lamport timestamps to order events without a central clock, Merkle trees and Git hashes to name immutable states, CRDTs for coordination-free multi-party editing, storage cheap enough to keep every version, microVMs to spin up isolated cloud machines mid-conversation, and Tree-sitter plus GPUI to treat a document as a live view recomputed from permanent history. Under the hood a file is stored as fragments with stable identities, enabling ‘anchors’ — references to code spans that survive edits — so agents can traverse not just current code but its causal history, prior reasoning, and where earlier agents focused their attention.

Crucially, Zed says it’s avoiding Xanadu’s fatal purism about interoperability. Every Delta thread is also a normal Git branch backed by real files, so teammates who never touch Delta just see an ordinary repo, and projects can keep mirroring to GitHub during the transition — the approach Zed is using for its own open-source editor. The pitch, in short: version control is quietly becoming the docuverse because agents finally need the permanence and connection that humans were willing to flatten away.

Read the full article

Continue reading at Hacker News →

This is an AI-generated summary. Read the original for the full story.