This Obsidian vault implements Karpathy's LLM Wiki pattern: raw sources are the immutable evidence layer, wiki/ is the LLM-maintained compiled knowledge layer, and [[AGENTS|AGENTS.md]] is the schema that governs agent behavior.
Bingo-View/
├── raw/ <- Immutable source layer
│ ├── assets/ <- Obsidian attachments, images, PDFs, and media
│ ├── inbox/ <- Unsorted intake
│ ├── 01-articles/ <- Web clips, articles, essays, technical posts
│ ├── 02-papers/ <- Papers, reports, PDFs, formal documents
│ ├── 03-transcripts/ <- Video, podcast, lecture, interview transcripts
│ ├── 04-meeting-notes/ <- Meeting notes and brainstorming material
│ ├── personal/ <- Personal growth, reflection, life systems
│ ├── research/ <- AI, technology, papers, and deep research
│ ├── reading/ <- Books, chapters, essays, reading notes
│ ├── projects/ <- Project docs, plans, specs, work material
│ └── 09-archive/ <- Processed disposable intake archive
│
├── wiki/ <- LLM-maintained compiled knowledge layer
│ ├── index.md <- Content catalog; read first for wiki navigation
│ ├── log.md <- Append-only operation log
│ ├── overview.md <- High-level second-brain orientation
│ ├── sources/ <- Source summaries derived from raw files
│ ├── concepts/ <- Ideas, frameworks, methods, mental models
│ ├── entities/ <- People, organizations, tools, products, books
│ ├── projects/ <- Active or archived project knowledge
│ ├── questions/ <- Durable answers to important questions
│ ├── syntheses/ <- Living analyses, comparisons, evolving theses
│ ├── archives/ <- Point-in-time saved answers
│ ├── maps/ <- Maps of content and system orientation pages
│ └── templates/ <- Page templates and Karpathy reference templates
│
├── AGENTS.md <- Primary schema and operating manual
├── CLAUDE.md <- Claude-compatible pointer to AGENTS.md
├── GITHUB_SYNC.md <- GitHub commit, branch, and push rules
├── README.md <- This directory architecture guide
│
├── .agents/skills/ <- Portable project-local Agent Skills
│ ├── ingest/
│ ├── query/
│ ├── lint/
│ ├── karpathy-llm-wiki/
│ ├── obsidian-markdown/
│ ├── obsidian-bases/
│ ├── json-canvas/
│ ├── obsidian-cli/
│ └── defuddle/
│
├── .claude/skills/ <- Claude Code-compatible skill mirror
│ ├── ingest/
│ ├── query/
│ ├── lint/
│ ├── karpathy-llm-wiki/
│ ├── obsidian-markdown/
│ ├── obsidian-bases/
│ ├── json-canvas/
│ ├── obsidian-cli/
│ └── defuddle/
│
└── .obsidian/ <- Obsidian app configuration