AI Literacy

How does generative AI actually work?

Six tracks. Pick where you are. All of them build toward the same destination: a clear, accurate mental model — no hype, no mystery.

Foundations — What it is and how it works #foundations
Quick Overview · 3 pages · ~15 min
The Generalized Picture
Plain English. No code. An accurate mental model of how AI generates text — in about fifteen minutes.
No prerequisites · Start here
Start the Overview →
Deep Dive · 7 sections · Self-paced
The 200 Lines
Walk through a real transformer implementation piece by piece. Every line explained. By the end, nothing is a black box.
Comfortable with code recommended · Open access
Start the Deep Dive →
Going Further — Scope, limits, and applications #going-further
Beyond Text · 5 pages · Self-paced
When the Language Isn't Words
Images, audio, network traffic, DNA — the transformer doesn't care what the tokens represent. Here's what happens when you change the data.
Overview recommended first · Open access
Start Beyond Text →
Right Tool, Right Job · 3 pages · Self-paced
When Not to Use a Text Model
Confident and wrong is worse than obviously wrong. Here's where text models break down — and a practical framework for knowing when to reach for something else.
Beyond Text recommended first · Open access
Start Right Tool →
Working With AI — Getting the most out of these systems #working-with-ai
Why Prompting Matters · 4 pages · Self-paced
Context, Context, Context
The model is frozen. You are the only variable. Everything that determines output quality lives in the context window — and you control all of it.
Overview recommended first · Open access
Start Prompting →
Feeding the Model · 3 pages · Self-paced
Injecting What the Model Doesn't Know
The frozen model can't know your data, your documents, or today's news — unless you feed it that knowledge. RAG, search, MCP, and agents are all ways of doing exactly that.
Prompting track recommended first · Open access
Start Feeding the Model →