C.W.K.
Stream
← C.W.K. Quests
🧭

Beyond the Transformer Quest

Updated: 2026-05-04

Architectural literacy for the post-Transformer era

By 2026, saying a model 'is a Transformer' tells you almost nothing. Modern LLMs differ on four independent axes — backbone, post-training, inference strategy, and product behavior — and learning to separate them is the difference between reading announcements and being read by them. This quest is your field guide.

8 tracks · 41 lessons · ~18h · difficulty: intermediate-to-advanced

Level 0Scout
0 XP0/41 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete
Almost every major LLM still uses a Transformer decoder backbone, yet two models with the same backbone can behave like different species — one is cheap, one is expensive; one streams thoughts for thirty seconds, one answers in a beat; one fits on a laptop, one needs a rack. The difference is not the backbone. It is what you do to it. This quest gives you the four axes that actually distinguish modern models — backbone architecture (dense / MoE / hybrid), post-training (SFT, RLHF, GRPO, DPO), inference strategy (extended thinking, test-time compute, speculative decoding), and product behavior (RAG, tools, agents) — and turns them into a working compass. By the end you can read a 235B-A22B parameter notation at a glance, predict the cost shape of a model from its model card, separate marketing from architecture, and recognize when a 'breakthrough' is post-training, when it is inference, and when it is genuinely new wiring.

Tracks

  1. 01🧭The Four Axes of Modern LLMs

    0/5 lessons

    Backbone, training, inference, product — the compass for everything else

    Every modern LLM lives at the intersection of four axes. Once you can name the axis a change lives on, you stop being fooled by marketing language that collapses them into one.

    Lesson list (5)Quiz · 5 questions
  2. 02🧱Dense Models — The Default Frontier

    0/5 lessons

    Every token activates every parameter — the simplest thing that works

    Dense is the well-understood baseline. Llama, Gemma, Qwen, Mistral, Phi. Where dense still wins in 2026, what gives, and the families you should know.

    Lesson list (5)Quiz · 5 questions
  3. 03🔀Mixture of Experts (MoE)

    0/6 lessons

    Many experts per layer, only a few fire per token — frontier capacity at affordable compute

    Not every token needs every expert. MoE breaks the equivalence between memory and compute, opening the door to trillion-parameter models you can actually serve.

    Lesson list (6)Quiz · 6 questions
  4. 04🧠Reasoning-Oriented Models

    0/5 lessons

    Same backbone, different training and inference — thinking longer for harder problems

    Reasoning is a behavior, not an architecture. RL post-training plus extended-thinking inference produces models that decompose, verify, and reach correct answers on problems that defeat one-shot generation.

    Lesson list (5)Quiz · 6 questions
  5. 05🚫What Is NOT an Architecture

    0/6 lessons

    RAG, tools, agents, long context, speculative decoding — all wear architecture's coat, none of them are

    The most common confusion in LLM discourse is mistaking application layers for backbone changes. This track decodes the marketing phrasebook into the four axes underneath.

    Lesson list (6)Quiz · 6 questions
  6. 06⚖️Real-World Comparison

    0/4 lessons

    Choosing dense, MoE, or reasoning per workload — and the cost-and-latency napkin math

    The decision table for production. Map your workload's bottleneck to the paradigm that addresses it. Estimate cost and latency before deploying.

    Lesson list (4)Quiz · 5 questions
  7. 07🔍Reading Model Announcements

    0/5 lessons

    Five questions, one phrasebook, no hype

    Apply the framework to every new release. Spot dense vs MoE from notation. Read benchmarks skeptically. Know what licenses actually allow. Read what is missing as carefully as what is present.

    Lesson list (5)Quiz · 5 questions
  8. 08🔮The Emerging Frontier

    0/5 lessons

    Hybrids, Mamba, RWKV — what's actually next, and what's still the same

    Where the post-Transformer ideas are actually shipping (hybrids), where they aren't (pure SSMs at frontier scale), and how to read the frontier without drowning in hype.

    Lesson list (5)Quiz · 5 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.