• The claude-obsidian plugin inverts traditional AI note tools by having Claude autonomously build and maintain your entire wiki structure, not just search it.
  • A three-layer token system keeps costs manageable as vaults scale, loading only relevant files per session rather than the entire knowledge base at once.
  • Three core commands handle saving conversations, running multi-round web research, and generating visual knowledge maps directly inside Obsidian.

On April 13, 2026, a viral guide posted by X user Defileo demonstrated how to transform the common problem of AI forgetting everything when you close the chat into a feature by connecting Claude Code directly to an Obsidian vault.

According to the guide shared on X, the claude-obsidian plugin creates what users describe as a “second brain” that persists across sessions, compounding knowledge over time instead of starting fresh with every conversation. The system represents a different approach to AI-assisted note-taking: rather than chatting over a vault with a nicer interface, Claude builds and maintains the wiki structure itself, following a pattern popularized by Andrej Karpathy’s LLM Wiki concept.

The core insight behind the setup addresses a frustration that anyone who’s used AI assistants extensively will recognize: chat-based AI forgets everything the moment you close the window, while most people’s Obsidian vaults fill with notes that nobody reads, including the person who wrote them. The claude-obsidian plugin attempts to solve both problems simultaneously by having Claude act as both the curator and the consumer of your knowledge base, extracting concepts from any source you add, creating structured pages with proper formatting, linking everything with wikilinks, and flagging contradictions with existing notes.

Why This Approach Differs From Other AI Note Tools

Traditional AI + Obsidian integrations typically function as enhanced search engines: you write notes manually, add tags, create links, and the AI helps you find what you’ve already written. The claude-obsidian system inverts this responsibility, following what Defileo described as Karpathy’s LLM Wiki pattern. When you drop in a PDF, URL, transcript, or any source material, Claude doesn’t just index it for searching—instead, it builds and maintains the entire wiki structure autonomously. The system creates interconnected pages, establishes proper frontmatter, files content in logical locations, and updates cross-references automatically.

The technical foundation relies on a three-layer token system designed to keep costs manageable as your knowledge base grows. The hot.md file contains approximately 500 words of recent context and stays loaded every session, ensuring Claude never forgets what you were working on. The index.md provides a one-line summary of every page in your vault, which Claude scans to identify what matters for any given query. Finally, only the specific files relevant to your current question get loaded. This architecture means a vault can grow to thousands of pages without token costs scaling proportionally, since you never load everything at once.

The plugin installs directly into your Obsidian vault through two commands in Claude Code, automatically copying ten skills into your folder structure without manual file downloads or script running. The initial setup creates a organized directory tree with folders for concepts, sources, entities, and saved conversations, along with operational logs and indexes that maintain the system’s internal map of your knowledge.

The Three Commands That Run Everything

The daily workflow centers on three commands that eliminate most manual note organization. The /save command processes any conversation where you worked through something valuable—a decision, a concept, a project plan—and automatically creates properly formatted wiki pages with frontmatter and wikilinks, files them in correct folders, and updates the index. Conversations that would previously have disappeared when you closed the chat window now get systematically organized into your persistent knowledge base.

The /autoresearch command runs three to five rounds of web research on any topic you specify, starting broad and then drilling into gap-filling and following important sources. It synthesizes findings into structured wiki pages with citations and cross-references to related concepts already in your vault. Users can customize source preferences by editing a references file inside their vault, allowing a medical researcher to prioritize PubMed while a startup founder focuses on founder blogs and case studies.

The /canvas command generates Obsidian canvas files—visual boards where Claude populates relevant nodes from your wiki in response to natural language requests. Users can ask for flowcharts, knowledge graphs, timelines, or presentation layouts, dropping images, PDFs, and other media directly onto the canvas. The system creates visual representations of your accumulated knowledge rather than requiring you to manually arrange connections.

Building Knowledge That Compounds Over Time

The daily ingest loop forms the habits that make the system valuable long-term. Any time you encounter something worth keeping—an article, PDF, video transcript, or meeting notes—you drop it in a .raw/ folder that serves as your source archive. Original files never get modified; this folder is your permanent record of everything you’ve consumed. Tell Claude to ingest the content, and the system runs its wiki-ingest agent, which for a typical 20-page document creates 8 to 15 interconnected wiki pages averaging 12 wikilinks per page.

Entities receive their own pages, concepts get separate documentation, and contradictions with existing knowledge get flagged with special callouts. The operation logs to wiki/log.md, providing a traceable history of how your knowledge base has grown. After ingestion, you can ask Claude what it knows about any topic, and it responds with information drawn from your organized vault rather than relying on its training data—citations point to specific pages you’ve built over time.

After a few weeks of consistent use, opening Obsidian’s graph view reveals what Defileo described as the “brain-like” visualization the platform has always promised but rarely delivered: a color-coded map of what you’ve read and thought about, with concepts forming clusters, nearby ideas connecting automatically, and contradictions flagged for resolution. The system transforms isolated notes into a genuine knowledge network that strengthens with every source added.

The idea of a robot librarian that never forgets where it put anything sounds reasonable until you realize most people’s actual problem isn’t finding information—it’s that they’ve been collecting information faster than thinking about it. An AI that builds your wiki for you sounds like it solves the curation problem until you wonder whether “AI that reads everything and makes connections” will eventually just be a more expensive version of the Google homepage you already have. Still, for people who’ve tried every organizational system and keep ending up with vaults full of orphaned notes nobody touches, having something that actually maintains itself might be worth the subscription.

Leave your vote