AI SYSTEMS FIELD GUIDE · 20 CANONICAL CONCEPTS

Trace the bottleneck.
Understand the system.

InfraLens connects symptoms—latency, OOMs, poor scaling, queue pressure—to the mechanism, resource estimate, implementation, and interview explanation that make them understandable.

20 canonical concepts6 system layers9 guided paths4 practice formats
Start from evidence

What are you trying to explain?

Each entry opens the smallest canonical route that can answer the question.

Inference & Serving

Why is inference slow?

Separate prompt compute, token decode, cache traffic, batching, and scheduling.

Training & Parallelism

Why does training not fit?

Build a ledger for parameters, gradients, optimizer state, activations, and buffers.

Training & Parallelism

Why did scaling stall?

Map collectives, topology, bubbles, imbalance, and useful work per device.

Generative & Multimodal

Why is generation expensive?

Follow latent resolution, spacetime tokens, sampling steps, and decoder cost.

Inference & Serving

Why does the pipeline stall?

Inspect per-stage queues, transfers, memory ownership, streaming, and cancellation.

Guided learning paths

Choose one outcome, not a wall of chapters.

Each path opens a focused sequence with a concrete first action. No account or progress tracking is required.

Common systems taxonomy

Six layers, one mental model.

Domains describe where a mechanism lives. Problems, difficulty, code, and interview frequency stay as filters.