I Turned Claude Fable Into The Ultimate Second Brain
A 34-minute live walkthrough of one creator's AI operating system, built on the four Cs: Context, Connections, Capabilities, and Cadence.
June 10thA five-level framework for organizing knowledge so AI can actually find it — from a single CLAUDE.md to an always-on brain-OS.
The structure of your second brain should be decided by the question you need to answer, not by the sophistication of the technology — and most people who jump to vector databases or knowledge graphs would get better results from a well-routed folder of markdown files.
Building an AI second brain is really a routing problem: can your agent find the right information, in the right format, without wasting your time or tokens? The answer is a five-level progression — from a CLAUDE.md with folder routing (Level 1) to a curated wiki (Level 2), semantic vector search (Level 3), a knowledge graph for relationship chains (Level 4), and an always-on brain-OS that syncs autonomously (Level 5). The key insight is that complexity does not equal better — most builders find that Level 2 handles 90% of their real pain, and jumping to Level 4 or 5 adds infrastructure they won't use. The correct level is the simplest one that eliminates your current pain point.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Three side-by-side knowledge graph visualizations (sparse nodes → clusters → dense relationship web) establish the core idea before any verbal explanation. The presenter's real HERC2 project is shown as the source data.

Defined as: save info in a way that the agent (and you) can find it again. The key question is not 'can I store it?' but 'can it be retrieved?' Introduces the reverse-engineer-from-the-question mindset: design storage based on how data will be queried.

The basketball-hoop analogy: the shape of the ball must fit the hoop. Decide how you will query data before deciding how to store it. The slide reads: 'The answer you need → The smallest thing that gives it.' Pain is the correct prompt for climbing levels.

Overview slide: Level 1 = find by exact word/name. Level 2 = pull everything on a topic together. Level 3 = semantic search (searched different words than I wrote). Level 4 = trace relationship chains. Level 5 = autonomous/always-on. 'Complexity climbs as you go up, not cost. Most people land at 1–3.'

The foundation every second brain starts with. CLAUDE.md acts as a router: tells the AI which folder holds personal context, which holds projects, which holds decisions. When routing is correct, Claude stops asking for re-explanations and just knows where to look. Wall: grows too big and starts being ignored; only finds exact words. Move: one folder + a 20-line CLAUDE.md about you.

Adds an LLM Wiki layer: AI ingests transcripts/notes and auto-generates an index with summaries and cross-links. Shown via Obsidian visualization of YouTube transcript wiki (concepts, comparisons, techniques, sources). Also introduces memory.md and Claude Code's auto-memory toggle. Tool-agnostic tip: duplicate routing as agents.md for Codex. Presenter admits he personally runs at Level 2. Wall: must keep feeding it; a wrong summary loads as if it's true.

Clarifies the distinction: wiki backlinks are 'see also' references; knowledge graphs have typed edges with explicit meaning (endorsed by, competes with). You can read the entire wiki page to follow a trail; a knowledge graph lets you traverse relationships without reading full pages.

Explains vector databases and RAG. Searching for 'feedback' in regular search finds exact matches; semantic search finds 'live test results' and 'evaluations' because they mean feedback. Diagram shows document → chunks → embeddings model → vector space by meaning (Company, Finances, Marketing clusters). Critical caveat: chunking breaks full-context queries — asking for a meeting summary may return the wrong five chunks. Markdown is better when you need the whole document. Best use case: looking up one specific rule from a thousand.

Slide title: 'Knowledge Graph: usually the skip rung.' Real questions aren't relationship chains for most people. Typed edges carry meaning (Jordan works at Acme; Acme endorsed by PostPilot; PostPilot competes with Cadently). Shows LightRAG visualization of presenter's real second brain — blurred due to sensitive business data. When IS it your level: VC tracking, recruiter CRMs, recurring cast of businesses/clients where relationship chains matter. Cost: free open-source software, but real work to build and maintain.

The bottleneck for knowledge graphs is not the system — it is generating enough structured data. The 'grill me' skill (originally from Matt Pocock, available in the free AIS community) interviews the user relentlessly on a topic until the AI knows everything, then writes it to a brainstorm file. Aside: privacy warning inserted in post-production — data sent to Claude goes to Anthropic; consider open-source/local models for sensitive client data.

