Skip to main content

2 posts tagged with "rag"

View All Tags

I Tried the LLM Wiki Pattern with Local Models β€” Here's What Happened πŸ”’

Β· 7 min read
TamΓ‘s Imets
AI Solution Architect at Aliz

Gergely's post on the LLM Wiki pattern hit close to home. I've been doing something adjacent for a while β€” personal knowledge management with Obsidian and local LLMs β€” and I immediately wanted to try the pattern on my own vault. Here's what I ran into, what worked, and what didn't.

Karpathy's LLM Wiki β€” A Better Pattern Than RAG? 🧠

Β· 10 min read
Gergely Sipos
Frontend Architect

Andrej Karpathy β€” the same person who coined vibe coding β€” recently published a gist describing a pattern he calls the "LLM Wiki". The core tension it addresses is simple: RAG re-derives knowledge from scratch on every question. What if the LLM built something persistent instead β€” a structured, interlinked wiki that compounds over time? It's a deceptively simple idea with some genuinely interesting implications.