LLM-Powered Personal Knowledge Bases with Obsidian
TECH

LLM-Powered Personal Knowledge Bases with Obsidian

36+
Signals

Strategic Overview

  • 01.
    Obsidian, the local-first note-taking app with 1.5M+ users, is emerging as the hub for AI-powered personal knowledge management. Steph Ango (kepano), Obsidian's CEO, released an open-source 'Obsidian Skills' repository that teaches AI agents how to read, write, and organize Obsidian vaults — shifting the paradigm from traditional plugins to portable AI skill definitions.
  • 02.
    The movement gained massive visibility when Andrej Karpathy shared his workflow of using AI agents to maintain a personal knowledge wiki in Obsidian, with his X post garnering 29K likes. As he put it, he is now 'spending more tokens manipulating knowledge than manipulating code.' Multiple open-source projects and tutorials have since emerged to help users replicate and extend this approach.
  • 03.
    The trend sits within a broader industry shift: Gartner predicts that 40% of enterprise applications will embed task-specific AI agents by end of 2026, and Obsidian's local-first, file-based architecture positions it uniquely to serve as a transparent substrate for these agents without requiring data migration to proprietary platforms.

By The Numbers: Obsidian's AI-Driven Knowledge Ecosystem

Obsidian's reach is substantial: the platform counts over 1.5 million users with 22% year-over-year growth, more than 2,700 community plugins (of which 100+ are AI-focused), and an average daily usage of 43 minutes per user. These figures paint a picture of a deeply engaged user base that spends meaningful time inside the tool — making it a high-value target for AI agent integration.

The social signal around this trend has been extraordinary. Karpathy's X post describing his AI-maintained wiki workflow received 29K likes, making it one of the most viral AI productivity posts in recent memory. Elvis Saravia (@omarsar0) shared his own approach to paper curation and Obsidian vaults with interactive artifact generators and MCP tools, earning 2.9K likes. Steph Ango noted via X that 'More and more people are using Obsidian as a local wiki to read things your agents are researching and writing,' garnering 1.7K likes. On YouTube, Greg Isenberg's video 'How I Use Obsidian + Claude Code to Run My Life' hit 242K views, Nick Milo's 'Obsidian + AI: How to Do It The Right Way' introducing the IDI Framework reached 115K views, and Zen van Riel's tutorial on letting Claude automate Obsidian notes pulled 56K views. This cross-platform attention signals that the topic has broken out of developer circles into the broader productivity and knowledge-work audience.

Skills vs. Plugins: A New Integration Paradigm

The release of Obsidian Skills marks an architectural departure from how software tools have traditionally integrated with AI. Rather than embedding AI as a feature within the app (the 'Ask AI' button pattern adopted by most SaaS tools), Skills provide AI agents with portable instruction sets that describe how to interact with Obsidian vaults. As one analysis explains, 'Skills are not plugins. They don't require migrating your data into a proprietary app database. They're portable rulebooks, really.'

This approach has several structural advantages. First, skills are model-agnostic — they work with Claude, GPT, or any agent that can read markdown instructions. Second, they preserve Obsidian's local-first philosophy: data stays on the user's machine as plain files while the AI agent operates on it through defined interfaces. Third, skills are composable and open-source, meaning the community can create domain-specific skill sets for different workflows. Addo Zhang argues this will extend well beyond note-taking: 'vertical domain skills will become the standard mode for deep integration between AI agents and professional tools.' If correct, Obsidian Skills may serve as a template for how the entire software industry bridges the gap between existing tools and AI agents.

The Bigger Picture: Second Brains, Risks, and Enterprise Implications

Karpathy's vision is ambitious. In his viral X post, he described a workflow where 'the LLM writes and maintains all of the data of the wiki and he doesn't manually edit/add anything,' and argued that 'there is room here for an incredible new product instead of a hacky collection of scripts.' This framing — AI not as assistant but as primary knowledge worker — resonated because it articulated what many power users were already attempting in piecemeal fashion. Eric Ma's practical results validate the productivity gains: he reports knowledge management overhead dropping from 30-40% to under 10% of his time. But he also provides a reality check on reliability, noting that 'hallucinations occur maybe once every four or five sweeps, and usually trace back to inaccurate transcripts.'

