{"_self":{"principle":"Self-explaining payload — no external context required. This _self block describes what you are reading and where to look next.","widget":"article_topology","feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","contains":"claims, sources, anecdotes, question_graph slice","slug":"thinker-ted-nelson","urls":{"read":"https://miscsubjects.com/api/articles/thinker-ted-nelson/topology"},"how_to_use":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","write":null,"imessage":null,"router_tag":null,"proof_chain":[{"step":1,"claim":"Articles are voxel graphs of tiered claims, not prose blobs.","verify":"https://miscsubjects.com/api/articles/constitution"},{"step":2,"claim":"Claims link to hash-chained sources via source_ids.","verify":"https://miscsubjects.com/api/articles/thinker-ted-nelson/sources"},{"step":3,"claim":"Ask reads topology; ingest/claim append to ledger.","verify":"https://miscsubjects.com/api/protocol"},{"step":4,"claim":"Models queue growth: populate → collaborate → repair → reflex.","verify":"https://miscsubjects.com/api/protocol/grow"},{"step":5,"claim":"Graph proves its own shape (reflex) and $/claim (yield).","verify":"https://miscsubjects.com/graph.html?layer=reflex"},{"step":6,"claim":"Full feature index + _explain on every API response.","verify":"https://miscsubjects.com/api/articles/system-map"}],"related_features":[{"id":"ask","name":"Ask protocol","what":"Answer only from topology; creates question_node with gaps and ingest_hint.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-ted-nelson/prompts","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"graph_topology","name":"Cross-article graph","what":"Merged claims/sources across condition+stack slugs for one question.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-ted-nelson/graph-topology?question=..."}},{"id":"question_graph","name":"Question graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output).","urls":{"read":"https://miscsubjects.com/api/articles/thinker-ted-nelson/question-graph","write":"https://miscsubjects.com/api/protocol/ask"}},{"id":"voxels","name":"Voxel graph","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance.","urls":{"read":"https://miscsubjects.com/api/articles/thinker-ted-nelson/voxels","write":"https://miscsubjects.com/api/protocol/claim"}}],"system_map":"https://miscsubjects.com/api/articles/system-map","system_map_markdown":"https://miscsubjects.com/api/articles/system-map?format=markdown","not_medical_advice":true},"_explain":{"feature":"topology","name":"Article topology","what":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","why":"Every feature is auditable collective intelligence","how":"Claims, sources, anecdotes, user reports, related embeds, question graph slice — for ask/ROUTER.","model":null,"verifies":null,"urls":{"read":"https://miscsubjects.com/api/articles/thinker-ted-nelson/topology"},"imessage":null,"router":null,"related":[{"id":"ask","what":"Answer only from topology; creates question_node with gaps and ingest_hint."},{"id":"graph_topology","what":"Merged claims/sources across condition+stack slugs for one question."},{"id":"question_graph","what":"Ask nodes (questions + gaps) and evidence_ingest nodes (pasted model output)."},{"id":"voxels","what":"Claims as atoms, sources as edges (supported_by, posted_by). Per-claim provenance."}],"not_medical_advice":true},"slug":"thinker-ted-nelson","title":"Ted Nelson — Xanadu and the Dream of Connected Documents","register":"standard","tags":["oip","kimi-import","self-explaining","voxel","thinkers","thinker-ted-nelson"],"updated_at":"2026-07-15T04:20:48.030Z","body_excerpt":"<!-- hierarchy:nav -->\n> **Path:** [OIP](https://miscsubjects.com/a/oip) › [Thinker Reference](https://miscsubjects.com/a/oip-thinker-reference) › [Thinkers](https://miscsubjects.com/a/oip-thinkers) › **Ted Nelson — Xanadu and the Dream of Connected Documents**\n>\n> **Shelf:** Thinkers · **Traversal:** self-explaining · hierarchical · voxel-ready\n> **Machine root:** [OIP tree](https://miscsubjects.com/api/dispatch?map=1&format=markdown) · [Registry](https://miscsubjects.com/api/dispatch?registry=1)\n\n# Ted Nelson — Xanadu and the Dream of Connected Documents\n\n## §SELF — thinker-ted-nelson\n\n**What this page is:** A profile of Ted Nelson, who coined the term \"hypertext,\" and his lifelong project Xanadu, which defined most of the features the World Wide Web still lacks.\n**What it explains:** Nelson's four key ideas — transclusion, bidirectional links, versioning, and micropayments — and why they were abandoned in favor of a simpler web.\n**Why read it:** To understand what the web could have been, what it actually is, and how modern systems can implement Nelson's original vision.\n\n### What Ted Nelson Is\n\nTed Nelson (born 1937) is an American sociologist and information technologist. He coined the word \"hypertext\" in 1963. \"Hypertext\" means text that contains links to other text, which a reader can follow to navigate between documents. Nelson also created Project Xanadu, a software system for connected documents that he began designing in 1960 and that continues in various forms today. Xanadu is the most ambitious hypertext system ever conceived — it includes features that the modern World Wide Web (invented by Tim Berners-Lee in 1989) does not have.\n\n### Why It Matters\n\nNelson proposed a web of documents where every quotation links back to its source, where links work in both directions, where nothing is ever deleted, and where creators are paid automatically when their work is quoted. The actual web implements none of these features. The web uses one-way links (page A links to page B, but page B does not know), no built-in versioning (when a page changes, the old version is usually lost), no automatic attribution for quotations, and no built-in payment system. The web won because it was simple — Berners-Lee designed it to be implementable in a few months. Xanadu was too complex to build with the technology available in the 1960s–80s. But Nelson's ideas remain relevant because the problems they solve (link rot, lost history, unattributed copying, lack of creator compensation) are major issues on the modern web.\n\n### The Key Idea\n\nNelson's central concept is that documents should be connected by reference, not by separation. In his model, a document is not a standalone file but a structure of connections to other documents. The four defining features of this model are:\n\n1. **Transclusion** (short for \"transclusive inclusion\"): When you quote a document, you do not copy the text. Instead, you insert a live link to the original. The quoted text appears in your document, but it is read from the source. If the source changes, your quotation updates automatically. This means there is only ever one copy of any piece of text — all quotations point to the same underlying data.\n2. **Bidirectional links**: Every link has a corresponding \"backlink.\" If page A links to page B, page B knows it is linked from page A. The reader of page B can see all pages that link to it. This is not how the web works — HTML (HyperText Markup Language, the format web pages are written in) defines one-way links only. The destination page has no automatic record of incoming links.\n3. **Versioning**: Every document keeps all previous versions. Nothing is ever overwritten or deleted. The system maintains a complete history of every change. This means a link to a document always points to a specific version, and old versions remain accessible.\n4. **Micropayments**: Every transclusion generates a small payment from the quoter to the quoted. If your document includes a t","ranking":"safety-first (interaction_risk/limitations), then quote-gated effective_weight","claims":[],"sources":[],"anecdotal_sources":[],"scientific_sources":[],"user_reports":[],"related_articles":[],"question_graph":{"slug":"thinker-ted-nelson","questions":[],"evidence":[],"edges":[],"counts":{"questions":0,"evidence":0,"edges":0}},"honesty":{"active_claims":0,"retracted_claims":0,"cut_claims":0,"challenges":0,"scrub_events":0,"note":"Retracted/cut claims stay on ledger but are excluded from ask unless ?include_inactive=1"},"counts":{"claims":0,"claims_total":0,"sources":0,"anecdotal":0,"scientific":0,"user_reports":0,"questions":0,"evidence_ingests":0}}