C.W.K.
Stream
← C.W.K. Quests
🧠

Transformer Quest

Updated: 2026-05-03

Understand the architecture that changed AI

A practitioner's tour of the Transformer — tokens, embeddings, attention, blocks, training, model families, and the practical numbers behind serving them in 2026.

8 tracks · 94 lessons · ~60h · difficulty: beginner-to-advanced

Level 0Token
0 XP0/94 lessons0/10 achievements
0/120 XP to next level120 XP to go0% complete
Transformer Quest is the conceptual bridge before framework-specific quests. By the end, you can read any modern model card and reason about its architecture, training recipe, and serving cost — instead of just reciting them. 8 tracks, 94 lessons, with runnable Python and real-world receipts at every step.

Tracks

  1. 01Why Transformers

    0/10 lessons

    Parallel sequence modeling and the bottleneck it broke

    What problem the Transformer actually solved, why attention beats recurrence, and where the 2017 design fits in modern AI's lineage.

    Lesson list (10)Quiz · 4 questions
  2. 02🔤Tokenization

    0/12 lessons

    How text becomes integers

    BPE, WordPiece, SentencePiece, and the practical consequences — why GPT can't count letters, why non-English costs more per query.

    Lesson list (12)Quiz · 4 questions
  3. 03📐Embeddings & Position

    0/12 lessons

    Token IDs to dense vectors with order

    How models turn integers into geometry, and how position is injected — sinusoidal, learned, RoPE, ALiBi, and YaRN-scaled extension.

    Lesson list (12)Quiz · 4 questions
  4. 04🎯Attention Mechanism

    0/13 lessons

    Q, K, V — and the engineering that scales them

    Scaled dot-product attention, multi-head, causal masking, KV cache, GQA, Flash Attention. The deepest track — read it twice.

    Lesson list (13)Quiz · 5 questions
  5. 05🧱The Transformer Block

    0/12 lessons

    Pre-LN, RMSNorm, SwiGLU, residual — the unit cell

    How attention plus FFN plus normalization plus residual become the building block stacked 80 times. Plus MoE and GQA in context.

    Lesson list (12)Quiz · 4 questions
  6. 06🔥Training & Generation

    0/12 lessons

    Loss, schedules, decoding, and alignment

    Pretraining objectives, mixed precision, decoding strategies, RLHF / DPO / GRPO / Constitutional AI — the full training and serving stack.

    Lesson list (12)Quiz · 4 questions
  7. 07🌳Model Families

    0/11 lessons

    GPT, Llama, Mistral, Claude, Gemini, and the alternatives

    How each major model family fits the architectural template, and where state-space alternatives (Mamba, RWKV) actually compete.

    Lesson list (11)Quiz · 4 questions
  8. 08🔧Practical Understanding

    0/12 lessons

    Reading model cards, sizing GPUs, picking the right tool

    Memory math, quantization, benchmarks, scaling laws in 2026, inference optimization, and how to keep up.

    Lesson list (12)Quiz · 4 questions
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.