Memex

Vannevar Bush’s 1945 vision of a mechanical personal knowledge store with associative trails between documents. The philosophical ancestor of the LLM Wiki pattern.

What it is

In 1945, Vannevar Bush published “As We May Think” in The Atlantic Monthly, describing a device called the memex — a personal desk that would store all of one’s books, records, and communications on microfilm and allow the user to create “associative trails” linking documents together in nonlinear paths.

The memex was never built. It was a thought experiment using microfilm technology. But it identified the same problem that LLM Wiki was designed to solve: the difference between storing knowledge and creating navigable trails through it.

Why it matters for LLM Wiki

Karpathy explicitly cited Memex as the spiritual ancestor of the LLM Wiki pattern:

“The idea is related in spirit to Vannevar Bush’s Memex (1945) — a personal, curated knowledge store with associative trails between documents.”

He then added the critical insight Bush did not solve:

“The part [Bush] didn’t solve was who does the maintenance. The LLM handles that.”

This is the single most important contribution Memex makes to understanding LLM Wiki. Bush described what the knowledge store should do. Karpathy’s pattern provides who maintains it — the LLM — and how — through the ingest/lint/query loop.

What Bush got right

  1. Trails are the product. Bush recognized that the connections between documents are as valuable as the documents themselves. Cross-references in LLM Wiki serve the same role as Memex trails.
  2. Personal, not public. The memex was explicitly a personal device. LLM Wiki is also a personal second brain — not a public Wikipedia.
  3. Associative access. Bush wanted “associative indexing” — following trails of related ideas rather than searching by category. LLM Wiki’s wikilinks serve the same associative function.
  4. The compounding insight. Bush saw that a human-maintained trail would be valuable over time. LLM Wiki automates the trail-building, making compounding feasible at scale.

What Bush could not solve

  1. The maintenance burden. Building and updating trails by hand is slow and tedious. This is exactly the problem the LLM solves.
  2. The search problem. Finding the right trail among thousands is its own challenge. LLM Wiki uses index.md + lint to keep trails navigable.
  3. The synthesis gap. Bush’s trails followed existing associations. LLM Wiki can detect cross-source contradictions, surface gaps, and create new patterns the human would miss.
  4. No computation. The memex was mechanical — no learning, no reasoning. The LLM adds cognitive labor.

Relationship to this vault

Sources

^[raw/articles/knowledge-management-comparison-2026.md]