Definition
GenAI Unplugged is a newsletter and podcast by Wyndo that covers practical AI workflows and tools. Their coverage of the LLM Wiki pattern, titled “AI Second Brain: Claude + Obsidian,” was instrumental in demonstrating the production viability of the approach, including the four guardrails that emerged from real usage.
Key Points
- Published the article that introduced the “LLM finds correlations” insight — the core value proposition of LLM Wiki
- Documented the four production guardrails: link cap, twice-referenced rule, forward-only linking, edit ceiling
- Demonstrated a complete workflow: 2 sources → 20 wiki pages in ~10-12 minutes
- Showed the mobile workflow: voice note → Obsidian mobile → sync → Claude Code processes
- Introduced the routing concept: multiple wikis for different domains (YouTube, meetings, business data)
Dynamic Structure
The article introduced the concept of letting the LLM decide the folder structure based on content. Wyndo’s YouTube wiki has nested folders (concepts, entities, tools, techniques) while his meeting wiki started flat — the LLM decided it didn’t need subcategories. The principle: “Sometimes keeping it flat is better. The goal is that the AI can easily search through all content.”
Implications
This means the folder hierarchy is an emergent property of the content, not a predetermined schema. The LLM adapts the structure to what best serves retrieval for each domain.
Routing
The article introduced the concept of routing queries to the right wiki based on context. Multiple wikis can coexist, each handling different domains (YouTube transcripts, meeting recordings, business data). This prevents any single wiki from becoming unwieldy and allows each to have its own folder structure optimized for its content type.
Implications
Routing makes the LLM Wiki pattern scalable across domains without requiring a unified schema. Each wiki can evolve independently with its own structure and conventions.
Related Concepts
- wyndo — Author and practitioner behind GenAI Unplugged
- llm-wiki — The pattern covered in depth by the newsletter
- second-brain — Framed the LLM Wiki as an AI-powered second brain
- ingest — The core operation described in Wyndo’s workflow
Contradictions
There is a tension between Wyndo’s emergent flat structure (“let the LLM decide”) and the hierarchical convention advocated by the Karpathy/OKF literature. Wyndo argues hierarchy should be an emergent property of content; Karpathy’s original gist and the OKF spec prescribe a 3-layer architecture (raw → wiki → root). This vault currently follows the hierarchical approach. The question of which works better at scale (>100 pages) remains open. ^[raw/articles/genai-unplugged-llm-wiki.md] [confidence: medium — two sources, no empirical comparison]
Open Questions
- How does routing between multiple wikis work in practice? Is there a central index or a query-time decision?
- What triggers the LLM to create a nested vs flat folder structure?
Implications
GenAI Unplugged demonstrates that the LLM Wiki pattern is production-viable for a single user managing multiple domains. The routing concept and emergent folder structure suggest this vault should support multi-wiki routing eventually, but the immediate priority is deepening single-wiki knowledge.