Skip to content

Latest commit

 

History

383 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome LLM Wiki

Awesome LLM Wiki Awesome Last-Commit Join the Discussion Stars

A curated list of foundational blueprints, functional frameworks, and technical guides for building compounding, AI-compiled knowledge bases.

Inspired by a paradigm shift in software development engineering, this architecture treats large language models not as ephemeral chat engines, but as stateful knowledge compilers. Instead of parsing fragmented document partitions dynamically at runtime via traditional RAG loops, these systems leverage autonomous agents to read static source files and systematically construct an interlinked, persistent Markdown knowledge topology.


Contents

Foundations

Foundational material from Andrej Karpathy that introduced and defined the LLM Wiki architecture.

GitHub Gists

Community blueprints, proof-of-concept system schemas, and architectural experiments published as GitHub Gists.

  • Farza's Personal Wiki Skill - A functional blueprint for implementing an LLM wiki compiler using Claude Code skills, including commands for ingestion, absorption, and automated cleanup.
  • graphwiki: an LLM Wiki pattern for graph databases - A conceptual blueprint mapping the LLM Wiki pattern to a property graph (Neo4j) with entity resolution benchmarks.
  • LLM Wiki v2 - An architectural extension of Karpathy's blueprint focused on scale, memory lifecycles, confidence decay, and typed knowledge graphs.
  • LLM Wiki v3: A State-Space Knowledge System - An architectural specification extending the LLM Wiki pattern into a probabilistic state-space model where the LLM extracts structured observations, a belief engine updates evidence states, and markdown wiki pages are rendered as deterministic views of underlying truth graphs.
  • LLM Wiki V3: Segmentation - A scaling specification addressing context drift and schema overload in LLM Wikis. Proposes segmenting systems into specialized roles (Ingestor, Librarian, Linter), dual ingestion modes ('restricted section' deep curation vs. 'open stacks' shallow indexing), explicit schema triggers to minimize drifting implicit instructions, and cache rewarming to prevent multi-agent navigation bias.

Articles and Guides

Technical examinations, exhaustive architectural deep-dives, and detailed workflow overviews.

Conceptual Primers and Comparisons

High-level conceptual breakdowns, comparative studies against vector RAG, and theoretical analyses of compiled memory.

Tutorials and Setup Guides

Practical setup walkthroughs, implementation blueprints, and step-by-step guides for constructing personal vaults.

Case Studies and Retrospectives

In-depth case studies, domain-specific retrospectives, and personal audits of active wiki setups in production.

Specifications and Standards

Official architecture blueprints, industry standards, and schema specifications formalizing flat-file, agent-ready knowledge layout structures.

Open Knowledge Format (OKF)

  • How the Open Knowledge Format Can Improve Data Sharing (Google Cloud Blog) - The official announcement and contextual release brief introducing OKF v0.1. Outlines the industry-wide problem of fragmented AI context landscapes and formalizes the Karpathy LLM-wiki pattern into an enterprise-accepted format for decoupling knowledge generation from proprietary database frameworks.
  • Open Knowledge Format (OKF) Specification (Version 0.2) - The official technical blueprint by Google Cloud defining an open, vendor-neutral standard for human- and agent-friendly knowledge bundles. Outlines the exact structural contracts for a file-based layout: directories of raw Markdown documents, YAML frontmatter configurations (featuring provenance, trust status, and lifecycle tags), standard horizontally linked graphs, and attested computations.
  • Open Knowledge format v0.2 tackles agentic trust (Google Cloud Blog) - The official announcement and release brief introducing OKF v0.2. Focuses on the addition of queryable frontmatter metadata properties (such as source credentials, provenance, and trust ratings) and attested computations to enable automated verification of agent-managed knowledge.

Tools and Plugins

Software utilities, automation scripts, and development plugins for structuring and maintaining LLM wikis.

Libraries and Frameworks

Code-first SDKs, programmatic pipelines, and developer libraries used to orchestrate or validate local context vaults.

  • agent-swarm.dev (GitHub) - An open-source multi-agent execution framework and runtime engine. Coordinates lead and worker agents (Claude Code, Codex) inside isolated Docker containers, capturing tasks from Slack, GitHub, Linear, and Jira while maintaining a shared, compounding persistent memory substrate with hybrid graph-linked recall and human-in-the-loop review gates.
  • axoviq-ai/synthadoc (Demo Video) - A local-first knowledge engine compiling multi-format sources into OKF markdown wikis, with a web UI and MCP server.
  • codejunkie99/agentic-stack - A framework providing a unified, portable .agent/ directory structure to standardize local memory, skills, and protocols across multiple environments (such as Claude Code, Cursor, and Windsurf). Features a multi-layered local file storage engine, an automated configuration syncing CLI, and self-improving pattern-clustering workflows that keep knowledge persistent across different development tools.
  • EverMind-AI/EverOS (Website) - A local-first agent memory runtime that compiles conversations and files into Git-versioned Markdown.
  • expo-llm-wiki (equationalapplications) - A cross-platform TypeScript and SQLite library for long-term agent memory, featuring background fact extraction, vector search with offline MiniSearch keyword fallback, and memory pruning. Offers full support for importing and exporting Google's Open Knowledge Format (OKF) v0.1 bundles alongside dedicated adapters for Expo, React Native, React, and Node.js.
  • Graphify - A multi-modal knowledge graph compilation engine that handles codebase AST parsing via tree-sitter alongside media transcription, producing localized agentic subgraphs to yield up to a 71.5x token efficiency gain.
  • JeanBaissari/llm-wiki-monorepo (PyPI) - A production-grade monorepo combining a Python CLI, MCP server, and graph engine for self-building Markdown wikis.
  • LLM Research Wiki - A typed Python graph pipeline and framework engineered for complex literature mapping. Enforces a rigid 6-tier academic document topology via Pydantic schemas, features automated cross-link validation, and exports a native MCP server optimized for piping structured research vaults into Claude Code and Cursor.
  • llm-wiki (krishddd) (PyPI) - A self-healing agentic knowledge engine and FastAPI service implementing the Google Open Knowledge Format (OKF) v0.1 specification. Distributes ingested documents across four memory tiers (working, episodic, semantic, procedural), executing automated bi-temporal fact tracking, Ebbinghaus memory decay, NLI-based contradiction resolution, and a staged "Review Autopilot" to verify low-confidence drafts.
  • memory-arena - An open-source benchmarking suite and evaluation harness designed to test long-term agent memory strategies across interdependent, multi-session tasks. It establishes a standardized empirical testing framework comparing classical vector storage, graph-based abstractions, and flat-file architectures like the Karpathy LLM Wiki pattern—measuring recall accuracy, context degradation, and token overhead.
  • obsidian-wiki - A pip-installable Python framework that transforms any local Obsidian vault into a cross-agent knowledge base. Deploys unified markdown skill primitives across Claude Code, Cursor, Windsurf, and Pi to execute automated document processing, multi-hop graph queries, structural link linting, and automated conversational history mining.
  • OpenKB (Website) - An open-source Python CLI knowledge base framework that compiles multi-format documents into interlinked markdown vaults using a specialized tree-based index for vectorless long-document retrieval.
  • SenolIsci/mykg - An open-source neuro-symbolic knowledge graph extraction library that converts mixed-format document folders (.pdf, .docx, .md) into confidence-scored, ontology-grounded Obsidian vaults. Features a two-pass pipeline separating RDFS/OWL schema induction from instance extraction, built-in disk-state checkpoint recovery, and a deterministic code-based validation layer to completely eradicate link hallucination.
  • smgam29/knowhub - A Python library that compiles technical documents into cross-confirmed knowledge graphs, exporting to JSON, Neo4j, or OKF.

