Build Your Own LLM Knowledge Base — A Karpathy-Style Knowledge System
Complete guide to building a permanent personal knowledge system with Obsidian + Claude Code. Wiki + Memory dual-axis architecture.

Build Your Own LLM Knowledge Base — A Karpathy-Style Knowledge System
Your AI sessions end, but your knowledge doesn't have to. A complete guide to building a permanent personal knowledge system with Obsidian + Claude Code.
Why You Need a Personal Knowledge Base
In the previous post, we examined the AI memory crisis. karpathy-skills' static rules, claude-mem's auto capture, Cognee's knowledge graph — each approach had its own limitations.
What if we build our own system that combines the best of all three?
Related Posts

Breaking the Reversal Curse with Identity Bridges — the ICML 2026 fix that shouldn't work but does
LLMs trained on "Alice's husband is Bob" famously fail on "Bob's wife is?" — the reversal curse. A new ICML 2026 paper fixes it by adding one weird kind of self-referential example to the training set. The naive version doesn't work; the right version does.

Mobile Claude Code: three approaches, and what actually works
Three ways to reach Claude Code from your phone — tmux + SSH, /remote-control, and server-based agents. The real fix isn't "mobile support" but decoupling compute from your device.

Inside Google COSMO — The New Architecture of On-Device AI Agents
Deep-dive into COSMO, Google's next-gen AI assistant accidentally leaked before I/O 2026. Full breakdown of the 3-mode architecture: Gemini Nano + PI server + Hybrid routing.