원본 캡처

Karpathy LLM Wiki — 1차 출처 검증 원본 — 2026-08-02

불변 캡처. 편집 금지. 목적: 이 위키가 "Karpathy LLM Wiki 패턴을 따른다"고 주장하는데, 그 주장이 1차 출처로 확인되는지 검증. 계기: 사용자가 근거를 의심함. 기존 근거는 mindstudio.ai 블로그(aggregator) 하나였음.

조사 방법

검색어

  • "Andrej Karpathy LLM wiki raw folder immutable second brain Obsidian"
  • "Karpathy wiki notes LLM raw provenance pattern original post"
  • "karpathy gist llm wiki github.com/karpathy April 2026" (도메인 제한: github.com, gist.github.com, x.com)

확정된 1차 출처 [HIGH]

https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94fllm-wiki.md, 2026-04 게시. gist.github.com/karpathy/ 네임스페이스 = 본인 계정. 다수 독립 출처가 "April 2026 gist" 로 일치 증언. (주: gh gist view 는 API 502 로 실패. gist.githubusercontent.com/.../raw 로 본문 획득.)

대조용으로 본 2차 출처 [MED aggregator]

  • mindstudio.ai/blog/andrej-karpathy-llm-wiki-obsidian-codeex-second-brain ← 기존 conventions.md 가 걸어둔 링크
  • decodethefuture.org/en/llm-wiki-karpathy-pattern (403, 본문 미획득)
  • 그 외 다수 substack/medium 재해석글, Ar9av/obsidian-wiki·NicholasSpisak/second-brain·Astro-Han/karpathy-llm-wiki 등 서드파티 구현체

원문에서 확인된 사실 [HIGH]

성격

  • "idea file" — 라이브러리도 앱도 아님. 에이전트(Claude Code, Codex, OpenCode)에 복붙해서 각자 도메인에 맞게 인스턴스화하라는 패턴.

3계층 아키텍처

  1. Raw sources — 불변. LLM 은 읽기만. "These are immutable — the LLM reads from them but never modifies them. This is your source of truth."
  2. Wiki — 마크다운. LLM 이 전적으로 소유·유지. 사람은 읽고 LLM 이 쓴다.
  3. SchemaCLAUDE.md / AGENTS.md. 규약 파일. "generic chatbot 을 disciplined wiki maintainer 로" 만드는 것.

핵심 발상

  • compilation over retrieval. RAG 처럼 질의마다 원문을 다시 읽는 대신, ingest 시점에 지식을 컴파일해 지속적 위키로 유지.
  • "The wiki is the artifact; raw sources are the source of truth."

⭐ 디렉터리 구조는 일부러 규정하지 않음

"The exact directory structure, the schema conventions, the page formats, the tooling — all of that will depend on your domain, your preferences, and your LLM of choice."

Obsidian 첨부 저장용 raw/assets/ 만 예시로 언급.

페이지 타입

summaries, entity pages, concept pages, comparisons, overviews, syntheses. 출력 형식 예: 마크다운 페이지, 비교표, 슬라이드(Marp), 차트(matplotlib), 캔버스.

프론트매터

선택 사항으로만 언급 — "If your LLM adds YAML frontmatter to wiki pages (tags, dates, source counts), Dataview can generate dynamic tables and lists." → last_verified / review_every / status / provenance 같은 구체 필드는 원문에 없음.

index.md

  • "content-oriented. It's a catalog of everything in the wiki — each page listed with a link, a one-line summary, and optionally metadata."
  • 전수 카탈로그. 큐레이션된 진입점(MOC 허브)이 아니다.

log.md

  • "append-only record of what happened and when — ingests, queries, lint passes."
  • 파싱 가능한 접두사 형식: ## [2026-04-02] ingest | Article Title

⭐ lint 연산 (원문의 핵심 유지보수 동작)

lint 가 찾는 것: - contradictions between pages (페이지 간 모순) - stale claims that newer sources have superseded (새 출처가 뒤집은 낡은 주장) - orphan pages with no inbound links (인바운드 링크 없는 고아 페이지) - important concepts mentioned but lacking their own page (언급만 되고 페이지 없는 개념) - missing cross-references (누락 상호참조) - data gaps that could be filled with a web search (웹검색으로 메울 수 있는 공백)

채택 규모

gist 5000+ star, 100+ 코멘트. DeepWiki(Cognition), AutoWiki(Factory) 등 "agent wiki" 흐름과 함께 확산.


이 위키(LLMWIKI)와의 대조 — 무엇이 Karpathy 고 무엇이 아닌가

요소 Karpathy 원문 판정
raw/ 불변, LLM 읽기 전용 명시적으로 있음 ✅ 진짜
raw ↔ 가공본 분리 핵심 발상 ✅ 진짜
provenance / sources 추적 있음 ✅ 진짜
log.md append-only 있음 (형식은 다름) ✅ 진짜, 형식 상이
페이지 타입(concept/entity/comparison) 있음 ✅ 진짜
lint 연산 있음 LLMWIKI 에 없었음 — 누락
index.md = 전수 카탈로그 있음 ⚠️ LLMWIKI 는 큐레이션 MOC 허브 — 의도적 분기
번호 폴더 01-concepts 없음 (구조 미규정) ❌ 다른 출처(Johnny Decimal 계열)
Diátaxis type 분류 없음 ❌ 다른 출처(Diátaxis)
MOC (_*-moc.md) 없음 ❌ 다른 출처(Obsidian PKM/MOC 전통)
taxonomy.md 통제어휘 없음 ❌ 다른 출처
last_verified/review_every/_review.md 없음 (프론트매터는 선택 언급만) ❌ 이 위키의 자체 설계

결론

  1. "raw/ 불변 + 출처추적 + 가공본 분리" 는 진짜 Karpathy 다. 이 위키의 뼈대는 정당하게 그 패턴이다.
  2. 구조 전체를 Karpathy 에게 귀속시키는 건 과장이다. 원문이 구조를 일부러 안 정했다. 번호폴더·Diátaxis·MOC·taxonomy·신선도 필드는 전부 다른 전통이거나 이 위키의 자체 설계다.
  3. 기존 인용이 1차가 아니었다. conventions.md 가 mindstudio.ai(aggregator)를 걸었음 → 1차 gist 로 교체 필요.
  4. lint 가 통째로 빠져 있었다. 원문의 핵심 유지보수 동작인데 규칙서에 없음 → 추가 필요.

미확인

  • gist 의 정확한 게시일(4월 며칠인지)은 본문에서 확정 못 함. 다수 2차 출처가 "April 2026" 로만 일치.
  • gist 전문을 그대로 받지 못하고 WebFetch 가 구조화 요약해 반환함 — 위 인용문들은 그 과정에서 보존된 직접 인용. 축자 전문 재확인은 gist URL 직접 열람 권장.
  • star 수(5000+)·코멘트 수(100+)는 2차 출처 주장 [MED].