Applications and Desktop Clients

Dedicated graphical user interfaces, standalone desktop environments, and visual editor shells.

  • BYO-LLM-WIKI (Lyra-stellAI) (Live Demo) - A local-first Flask web application, JSON API, and CLI utility that implements the Karpathy LLM Wiki pattern using deepagents. Features an 8-layer on-disk knowledge graph (entities, topics, synthesis), contextual HNSW retrieval, cross-session memory, bi-directional MCP server capabilities, and human-gated LangGraph skill synthesis.
  • Cabinet - A free, open-source, file-based AI knowledge workspace that implements Karpathy's compilation loop, featuring git-backed auto-commits, scheduled agent automation cron-jobs, an integrated browser terminal, and embedded HTML application injection.
  • CartaStudio - A desktop workbench for constructing typed, scoped, and source-grounded decision graphs in portable Markdown. Structures organizational expertise into verifiable knowledge nodes with strict citation tracing, providing deterministic, high-trust context for AI agent workflows.
  • DeepWiki-Open (Grok-Wiki) (Website) - An open-source documentation engine and desktop client compiling codebases into interactive Markdown wikis, generating Mermaid diagrams and Q&A indexes with local/remote LLM support.
  • jp-lorenc1o/Eva-brain (Website) - A local-first macOS desktop client and MCP server for building and browsing personal markdown knowledge vaults.
  • LLM Wiki (Nash Su) - A cross-platform Tauri desktop application that turns multi-format documents into interlinked markdown vaults, featuring two-step chain-of-thought ingestion, interactive Louvain community graphs, and an async human-in-the-loop review system.
  • Memento - A self-hosted, local-first engine that compiles decades of local email data into an organized knowledge base across People, Projects, and Concepts. It runs deterministic graph and parsing algorithms to map connection structures, allows text narrative enrichment via local LLMs, and exposes its underlying FTS data directly to terminal agents over structural search tools.
  • Myco (cmblir) - A personal knowledge base tool that compiles unstructured files (PDFs, docs, images, media) into an organized Obsidian-compatible wiki vault. Features a local MCP server integration for Claude Desktop or Claude Code, an offline semantic search index (via BGE-M3 and llama.cpp), and an autonomous researcher agent mode that crawls notes to answer questions with citations.
  • Nodus (Drakonis96) (GitHub) - A local-first desktop workspace and knowledge base application for macOS, Windows, and Linux. Organizes research into five specialized vaults (academic research, genealogy, databases, study, and teaching) with local/remote LLM support, interactive knowledge graphs, gap analysis, argument mapping, and Zotero integration.
  • nohmitaina - A local-first macOS desktop Markdown editor built to implement Karpathy's LLM Wiki pattern natively alongside Claude Code or Codex, featuring automated background concept extraction, cross-reference mapping, and workspace contradiction linting.
  • OpenKnowledge (Website) - An open-source, local-first IDE and markdown editor designed explicitly for co-authoring long-term memory vaults with AI agents. It features a dual-observer CRDT architecture for real-time, lossless visual text synchronization alongside automated agent updates, packages native Model Context Protocol (MCP) servers to expose folder structures to external assistants, and leverages git-backed version control to ensure complete data privacy and sovereignty.
  • Row-Bot - A local-first desktop AI assistant and workbench that centers its persistent memory layer around an integrated Personal Knowledge Graph. It features background "dream cycle" compilation routines that automatically extract, deduplicate, and update local knowledge files, offering native, Obsidian-compatible wiki vault exports alongside tool orchestration hooks.
  • Second Brain (PieroSierra) - A local-first personal knowledge base and desktop application wrapper that automatically processes notes into a three-tier markdown structure (raw/, wiki/, outputs/). Exposes custom skills for Claude Code, OpenAI Codex, and OpenCode alongside a downloadable macOS dashboard client.
  • Silica (kiycoh) (GitHub) - A local-first transactional agent and web GUI workbench for Karpathy-style LLM Wikis and Google's Open Knowledge Format (OKF v0.2). Implements an FSM write path with post-write verification gates and rollback mechanisms, atomic graph-safe link redirects, zero-trust ingress staging, and published abstention benchmarks on LoCoMo.
  • Sofie Wiki - A chat-driven AI knowledge base application that automatically writes, cross-links, and updates wiki pages from conversations, featuring local history and Model Context Protocol (MCP) integration.
  • talirezun/the-curator (Companion Article) - A full-stack, locally-hosted knowledge curation application that automates the Karpathy LLM Wiki pattern via an accessible browser GUI. Features an automated Atomic Decomposition pipeline separating files into interconnected Entity, Concept, and Summary nodes, built-in Obsidian graph visualization setups, and an integrated private Model Context Protocol (MCP) server bridge to expose local vaults directly to external AI clients.
  • Tolaria - An open-source, Git-first desktop markdown app and native MCP server engine built with Tauri and Rust, implementing structural file conventions, automatic AGENTS.md generation, and secure local file boundaries for agent processing.
  • WeKnora (GitHub) - An open-source, self-hostable agentic knowledge platform. Features a dedicated 'Wiki Mode' where agents autonomously compile and update interlinked Markdown pages with visual graph views, alongside a multi-workspace RBAC dialog center, a CLI utility, and an official Model Context Protocol (MCP) server integration.
  • whoami.wiki (GitHub) - An open-source, private life-archiving system that converts digital data dumps (photo vaults, chat logs, bank transactions, and location histories) into a local personal encyclopedia. Uses autonomous agent pipelines to cross-reference unrelated metadata timelines into highly detailed, interlinked markdown pages complete with standard Wikipedia-style information sidebars, event logs, and relationship networks.
  • Wikikarp - A dedicated desktop application wrapper for the Karpathy LLM Wiki pattern. Automatically compiles raw notes and scratchpads into structured, cross-referenced markdown vaults, managing local file mutations, index building, and localized query routing directly on top of your flat-file directory.
  • WikiMind (Jayashan Manodya) (GitHub) - A full-stack, AI-powered knowledge management system inspired by the LLM Wiki pattern. Converts unstructured documents into an interlinked, Wikipedia-style knowledge base featuring a 2D physics-based interactive knowledge graph, a stateful LangGraph ingestion pipeline, LangSmith validation, a zero-hallucination grounded QA assistant with click-through citations, and cross-device Turso Cloud database connectivity.
  • WikiMind (Manav Gupta) (GitHub) (Companion Article) - An open-source personal knowledge OS that ingests PDFs, web articles, podcasts, and video transcripts into a structured, interlinked wiki database. Features automated claim extraction, multi-provider LLM routing, and a lightweight docling-serve sidecar architecture.
  • Wikiwise (Website) - A native macOS Swift application that wraps markdown directories into a fully browsable personal wiki interface, featuring a file-watcher compilation engine, cross-link indexing graph panels, and an embedded agent shell panel.
  • XTrace MemHub (GitHub) (Chrome Web Store) - A web application, context control panel, and browser extension that turns chat histories from ChatGPT, Claude, and Gemini into an interactive LLM Wiki mindmap. Extracts memories into an encrypted database and exports structured, interlinked Markdown vaults ready for Obsidian navigation with zero local CLI setup.
  • yologdev/yopedia - A full-stack Next.js and TypeScript wiki application built entirely by autonomous agents. Implements a dual-surface architecture combining a human-readable Markdown layer (featuring inline citations, validation rules, and decay parameters) with an agent-consumable Model Context Protocol (MCP) server containing 28+ specialized data tools. Runs an ongoing multi-agent loop via GitHub Issues with a strict, automated shell-testing harness that handles continuous ingestion, claim linting, and automatic code reverts.