The risks are real and documented. The Stack Overflow blog warns that AI-driven second brains come at a cognitive cost, reporting roughly 76,000 problematic AI interactions daily at scale. Security researchers have documented common vulnerabilities in AI agent architectures, highlighting that local file access by AI agents introduces attack surfaces that traditional note-taking apps never had to consider. On the enterprise side, Gartner's prediction that 40% of enterprise applications will embed task-specific AI agents by end of 2026 suggests the pattern Obsidian Skills pioneered will face intense scaling pressure. The question is whether the open, local-first, skill-based approach can compete with proprietary alternatives that offer tighter integration but less user control.

Historical Context

~2020-2023
Obsidian grew from a niche local-first note-taking app into a major player in personal knowledge management, building an ecosystem of 2,700+ community plugins.
~2024
Early integrations between AI tools and Obsidian began appearing, with over 100 AI-related plugins emerging in the Obsidian ecosystem.
Early 2025 (approximate)
Karpathy publicly shared his workflow of having AI agents fully maintain his personal knowledge wiki in Obsidian, sparking widespread interest.
Early-to-mid 2025 (approximate)
Obsidian CEO released the open-source Obsidian Skills repository on GitHub, described as the first move by a mainstream tool vendor to provide official AI agent skill definitions rather than traditional plugins.
Q1 2026
The trend matured with multiple tutorials, YouTube guides, and MCP-based tools. Gartner projected that 40% of enterprise applications would embed task-specific AI agents by end of 2026.

Power Map

Key Players
Subject

LLM-Powered Personal Knowledge Bases with Obsidian

ST

Steph Ango (kepano)

CEO, Obsidian; creator of Obsidian Skills repository

AN

Andrej Karpathy

AI researcher and former Tesla AI director; popularized AI-maintained Obsidian wikis

OP

Open-source community (MCP tool builders)

Developers of Obsidian-AI bridges including obsidian-notes-mcp and obsidian-claude-code-mcp

EN

Enterprise AI platform vendors

Companies embedding task-specific AI agents into applications, projected by Gartner to reach 40% of enterprise apps by end of 2026

THE SIGNAL.

Analysts

"Argues that Obsidian Skills represent a fundamentally different approach from traditional plugins: 'Instead of cramming an Ask AI button into the UI like so many SaaS apps do, he released an open-source repo called Obsidian Skills that teaches AI how to use Obsidian properly.' He emphasizes that 'Skills are not plugins. They don't require migrating your data into a proprietary app database. They're portable rulebooks, really.'"

Kurtis (kurtis-redux)
Tech Writer, Medium

"Believes the skills paradigm will extend far beyond Obsidian, predicting that 'vertical domain skills will become the standard mode for deep integration between AI agents and professional tools.'"

Addo Zhang
Tech Blogger, Medium

"Reports practical results from deploying AI-assisted knowledge management, noting that knowledge management overhead dropped from 30-40% to under 10% of his time. Offers a realistic assessment of reliability: 'Hallucinations occur maybe once every four or five sweeps, and usually trace back to inaccurate transcripts.'"

Eric Ma
Data Scientist, Blogger (ericmjl.github.io)

"Advocates for the measurement-driven approach to AI-managed knowledge bases, summarizing the core principle: 'if you want an AI system to improve at a task, build a way to measure how well it's doing, then let it run overnight.'"

MindStudio
AI Platform, mindstudio.ai

"Raises caution about over-reliance on AI for knowledge work, reporting approximately 76,000 problematic AI interactions daily at scale. Warns that outsourcing cognition to AI second brains risks atrophying the user's own critical thinking and retention."

Stack Overflow Blog
Developer Community Platform
The Crowd

"LLM Knowledge Bases - Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest."

@@karpathy29000

"Building a personal knowledge base for my agents is increasingly where I spend my time these days. Like @karpathy, I also use Obsidian for my MD vaults."

@@omarsar02900

"More and more people are using Obsidian as a local wiki to read things your agents are researching and writing."

@@kepano1700
Broadcast
How I Use Obsidian + Claude Code to Run My Life

How I Use Obsidian + Claude Code to Run My Life

Obsidian + AI: How to Do It The Right Way (Claude Code + Obsidian)

Obsidian + AI: How to Do It The Right Way (Claude Code + Obsidian)

Let Claude Automate Your Obsidian Notes: Second Brain AI Agent (MCP)

Let Claude Automate Your Obsidian Notes: Second Brain AI Agent (MCP)