---
title: LLM Wiki Pattern
slug: llm-wiki-pattern
type: concept
created: 2026-06-17
updated: 2026-06-17
status: active
tags:
  - llm-wiki
  - knowledge-base
  - markdown
sources:
  - karpathy-llm-wiki-gist-2026-04-04
related:
  - llm-wiki-vs-rag
  - SCHEMA
  - log
confidence: high
contradictions:
  - LLM-maintained synthesis compounds learning, but can also compound stale or mistaken synthesis unless source cards and logs stay current.
bead_refs:
  - dark-factory-rr4
---

# LLM Wiki Pattern

The LLM wiki pattern turns repeated research into a durable Markdown knowledge base. Raw sources remain provenance; the wiki stores curated source cards, compiled topic pages, comparison pages, query notes, backlinks, and update logs.

## Why It Matters Here

Future agents should be able to read this wiki before returning to the Shapiro, 2389, StrongDM, Karpathy, and repository sources. The goal is not to hide sources; it is to avoid re-deriving the same concept map every session.

## Maintenance Rules

- Add a source card for every major source.
- Update concept pages when new sources change the synthesis.
- Preserve contradictions instead of smoothing them away.
- Keep [[index]] and [[log]] current.