Editor Extensions and Plugins

Plugins, themes, and extensions built for IDEs, code editors, and markdown-based note-taking clients.

  • Auto LLM Wiki (Obsidian Plugin) - An open-source Obsidian plugin that automates the creation and maintenance of a Karpathy-style LLM Wiki, featuring multi-format text and vision OCR ingestion, an index-first natural language chat panel with conversation history, and local vault linting.
  • claude-obsidian - An open-source Claude Code plugin and knowledge engine that builds compounding Obsidian vaults, featuring hot-cache context persistence, multi-agent batch ingestion, automated 8-category vault linting, and spatial canvas orchestration.
  • InfraNodus (Website) (LLM Wiki Skill) - An open-source Node.js and Neo4j-based visual network analysis tool that maps unstructured text and markdown vaults into interactive knowledge graphs. Features a dedicated Obsidian graph view plugin and an official Model Context Protocol (MCP) server to help coding agents identify content gaps, analyze topical clusters, and query relationship structures in LLM Wikis.
  • Karpathy LLM Wiki (Website) - A native Obsidian community plugin implementing Andrej Karpathy's three-layer wiki memory architecture entirely client-side. It parses vault files to extract atomic entity and concept pages, builds a deterministic bidirectional link topology, features an inline conversational streaming query interface with traceably cited links, and supports full local data sovereignty when routed through Ollama or LM Studio.
  • LLM Wiki (Dom Leca) (Forum Post) - A native Obsidian community plugin implementing Karpathy's compilation pattern locally via Ollama (Qwen 2.5 + Nomic Embed), featuring real-time event-driven background extraction, multi-modal hybrid search, and persistent natural language chat interfaces.
  • llm-knowledge-bases (rvk7895) - An open-source Claude Code plugin and skill suite that compiles raw multi-modal source documents (papers, YouTube transcripts, images, datasets) into an interlinked Obsidian wiki. Features three query depth levels (Quick, Standard, and Deep multi-agent research), artifact export for Marp slides and charts, and automated vault health linters.
  • Matryca Plumber - An enterprise-grade, local-first background AI maintenance daemon and native FastMCP server for Logseq graphs. Directly handles direct Markdown AST block mutations with integrated Optimistic Concurrency Control, featuring background dangling link healing, zero-LLM link rot lints, a local cockpit UI, and deep developer optimization for Claude Code.
  • twillm - A TiddlyWiki-powered local knowledge management wrapper explicitly built around the Karpathy LLM Wiki pattern. It watches an Obsidian-compatible directory of flat-file Markdown nodes to dynamically compile live query filters and interactive dashboards, eliminating index file staleness across parallel human and AI agent editing loops.

CLI Compilers and Builders

