Discover and explore top open-source AI tools and projects—updated daily.
shannhkAI-powered knowledge base for compounding insights
Top 95.1% on SourcePulse
This project provides an AI-maintained knowledge base system built on Obsidian, inspired by Andrej Karpathy's LLM Wiki pattern. It addresses the challenge of creating a compounding, structured personal knowledge base by automating the ingestion, organization, and cross-referencing of raw information sources. Aimed at engineers, researchers, and power users, it offers a "second brain" solution that enhances knowledge discovery and retention through continuous AI-driven curation and user interaction, outperforming traditional RAG systems for Q&A at scale.
How It Works
The system eschews RAG's on-demand processing for proactive knowledge compilation, ingesting raw inputs (URLs, text, PDFs) into structured wiki pages with automatic [[wikilink]] generation. Key features include bias checks (counter-arguments, data gaps) and master index maintenance. Queries are answered by synthesizing information from compiled pages, with each answer filed back into the wiki, creating a compound loop that continuously enriches the knowledge base for structured, readily accessible information.
Quick Start & Requirements
git clone https://github.com/shannhk/llm-wikid.git my-wiki, cd my-wiki, open as Obsidian vault.claude --dangerously-skip-permissions (or compatible agent like OpenClaw, Hermes, Codex).yt-dlp, scrapling, summarize (PDF extraction), and X API keys. Optional search tool qmd (npm install -g @tobilu/qmd) and last30days skill are recommended.https://github.com/shannhk/llm-wikid.git.Highlighted Details
explored: false until manually verified), confidence tagging (high, medium, low, uncertain), source tracing for every claim, and stub creation for undefined [[wikilinks]].git revert), multi-agent collaboration, and remote access.qmd for hybrid BM25/vector search with LLM re-ranking, usable as a native tool via MCP.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 month ago
Inactive
dzhng
stanford-oval