Frontier Model Atlas

Guided architecture paths · source-backed

Learn the mechanisms as a connected system.

The Atlas now contains enough independent cinematics that a flat index is no longer the best way to enter. These paths order the existing source-backed mechanisms by concept, keep model boundaries explicit, and use comparison as the bridge between implementations.

4 guided tracks14 cinematic mechanisms23 indexed systems

Track 01 · attention

From recurrent state to indexed sparse history

Build a comparative mental model of how current architectures trade recurrent state, exact local or full attention, compressed history and token-level sparse retrieval.
Not startedStart path
Learning outcome

You leave able to read KDA/MLA, Qwen's GDN/full-attention and GDN/QSA rhythms, SWA/CSA/HCA, and GLM-5.2 DSA/IndexShare as distinct ways of retaining, selecting and reading context.

01Compare layer rhythmscompareStart with the shared Attention axis so recurrent, full/local, compressed and indexed-sparse systems are aligned before diving into implementation detail.Cross-model comparison02KDAcinematicSee finite-state linear attention as a recurrent memory update rather than a token-to-token matrix.Ling 3.0 tiny · Linear attention03MLAcinematicStay inside Ling and contrast recurrent KDA with the periodic full-attention block built from compact query/KV latents and decoupled RoPE.Ling 3.0 tiny · Latent attention04Gated DeltaNetcinematicMove to Qwen3.6 and compare its gated delta-rule recurrent state update with the KDA memory you just saw.Qwen3.6-35B-A3B · Recurrent linear attention05Gated AttentioncinematicInspect Qwen3.6's every-fourth return to causal full attention through grouped 16Q/2KV heads, partial RoPE and output gating.Qwen3.6-35B-A3B · Grouped-query full attention06QSAarchitectureNow keep the same 3:1 recurrent rhythm but replace the periodic full-attention refresh with Qwen3.8's independently indexed QSA layer.Qwen3.8-Flash-Next · Compressed-block sparse attention07SWAcinematicEnter DeepSeek through its exact-local stem: a moving 128-token causal KV window before any compressed long-range machinery appears.DeepSeek V4 Flash · Local attention08CSAcinematicExtend that exact local read with 4× compressed history, indexer retrieval and sparse long-range access.DeepSeek V4 Flash · Compressed sparse attention09HCAcinematicIncrease the history compression hierarchy and compare HCA directly against CSA.DeepSeek V4 Flash · Hierarchical compressed attention10DSAcinematicMove to GLM-5.2 and contrast QSA/DeepSeek retrieval with DSA's MLA-backed top-2048 retrieval of original causal token positions.GLM-5.2 · Indexed sparse latent attention11IndexSharecinematicFinish the attention track by following how GLM-5.2 amortizes sparse selection: one full indexer result can feed the following layers in a four-layer IndexShare group.GLM-5.2 · Long-context attention reuse

Track 02 · sparse experts

How routers turn width into conditional compute

Compare source-backed sparse-FFN systems without flattening their routing rules into a generic MoE diagram.
Not startedStart path
Learning outcome

You leave able to separate router score function, selection adjustment, top-k choice, mixture weighting, expert execution and shared paths as independent design decisions — including Qwen3.8's 512-expert ultra-sparse bank.

Track 03 · residual, side memory & prediction

What happens around the transformer block

Move beyond attention and FFN internals into the topology that carries state between blocks, lexical side memory injected into a layer, and auxiliary prediction paths attached to a backbone.
Not startedStart path
Learning outcome

You leave able to distinguish standard residuals, Qwen Gated Residual, DeepSeek mHC, Qwen's deterministic PLE side memory and DeepSeek's MTP prediction side block as separate architectural axes.

Track 04 · inference

After the checkpoint: speculative generation systems

Separate the released checkpoint architecture from serving-time systems that try to produce more accepted tokens per target-model step.
Not startedStart path
Learning outcome

You leave able to distinguish the model itself from its speculative sidecar and from a clearly labelled external reference recipe.

Already know the mechanism you want?

Return to the full Atlas index Open cross-model comparison