Curriculum · 14 modules · ~62 min
A working knowledge of on-prem AI inference
Learn about AI inference and what makes it a truly unique workload. The modules below build on each other. You can start at the top if you’re new to AI, or jump to a specific module if you know what you’re looking for. By the end you’ll be ready to use the Sizer with confidence and have a productive planning conversation with your AI team.
What is AI inference?
4 min readInference vs training, where it sits in the AI workload landscape, and why it's the workload most enterprises will run on-prem first.
Open moduleTokens and context windows
4 min readThe unit of text the model reads and writes, and the maximum amount of it the model can hold in mind at once. Every other number in inference is built on these two.
Open moduleHow a model makes a token
4 min readThe two-phase mechanism that produces each token: prefill (parallel, compute-bound) and decode (sequential, memory-bound), and the TTFT and TPOT timings each phase sets.
Open moduleInside a GPU
6 min readWhat a GPU actually is, why HBM holds the model, and why memory bandwidth, not compute, sets the floor on decode latency.
Open moduleThe KV cache, the silent capacity killer
5 min readWhy each in-flight conversation needs its own working memory, and why context length and concurrency multiply.
Open moduleManaging KV cache pressure
3 min readThree architectural levers (KV cache quantization, MLA, strict context caps) that reduce KV pressure without buying more GPUs.
Open moduleWhy your existing playbook breaks
5 min readFour assumptions about capacity planning that don't survive contact with an inference workload.
Open moduleThe seven parameters that drive sizing
8 min readThe full input set: model size, precision, context, concurrent users, RPS, latency SLOs, burst factor.
Open moduleA worked example, end-to-end
7 min readA regional bank's RAG chatbot: walk through inputs, the math, and the resulting infrastructure recommendation.
Open moduleWhat an inference server looks like
1 min readThe complete picture of a single inference chassis: CPU, RAM, NVMe, NICs, NVLink, power draw, cooling tier, and the facility envelope it has to live in.
Open moduleBeyond one GPU
1 min readTensor parallelism, pipeline parallelism, expert parallelism, replicas, routing, and the fabrics that hold a multi-GPU or multi-node deployment together.
Open moduleInference engines
1 min readvLLM, TensorRT-LLM, SGLang, and Triton. What each one is, what they share, and how the engine choice changes the optimization math.
Open moduleOptimization techniques
7 min readThe AI team's six big levers. Quantization, batching, caching, LoRA, speculative decoding. What each does, how much it changes the math, when to use it.
Open moduleThe IT-and-AI planning conversation
6 min readThe curriculum closer. A one-page checklist with role ownership, questions to ask the AI team, red flags to watch for, and the artifacts a successful kickoff produces.
Open module