Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

◉ Grounded AI: An Interactive RAG Tutorial Series

Ten chapters, one running example (a company employee handbook), built from scratch. Every chapter follows the same shape: something breaks, you see exactly why, one fix gets introduced, and that fix reveals the next problem. The series is organized into four phases, each one building directly on the last.

Foundations · Chapters 1-3

Word-matching retrieval, embeddings, and chunking: the minimum ideas any RAG system needs before it can answer a single question well.

Building a grounded system · Chapters 4-5

Actually calling a model, and making sure a reader can check what it says instead of just trusting it.

Better retrieval · Chapters 6-8

Scaling search past a handful of chunks, and two genuinely different ways retrieval still gets things wrong.

Evaluation & integration · Chapters 9-10

Measuring instead of arguing from examples, then assembling everything into one system and finding its real limits.