How AI actually works.
The fundamentals of modern AI, explained with hands-on demos. Tokens, prompts, embeddings, agents, RAG, reasoning, all the things you keep hearing about, but with something real to poke at on every page.
16 lessons · 13 interactive demos · ≈ 95 minutes · free, no sign-up
The course
Progress saves in this browser. No account.
Module 01
What is AI?
Module 02
How LLMs work
- Tokens: the puzzle pieces of languageAIs don't see letters or whole words. They see "tokens." Let's break some.
- Prompts: how to talk to an AIThe way you ask is half the answer. Try it with a real model.
- Temperature: the AI's diceWhy the same question can get different answers. Turn the dial yourself.
- Embeddings: turning meaning into numbersHow an AI knows that "dog" and "puppy" are friends, but "dog" and "spaceship" are not.
Module 03
Strengths & limits
- Hallucinations: when AI sounds confident but is wrongThe most important AI failure mode, explained. Spot one yourself.
- Bias: AI learns from us, including our mistakesWhy a model trained on human text can repeat very human unfairness.
- Using AI well: when to trust it, when to double-checkA short, practical guide to making AI your teammate, not your boss.
Module 04
AI that does things
- Tool use: giving the AI handsAn LLM by itself can only talk. Tool use is what lets it do things like check the weather or do real math.
- Agents: AI that works for youAn agent is an LLM that doesn't just answer, it plans, acts, and keeps going until the job is done.
- Oversight: keeping agents on a leashHow to let an AI agent help without letting it cause real damage. The pilot-and-autopilot rule.
Module 05
Beyond text
- Multimodal AI: more than just wordsModern AI doesn't just read and write. It sees, hears, and creates pictures, sounds, and video.
- RAG: looking it up firstHow AI gives accurate, sourced answers, by reading the right page before it speaks.
- Reasoning models: AI that thinks before it answersWhy some 2026 models pause, scribble in a notebook, and then answer. And why that's a big deal.