Thinking
Essays and courses on technology economics, AI operating models and engineering organisations.
Also: Technical Courses
Hands-on technical teaching on retrieval, agents, orchestration and evaluation, built from real production work (27 courses).
Adaptive RAG: Routing Between the Series' Five Strategies
A linear, one-concept-per-lesson path through Adaptive RAG, classifying each question and routing it to whichever of naive, hybrid, graph, corrective, or agentic retrieval actually fits, from a single-tier router to a complete FastAPI service wiring in the real implementations from courses 1-5.
View course →Corrective RAG
A linear, one-concept-per-lesson path through Corrective RAG (CRAG), grading retrieved chunks for relevance and correcting a bad retrieval before it ever reaches generation, built from scratch with no framework, from your first relevance grade to a complete FastAPI corrective RAG service backed by ChromaDB.
View course →Multimodal RAG
A linear, one-concept-per-lesson path through Multimodal RAG, retrieval-augmented generation extended to cover images as well as text, built from scratch with no framework, from your first multimodal generate_content call to a complete FastAPI service that returns cited answers grounded in both text and images.
View course →