# Memex The Memex (portmanteau of "memory" and "index") is a hypothetical device described by [[Vannevar Bush]] in his 1945 essay "As We May Think" in *The Atlantic*. Envisioned as a desk-sized machine using microfilm storage, it would allow users to store all their books, records, and communications, then retrieve and link items by association rather than hierarchical indexing. The concept anticipated [[Hypertext]], the World Wide Web, and modern [[Personal Knowledge Management (PKM)]] tools by decades. Bush argued that traditional indexing systems were artificial—the human mind works by association, with one thought triggering another through a web of connections. The Memex would mimic this through "trails"—persistent pathways linking related items that users could create, name, and share. This vision directly inspired [[Ted Nelson]] (who coined "hypertext"), [[Douglas Engelbart]] (NLS system), and Tim Berners-Lee (World Wide Web). The Memex remains a touchstone for information science and PKM, embodying the dream of extending human memory through technology. ## Memex Features | Feature | Description | Modern Equivalent | |---------|-------------|-------------------| | **Microfilm storage** | Compress entire libraries | Digital storage | | **Dual screens** | View multiple documents | Multi-window interfaces | | **Keyboard input** | Type annotations | Keyboard | | **Associative trails** | Link any two items | Hyperlinks, backlinks | | **Trail naming** | Label link sequences | Tags, collections | | **Trail sharing** | Transfer paths to others | Shared documents, URLs | ## Conceptual Architecture ``` The Memex Desk: ┌─────────────────────────────────────────────────────────────┐ │ ┌─────────────────────┐ ┌─────────────────────┐ │ │ │ SCREEN A │ │ SCREEN B │ │ │ │ ┌───────────────┐ │ │ ┌───────────────┐ │ │ │ │ │ Document 1 │ │ │ │ Document 2 │ │ │ │ │ │ │ │════│══│ │ │ │ │ │ │ ...text... │ │LINK│ │ ...text... │ │ │ │ │ └───────────────┘ │ │ └───────────────┘ │ │ │ └─────────────────────┘ └─────────────────────┘ │ │ │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ MICROFILM STORAGE │ │ │ │ [Books] [Articles] [Personal notes] [Images] │ │ │ └─────────────────────────────────────────────────────┘ │ │ │ │ ┌────────────────────┐ ┌────────────────────┐ │ │ │ KEYBOARD │ │ TRAIL CONTROLS │ │ │ └────────────────────┘ └────────────────────┘ │ └─────────────────────────────────────────────────────────────┘ ``` ## Key Innovations in the Vision | Innovation | Significance | |------------|--------------| | **Associative indexing** | Links by meaning, not alphabet | | **Personal knowledge base** | User-curated information | | **Non-linear navigation** | Jump between related items | | **Knowledge trails** | Paths through information | | **Collaborative knowledge** | Share trails with others | ## Influence on Later Systems | System | Connection to Memex | |--------|---------------------| | **Xanadu** (Ted Nelson) | Hypertext, transclusion | | **NLS** (Engelbart) | Collaborative knowledge work | | **World Wide Web** | Hyperlinks between documents | | **Wiki** | User-editable linked pages | | **Roam Research** | Bidirectional links, daily notes | | **Obsidian** | Personal knowledge graphs | ## Bush's Key Insight > [[The human mind operates by association. With one item in its grasp, it snaps instantly to the next that is suggested by the association of thoughts]] This insight—that human thought is associative rather than hierarchical—remains the philosophical foundation of hypertext and linked note-taking systems. ## References - Bush, V. (1945). "As We May Think". *The Atlantic* - https://en.wikipedia.org/wiki/Memex ## Related - [[Vannevar Bush]] - [[Hypertext]] - [[Ted Nelson]] - [[Douglas Engelbart]] - [[Personal Knowledge Management (PKM)]] - [[Roam Research]] - [[Obsidian]] - [[Zettelkasten method]]