@mylifcc: Recently while working on Agent memory and personal knowledge systems, I discovered this project obsidian-wiki, so fitting! It brings Andrej Karpathy's LLM Wiki pattern to Obsidian: enabling AI Agents to autonomously inges…
Summary
This tweet introduces the obsidian-wiki project, which implements Andrej Karpathy's LLM Wiki pattern on Obsidian, allowing AI Agents to autonomously ingest multi-source knowledge and organize it into a wikilink-interconnected markdown knowledge base. It supports Delta incremental updates and source attribution (provenance), and has built-in features like query, audit, graph export, etc. Currently at 2k stars.
View Cached Full Text
Cached at: 06/15/26, 11:09 PM
Recently, while working on Agent memory and personal knowledge systems, I came across this project—obsidian-wiki—and it’s exactly what I needed!
It brings Andrej Karpathy’s LLM Wiki mode to Obsidian:
Enabling AI Agents to autonomously ingest multi-source knowledge (PDFs, chat logs, images, etc.), automatically organize it into a wikilink-interconnected markdown knowledge base, and continuously maintain, query, and evolve it.
Key highlights: Delta incremental updates + source attribution (provenance), greatly reducing knowledge staleness and hallucinations
Built-in skills: query, audit, graph export, GitHub sync, daily-update
Can be directly symlinked into workflows like Claude Code, Cursor, etc.
Latest version supports OKF import/export
Currently at 2k stars and actively updated today. This is essentially an independent developer turning the idea of an “Agent-driven second brain” into practical, deployable infrastructure.
Similar Articles
@indie_maker_fox: Sharing an open-source project: OpenKnowledge. You can think of it as an open-source implementation of Obsidian + LLM Wiki in practice. Since large language models became popular, the markdown-based note-taking app Obsidian has gained increasing traction; the concept of LLM Wiki...
OpenKnowledge is an open-source knowledge base tool that combines the note-taking experience of Obsidian with the philosophy of LLM Wiki. It comes with built-in MCP, Skills, Chat, and TUI features, supports Git sync, and can complement Obsidian for efficiently organizing personal knowledge.
@rwayne: https://x.com/rwayne/status/2054523563248611675
This article details how to build a fully automated local knowledge base system using Hermes Agent, Obsidian, and LLM Wiki, enabling automatic note organization, bidirectional linking, and persistent accumulation.
@Huanusa: The ceiling of personal knowledge bases has arrived! This GitHub LLM Wiki project has already garnered 2800+ Stars, completely leaving ordinary RAG in the dust! It's not the useless mode of "re-retrieving" every time, but lets AI directly help you incrementally build a truly structured Wiki — compile knowledge once, and it continuously evolves...
LLM Wiki is an open-source desktop application that uses LLM to incrementally build a structured knowledge base, supporting knowledge graphs, community detection, Obsidian integration, and Chrome clipping, aiming to replace traditional RAG approaches.
@AISuperDomain: Obsidian users rejoice: Now AI Agents can truly 'learn' how to operate your knowledge base. kepano has open-sourced obsidian-skills, specifically providing Obsidian support for Agents like Claude Code, Codex, OpenCode, etc. Ob…
kepano has open-sourced obsidian-skills, providing AI Agent skill support for Obsidian knowledge bases, supporting multiple coding agents like Claude Code, Codex, etc., with GitHub reaching over 45K+ Stars.
@nash_su: llm_wiki v0.5 released - major update: transition from RAG to Agent architecture. Chat now uses a complete agent workflow with knowledge base and modular tools...
llm_wiki v0.5 is a major update that transitions the personal knowledge base from a RAG-based system to an agent-driven architecture, introducing modular tool calls, intelligent retrieval decisions, and a revamped UI. The project, now at 12.6k stars, incorporates features like a knowledge graph, deep research, and MCP server integration.