Claude will handle it. Local. In one folder. (No Obsidian Needed)
The creator argues that using Claude Code with a simple local folder structure is superior to the popular Obsidian + Claude setup promoted by Andrej Karpathy's viral post. He demonstrates his own personal knowledge assistant system built entirely in VS Code with local markdown files and AI agents. He contends that Obsidian adds unnecessary complexity and file-locking constraints without meaningful benefits.
Summary
The video is a response to the viral trend of combining Obsidian with Claude for personal knowledge management (PKM), largely sparked by Andrej Karpathy's post that received 17 million views. The creator argues this trend overcomplicated a simple problem and that Obsidian is unnecessary when Claude Code and VS Code with a local folder structure can accomplish the same goals with more flexibility.
The creator begins by breaking down Karpathy's setup: a 'raw' directory for ingesting articles and papers, which gets compiled into a wiki with backlinks, and Obsidian used as the visual interface. He argues that Obsidian's role is merely as a reader/viewer, and since the LLM writes and maintains all the wiki data anyway, the elaborate Obsidian interface is overkill. He suggests NotebookLM as a better alternative for the specific use case of loading hundreds of articles and querying them.
A central concern raised is scalability and consistency: loading raw articles without structured indexing means the AI starts from scratch each time, likely producing different answers to the same question. The creator argues that a proper knowledge base should contain curated conclusions and signal, not raw noisy article dumps.
The creator then demonstrates his own setup, which uses VS Code to access a local folder structure with clearly defined 'inboxes' — a team inbox where he drops items for AI processing and an owner's inbox where the AI deposits outputs for his review. He emphasizes that VS Code, unlike Obsidian, does not alter or lock markdown files to a proprietary format.
He reveals a more advanced personal setup: a custom web interface he vibe-coded himself that includes daily journaling, PDF document management, a database explorer, backlinking, mood tracking, and agent management — capabilities he argues Obsidian could never provide without complex third-party plugins. His business setup goes further, featuring a multi-agent AI team with specialized roles (Larry the orchestrator, Jack the community manager, etc.), connected to external databases including their membership platform with thousands of pieces of content.
The creator concludes by addressing comments from Andrej's post and emphasizes that the local folder is the actual knowledge base — not Obsidian, not Claude Code. Obsidian is just one possible viewer, and an inferior one compared to custom-built interfaces. He encourages viewers to watch a separate video where he builds the entire system from scratch using only a local folder and Claude Code in a terminal.
Key Insights
- The creator argues that Obsidian's role in Karpathy's setup is purely as a viewer, and since the LLM writes and maintains all wiki data directly, having Obsidian as an interface is 'already overkill' — the interface adds no value when you rarely touch the data manually.
- The creator claims that loading raw articles into a knowledge base without structured indexing is fundamentally flawed at scale, because the AI starts from scratch each time and will likely give different answers to the same question — arguing that only curated conclusions and signal, not raw noisy content, should populate a real knowledge base.
- The creator distinguishes VS Code from Obsidian by pointing out that VS Code gives access to local files without altering them, while Obsidian modifies files to fit its own database format, effectively locking content into the Obsidian ecosystem.
- The creator demonstrates a custom vibe-coded personal interface that includes journaling, PDF management, database exploration, mood tracking, and Stoic philosophy feedback — arguing this is what a 'real personal knowledge base' looks like versus a simple wiki, and that Obsidian could never provide this without complex plugin dependencies.
- The creator reveals that his business operates with only two human team members (himself and co-founder Paco), with AI agents completely replacing other human roles — including an orchestrator agent named Larry who delegates tasks to specialized agents and can autonomously 'hire' new agents when a task falls outside existing team capabilities.
Topics
Transcript
[0:00] Using AI for personal knowledge management is so much simpler. Then I see other people are setting it up and in this video, we'll show you proof. So you might have seen all these videos about , use Claude with obsidian, and I get it why they're coming up because obsidian has a following base and a lot of traction. And using this with AI now seems to be the right thing to do. And many of these videos are based on a post on X from Andrej Karpathy, also the inventor of the term vibe coding. Um. [0:30] Who came up with this LLM knowledge basis, and if you watched my previous videos long before this post, I…
Full transcript available for MurmurCast members
Sign Up to AccessMore from ICOR with Tom | AI Productivity
I Made Opus and Fable Grade Each Other. Opus Admitted It Lost.
The creator demonstrates real-world AI applications in their productivity business using Claude Fable and Opus, showing how Fable excels at comprehensive analysis of complex systems while comparing its performance to Opus on specific tasks. The key finding is that Fable's holistic understanding justifies its higher cost for business-critical audits and optimizations.
Our AI invented the numbers. We caught it.
The hosts discuss the importance of double-checking AI outputs and validating information, emphasizing that this is not a new problem but rather a longstanding practice required with any information source. They explore how AI tools can be customized to individual workflows and contexts, arguing that understanding foundational methodology matters more than specific tools.
An AI Just Handed Me a Fake $67B Statistic
The speaker shares how an AI confidently generated a completely fabricated $67.4 billion statistic while researching AI hallucinations, then explains his systematic approach to combating AI misinformation: using dual independent search engines to cross-check answers and identify where hallucinations occur.
AI Is Quietly Taking Your Memory
AI companies are racing to own users' context and memory through integrated tools like Claude in Slack and ChatGPT's auto-memory features, creating a lock-in trap. The speaker argues users should own their context (expensive, irreplaceable) in local plain text files while renting the AI model (cheap, replaceable), and demonstrates his personal knowledge assistant system built on markdown files that work with any AI model.
My AI Team Now Has an Interface. All 12 Agents. Free.
Tom, creator of the iCola methodology, releases My PKA version 3 with a free interface (My PKA Cockpit) that provides 12 pre-built AI agents for productivity, note-taking, health tracking, document management, and task planning—all running locally in a folder structure accessible via Claude and a web interface.