Skip to content

Instantly share code, notes, and snippets.

View Jwcjwc12's full-sized avatar

John Campbell Jwcjwc12

  • North Vancouver, BC, Canada
View GitHub Profile

I've Been Building Karpathy's LLM Wiki for Months. Here's What Breaks.

Karpathy's LLM Wiki post put agent knowledge into the public conversation. The principles are solid: knowledge separate from the source corpus, incremental building, extensibility across domains. The space needs the attention.

Most of the implementations that followed treat the post as a spec: per-file ingestion into markdown articles, prompt-based maintenance rules, periodic lint passes. Some went further and boiled it down to a Claude Code skill. The energy is great, but these approaches shift the maintenance headache into a new form rather than solving it.

Here's where they break and what works instead.

The Maintenance Shell Game