What problem does it solve?
Standard LLM retrieval-augmented generation (RAG) fails to build cumulative, persistent knowledge: every query re-discovers information from scratch, context windows fill up and compress away nuance, and manual wiki maintenance creates unsustainable overhead for teams and individuals.
Core Features & Use Cases
- Three core operations: Ingest new sources into the wiki, query the wiki for answers with full source attribution, and run periodic health checks to catch conflicts, orphan pages, and stale claims.
- Domain-agnostic design: Works for academic research, book note-taking, product development, team knowledge bases, personal development tracking, and competitive analysis.
- Strict guardrails: Enforces immutable raw source storage, source-backed claims for all wiki content, conflict marking instead of deletion, and append-only logging to maintain long-term consistency.
Quick Start
Use the llm-wiki skill to set up a persistent Obsidian vault for your research project, then ingest your first source document to start building your cumulative, searchable knowledge base.