Source Note: Karpathy-Style LLM Wiki
Source type: note Date captured: 2026-05-03 URL: https://llmwiki.app/
Notes
An LLM Wiki separates raw inputs from synthesized wiki pages. The LLM reads source material, writes durable pages, and keeps knowledge discoverable through links and indexes.
The pattern is useful for long-lived agent memory, project knowledge, research notes, and personal or team knowledge bases.
Claims To Distill
- Raw material should be preserved separately from synthesized wiki pages.
- Wiki pages should be linked, maintained, and traceable to sources.
- This approach favors durable structured knowledge over single-turn answers.