Key Ideas
1Two Very Different AI Worlds. There's the AI you read about in headlines — chatbots, AI agents, "AGI is near" claims — and there's the AI that's quietly running inside systems you use e...
2Where AI Is Quietly Everywhere
💳
Fraud Detection
Every time your card gets flagged for an "unusual" purchase, that's a classical ML model (often a gradient-boosted tree, which you'll build in Tier 2) scoring your transaction in milliseconds.
📺
Recommendations
Netflix, Spotify, and YouTube's "recommended for you" rows are recommendation systems — a specific ML technique you'll build a project around in Tier 2.
📧
Spam & Fraud Email Filtering
One of the oldest production ML use cases, still running quietly in every major email provider, refined continuously since the 1990s.
📷
Photo Organization
Your phone grouping photos by face or letting you search "dog at the beach" uses computer vision — deep learning applied to images, covered in Tier 3.
🎤
Voice Assistants
Speech recognition turning your voice into text is a deep learning task that's been quietly solved well enough to feel boring — a sign of real, mature technology.
🚀
Logistics & Routing
Delivery route optimization, warehouse robotics, and demand forecasting at companies like Amazon and UPS run on ML models most customers never think about.
Section 3
Where the Hype Is Real (LLMs & GenAI). Large language models and generative AI (covered fully in Tier 4) are a genuine, significant capability jump — not pure hype. They've made tasks like drafting, s...