Ditto 2026 — Why Andrej Karpathy's LLM Wiki is the Future of Personal Knowledge

LLM-wikiknowledge-managementRAGpersonal-knowledgesecond-brainAI-agentsschemamarkdown

Summary

A two-part essay arguing that Karpathy's large language model (LLM) Wiki pattern solves two long-standing knowledge management failures simultaneously: the statelessness of retrieval-augmented generation (RAG) — which re-derives the same synthesis from scratch on every query — and the maintenance collapse of human-curated wikis (where bookkeeping burden grows faster than value). The proposed architecture inserts an LLM-maintained, compounding layer of markdown files between raw sources and queries. Trey Ditto, running a public relations (PR) firm, demonstrates the pattern applied to client-specific institutional memory.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"Obsidian is the IDE, the LLM is the programmer, the wiki is the codebase."

"The knowledge lives in local, human-readable files. You can open any page, verify claims, and improve the system rules without ever touching the underlying sources or getting locked into a proprietary application. You're building a system you own, not renting a service."

"Models generalize. Businesses specialize. Defensibility lives in that gap."

"You don't avoid competition by being better. You avoid it by being hard to replicate."

"We are moving away from treating LLMs purely as search engines or text generators, and finally starting to use them as tireless librarians and system maintainers."

My Take

The article is advocacy writing with no empirical claims, but the core architectural insight is sound and directly operational — this wiki is itself an instance of the pattern described. The strongest argument is the auditability one: a human-readable, locally-owned markdown wiki is inspectable and correctable in a way that a vector database and retrieval pipeline simply isn't. The weakest part is the Ditto section, which is more testimonial than analytical. The article does not address cost, latency, token budget, multi-user collaboration, or how to handle sources that update over time — all real operational considerations. It also does not cover the failure modes of the LLM Wiki itself (model hallucination baked into permanent pages, schema drift, page proliferation without pruning).