Start here
There is a lot on this site, and no obvious front door. This page is the map: what the preparation looks like end to end, where to join it given what you already know, and what each part of the site is actually for. If you would rather just find your weak spots, the 85 must-know questions are at the bottom.
Not sure where on this map you actually are? Take the 15-minute readiness assessment and it will tell you which of the eleven areas you have covered, then build this plan around your gaps instead of leaving you to guess. Free, and no account needed.
Grounded in real AI infrastructure interview loops and written to a senior-engineer editorial bar, with every number worked and every diagram hand-built.
- 01 · THE GUIDEOrientLearn which track you are aiming at (kernels, training, serving, platform) and what that loop weights.
- 02 · CONCEPTS AND COURSESLearnBuild the mental model in order: the hardware, the parallelism, the serving path, the fleet.
- 03 · QUESTIONS AND CALCULATORSPractiseAnswer real interview questions out loud, easy to expert, one topic at a time, with the numbers.
- 04 · COMPANY GUIDESProveRehearse the loop at your target company, round by round, on the axis it actually weights.
Where are you starting from?
The stages are the same for everyone. Where you join them is not. Nothing here depends on picking the right row, so read whichever ones sound like you and take the three steps in order.
Backend, platform or SRE engineer
You can run distributed systems. The accelerator is the new part.Join at stage 2 with the hardware, then the platform track you already half know.
- 1GPU and accelerator architecturethe memory hierarchy and the roofline, which explain every other round
- 2Kubernetes, Slurm and GPU schedulingwhere your existing depth pays off fastest
- 3Napkin math, cost and capacitythe round platform engineers most often lose to an ML engineer
ML engineer or researcher
You know models. What the cluster is doing while they train is the new part.Skip the modelling. Start where the gap is: the systems under the run.
- 1The formula sheetfree: 6ND, the KV cache, MFU and the ridge point, each with a worked example
- 2Distributed training and parallelismcollectives, sharding, checkpointing and what breaks at 10k GPUs
- 3GPU fleet reliability and observabilityXID codes, stragglers and the on-call reality prep sites skip
HPC or systems programmer
You know MPI, InfiniBand and C++. The LLM-specific serving and training stack is the gap.Orient on the serving path first; it is the newest thing and the most asked.
- 1LLM inference and servingprefill versus decode, the KV cache, batching, speculation, disaggregation
- 2CUDA, Triton and kernel engineeringwhere your background is an advantage, once the attention kernels are familiar
- 3The roofline calculatorfree: place a kernel on the roof for any current accelerator
Already doing the job
You have run a cluster or shipped a serving stack. You want the hard parts, not the basics.Use the must-know set below as a diagnostic, then go straight to the design round.
- 1AI infrastructure system designan inference platform, a 10k-GPU cluster, a scheduler with preemption
- 2Networking, interconnects and storagethe fabric questions that separate staff from senior
- 3Your target company's loopround by round, tagged by the axis it weights, with confidence levels
Student or new graduate
No production experience yet. That is the gap, and it is closable.One track finished and one benchmark you can explain beats ten tutorials started.
- 1What an AI infrastructure engineer isthe tracks, described honestly, including which ones hire new graduates
- 2Concepts, track by trackone idea per page, each with a diagram and a self-check
- 3Coding for infrathe practical screens: a scheduler, a rate limiter, a batching queue
What each part of the site is for
The confusion worth clearing up first is questions versus concepts versus courses. They answer three different needs.
The must-know questions
Short on time? These 85 are the highest-leverage prep across every topic — the foundational and most-asked questions in real AI infrastructure engineer and Applied AI loops. Answer them out loud. Whichever ones you fumble tell you which stage to go back to, and you can then go deep by topic.
