Code Safari

Chapter 91·Beginner

Why AI Runs on GPUs (and Why One Chip Costs as Much as a Car)

01 / 05

The shape of the problem

AI math is simple — there's just an absurd amount of it.

A model is billions of multiplications per token. None of them is hard; the challenge is doing them all at once. That's a parallel problem, and CPUs are built for the opposite.

Why AI Runs on GPUs (and Why One Chip Costs as Much as a Car) | Code Safari