Build a Disciplined Coding Agentadvanced
Build a plan-gate and a critique-gate for a coding agent, and wire them into one toggleable loop
10 sections · Anthropic, Cognition, Cursor
Build a Model-Serving Engineadvanced
Build a model-serving engine from scratch — the prediction API, batching queue, and cache behind a production inference service
10 sections · Netflix, Uber, NVIDIA
Build a ReAct Agentintermediate
Build the ReAct loop from scratch in pure Python — reason, act, observe, repeat
9 sections · OpenAI, Anthropic, LangChain
Build a Recommender from Scratchadvanced
Build a recommender from scratch — similarity, collaborative filtering, and matrix factorization over a real ratings dataset
13 sections · Netflix, Amazon, Spotify
Building a Coding Agentadvanced
Build a coding agent that reads, edits, and runs code in a tool-use loop
13 sections · Anthropic, Cursor, GitHub
Building a Customer-Segmentation Enginebeginner
Build a customer-segmentation engine that turns a table of customers into named, actionable segments
11 sections · Spotify, Amazon, Airbnb
Building an AI Email Campaign Management Agentadvanced
Build an autonomous AI agent that plans, writes, schedules, and sends email campaigns
13 sections · Google, Mailchimp, Klaviyo
Build Your First AI Servicebeginner
Build and ship a working AI service end to end — train a model, serve it over HTTP, protect it, and containerize it
10 sections · Hugging Face, OpenAI, Docker
LoRA from Scratch — Parameter-Efficient Fine-Tuningadvanced
Build a LoRA adapter from scratch — freeze a pretrained weight and learn a low-rank update in its place
9 sections · Hugging Face, Microsoft, Databricks
Neural Collaborative Filteringadvanced
Build GMF, MLP and NeuMF in PyTorch and train them on real MovieLens interactions
13 sections · YouTube, Meta, Pinterest