Study companion · Philip Kiely, Inference Engineering (Baseten Books, 2026)
This portal turns the 259-page book into a trackable course. Part 1 is a recommended study path with the best external materials. Part 2 is the book itself, chapter by chapter, with study notes, key terms, and self-check questions. Tick a box when you've studied a section — progress is saved in this browser and survives reloads.
Work the stages in order — each one builds the mental model the next one assumes. Pair every stage with the matching book chapters from Part 2, and do the hands-on project in Stage 6 as early as you can tolerate; nothing teaches inference like watching your own deployment run out of memory. Items marked ★ are the highest-leverage picks if you're short on time.
Before optimizing inference you need to know exactly what happens in a forward pass: tokens, embeddings, attention, logits, sampling, and the prefill/decode split. Pair with book chapters 0–2.
Everything in inference optimization reduces to one question: is this operation compute-bound or memory-bound? Learn GPU anatomy and the roofline model. Pair with chapters 2.4 and 3.
Now learn the tools you'll actually operate. Read the two papers that shaped modern serving (FlashAttention, PagedAttention), then get fluent in one engine and conversant in the other two. Pair with chapter 4.
The applied-research layer: quantization, speculation, caching, parallelism. Read alongside chapter 5 — the book gives you the map, these papers give the territory.
Serving one GPU well is runtime work; serving thousands is systems work. Pair with chapter 7.
Rent a GPU by the hour (RunPod, Lambda, Modal, or Baseten) — a full project costs a few dollars. Each project cements one chapter of theory.
For each section: read the pages in your PDF, review the note here, then mark it done. Finish a chapter by answering its self-check questions from memory before revealing the answers. Page numbers match the printed book (PDF page ≈ printed page + 7).
Source: Inference Engineering by Philip Kiely (Baseten Books, © 2026, ISBN 979-8-9943597-2-3), from your PDF. Notes are condensed study aids for personal use alongside the book, not a substitute for it. Progress is stored only in this browser (localStorage) — clearing site data resets it.