CLI compilers, builders, and daemons that compile, link, and maintain local knowledge base structures.

  • agent-wiki-cli - A CLI framework designed to build and maintain self-correcting flat-file markdown knowledge bases. Implements automated multi-format ingestion pipelines, two-pass semantic graph compiling, lint checking for broken linkages, and native slash-command hooks for AI terminal agents.
  • AI Research OS - A file-driven multi-agent research framework and compilation engine. It aggregates local notes, codebase snapshots, and web captures into an immutable raw directory, generating a mirrored, highly interconnected LLM Wiki layer composed of flat markdown concept nodes and a unified YAML schema map to optimize downstream context validation.
  • AKBP (rohitg00) - A Python CLI and JSONL tool server implementing the LLM Wiki pattern as a protocol surface for agent runtimes. Features schemas for request/response envelopes, local SQLite FTS5 search indexing, write safety gates (dry-runs, review approvals), portability manifests, and conformance tests to carry knowledge across sessions and agents.
  • Atomic - An open-source, self-hosted personal knowledge base built in Rust that transforms freeform markdown notes into a semantically linked graph, featuring asynchronous chunking pipelines via sqlite-vec, auto-generated tag wikis with inline citations, an integrated MCP server, and a force-directed canvas.
  • AutoSci - An advanced, memory-centric autonomous scientific research platform powered by Claude Code. Implements a dual-layer markdown vault architecture (SciMem) to separate long-term scientific knowledge from active project frames, featuring multi-model critique validation loops, rigid Pydantic-style front-matter schema definitions, and a continuous self-evolution pipeline.
  • browzy.ai - An open-source, self-hosted TypeScript knowledge compiler designed to ingest messy digital data streams and compile them into a structured, self-organizing personal memory layer.
  • ByteRover (Website) - An open-source, file-based local memory engine and interactive CLI tool that compiles codebase interactions into a hierarchical Context Tree, featuring agent-native curation, an adaptive knowledge lifecycle layer, sub-100ms hybrid text retrieval, and multi-IDE MCP portability.
  • CacheZero - An automated second brain framework built directly around the Karpathy LLM Wiki pattern. It features a custom browser extension to capture web sources, an automated compilation engine that uses local LLMs to generate structured markdown vaults with explicit [[wikilinks]], and an integrated MCP server for terminal agent querying.
  • cobusgreyling/llm-wiki - A Python CLI and scaffolding template implementing Karpathy's LLM Wiki pattern with built-in MCP integration.
  • CodeAlmanac (GitHub) - A local codebase wiki CLI for agents. Automatically syncs agent sessions and runs local background gardening passes.
  • Cosma - An open-source, command-line document graph compiler that parses local plain-text folders with [[wiki links]] and YAML metadata into interactive, self-contained HTML/JS visualization networks. Features contextual backlink maps, automated citation processing, advanced focus filtering, and zero-dependency static builds perfectly optimized for publishing agent-managed knowledge bases.
  • digital-me-dream-cycle - An offline, LLM-powered knowledge distillation and maintenance compiler engineered to automate vault cleanup. Implements a background "sleep state" routine that scans local Markdown files and YAML metadata configurations to resolve cross-session information conflicts, distill fragmented daily logs into high-signal wiki nodes, and continuously repair broken links or semantic orphans.
  • engram CLI (jeromeetienne) - A CLI utility for managing OKF wikis, providing validation, indexing, and link checking for Claude Code agents.
  • Enzyme - A local-first memory indexer that compiles folder structures, backlinks, and tags into pre-computed concept "catalysts," providing sub-millisecond local context lookups and automated skill integration for Claude Code and Codex.
  • ex-brain (Companion Article) - A personal knowledge base CLI and compiling tool inspired by Karpathy's LLM Wiki and Garry Tan's GBrain. Instead of simply appending text, it uses LLMs to digest incoming notes into an updated 'current state' (archiving old context), extracting timelines and linking entities automatically. Leverages seekdb (OceanBase's AI-native database) to execute hybrid vector-semantic and BM25 full-text search queries.
  • GBrain - An open-source, markdown-first AI agent memory layer and knowledge graph compiler. It processes raw document directories, transcripts, and data captures into structured plain-text nodes, using zero-LLM entity extraction to map typed connection edges and an automated background "dream cycle" to handle profile enrichment, gap analysis, and citation repair across local agent frameworks.
  • jackwu321/Quant_LLM_Wiki (PyPI) - A specialized implementation of the Karpathy LLM Wiki pattern engineered specifically for quantitative finance research. Features multi-source ingestion of trading PDFs, web links, and financial articles into a local Markdown vault using strict domain-specific metadata schemas, inline LaTeX mathematical formatting, and a dedicated "Rethink Layer" for continuous strategy auditing, validation tracking, and post-mortem charting.
  • Klore - A Python-based CLI knowledge compiler that structures multi-source research inputs into markdown files, featuring native configuration rule injectors for Cursor, Windsurf, and Copilot, alongside a dedicated Claude Code slash-command plugin.
  • knowledge-worker - A local-first, Python-based memory compiler designed to preserve context across separate agent sessions without database sprawl. It stores highly structured knowledge graphs inside portable, flat JSON files, utilizing a mandatory human-in-the-loop review gate and strict document-level excerpt provenance to eliminate hallucinated entity extraction and long-term memory drift.
  • lat.md (GitHub) - A codebase knowledge graph format and CLI utility ("Agent Lattice") written in Markdown. Structures project context into a directory of interconnected files using wiki links and maps them back to the codebase via source code comments, featuring checks to prevent doc drift and support for offline semantic vector search.
  • Lexicon - An LLM-compiled knowledge base that ingests raw data into SQLite, compiling structured Markdown articles with backlinks, auto-generated wikilinks, and manual edit preservation.
  • LLM Wiki (nvk) - An open-source core engine and CLI toolkit implementing whole-topic archive lifecycle management, deep workspace linting with structural auto-repair capabilities, and platform-specific path environment diagnostics.
  • LLM Wiki Compiler (ussumant) - A Claude Code and Codex-compatible plugin and CLI tool that compiles scattered Markdown files or entire repositories into local/global wikis, featuring codebase-mode auto-detection, a shared session context helper, and an interactive canvas-based knowledge graph.
  • LLM Wikid - A multi-phase shell compilation framework for Obsidian vaults that implements automatic inbound media extraction, programmatic categorization routing, and mandatory cognitive bias countermeasure modules.
  • llm_wiki_rag_pipeline (plaban1981) - A Python-based CLI knowledge compiler and retrieval pipeline that implements the Karpathy LLM Wiki pattern. Scaffolds local directories, ingests raw sources into interlinked Markdown files with structured YAML front matter, constructs a local cosine similarity search index via MiniLM embeddings, and runs questions through a streaming Q&A pipeline and structural validator.
  • llm-wiki (hellohejinyu) (npm) - A Node.js-based CLI personal wiki manager. Scaffolds directories into a structured Markdown wiki, processes raw files into interlinked pages using LLM patches, runs questions through a multi-step ReAct agent, and performs static and semantic linting checks (orphans, dead links, contradictions) with automated stub creation.
  • llm-wiki (ivankuznetsov) (Companion Article) - An open-source agent plugin and CLI manager implementing the Karpathy LLM Wiki pattern across multi-project environments, compatible with Claude Code, Codex, and Pi. Provides automated project bootstrapping, master cross-project wiki navigation boundaries, and context injection boundaries for CLAUDE.md and AGENTS.md.
  • LLM-Wiki (NiharShrotri) - A Python-based CLI knowledge compiler and local web server implementing the Karpathy LLM Wiki pattern on Ollama (Qwen3-14B). Features automated structure ingestion, hybrid text retrieval (BM25 + vectors + reranking via QMD), a streaming Web UI chat interface, and a D3 force-directed knowledge graph visualization.
  • llm-wiki-compiler (Atomic Memory) - A TypeScript CLI tool and MCP server that compiles raw text into structured markdown wikis, featuring paragraph-level source provenance tracking, multi-provider model routing, and a rule-based workspace linter.
  • llmwiki (Lucas Astorian) - An open-source Python engine and local web dashboard that indexes directories into a local SQLite repository, serving a specialized MCP adapter to automate Claude-driven wiki compilation and citation tracking.
  • lorewiki - A local-first knowledge base engine optimized for LLM-assisted development loops. It utilizes a hybrid retrieval architecture matching structural file hierarchies with local SQLite FTS5 and BM25 token search to parse and serve exact codebase context blocks without cloud databases.
  • LWC (GitHub / npm) - A proactive agent memory CLI written in Rust, designed to connect local Markdown files and SQLite knowledge graphs directly to agent workspaces (Claude Code, Codex, Cursor, pi). It allows agents to autonomously recall, maintain, and update source-grounded wiki pages, citations, and links, featuring native MCP server hosting, bitemporal segmentation locators, and a bundled self-configuration installer skill.
  • my-wiki - A local-first, Git-synced repository management utility for terminal AI workflows. It enforces a strict, predictable wiki/ flat-file directory contract on the local filesystem, optimizing how external tools like Claude Code and Cursor discover, parse, and commit markdown knowledge files without database overhead or proprietary lock-in.
  • Oh My Wiki - A local-first Python package and CLI utility implementing an interactive management layer for Karpathy-style markdown vaults. It pairs a multi-vault SQLite registry with an interactive Socratic terminal wizard that prompts users to evaluate, refine, or reject agentic knowledge extractions before they are written to disk, preventing unstructured data corruption.
  • Open Knowledge CLI (Website) - An open-source CLI, daemon, and isolated Docker runtime implementing the OKF v0.1 spec for self-maintaining repositories.
  • OpenWiki (LangChain) (Introductory Blog Post) - An open-source CLI that compiles and maintains flat-file Markdown agent documentation inside the openwiki/ directory.
  • Patina (Deep Dive) - A high-performance, single-binary Rust CLI tool explicitly designed around the Karpathy LLM Wiki pattern. It utilizes memory-mapped reads to parse local markdown directories and extract frontmatter metadata, compiling deterministic in-memory connection graphs with zero heavy database sidecars.
  • PENgram (Penfield Labs) (Companion Article) - An open-source knowledge graph extraction pipeline. Parses raw content (code, documents, PDFs, audio transcripts) and compiles structured knowledge graphs with defined relationship types (supports, contradicts, supersedes) using a modular vocabulary, projecting to Obsidian vaults, HTML visualizations, and JSON schemas.
  • quarry-kb - A configuration-driven knowledge-ingestion harness and compilation tool for Python environments. It enforces rigid structural contracts when translating raw, unstructured documents into organized flat-file notebooks, utilizing declarative schema files to programmatically handle directory sorting, standardize YAML frontmatter metadata layout, and map explicit cross-note link pathways.
  • quicky-wiki (anzal1) - A Node.js-based CLI and dashboard server that compiles document vaults into confidence-scored, self-maintaining LLM wikis. Automatically extracts facts, detects contradictions, structures timelines, and serves an interactive D3 force-directed knowledge graph and Ask Wiki chat interface.
  • sage-wiki (xoai) (X Article) - A Go-based graph memory and compiling engine implementing the Karpathy LLM Wiki pattern. Supports flat-file raw document ingestion, hybrid chunk-level search (BM25 + vectors + graph traversal), 19 MCP tools, an interactive terminal dashboard (TUI), and a web UI server. Features opt-in triple extraction and entity resolution to construct an evidenced graph with source provenance and per-fact citations.
  • serradura/okf-gem (Website) - The complete CLI, library, and graph server harness for creating, maintaining, and visualizing OKF bundles.
  • suwonleee/llmwiki - A local-first compounding engineering logbook and topic compiler featuring automatic capture and memory quizzes.
  • Tesserae (GitHub / PyPI) - A local-first context engine and CLI tool that compiles project files (code, docs, PDFs) and agent session logs into a typed knowledge graph. Serves cited contexts on demand (via terminal or MCP) and automatically consolidates memory (pruning, consolidation loops) when idle, projecting knowledge into Markdown directories, Obsidian vaults, and static HTML graph sites.
  • Tome (chicken-noodle-chris) - A Claude Code plugin and CLI utility that enforces vault directory contracts, runs linting, and serves Quartz views.
  • Understand Anything - A highly advanced, cross-platform multi-agent compilation engine and plugin suite for Claude Code, Cursor, and Gemini CLI. Uses a deterministic Tree-sitter and LLM hybrid pipeline to synthesize directories into local, versionable knowledge-graph topologies, featuring a dedicated /understand-knowledge framework for parsing and visualizing community clusters within Karpathy-pattern markdown wikis.
  • vault-curator - A local, Python-based knowledge system compiler that transforms massive Markdown vaults into self-organizing environments for AI agents. It processes flat-file directories to automatically inject structural frontmatter metadata, compute semantic connection links, and compile persistent Maps of Content (MOCs) to optimize downstream agent retrieval.
  • Wenlan - A local-first Rust CLI and daemon that turns source-backed captures into maintained Markdown wiki pages, with citation-gated refresh, MCP access, agent plugins, and inspectable local Git history.
  • wiki-from-code-with-llm-wiki-karpathy (balukosuri) (Companion Article) - A codebase documentation compiler template and Git post-commit hook configuration. Automatically triggers on commit to diff changes, feeding them to Claude Code, Cursor, or Codex to compile and maintain a structured Markdown wiki (architecture, APIs, user guides, decisions) alongside a pre-configured Obsidian vault.
  • WikiMoth (GitHub) - A local-first deterministic memory compiler and retriever for plain-markdown wikis. Indexes and walks double-bracket wiki link graphs in code without LLMs or vector databases, reducing context size by ~99% while exposing auditable retrieval node-chains and a zero-dependency web viewer.

Ingestion and Synchronization Utilities

CLI utilities and daemons that download, sync, scrape, or extract raw documents to ingest them into the wiki format.

  • codeglance - A codebase compilation utility that dynamically extracts structural maps, code blocks, and layout metadata from a local directory. It outputs a deterministic, flat-file "readable wiki" and a token-optimized AI context brief explicitly formatted for agentic ingestion.
  • HemachandranD/notionwiki - A CLI bridge that pulls Notion workspace pages into a local raw Markdown directory to feed LLM wiki compilation loops.
  • llm-wiki-tools - A localized Python CLI utility suite realizing the Karpathy "knowledge as code" blueprint. Operates strictly on a local three-tier directory hierarchy (updates/, raw/, wiki/) to facilitate surgical block-level patching via STDIN, featuring an integrated schema linter, automated source file archiving, and native markitdown ingestion.
  • obsidian-knowledge - An open-source Python automation toolkit that tracks file configurations and packs directory trees within local Obsidian vaults into streamlined context frames optimized for terminal coding agents.
  • Pieces - A local-first developer context and snippet manager driven by an on-device Long-Term Memory (LTM) engine, exposing workflow history, auto-tagged codebases, and structural metadata to external agents via an integrated MCP server.
  • plasma-ai/wiki (Docs) - A Python CLI and Claude Code plugin that automates directory indexing, link validation, and frontmatter curation.
  • ptonlix/beeweave (Docs) - A CLI workbench and agent skill suite designed to compile and manage captures, drafts, and markdown knowledge vaults.
  • Trove (Lowside-Labs) - A local-first macOS desktop application and CLI sync utility that aggregates digital bookmarks, likes, and stars from X, Instagram, Substack, GitHub, Hacker News, Claude, and ChatGPT into a unified local workspace directory. Generates default agent instructions (CLAUDE.md, AGENTS.md, INDEX.md) for direct querying by terminal coding models.
  • wikidesk (ilya-epifanov) - A companion server and infrastructure daemon for LLM Wikis written in Rust. Turns named wiki repositories into shared, multi-agent knowledge services where coding agents read local mirrors, dispatch background sandboxed research agents via MCP and REST APIs, and automatically synchronize wiki updates across session lifecycle hooks.

MCP Servers and Integrations

Model Context Protocol (MCP) servers and integrations designed to expose local knowledge graphs to external AI agents.

  • Beever Atlas (Website) - An open-source, self-hostable conversational knowledge compiler and MCP server that transforms Slack, Discord, and Teams chat streams into a structured Neo4j knowledge graph and an auto-generated Markdown wiki with granular permission mirroring.
  • code-review-graph (GitHub) - A local-first incremental code review compiler and MCP server. Uses tree-sitter AST parsing to map codebase structure into SQLite relationship graphs, analyzing changed-file blast radiuses and test gaps to feed precise context to review agents.
  • codebase-memory-mcp (GitHub) - A high-performance code intelligence engine and MCP server written in C. Parses repository AST structures across 158 languages using tree-sitter, offering hybrid type resolution for 11 languages to build a local codebase knowledge graph. Exposes 15 MCP tools (semantic/vector search, call graphs, HTTP routes, dead code detection) and serves a built-in 3D graph visualization UI.
  • CodeGraph (GitHub) - A local-first code graph compiler and MCP server powered by a Rust kernel. Parses codebase AST structures via tree-sitter, building SQLite-backed dependency and call graphs that auto-sync on file change to serve dense, surgical context to coding agents.
  • frankchu91/mindbase - An MCP server and Claude Code plugin implementing/enforcing the Karpathy LLM Wiki pattern with automated context synthesis.
  • GitNexus (Website) - A zero-server, client-side code intelligence engine that compiles entire repositories into a structured knowledge graph and automated markdown wiki, utilizing local WebAssembly databases and an MCP server to provide deep architectural awareness to coding agents.
  • lacuna-wiki (Labhund) - A Python-based CLI utility, background daemon, and MCP server that compiles web resources, PDFs, and YouTube transcripts into Obsidian-compatible markdown vaults. Exposes a unified MCP tool (wiki) to support hybrid DuckDB-backed search, automated cross-link sweeping, claim verification audits, and topic cluster synthesis.
  • Link (Website) - An open-source local memory engine and MCP server for terminal agents that compiles assets into markdown vaults, featuring built-in graph visualizations, automated structural health healing, and rigorous local security sanitization.
  • Linkly AI (Website) - A lightweight local document search engine and MCP server that compiles filesystem data into an AI-ready context layer, featuring progressive outline indexing, fast multilingual fuzzy matching, and deep regex terminal grep filtering.
  • llm-wiki (geronimo-iia) (crates.io) - A headless, git-backed wiki engine written in Rust that exposes 23 MCP tools and streaming ACP support for agents and IDEs. Features JSON-Schema-validated frontmatter, Tantivy full-text indexing, typed knowledge graph generation (Mermaid/DOT), and zero internal LLM dependencies.
  • llm-wiki-kit (iamsashank09) - A Python-based CLI and Model Context Protocol (MCP) server that connects knowledge bases to Claude Desktop, Codex, Cursor, and Windsurf. Enables agents to ingest multi-format sources (PDFs, URLs, YouTube videos, Markdown), automatically generate cross-referenced wiki nodes, and maintain persistent memory across separate chat sessions.
  • mcp-llm-wiki (np6126) (GitHub) - A Git-backed HTTP Model Context Protocol (MCP) server providing an isolated tool surface for Karpathy-style LLM Wikis. Features 8 atomic tool primitives, ETag optimistic concurrency with custom merge-drivers for index and log contention, Markdown sanitization, containerized isolation, four companion agent skills, and operator CLIs (wiki-init, wiki-clip).
  • Memora - A lightweight open-source MCP memory server that decomposes markdown files into structural semantic fragments, featuring automated tool schema sanitization, real-time graph visualizations, and automated LLM-driven deduplication.
  • pi-llm-wiki - A production-grade, local-first knowledge base extension and MCP server for the pi ecosystem, Claude Code, and Cursor. Converts raw files, PDFs, and links into a 4-layer Obsidian-compatible markdown topology, featuring automated cron-driven ingestion (/wiki-ingest), workspace link linting, and an opt-in trajectory distillation loop for capturing agent tool-call sequences.
  • PieKBS (Docs) - A local-first knowledge search engine for agents that distills raw documents into structured Markdown wikis via LLM. Features FTS5 full-text search, graph-based document expansion via citation/support/wiki links, multi-hop tag expansion, and native MCP server integration. Pure Go binary with no external dependencies.
  • QMD - A local-first, mini CLI search engine and MCP server for markdown knowledge bases that combines BM25 full-text filtering, vector semantic search, and on-device LLM re-ranking.
  • SwarmVault (Website) - A local-first RAG knowledge base compiler and MCP server that maps files into an interlinked Markdown wiki and SQLite-backed knowledge graph, featuring automated linting, local graph visualizations, and a compounding "file-back" exploratory architecture.
  • Synto - A 100% local, Ollama-native knowledge compiler and memory layer featuring an asymmetrical dual-model compilation pipeline, SHA-256 mutation defense to protect manual human edits, an interactive terminal review TUI (synto review), and a native 8-tool MCP server designed to pipe structured vaults into Claude Code and Cursor.

Hosting and Infrastructure Platforms

Cloud hosting platforms, remote publishing layers, and managed infrastructure services for deploying and serving file-based knowledge vaults.

  • Agent Wikis - A production-deployed knowledge platform built around the "Git as a database" flat-file pattern. It hosts public, human-readable wikis that anyone can browse for free to learn from, while serving the underlying raw markdown via MCP for autonomous agent ingestion. Features a closed-loop engine that tracks missed agent queries to fuel automated research and patching workflows behind human-gated commit approvals.
  • AutoWiki (Factory) - An enterprise-grade codebase wiki compilation platform that automatically generates structured Markdown wikis from repositories and syncs them to Git-backed wikis.
  • Basic Memory (GitHub) - A cloud-hosted (SaaS) or local-first (AGPL-3.0) persistent memory platform and MCP server. Syncs Obsidian-compatible Markdown files across web, mobile, and IDEs, utilizing SQLite/Neon PostgreSQL and Milvus backends to provide hybrid semantic search, cross-encoder reranking, and official plugins for Claude Code, Hermes, and OpenClaw.
  • Hindsight (GitHub / Obsidian Plugin) - An open-source, model-agnostic agent memory system designed to help agents learn and adapt over time rather than just recalling raw logs. It organizes memory into facts, observations, and user-curated mental models, exposing simple retain/recall/reflect APIs alongside an optional LLM wrapper and self-hosted Docker interface.
  • Portable LLM Wiki - A vendor-neutral, cloud-first hosting platform that compiles personal markdown notes and profiles into portable, agent-ready context endpoints. It surfaces hosted vaults via universal URLs and QR code bundles that can be directly consumed by terminal assistants like Claude Code and Cursor, utilizing a multi-agent background linting engine to automatically audit cross-note contradictions, verify wiki-link topology, and maintain strict document-level provenance.
  • second-brain-cloudflare (rahilp) (Website) (Companion Article) - A self-hostable remote memory platform and deployment stack for Cloudflare Workers (utilizing D1, Vectorize, and Workers AI). Serves a centralized persistent memory layer via MCP tools to share context across Claude Code, Cursor, and ChatGPT, featuring interactive desktop apps, Notion synchronization, iCal calendar scrapers, and automated email collectors.
  • Stash (GitHub) - A self-hostable shared memory platform for coding agents. Exposes vault files and session logs via MCP or VFS.
  • Stigmergy (sturlese) - A team-scale, Git-backed LLM Wiki infrastructure platform that scales Karpathy's pattern to organizations. Combines durable capture queues (Slack/CLI) with eight deterministic pre-commit code validation gates, human-stewarded entity registry minting, strict granular ACLs, and a citation-verified MCP read server with refusal guards.
  • trip2g (Website) - An open-source, self-hosted web server and Obsidian plugin that publishes vaults as websites and exposes them via MCP.
  • vercel-labs/openwiki (Website) - A web application and deployment platform that generates, hosts, and schedules updates for source-grounded codebase wikis.
  • wikihub.md - A specialized hosting and collaboration platform designed specifically for flat-file LLM wikis. Features instant markdown publishing via Git or drag-and-drop, a robust per-file access control system using a .wikihub/acl (CODEOWNERS-pattern) schema, and an agent-native REST API that allows autonomous systems to dynamically read, query, and modify deployed knowledge vaults securely.

Agent Skills and System Rules

Procedural instructions, system schemas, and behavioral configuration definitions engineered to teach autonomous terminal models how to natively compile, link, and maintain flat-file knowledge bases.

  • Engram Skill (NoobAIDeveloper) - An open-source Claude Code skill suite that captures digital touchpoints and social threads, automatically parsing and compiling them into an interlinked, structured Obsidian knowledge vault.
  • hstack - A suite of Claude Code skills and agents that compile raw medical records and research into a personal disease wiki.
  • karpathy-llm-wiki (Astro-Han) - An installable agent skill packaging the Karpathy LLM Wiki pattern for agentskills.io-compatible clients.
  • LLM Wiki (GitHub) - A second brain plugin and skill suite for Claude Code, Codex, Cursor, Gemini, and Pi. Implements Karpathy's LLM Wiki pattern using a local PEP-723 runtime featuring on-device semantic search (FastEmbed/sqlite-vec), BM25 lexical fallback, RRF hybrid fusion, and incremental changed-section indexing.
  • LLM Wiki (TrueHOOHA) - An open-source implementation focused on mitigating agent behavioral drift using rigid workflow skills. Features a triage-first ingest mechanism (wiki_import / wiki_wrapup), automated cross-page contradiction reports, a single-command wiki_fix cleanup loop, and SHA-256 source provenance tracking.
  • LLM Wiki Agent (SamurAIGPT) - An open-source agent skill suite that automates raw document ingestion, contradiction detection, and graph generation.
  • LLM Wiki Knowledge Base (adamziel) (GitHub) - An installable agent skill conforming to the agent-skills standard that configures LLM client workflows (Ingest, Query, Lint) for managing personal vaults, specifying raw/wiki boundaries, bi-directional linking rules, contradiction handling, and logs.
  • LLM Wiki Knowledge Base (FelipeOFF) (GitHub) - An installable Claude Code agent skill that configures automated ingestion, structured query, and vault health linting for Obsidian knowledge bases. Implements Portuguese and English natural language triggers, a 5-tier taxonomy (entities, concepts, syntheses, comparisons, patterns), YAML frontmatter metadata schemas, and incremental change logging.
  • llm-wiki-skill (lewislulu) - An agent skill suite featuring a Node.js preview server and Obsidian audit plugin for human-in-the-loop wiki review.
  • llm-wiki-skills (vanillaflava) - An open-source agent skill suite conforming to the agent-skills standard. Features a crystallize operation to compile active chat sessions back to the vault, automated source confidence tagging, and a template-driven system for scaffolding structured markdown nodes across Obsidian and Logseq.
  • MehmetGoekce/llm-wiki (Companion Article) - A production-grade implementation of the Karpathy LLM Wiki pattern for Claude Code with out-of-the-box support for Logseq and Obsidian. Implements a dual-layer hardware cache model that splits knowledge into hot system memory (L1 via CLAUDE.md) and an on-demand on-disk filesystem (L2), complete with automated shell ingestion, multi-stage search routing, an index eviction engine, and a 11-rule automated semantic linter.
  • Memory OS - A 7-layer local memory operating system built for Hermes Agent. It unifies trust-scored SQLite facts, session histories, and local vector retrieval with an automated, self-curating LLM Wiki pipeline that compiles system insights directly into flat markdown notes, allowing users to manually audit and edit their agent's long-term memory structures using desktop markdown editors like Obsidian.
  • NousResearch/hermes-agent (Research Wiki Skill) - A first-party, natively bundled system skill that brings the Karpathy LLM Wiki pattern to the Hermes Agent ecosystem. Features batched parallel ingestion, strict bi-directional [[wikilink]] creation rules, automatic file size splitting thresholds, and explicit contradiction handling protocols that isolate conflicting claims for human review while maintaining out-of-the-box compatibility with Obsidian and Logseq vaults.
  • Obsidian Second Brain - A powerful cross-CLI skill suite for Claude Code, Codex, and Gemini that updates, reconciles, and rewrites existing vault notes dynamically to enforce a compounding local knowledge graph, featuring 34 terminal commands and write-time document validation.
  • owledge - An open-source automation framework and behavioral runtime configuration package for agent frameworks. It enforces structured memory execution boundaries through system lifecycle hooks, utilizing strict namespace profiling and context-lane mappings to ensure independent multi-agent daemons read, write, and cross-link flat markdown concept nodes without creating directory collisions or unstructured data drift.
  • sametbrr/llm-wiki-manager - A production-grade implementation of the Karpathy LLM Wiki pattern packaged as a native Claude Code and agentskills.io skill. Bundles a suite of dependency-free, idempotent Python scripts for automated workspace scaffolding, index catalog synchronization, transaction ledger logging, and semantic linting capable of parsing standard markdown links and Obsidian double-bracket nodes.
  • Second Brain (NicholasSpisak) - An open-source agent skill suite installable via the agent-skills standard, featuring a guided vault setup wizard, automated raw document compiler, query utility with qmd search integration, and consistency check linter.
  • sniperunder123/okf-knowledge - A portable Claude Code skill and validation suite to initialize, query, lint, and visualize OKF bundles.
  • TencentDB Agent Memory (npm) - A layered memory engine and plugin for OpenClaw and Hermes that unifies SQLite storage with human-readable markdown layers. Implements an L0–L3 semantic memory pyramid (conversation logs, atomic facts, scenario blocks, user personas) alongside symbolic short-term memory that offloads tool traces to external files and injects compact Mermaid graphs.
  • Wiki Builder (DAIR.AI) - An open-source Claude Code plugin path that automates directory scaffolding, handles multi-flavor workspace indexing, and leverages localized markdown configuration files to govern agent compilation boundaries.
  • wiki-builder (Hyperagent Skill) - A reusable agentic skill for the HyperAgent platform designed to initialize, query, and maintain structured research wikis.
  • wiki-skills (kfchou) - An open-source Claude Code skill suite implementing Karpathy's LLM Wiki pattern, featuring a bootstrapping tool, automated backlink resolution, validation checkers, and parallel citation auditing (with adversarial verification in strong mode).
  • XBlueSky/cortexes (Website) - A personal knowledge vault plugin for Claude Code featuring session capturing, memory distillation, and hybrid search.

Starter Templates and Boilerplates

Forkable workspace repositories, directory boilerplates, and prompt templates designed to initialize and scaffold a pre-configured personal LLM Wiki environment.

  • copilot-llm-wiki (SriSatyaLokesh) (Website) - A forkable template and prompt suite configuring GitHub Copilot Chat in VS Code to build and maintain Karpathy-style markdown wikis. Utilizes dedicated VS Code prompt files (.github/prompts/) and repository instructions to orchestrate batch ingestion, progressive concept linking, and automated vault linting.
  • LLM Wiki Template (Bashir Aziz) - A structured personal knowledge base workspace template for terminal assistants. Scaffolds a three-layer directory (immutable sources, agent-maintained wiki, local session transcripts), pre-configuring layout guidelines and auto-export session hooks for Claude Code (CLAUDE.md), Codex CLI (AGENTS.md), and Aider.
  • llm-knowledge-base (arturseo-geo) - A formal AGENTS.md schema and starter template suite for building Obsidian-compatible LLM knowledge bases. Introduces a dedicated learning layer featuring FSRS-powered spaced repetition review queues, automated flashcard generation, gap tracking for detected open questions, and Socratic evaluation loops.
  • llm-wiki-karpathy (balukosuri) (Companion Article) - A self-maintaining personal knowledge base template and schema configured for Cursor and Obsidian. Uses a custom operating manual (CLAUDE.md) to guide autonomous agents through ingest, query, and lint operations side-by-side with live visual graph previews.
  • sturlese/hippocampus - A zero-dependency personal knowledge base template built for Claude Code using the Open Knowledge Format (OKF).
  • The PM Wiki (AliMahmoud15486) - A system schema and ruleset template that teaches coding agents how to compile and maintain product management wikis.
  • Zissa Wiki (MetamusicX) - A Claude Code research wiki template. Implements a three-layer navigation cascade and a deterministic Python linter.

Live Implementations and Reference Vaults

Production-deployed examples and open-source markdown templates demonstrating the LLM Wiki pattern in active human-agent workflows.

  • Andrej Karpathy Wiki - A live, self-growing encyclopedia mapping Karpathy's public work using a markdown-first, Cognee-backed knowledge vault. It acts as an operational reference blueprint for the LLM Wiki pattern, featuring background query-synthesis workflows that autonomously format, link, and compile source inputs back into flat markdown files.
  • Karpathy Wiki - A live reference portal explaining and illustrating the Karpathy LLM Wiki pattern, featuring structured documentation directories, RAG-vs-wiki comparison matrices, and detailed tool guides.
  • LLM Wiki (Ian Forster) - A live, self-compiling implementation of the LLM Wiki pattern focused on mapping the agentic AI landscape, containing synthesized concepts, framework comparisons, cost optimization guides, and multi-agent orchestration analyses.
  • LLM Wiki (Pratiyush) (GitHub) - A live demo of a local knowledge base compiled from agent sessions, showcasing heatmaps, comparisons, and tool charts.
  • LlmWikis.org - A public handbook and interactive toolkit for building and governing LLM Wikis, featuring a step-by-step setup wizard, starter template bundles, schema definitions, and trust-label specifications.
  • Security KB (99helpers) - A live cybersecurity knowledge wiki compiled from 11 industry security sources (MITRE ATT&CK, MITRE D3FEND, NIST CSF 2.0, CIS Controls v8). Features 33 interlinked topic summaries, deep dives, and entity pages alongside an interactive knowledge graph visualization and grounded Q&A search assistant.

Research and Papers

Peer-reviewed scientific literature, algorithmic formalizations, and empirical benchmark evaluations of compilation-based knowledge loops.

Academic Courses and Lectures

Syllabi, lecture slides, notes, and academic materials from university-level courses exploring generative AI workflows, agent memory, and knowledge organization.

Videos

Visual walkthroughs, conceptual code execution guides, and theoretical video essays.

  • 10 Easy Ways to Enhance Your LLM Wiki or Knowledge Base (Tonbi's AI Garage) - A masterclass tutorial breaking down 10 core enhancements for file-based knowledge stores. Features an architectural breakdown contrasting the embedding mathematics of Vector RAG against the agentic compilation loops of LLM Wikis, alongside live setups for DataView dashboards, native Mermaid flowcharts, and background MCP Vault integration.
  • Andrej Karpathy's Wiki Idea Was Just Shipped by Pinecone (The AI Automators) - A video analysis of how Pinecone Nexus maps to Andrej Karpathy's LLM Wiki pattern.
  • Build An AI Second Brain Knowledge Base (Step-By-Step) (Matt Wolfe) - A step-by-step video walkthrough showing how to build an active, compounding personal second brain using Obsidian, the Obsidian Web Clipper, and AI coding agents. Demonstrates clipping web articles and YouTube transcripts into raw storage, guiding autonomous agents to synthesize cross-referenced wiki notes, and navigating the resulting knowledge graph.
  • Build an OKF Brain Like Mine! (Deep Dive) (Marie Haynes) - A practical video case study exploring a live implementation of Google's Open Knowledge Format as a sovereign personal memory engine. The walkthrough demonstrates an automated ingestion pipeline that splits inbound web references into atomic markdown concept nodes, uses persistent playbooks to guide downstream agent behavior, and leverages human-in-the-loop review boundaries to prevent data corruption.
  • Finally, an Open Standard for the Karpathy LLM Wiki is HERE (Cole Medin) - A technical analysis of Google's Open Knowledge Format (OKF) and how it formalizes the Karpathy LLM Wiki pattern.
  • Google's OKF: The New Way to Structure Your Knowledge for Agents (Marie Haynes) - A high-level technical analysis of Google's Open Knowledge Format (OKF) specification. Explains how the standard formalizes the Karpathy LLM Wiki pattern into a cross-organizational directory structure of plain-text markdown files, enforcing strict YAML frontmatter metadata and atomic concept-splitting to optimize downstream agent traversal.
  • How To Build LLM Wiki In Obsidian? (Wanderloots) - The definitive video tutorial mapping out the core 3-tier local memory architecture, showcasing how to build a file-based ingestion pipeline, implement a Git-backed maintenance loop, and deploy an agentic vault firewall wrapper.
  • I Built a Digital Brain Upload Using Karpathy's LLM Knowledge Base (Tonbi's AI Garage) - A deep dive video applying the Karpathy LLM Wiki pattern to private, multi-platform personal communication trails. Demonstrates how to write custom scripts to parse Google Takeout .mbox archives, agent logs, and .jsonl interactive terminal loops into an air-gapped, local Obsidian twin, mapping the user's stylistic voice patterns and tracking operational frustration loops over time.
  • I Built Karpathy’s LLM Wiki in Obsidian (Cody Bontecou) - A video guide showcasing how to implement Andrej Karpathy's LLM Wiki pattern in Obsidian using custom scripts.
  • I Built Self-Evolving Claude Code Memory w/ Karpathy's LLM Knowledge Bases (Cole Medin) - A video guide showing how to build a self-evolving memory engine that compiles Claude Code logs into an Obsidian wiki.
  • I Trained an AI on Everything I've Ever Said Online (Semi Autistic Vibe Coder) - A detailed implementation video showing how to ingest personal multimedia histories into a Karpathy-pattern local wiki. Integrates OpenAI's Whisper and Claude Code to parse raw video transcripts and JSON archives, compiling the data into a flat Obsidian folder topology (concepts/, entities/, sources/) utilizing automated meta-logging hooks and structural schema policies.
  • Introducing OpenWiki, an Open-Source Agent for Repo Documentation (LangChain) - A video walkthrough introducing OpenWiki, demonstrating how it compiles Git logs and comments into a codebase wiki.
  • Is Karpathy's viral LLM wiki helpful? Kinda yeah. Feedback one month in. (Companion Article) - A deep-dive 30-day technical review tracking a 760-page agent-managed knowledge vault built on top of Quartz. Explores the explicit scaling limits of the pattern, detailing the setup of background monitoring crons, automated append-only ledgers, and strict linting rules that treat uncited text blocks as structural pipeline errors.
  • Karpathy's LLM Wiki - Full Beginner Setup Guide (Teacher's Tech) - A comprehensive beginner video guide walking through the end-to-end setup of a local Obsidian and Claude Code LLM Wiki. Covers creating the three-layer directory structure (raw/, wiki/, schema), writing CLAUDE.md operating guidelines, automating raw document ingestion, exploring concept connections in graph view, and running periodic health linting routines.
  • Karpathy's LLM Wiki: What It Means & How to Build One (Tonbi's AI Garage) - A practical video guide on bootstrapping an LLM Wiki from scratch inside Claude Code, demonstrating automated multi-agent ingestion loops, backfill routines for external web research, and visual chart integrations.
  • LLM Knowledge Bases: a practical guide (Ben Holmes at AI Engineer World's Fair 2026) - A presentation from the AI Engineer World's Fair 2026 detailing how to construct high-reliability agent knowledge bases. Outlines standardizing on plain Markdown raw directories, enforcing strict source-grounding where claims are one click away from their references, utilizing controlled vocabularies and tag ontologies, and deploying the Hubble open-source note-taking app to host agent pipelines.
  • LLM Wikis and how to give your agents memory (LangChain) - A discussion featuring Harrison Chase, Brace Sproul, and Devin Stein on the design and efficiency of LLM Wikis.
  • LLM Wikis change everything (Andrej Karpathy's method) (Ben Holmes) - A developer-focused video guide walking through an automated, local-first ingestion and compilation architecture for flat-file wikis. It demonstrates how to combine on-device voice transcriptions and web clippers into an unformatted raw data directory, details a background cloud runner script using Docker and headless Obsidian sync to dynamically enrich metadata via markdown-based master tags, and highlights building custom HTML/JS interactive graph visualizations over native wiki-link topologies.
  • OpenWiki 0.2 is adopting the OKF spec (LangChain) - An update video announcing OpenWiki 0.2's adoption of the Open Knowledge Format (OKF) specification for wiki metadata.
  • OpenWiki Brains, general-purpose memory for agents (LangChain) - A walkthrough introducing OpenWiki 0.1.0, showing how to configure a personal brain with Notion and Gmail connectors.
  • This New Google Format Gives Your AI Agent a Second Brain (The AI Automators) - A walkthrough of Google's Open Knowledge Format (OKF) standard for organizing information into sovereign, flat-file markdown vaults.
  • Turn 10,994 Notes Into Memory - AI Research OS Workshop (AI Engineer) - A comprehensive technical walkthrough breaking down a file-driven AI memory architecture. The presentation details how to construct an intentional three-layer LLM Wiki using flat markdown directories and a central YAML indexing schema to completely bypass vector database complexity while enforcing an ultra-token-efficient agent retrieval loop.
  • Why LLM Wiki? Future Of Knowledge For Agentic AI & Humans (Wanderloots) - A visual guide explaining the mechanics of nodes, edges, and triples, the token-efficiency of GraphRAG over standard RAG, and a workflow for sandboxing human vs. agentic Obsidian vaults.

Podcasts

Audio-first breakdowns, developer interviews, and strategic discussions exploring the design, implementation, and everyday use of LLM Wiki architectures.

Build With AI

Microsoft Cloud IT Pro Podcast

  • Episode 429: Getting started with LLM Wikis - An operational teardown of the LLM Wiki architecture tailored for enterprise environments. Explores how to wire up Obsidian Web Clipper and automated RSS monitors to create active collection channels, utilizes Copilot Cowork background loops to handle daily inbox synthesis, and provides an analysis of the compliance risks of decoupling text assets from corporate Data Loss Prevention (DLP) and sensitivity governance.

Working Code Podcast

  • Episode 260: Reinventing the Wiki - A discussion analyzing the utility of personal LLM Wikis when models already ingest the web. Covers patterns for co-maintaining markdown vaults with agents, running private offline diaries with local models (Qwen), and compiling product Q&A/support tickets into custom wikis.

Forums and Discussions

Community message boards, discussion threads, and collaborative critiques discussing pattern design and tradeoffs.


Contributing

Contributions are welcome! Please ensure all pull requests strictly follow the formatting guidelines specified in the repository workflow files.

About

A curated list of foundational blueprints, functional frameworks, and technical guides for building compounding, AI-compiled knowledge bases.

Topics

Resources

Contributing

Stars

85 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors