chore: clean repo for public distribution

- Remove verbatim Nate Herk transcript from .raw/ (copyright)
- Rewrite wiki/sources page as synthesis + attribution + link to original
- Keeps all original concept/entity pages (our synthesis, not third-party content)
- .raw/ folder preserved for users to add their own sources
- This repo is now safe to share publicly as a plugin/skill library
This commit is contained in:
Daniel
2026-04-07 12:27:53 +03:00
parent 3f84697cae
commit 5cf93c9913
5 changed files with 89 additions and 90 deletions

46
.obsidian/graph.json vendored
View File

@@ -7,11 +7,41 @@
"showOrphans": false, "showOrphans": false,
"collapse-color-groups": false, "collapse-color-groups": false,
"colorGroups": [ "colorGroups": [
{ "query": "path:wiki/entities", "color": { "a": 1, "rgb": 12945088 } }, {
{ "query": "path:wiki/concepts", "color": { "a": 1, "rgb": 5227007 } }, "query": "path:wiki/entities",
{ "query": "path:wiki/sources", "color": { "a": 1, "rgb": 6986069 } }, "color": {
{ "query": "path:wiki/meta", "color": { "a": 1, "rgb": 5676246 } }, "a": 1,
{ "query": "path:wiki", "color": { "a": 1, "rgb": 5676246 } } "rgb": 12945088
}
},
{
"query": "path:wiki/concepts",
"color": {
"a": 1,
"rgb": 5227007
}
},
{
"query": "path:wiki/sources",
"color": {
"a": 1,
"rgb": 6986069
}
},
{
"query": "path:wiki/meta",
"color": {
"a": 1,
"rgb": 5676246
}
},
{
"query": "path:wiki",
"color": {
"a": 1,
"rgb": 5676246
}
}
], ],
"collapse-display": true, "collapse-display": true,
"showArrow": true, "showArrow": true,
@@ -20,9 +50,9 @@
"lineSizeMultiplier": 1.2, "lineSizeMultiplier": 1.2,
"collapse-forces": false, "collapse-forces": false,
"centerStrength": 0.5, "centerStrength": 0.5,
"repelStrength": 30, "repelStrength": 20,
"linkStrength": 1.5, "linkStrength": 1,
"linkDistance": 120, "linkDistance": 120,
"scale": 1.0, "scale": 1.1760790225246731,
"close": false "close": false
} }

View File

@@ -1,32 +0,0 @@
---
title: "Nate Herk — Obsidian + Karpathy Just 10x'd Claude Code Projects"
source_type: transcript
author: "Nate Herk"
date_published: 2026-04-07
url: "https://youtube.com/@nateherk"
tags: [raw, transcript]
---
# Nate Herk — Obsidian + Karpathy Just 10x'd Claude Code Projects
Raw transcript. Do not modify.
---
What you're looking at right here is 36 of my most recent YouTube videos organized into an actual knowledge system that makes sense. And in today's video, I'm going to show you how you can set this up in 5 minutes. It's super super easy. You can see here how we have these different nodes and different patterns emerging. And as we zoom in, we can see what each of these little dots represents. So, for example, this is one of my videos, $10,000 aentic workflows. We can see it's got some tags. It's got the video link. It's got the raw file. And it gives an explanation of what this video is about and what the takeaways are. And the coolest part is I can follow the back links to get where I want. There's a backlink for the WAT framework. There's a backlink for Claude Code. There's a backlink for all these different tools I mentioned like Perplexity, Visual Studio Code, Nano Banana, Naden N. It also has techniques like the WT framework or bypass permissions mode or human review checkpoint. So, as this continues to fill up, we can start to see patterns and relationships between every tool or every skill or every MCP server that I might have talked about in a YouTube video. And I can just query it in a really efficient way now that we have this actual system set up. And the crazy part is I said, "Hey, Cloud Code, go grab the transcripts from my recent videos and organize everything. I literally didn't have to do any manual relationship building here. It just figured it all out on its own."
And then right here, I have a much smaller one, but this is more of my personal brain. So this is stuff going on in my personal life. This is stuff going on with, you know, UpAI or my YouTube channel or my different businesses and my employees and our quarter 2 initiatives and things like that. This is more of my own second brain. So I've got one second brain here and then I've got one basically YouTube knowledge system and I could combine these or I could keep them separate and I can just keep building more knowledge systems and plug them all into other AI agents that I need to have this context. It's just super cool.
So Andre Carpathy just released this little post about LLM knowledge bases and explaining what he's been doing with them. And in just a matter of few days, it got a ton of traction on X. So let's do a quick breakdown and then I'm going to show you guys how you can get this set up in basically 5 minutes. Something I've been finding very useful recently is using LLM to build personal knowledge bases for various topics of research interest. So there's different stages. The first part is data ingest. He puts in basically source documents. So he basically takes a PDF and puts it into Cloud Code and then Cloud Code does the rest. He uses Obsidian as the IDE. So this is nothing really too game-changing. Obsidian just lets you visually see your markdown files.
He said here, "I thought that I had to reach for fancy rag, but the LLM has been pretty good about automaintaining index files and brief summaries of all documents and it reads all the important related data fairly easily at this small scale." So right now he's doing about 100 articles and about half a million words. So there's a few other things that we'll cover later, but the TLDDR is you give raw data to cloud code. It compares it, it organizes it, and then it puts it into the right spots with relationships, and then you can query it about anything.
Why is this a big deal? Because normal AI chats are ephemeral, meaning the knowledge disappears after the conversation. But this method, using Karpathy's LLM wiki, makes knowledge compound like interest in a bank. People on X are calling it a game changer because it finally makes AI feel like a tireless colleague who actually remembers everything and it stays organized. It's also super simple. You don't need a fancy vector database embeddings or complex infrastructure. It's literally just a folder with markdown files.
One X user turned 383 scattered files and over 100 meeting transcripts into a compact wiki and dropped token usage by 95% when querying with Claude.
The thing about the hot cache — if I go to the herk brain in the wiki, you can see there's a hot.md right here. And this is basically just a cache of like 500 words or 500 characters that it saves, which is like what is the most recent thing that Nate just gave me or that we talked about. In the context of my executive assistant, this is really helpful. You know, it might save me from having to crawl different wiki pages.
So now the final question about this that I wanted to cover is like does this kill semantic search rag? And the answer is no, but kind of yes. And it all depends on the goal of the project and the goal of the context, how much context you have. If you have hundreds of pages with good indexes, you're fine with wiki graph. But if you were getting up to the millions of documents, then you're going to want to actually do more of a traditional rag pipeline.
[End of transcript]

