Definition

Obsidian is a markdown-based note-taking application that serves as the preferred front-end interface for LLM Wiki vaults. It renders markdown natively, provides a graph view of connections, and works directly with plain markdown files — making it a natural “IDE” for the wiki.

Key Points

  • Karpathy specifically recommended Obsidian as the front-end in his original LLM Wiki gist
  • Its graph view visualizes the connections the LLM creates between concepts, providing immediate insight into the knowledge structure
  • Fully compatible with the LLM workflow because it’s just markdown files — no lock-in, no proprietary format
  • Supports mobile workflow: record a voice note on Obsidian mobile, sync to desktop, Claude Code processes it
  • Works alongside VS Code and Claude Code in a typical setup
  • Can be used to manually review and navigate wiki pages the LLM creates
  • Works with any LLM agent via file access — not tied to a specific AI platform

Why Obsidian (from GenAI Unplugged)

Wyndo’s GenAI Unplugged article identifies four specific reasons why Obsidian is the practical front end for LLM-based personal knowledge bases:

  1. Renders markdown natively — no build step, what you see is what the LLM wrote
  2. Graph view — visualizes connections the LLM creates between concepts
  3. Just markdown files — no lock-in, portable across any tool
  4. Works with any LLM agent — Obsidian accesses the same files the LLM writes

Implications

The fourth point is arguably the most significant for architecture: Obsidian’s file-based approach means the front-end is decoupled from the LLM. You could swap Claude Code for another agent without touching the Obsidian interface. This contrasts with Notion and other proprietary PKM tools that would require API integration for LLM access.

  • second-brain — Obsidian is the interface for the AI-powered second brain
  • llm-wiki — Obsidian provides the visualization layer for the LLM Wiki pattern
  • knowledge-graph — The graph view reveals the knowledge graph the LLM builds

Open Questions

  • Could other markdown-based tools (Logseq, Dendron) serve as effectively as Obsidian for this workflow?
  • How important is the graph visualization for the average user versus power users?

Sources

^[raw/articles/karpathy-llm-wiki-gist.md] ^[raw/articles/genai-unplugged-llm-wiki.md]