Markdown first
Exportable Obsidian pages, wikilinks, and frontmatter instead of another locked AI workspace.
Turn articles, papers, transcripts, or research memos into Obsidian-ready Markdown you can improve with AI.
LLM Wiki turns raw material into a persistent Markdown knowledge base. The user keeps source notes, concept pages, links, and open questions.
--- type: concept confidence: medium source_references: - article.md --- # Personal AI Wiki ## Source-Backed Notes - Keep raw sources in raw/ - Compile [[Concept Pages]] - Link [[NotebookLM]] and [[RAG]] ## Open Questions - Which claims need citations?
Exportable Obsidian pages, wikilinks, and frontmatter instead of another locked AI workspace.
Source notes, confidence, and open questions keep unsupported claims out of settled wiki pages.
Every ingest pass strengthens concepts, entities, indexes, and the next answer path.
The hard part is turning messy source material into a maintained knowledge layer that still makes sense three months later.
A useful answer gets buried in conversation history, then the next session starts from zero.
Highlights, PDFs, transcripts, and meeting notes keep growing, but they do not become reusable knowledge.
Keyword search can find a file. It cannot tell you which claims are supported, stale, duplicated, or unresolved.
A useful LLM Wiki is a repeatable compiler loop: source in, Markdown pages out, quality rules around the result.
Paste one source and extract source-backed notes, concepts, entities, related pages, and open questions.
Turn repeated ideas into [[wikilinks]] so every new source strengthens the existing wiki graph.
Check unsupported claims, weak page titles, missing source references, and duplicate concepts before trust drifts.
A finished Wiki should not sit unused in a folder. Context Lens turns curated LLM Wikis into the background layer for direct, traceable answers.
Explore Context LensThe user writes the real question without choosing a topic first.
The system picks the smallest useful set of curated Wiki Context Packs.
The answer exposes the wiki pages, caveats, and next move instead of hiding its context.
The first win is concrete: paste one source and get a source note, concept pages, links, and open questions instead of a disposable summary.
Generate a sample pageOne article, paper excerpt, course note, or market research memo.
Title, source type, summary, source-backed notes, and confidence.
3-5 reusable Markdown pages with frontmatter and wikilinks.
Claims that need more source support before they become settled notes.
A small reading path that makes the next query or ingest pass easier.
Use them when they fit. LLM Wiki 101 focuses on the portable Markdown layer those tools often leave to you.
Best for: Fast exploration and drafting
Gap: The answer is transient unless you manually turn it into durable notes.
Best for: Studying an uploaded source set
Gap: Great workspace, but the finished knowledge layer is not an Obsidian vault you fully own.
Best for: Question answering over a corpus
Gap: Retrieval serves each question; it does not automatically maintain concept pages and indexes.
Best for: Automating inside an existing vault
Gap: A plugin helps after you know your schema, page types, prompts, and quality rules.
The pattern works whenever the work benefits from citations, backlinks, reusable concepts, and repeatable maintenance.
Start with folders, schemas, prompts, templates, examples, and lint checklists instead of inventing the workflow from a blank Obsidian vault.
See Starter Kit contentsvault/LLM Wiki Starter Kit
raw/ inbox/ wiki/ Index.md Concepts/ Entities/ Sources/ schema/ schema.md quality-rules.md prompts/ ingest-source.md query-wiki.md lint-wiki.md logs/ ingest-log.md lint-log.md
Paste a non-sensitive excerpt, generate the first page, then decide if you want the full vault structure.
Not in the first MVP. LLM Wiki 101 focuses on durable Markdown outputs: pages, schemas, prompts, and quality checks that you can keep in Obsidian.
No, but Obsidian is the best first target because Markdown files, frontmatter, and wikilinks are native there.
The MVP generator runs with local deterministic rules in the browser/API boundary and does not persist your pasted source text.
Yes. The workflow is model-agnostic. The Starter Kit is designed around prompts and schemas that work with any capable LLM.