View File

@@ -1,6 +1,6 @@
--- ---
type: source type: source
title: "Nate Herk LLM Wiki Transcript" title: "Nate Herk — Obsidian + Karpathy Just 10x'd Claude Code Projects"
source_type: transcript source_type: transcript
author: "Nate Herk" author: "Nate Herk"
date_published: 2026-04-07 date_published: 2026-04-07
@@ -9,10 +9,10 @@ confidence: high
key_claims: key_claims:
- "LLM wiki makes knowledge compound like interest — nothing is re-derived on every query" - "LLM wiki makes knowledge compound like interest — nothing is re-derived on every query"
- "Hot cache (~500 words) enables cross-project context without crawling the full wiki" - "Hot cache (~500 words) enables cross-project context without crawling the full wiki"
- "One article can generate 15-25 wiki pages with full cross-references" - "One article generates 15-25 wiki pages with full cross-references"
- "One user dropped token usage by 95% switching from inline context files to wiki" - "One user dropped token usage by 95% switching from inline context files to a wiki"
- "Obsidian is the IDE, Claude is the programmer, the wiki is the codebase" - "Obsidian is the IDE, Claude is the programmer, the wiki is the codebase"
- "Index file is enough at small scale (~100 sources) — no RAG infrastructure needed" - "Index file is sufficient at small scale (~100 sources) — no RAG infrastructure needed"
created: 2026-04-07 created: 2026-04-07
updated: 2026-04-07 updated: 2026-04-07
tags: tags:
@@ -26,69 +26,70 @@ related:
- "[[Hot Cache]]" - "[[Hot Cache]]"
- "[[Compounding Knowledge]]" - "[[Compounding Knowledge]]"
- "[[Andrej Karpathy]]" - "[[Andrej Karpathy]]"
- "[[index]]"
- "[[sources/_index]]" - "[[sources/_index]]"
sources: - "[[index]]"
- "[[.raw/nate-herk-llm-wiki-transcript.md]]" sources: []
--- ---
# Nate Herk LLM Wiki Transcript # Nate Herk — Obsidian + Karpathy Just 10x'd Claude Code Projects
Raw source: [[.raw/nate-herk-llm-wiki-transcript.md]] **Original:** [Watch on YouTube →](https://youtube.com/@nateherk)
**Credit:** All ideas in this summary belong to Nate Herk and Andrej Karpathy.
Nate Herk demonstrates the [[LLM Wiki Pattern]] in practice. He shows two live vaults: one for his YouTube transcript archive (36 videos) and one personal second brain. He breaks down Andrej Karpathy's original post and shows a 5-minute setup workflow. > This page is a wiki-style synthesis of the source — an example of what cosmic-brain produces after ingesting a video/transcript. The raw source is not included in the repo.
--- ---
## Key Takeaways ## What This Source Is
**The core insight**: normal AI chats are ephemeral. The wiki makes knowledge compound. Every source ingested, every question answered, every analysis filed — all of it stays and grows richer over time. Nate Herk demonstrates the [[LLM Wiki Pattern]] in practice using Claude Code and Obsidian. He shows two live vaults: a YouTube transcript archive (36 videos) and a personal second brain. He breaks down [[Andrej Karpathy]]'s original post and walks through a 5-minute setup.
**The stack is simple**: Claude Code + Obsidian + a folder of markdown files. No vector databases, no embeddings, no infrastructure. Just files and Claude. ---
**The hot cache**: a ~500-word file (`wiki/hot.md`) that captures recent context. In an executive assistant setup, this prevented having to crawl dozens of wiki pages at the start of each session. See [[Hot Cache]]. ## Key Insights
**Cross-project referencing**: other Claude Code projects can read this vault by pointing at it in their CLAUDE.md. Nate's executive assistant reads from his herk-brain vault. Token usage dropped significantly compared to inline context files. **The wiki compounds.** Normal AI chat is ephemeral — knowledge disappears when the session ends. The wiki pattern changes this: every source ingested, every answer filed back, every connection made persists permanently. See [[Compounding Knowledge]].
**At scale**: the index file alone is sufficient for hundreds of pages. Vector RAG only becomes necessary at millions of documents. **The hot cache is the force multiplier.** A ~500-word file (`wiki/hot.md`) captures what happened recently. New sessions read it first. Cross-project references read it first. It saves crawling dozens of wiki pages just to answer "where were we?" See [[Hot Cache]].
**The stack is intentionally simple.** Claude Code + Obsidian + a folder of markdown files. No vector databases, no embeddings, no infrastructure. The index file alone navigates hundreds of pages.
**Cross-project power.** Other Claude Code projects can reference this vault via their CLAUDE.md. Nate's executive assistant reads from his personal brain vault. Token usage dropped significantly vs inline context files.
**95% token reduction.** One X user turned 383 scattered files and 100+ meeting transcripts into a compact wiki and dropped token usage by 95% when querying with Claude.
**At scale.** The index file alone is sufficient for hundreds of pages. Vector RAG only becomes necessary at millions of documents.
---
## The Live Demo
Nate ingested one article (AI 2027) and Claude produced 23 wiki pages in ~10 minutes:
- 1 source summary
- 6 entity pages (people)
- 5 organization pages
- 1 AI systems page
- Multiple concept pages
- 1 analysis
- Open questions
This is what one ingest looks like when the wiki pattern is applied correctly.
--- ---
## Obsidian as IDE ## Obsidian as IDE
Obsidian is just a markdown viewer with graph visualization. The graph view shows which pages are hubs (many connections) and which are orphans (none). Real-time — you can watch the wiki grow as Claude creates pages. Obsidian serves as the visual layer. Key features used:
- **Graph view** — see which pages are hubs and which are orphans
The key Obsidian features used: - **Backlinks** — follow relationships between pages
- Graph view — visualize the knowledge structure - **Dataview**query pages by frontmatter
- Backlinks — follow connections between pages - **Web Clipper** — send articles to `.raw/` from any browser in one click
- Dataview — query pages by frontmatter
- Web Clipper — send articles directly to `.raw/` from any browser
---
## Workflow Demonstrated
1. Install Obsidian, create a vault
2. Paste Karpathy's LLM wiki idea into Claude Code
3. Claude scaffolds the structure (raw/, wiki/, CLAUDE.md, index, log)
4. Drop a source into `.raw/` using Web Clipper
5. Tell Claude: "ingest this"
6. Claude reads, creates 15-25 wiki pages, cross-references everything
7. Query the wiki for insights
The ingest for one article (AI 2027) took 10 minutes and created 23 pages: 1 source, 6 people, 5 organizations, 1 AI systems page, multiple concepts, plus an analysis.
---
## Entities Mentioned
- [[Andrej Karpathy]] — originated the LLM wiki pattern
- Nate Herk — demonstrated the pattern in this video
--- ---
## Connections ## Connections
See [[LLM Wiki Pattern]] for the full architecture. - [[LLM Wiki Pattern]] the full architecture this source demonstrates
See [[Compounding Knowledge]] for the core insight on why this works. - [[Compounding Knowledge]] — why the pattern produces increasing returns
See [[Hot Cache]] for the session context mechanism. - [[Hot Cache]] the session context mechanism Nate added to his executive assistant vault
- [[Andrej Karpathy]] — originated the LLM wiki pattern that this video explains