Project snapshot

  • Sample type: Research essay
  • Goal: explain how a persistent wiki can beat one-off search and summarization
  • Audience: researchers, writers, and content operators

I think Karpathy’s LLM Wiki idea gets at something most people miss about research tools: the goal is not just to answer a question once. The goal is to make the next answer easier. Karpathy describes a three-layer pattern where raw sources stay immutable, the LLM maintains a wiki of compiled knowledge, and a schema keeps the whole system disciplined (Karpathy, LLM Wiki).

What I think the pattern gets right

I read the idea as a direct challenge to one-off retrieval. Search and summaries are useful, but they reset every time. A wiki does something better: it keeps the synthesis. That matters if you are working on a topic long enough to care about what changed, what contradicted what, and what the best answer looked like two sources ago.

For me, that is the real leverage. The wiki becomes the working memory. The LLM stops acting like a temporary assistant and starts acting like a research maintainer.

How I would use it

  1. Ingest the source. Drop the article, transcript, or note into a raw source folder.
  2. Extract the durable claims. Pull out the facts, opinions, and sharp distinctions worth keeping.
  3. Update the wiki. Add the claim to the right page instead of leaving it stranded in chat history.
  4. Cross-link the pages. Connect concepts, people, and comparisons so the research compounds.
  5. File the answer back. If a question deserves a reusable synthesis, save it as a page.

Why this matters for content

I care about this because content gets easier when research stops evaporating. If I am writing about Substack, creator monetization, or a market trend, I do not want to rediscover the same facts every time. I want the sources to keep accumulating until the angle becomes obvious.

That is especially useful when the goal is a search-friendly piece with a point of view. The wiki tells me what is stable, what is contested, and what is worth saying now.

What this sample proves