Skip to content

Instantly share code, notes, and snippets.

@JieqLuo
JieqLuo / llm-wiki-as-tutor.md
Last active April 10, 2026 22:25
The LLM Wiki as Tutor — extending Karpathy's LLM Wiki with a learning loop

The LLM Wiki That Grows You

An extension of Karpathy's LLM Wiki. Same three-layer architecture — raw sources, compiled wiki, schema. The difference is what gets stored, how it gets there, and what it does for you afterward.

Implementation: github.com/JieqLuo/distill-brain

The core idea