ai-llm
AI / LLM Integration
How to build features on top of large language models — feeding them your own data, letting them call your code, and checking that the answers are actually good.
Start track → 00
Start from zero
Before the senior material: what LLM integration even is, and the handful of words the rest of the track assumes you already know. 01
Prompt caching
Coming soon — AI / LLM integration 02
Tool calls
Coming soon — AI / LLM integration 03
Rag architecture
Coming soon — AI / LLM integration 01 RAG architecture: the pipeline that fails at retrieval, not generation 17 min 02 RAG architecture: multiple-choice review 13 min 03 RAG architecture: free-recall review 14 min 04 RAG architecture: code and pipeline reading 14 min 05 RAG architecture: build and evaluate a retrieval pipeline 240 min
04
Streaming
Coming soon — AI / LLM integration 05
Cost budgets
Coming soon — AI / LLM integration 06
Agents
Coming soon — AI / LLM integration 07
Evals
Coming soon — AI / LLM integration 08
Putting it together
Coming soon — AI / LLM integrationBuild with this track
Guided projects that exercise what you learn here.
Engineering Practice
The habits that separate a hobby project from a professional team — testing well, shipping changes safely, and keeping a service healthy in production.