Switch language한국어
Back to the list

Karpathy shares 'LLM Knowledge Base' architecture that bypasses RAG with an evolving markdown library maintained by AI

TL;DR AI

Key summary

2 min read
  1. Andrej Karpathy posted an LLM Knowledge Base design that replaces RAG with a Markdown-based wiki.

  2. The system ingests research materials into a raw/ directory and converts web content to .md using Obsidian Web Clipper.

  3. An LLM compiles the raw files into a structured, linked wiki and runs linting passes to fix inconsistencies.

  4. Community members proposed scaling the approach with multi-agent orchestration and validation models for enterprise use.

Read the original