A knowledge base that grows smarter over time. Instead of re-deriving answers from raw documents on every query, the LLM builds and maintains a structured wiki — a persistent, compounding artifact of knowledge.
一个随时间变得更聪明的知识库。LLM不是每次查询都从原始文档重新推导答案,而是构建和维护一个结构化的维基——一个持久的、不断积累的知识产物。
Upload documents → chunk → embed → retrieve → re-synthesize on every query. Work is thrown away after each response.
Ingest once → build wiki pages → knowledge compounds. Each query enriches the wiki. The system gets smarter over time.
Immutable curated documents — articles, papers, notes, files. Never modified after ingestion.
LLM-generated markdown pages — summaries, entity pages, cross-references. Updated with every ingest and valuable query.
CLAUDE.md — the configuration document defining wiki structure, page format, operations, and quality rules.
Feed a new source document. The LLM reads it, creates/updates 10-15 wiki pages, updates the index, and logs the operation.
Ask a question. The LLM searches wiki pages, synthesizes an answer, and saves valuable outputs as new pages.
Health check for contradictions, orphan pages, missing cross-references, and outdated information.
Every knowledge base, wiki, and note system eventually dies because humans abandon maintenance. The enthusiasm fades, the pages rot.
LLMs never get bored. They maintain, cross-reference, and update tirelessly. The wiki stays alive and current with zero human effort on upkeep.
Each ingest enriches existing pages. Each query can create new ones. The wiki grows exponentially more valuable over time — like compound interest for knowledge.
Curation, analysis, and strategic thinking. Let the LLM handle the grunt work of organizing, summarizing, and cross-referencing.
"The wiki is written once and then kept current, not re-derived on every query."
Get the wiki scaffold with CLAUDE.md schema, index, and log.
Drop any document (article, paper, notes) into the sources/ folder.
Claude reads CLAUDE.md, understands the schema, and builds wiki pages from your source.
Ask questions — the answers come from your structured wiki, not raw re-retrieval.
Every ingest and valuable query adds to the wiki. Over weeks and months, it becomes an invaluable knowledge asset.