The only level that works while you sleep. Continuously syncs memories, runs 'dream cycle' to enrich notes. Based on Gary Tan's gbrain paired with g-stack. Requires a 24/7 server — real infrastructure burden. Windows users: use WSL2 or Postgres. For Q&A, Level 3 covers most of it. Only warranted when running agents offline vs 5,000+ page brains. Presenter currently experiments with gbrain only on a Hermes agent, not Claude Code.

Decision tree: re-explaining setup → Level 1; 30+ notes, forgetting what's in them → Level 2; agent whiffs on notes you know exist → Level 3; relationship chains across a recurring cast → Level 4; running agents offline vs 5,000+ pages → Level 5. First move: L1 folder + CLAUDE.md → L2 ask Claude for an index → L3 Smart Connections sidebar/memory. Climb only for a pain you felt this week.

The team problem is 90% change management: getting people to update docs and pull from the brain instead of pinging colleagues. Recommends getting your personal setup working first before solving the team problem. CTA: free AIS school community, link in description, seven-day AI OS challenge.
The level of your second brain is determined by the question you cannot currently answer — not by what sounds most impressive to build.
“Your moat is your data. It's your IP.”
“A basketball hoop and a basketball. We know what shape the hoop is, and we know that the ball needs to go through. So why would we ever design the ball to be a giant square?”
“Complexity climbs as you go up, not cost. Most people land at 1 through 3.”
“My wiki has links, isn't that a knowledge graph? Not exactly.”
“Knowledge graph: usually the skip rung.”
“In a year, will it be good for me to have this memory in here? If no, it's just noise.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Three knowledge graphs appear side by side — sparse dots, then clusters with visible relationships, then a dense web where everything connects. Before a word is spoken, the visual argument is already made: there are meaningfully different levels of organization, and each one unlocks something the previous one cannot. The question this video answers is not which level is best, but which level solves your actual pain.
Each level answers a different retrieval question and adds complexity only where the previous level creates pain. Most builders land at 1–3.
Decide how you will query your data before deciding how to store it. The basketball-hoop rule: design the ball (storage format) to fit the hoop (the question you will ask). Applies to folder structure, chunking strategy, and graph schema.
Only ingest data your second brain should hold in a year. Slack threads, emails, and customer data belong in live-access tools, not the brain — they become noise. Evergreen data (decisions, project context, personal context) belongs in the brain.
The presenter's framework for categorizing what a personal AI OS contains. For the second brain specifically, only Context (evergreen business/personal history) and Connections (relationships between entities) are relevant — Capabilities and Cadence live elsewhere in the OS.
Keep CLAUDE.md for Claude Code and agents.md (identical content) for Codex. Each agent harness reads its own file. Memory stays in memory.md and both files point to it. Same knowledge base, multiple AI front-ends.
“The link for that is down in the description. Join the free school community. Hop in here. Take the seven day challenge.”
Mentioned twice mid-video and once at close. Soft, non-pushy. Free community with 7-day AI OS challenge and downloadable skills/slide deck.
00:00
00:34
00:58
01:21
01:44
02:07
02:31
02:54
03:17
03:40
04:03
04:27
04:50
05:13
05:36
06:00
06:23
06:46
07:09
07:33
07:47
08:08
08:42
09:06
09:29
09:52
10:15
10:39
11:02
11:25
11:48
12:11
12:35
12:58
13:19
13:44
14:08
14:31
14:54
15:17
15:41
16:04
16:27
16:50
17:14
17:37
18:00
18:23
18:47
19:10
19:33
19:56
20:19
20:43
21:06
21:29
21:52
22:16
22:39
23:02
23:25
23:49
24:16
24:27
24:48
25:16
25:45
26:08
26:31
26:55
27:18
27:41
28:04
28:27
28:51
29:14
29:37
30:00
30:24
30:47A 34-minute live walkthrough of one creator's AI operating system, built on the four Cs: Context, Connections, Capabilities, and Cadence.
June 10thA 27-minute live build that wires Claude Code into a context-aware AI that plans your day, runs research, and checks on your team, all in parallel.
March 5thA 5-minute video that proves its own thesis: one prompt, no filming, no editing, a finished YouTube video.
June 12thA full brand built live — design system, pitch deck, website, app, and launch video — plus the two-meter session strategy that makes it sustainable.
April 30thA 35-minute walkthrough of Anthropic's new canvas design tool — from brand brief to deployed Vercel site — with a hard look at how fast you can burn through your weekly quota.
April 21stA 29-minute walkthrough of the Four Cs framework for running your entire business through Claude Code.
May 29th