LABS · PLAYED, NOT WATCHED

AI you play.

AI and engineering concepts rebuilt as little games. You drive the idea and lose to your own instincts, then meet the method that never does — watch it work, tune its knobs, and try to break it. The theory, the update rule, a worked trace and a quiz come after, once it's already clicked.

1Playable lab
4Acts each
100%Free · no sign-up

Labs — frequently asked questions

What is interactive, game-based learning for AI?

It's learning a concept by playing it instead of reading about it. Each lab here is a small browser game: you drive the idea yourself and fail on instinct, then watch the real method do it right, followed by the formal theory, a worked trace and a quiz. For abstract AI ideas like gradient descent, learning rates or retrieval, feeling the mechanic first — then formalizing it — makes it stick far better than a lecture or a wall of math.

Which lab should I start with?

Start with Gradient Descent (The Descent). It's the single most foundational idea in machine learning — every neural network and large language model is trained by following the gradient downhill — and it games beautifully: you roll a ball into a valley, tune the learning rate until it overshoots or crawls, and escape a local minimum with momentum. Once descent clicks, training, fine-tuning and optimization all have a foundation to stand on.

Do I need math or a machine-learning background?

No. The labs lead with a visual, hands-on mechanic and a concrete story, not proofs. You'll meet the real terms — loss, gradient, learning rate, local minima, momentum — and see the update rule, but the understanding comes from playing the system: nudging it, tuning it, and breaking it.

How are labs different from the algorithm games or the tools?

The algorithm games teach classic data-structures-and-algorithms topics (shortest paths, sorting, search). Labs cover AI and engineering concepts — how models learn, how retrieval works, how a request flows through a system. The free tools are utilities you reach for while building (calculators and visualizers); labs are guided, game-first lessons that teach a concept end to end.

Are the labs free?

Yes — every lab is completely free, runs entirely in your browser with no account or sign-up, is keyboard-playable, and respects reduced-motion settings.