← Latest briefing

Technology

Zed team connects AI agents to Ted Nelson's Project Xanadu computing model

Developers at Zed argue modern distributed systems and automated agents finally enable the permanent, interconnected hypertext architecture envisioned decades ago.

The short version

  • The Zed team announced architecture details for Delta and DeltaDB, systems inspired by Ted Nelson's 1965 Project Xanadu concepts of transclusion and perpetual versioning.
  • The developers argue that AI agents act as the ideal audience for deeply linked, permanent context that human users lacked the attention span to navigate.
  • Unlike the original Xanadu concept, Delta is designed to remain compatible with standard Git repositories and existing developer tooling.
  • It remains unproven whether this agent-centric, fine-grained versioning approach will gain broad adoption across modern software engineering workflows.

Key facts

  • Project Xanadu was designed around two primary principles: referencing rather than copying content, and perpetually preserving version history rather than overwriting.[Hacker News]
  • Zed is building Delta and DeltaDB atop technologies established over the past several decades, including Lamport timestamps, Merkle trees, CRDTs, cheap storage, and microVMs.[Hacker News]
  • DeltaDB uses fragment-based representations and stable anchors to let automated agents track text spans, conversation history, and provenance across code modifications.[Hacker News]
  • To prevent Xanadu's failure of isolating itself from mainstream formats, Delta threads are integrated directly with Git branches and standard repository structures.[Hacker News]

What remains uncertain

  • The long-term scalability, developer adoption, and practical efficiency of managing granular intermediate states alongside Git repositories remain untested at wide industry scale.[Hacker News]

Sources