How AI actually works, without the hype or the math. Learn what large language models really do — tokens, next-token prediction, training, context and their limits — and remember it with spaced repetition.
A large language model (LLM) is an AI system trained on enormous amounts of text to do one deceptively simple thing: predict the next token. From that single capability — repeated over and over — emerges the ability to answer questions, write code, summarize documents and hold a conversation.
Under the hood, an LLM does not "look things up". It breaks text into tokens, turns them into numbers, and uses billions of learned parameters to estimate what comes next. Understanding tokens, the context window, training and inference is what separates using these tools by superstition from using them with intent.
This track explains AI and LLMs from first principles in plain English — no advanced math required — and uses spaced repetition so the concepts stick. It is for anyone who wants to actually understand the tools they use every day, from curious beginners to engineers building on top of them.
Each module is a set of practice cards — 90 in total. Answer, review, and watch your knowledge grow from seed to full bloom.
How LLMs work — tokens, next-token prediction, parameters, sampling, and the transformer
18 cardsHow models are built and used — pretraining, fine-tuning, RLHF, and the training vs inference split
18 cardsWhat a model sees and remembers — context windows, statelessness, token counting, and embeddings
18 cardsWhat LLMs can and can't do — hallucinations, knowledge cutoff, bias, and why they make things up
18 cardsPicking the right kind of model — chat, base, embedding, multimodal, reasoning, and foundation models
18 cardsA taste of the real cards. Pick an answer, then reveal the explanation.
What is the core task an LLM performs to generate text?
What is a model's "context window"?
What is a "hallucination" in the context of an LLM?
What are the two main phases of an LLM's lifecycle?
Each card is one practical concept with multiple options. Pick what you think is right.
See the correct option plus a clear explanation, and a link to deeper docs when one is available.
A spaced-repetition engine (SM-2 or FSRS) resurfaces each card just before you would forget it.
From editors to search to customer support, LLMs are everywhere. Knowing how they work makes you better at using them.
Once you understand tokens, context and how models predict, you stop guessing at what makes a prompt work.
Knowing why models hallucinate and where the knowledge cutoff bites helps you trust output appropriately.
These fundamentals are the groundwork for prompt engineering and building real apps on top of models.
No. The whole track is in plain English and explains every concept from first principles — no coding or advanced math required.
About 10 minutes a day. Spaced repetition means short, frequent sessions beat long cramming — most learners grasp the fundamentals within a couple of weeks.
Yes, completely free. No registration or credit card is required, and all your progress is stored locally in your browser.
This track covers the fundamentals of how models work. Writing prompts and building apps are their own tracks (Prompt Engineering and Building with LLMs) that build on what you learn here.
Plant your first seed today. Ten minutes a day is all it takes to grow a real, lasting understanding of how AI works.