C.W.K.
Stream
Lesson 10 of 10 · published

Roadmap: What Tracks 2-8 Will Build

~8 min · roadmap, course-overview

Level 0Token
0 XP0/94 lessons0/10 achievements
0/120 XP to next level120 XP to go0% complete

You've now seen the why. The remaining seven tracks are the how. Each one zooms into a specific layer of the architecture so that by the end you can read any modern model card and reason about its design choices instead of just reciting them.

  • Track 2 — Tokenization. How text becomes integers. BPE, WordPiece, SentencePiece, vocabulary size, and the source of "GPT can't count letters."
  • Track 3 — Embeddings & Position. Token IDs become dense vectors; positions are injected via sinusoids, learned embeddings, RoPE, or ALiBi.
  • Track 4 — Attention. Q/K/V, multi-head, causal masking, KV cache, GQA, Flash Attention. The deepest track.
  • Track 5 — The Block. How attention plus FFN plus norm plus residual combine into the unit cell, and what changes when you stack 80 of them.
  • Track 6 — Training & Generation. Loss, schedules, mixed precision, decoding strategies, and the alignment stack (RLHF / DPO / GRPO / Constitutional AI).
  • Track 7 — Model Families. GPT, LLaMA, Mistral, Claude, Gemini, Qwen, Phi, Gemma, plus state-space alternatives (Mamba, RWKV).
  • Track 8 — Practical Understanding. Reading model cards, memory math, quantization, benchmarks, scaling laws in 2026, inference optimization, and how to stay current.

Each track is self-contained but builds on previous ones. If a topic feels familiar, skim the lessons and concentrate on the exercises — that's where the actual internalization happens. Let's go.

Code

Suggested study artifact·markdown
# Transformer Quest — Field Notebook
## What I'm tracking
- One concept summary per lesson (own words)
- Every exercise's runnable code, in a single repo
- Numbers I find surprising (model sizes, throughput, BLEU/MMLU/etc.)
- Questions I haven't answered yet

## How I'll review
- Re-read my own summaries before each new track
- Update them when later tracks contradict earlier ones

External links

Exercise

Open a fresh notebook called transformer_quest_notes.ipynb. Add one heading per remaining track (2 through 8). As you complete each track, fill in: (a) the one-sentence claim of the track, (b) the lesson that surprised you most, (c) one number you want to remember, (d) one open question. By the end of Track 8 you'll have your own field guide.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.