EN DE
← ← Zurück zur Übersicht

llm-wiki

research › llm-wiki v2.1.0
wiki knowledge-base research notes markdown rag-alternative

Beschreibung

Karpathy's LLM Wiki: build/query interlinked markdown KB.

Relevanz für unsere Projekte

Karpathy's LLM Wiki: build/query interlinked markdown KB.

SKILL.md Preview

# Karpathy's LLM Wiki

Build and maintain a persistent, compounding knowledge base as interlinked markdown files.
Based on [Andrej Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f).

Unlike traditional RAG (which rediscovers knowledge from scratch per query), the wiki
compiles knowledge once and keeps it current. Cross-references are already there.
Contradictions have already been flagged. Synthesis reflects everything ingested.

**Division of labor:

← ← Zurück zur Übersicht