Standalone · Learning

Intuitive AI Academy: the LLM curriculum worth reading

Most LLM explainers stop at attention. Intuitive AI Academy goes from tokenization to RLHF, with a GPT-2 from scratch, scaling laws, and a LLaMA 3 case study. Here's what makes it different.

There's no shortage of LLM explainers, but most of them stop at attention. Intuitive AI Academy is the rare curriculum that goes all the way from tokenization to RLHF, with real implementations and real case studies. It's the kind of reference I wish I'd had when I started.

What it covers

150,000+ words across 24+ chapters, structured as a technical reference rather than a tutorial.

Why it matters for inference engineers

The topics map directly to what serving teams actually need:

Mental model

Most explainers hand you a map of the city. This one walks you through the streets, block by block, and shows you how the buildings are actually constructed.

The takeaway

Understanding the model is the prerequisite to serving it well. A curriculum that goes from token to RLHF is the fastest way to build that understanding.

Sources

Back to the blog