AI Infrastructure Roadmap
The 2026 skillset
LLMs and GPUs the way production runs them: local inference foundations, GPU sharing, the MLOps stack real platforms are built on (Kubeflow, KServe, batch scheduling), and LLMOps/AIOps for day 2.
5 stages ยท 16 resources ready ยท 13 in the works, all free ยท every stage ends with a checkpoint you can verify on a real cluster
Your journey: 16 steps. Check them off as you go, this page remembers.
Local LLM foundations
~1-2 weeksBefore Kubernetes, GPUs, or platforms: understand how inference actually works on hardware you control.
โ Checkpoint: you can now
Run a model locally and explain tokens per second, quantization, and the memory math.
โก Prove it
Run the same model at two quantization levels and measure the speed and quality difference.
GPUs on Kubernetes
~2-3 weeksGPUs are the scarcest resource in the building. Learn to share them without wasting them.
โ Checkpoint: you can now
Share one GPU across workloads and defend your strategy: MIG vs time-slicing vs HAMi.
โก Prove it
Slice a GPU with MIG (or simulate with HAMi) and run two isolated workloads on it.
Training & MLOps platform
~2-4 weeksOne model on one GPU is a demo. Teams need notebooks, pipelines, tuning, and fair scheduling: a platform.
โ Checkpoint: you can now
Stand up a real ML platform: notebooks, pipelines, tuning, and batch scheduling with quotas.
โก Prove it
Run one training pipeline end to end: train a small model, tune one hyperparameter, and version the result.
Serving & inference in production
~2-3 weeksTraining gets the glory; serving pays the bills. Put models behind reliable, scalable endpoints.
โ Checkpoint: you can now
Serve a model behind a real endpoint and defend your runtime choice (vLLM, Triton, ONNX) like production teams do.
โก Prove it
Deploy one model two ways: a standardized serving stack and a raw vLLM deployment; compare latency and ops burden.
LLMOps, AIOps & agents
~ongoingDay 2: costs, observability, memory, and letting AI help run the infrastructure itself.
โ Checkpoint: you can now
Run models and agents in production with observability, cost control, and memory hygiene.
โก Prove it
Put an agent behind a gateway, cap its spend, audit what it remembers, and let K8sGPT explain your next cluster incident.
Want to know when the ๐ง steps ship?
New articles, videos, and labs land in the newsletter first.
Get updates โ