Source: raw/Build_Andrej_Karpathy_s_LLM_Knowledge_Base_for_Businesses_10x_Output.md — YouTube tutorial FAWm7DuFSPc by the “Dream Labs AI” channel (creator’s first-name not surfaced in transcript; new channel; uses the framing “the godfather of modern AI” for Karpathy). Walks through copying Karpathy’s GitHub gist + dropping it into a fresh Obsidian vault as CLAUDE.md and letting Claude Code scaffold the wiki — the exact pattern this karpathy/ project implements.

A 10-minute meta-walkthrough on adopting the Karpathy LLM-wiki pattern specifically for a business context. Sources from Karpathy’s viral tweet + improved follow-up gist. The walkthrough collapses to: drop Karpathy’s idea file into a fresh Obsidian vault → Claude Code scaffolds the wiki structure → user drags raw assets (PDFs, transcripts, goals, competitor research) into raw/ → Claude Code compiles into the four-folder wiki (concepts / entities / sources / synthesis). Distinct from Karpathy’s own framing in that this is a business-applied walkthrough — a third-party operator’s tour of the pattern for SMB use.

Key Takeaways

The thesis

  • Most users prompt LLMs with no business filter — the model returns “average IQ jumbled training data” outputs.
  • Karpathy’s wiki pattern inserts a filter layer: prompts → business context (goals, voice, schema, history, competitors, rules) → LLM → re-filtered output → back into the wiki via a self-learning log.
  • Compounding knowledge curve — wiki gets smarter with use rather than staying flat. Claims a “1,000-IQ employee that gets smarter every conversation.”

The anatomy diagram (creator’s framing)

  • Far-left: all raw business data — PDFs, Google Drive exports, YouTube transcripts, Instagram reels, emails, messages, notes, competitor research, etc.
  • Center: the schema (a CLAUDE.md rulebook for how to sort + handle that data). Borrows Karpathy’s rulebook by default; user can tweak.
  • Right: the Wikipedia-shaped output — Wikipedia-like cross-linked pages around your business, navigated visually in Obsidian.

The 10-minute walkthrough

  1. Install Obsidian (Mac or PC, free).
  2. Install Claude Code (terminal preferred; desktop app or other IDE work too).
  3. Open Karpathy’s idea file — the LLM-wiki gist on Karpathy’s GitHub. Click “raw” → ⌘A ⌘C to copy the ~91 lines.
  4. Create a new Obsidian vault — name it after the business (creator’s example: “Dreamlabs AI”); browse → Desktop → create. A default welcome page lands inside.
  5. Don’t delete the welcome page — Karpathy’s idea file has a transform function that uses it.
  6. Paste the 91 lines into the welcome page.
  7. Voice-prompt Claude Code: “I just pasted in an idea file from Andrej Karpathy. Can you please use the vault in Obsidian called [vault name] to build this out for me?”
  8. Claude Code scaffolds the structure: raw/ folder (with assets subfolder), wiki/ folder with concepts/ entities/ sources/ synthesis/, plus CLAUDE.md, index.md, log.md. The welcome page is transformed into a user-guide.
  9. Drag your raw business data into raw/assets/ — PDFs, transcripts, MDs, goals docs, screenshots — anything. No conversion needed.
  10. Tell Claude Code “I’ve dropped my assets into raw. Please compile my business wiki.” Claude reads in parallel, writes source-summary pages, entity pages, concept pages, updates index + log. Reported time: ~8 min 42 sec for the demo business with 6 video transcripts + goals doc + competitor list + Alex Hormozi answers.
  11. Query it — “I’m planning a new YouTube video. Can you come up with an idea based on my business and past videos and write the intro?” Wiki-grounded output beats stateless chat.

Concrete asset types the creator dropped in

  • Business goals doc — the “practical not novelty” rule for Dream Labs AI.
  • YouTube transcripts — first 6 videos as .md files.
  • Articles — externally-written pieces “lighting the path” for the business direction.
  • Project files — YouTube channel, paid community.
  • Interviews — Claude-conducted self-interview using Alex Hormozi’s 12 questions as the question set.
  • Competitor research — files on named competitors (Greg Eisenberg called out as a Dream Labs competitor).

Role-model “skills plugin” concept (creator’s own work-in-progress)

  • Take all of a public mentor’s publicly-available data (Tony Robbins cited as example).
  • Build a “skills file” — described as “like a Nintendo gaming cartridge that you plug into your wiki.”
  • When you query the wiki, the role-model mentor’s perspective guides the next-step suggestions and output framing.
  • This is the same shape as the operator-curated skill catalog but oriented toward expert-emulation rather than task-automation.

Gap-detection query

  • One of the highest-value queries the creator demonstrates: “Tell me where the gaps in my knowledge are for my business.”
  • Returns specific holes in the wiki that the operator can fill — the wiki audits itself for completeness.

Validation against this vault

This walkthrough is essentially a guided tour of the same machine you (the reader) are interacting with right now. Compare specifics:

Walkthrough’s structureThis vault’s structure
raw/assets/ for source filesraw/ (with no nested assets/)
wiki/concepts/ entities/ sources/ synthesis/wiki/{topic}/ topic folders (deliberately divergent — this vault’s 20-topic schema is more granular than Karpathy’s 4-folder default)
CLAUDE.md as schemaCLAUDE.md as vault schema (full Operations spec — see vault schema)
index.md master TOC_master-index
log.md for self-learning looplog.md — same role
Welcome page transform(this vault skips welcome transform)

The pattern is the same; this vault diverged on folder layout to support multi-topic navigation at the 200+ article scale (see Scale Awareness section).

Open Questions

  • Creator’s identity — “Dream Labs AI” channel; first name not surfaced in transcript. Creator references Alex Hormozi’s 12 questions + Greg Eisenberg as competitor.
  • Karpathy’s improved gist URL — referenced as the “updated” version of the viral tweet, linked in video description. Worth pulling as a primary source comparison vs. the original tweet and this vault’s CLAUDE.md.
  • The “21 million views” stat — claimed for Karpathy’s original tweet; not independently verified in transcript.
  • Role-model skills-plugin format — described as gaming-cartridge-shaped, creator says they’re “personally working on” it. No repo or shipped artifact yet.
  • Self-learning log mechanism — creator claims wiki “updates its own memory” with each query feedback. The exact write-back loop is unspecified beyond “log.md tracks every interaction” — likely the same Log operation this vault implements (see Log section).

Try It

  1. You already have this — this vault IS a working instance. The deltas vs the walkthrough are documented above.
  2. For someone starting fresh: copy Karpathy’s gist into a new Obsidian vault’s welcome page, open Claude Code in that folder, run the voice-prompt from step 7 above, then drop your business raw files in.
  3. If you have an existing Karpathy wiki: test the gap-detection query ("Tell me where the gaps in my knowledge are for my business") — same effect as a query-log audit but expressed conversationally.
  4. Adopt the Alex Hormozi 12 questions — useful seed for raw/ if the business doesn’t have rich existing documentation.
  5. Investigate the role-model-skills-plugin idea — package a public mentor’s body of work as a skill folder under .claude/skills/<mentor-name>/ with a SKILL.md that orients answer framing in that mentor’s voice. Adjacent to existing skill patterns (skills are folders).