Guided learning path

Model Serving and Inference

Understand inference engines memory scheduling batching routing scaling distributed execution lifecycle controls observability and economics.

23h estimated19 concepts
public
A connected AI engineering path moving through knowledge, labs, decisions, mastery gates, and production deployment.
0 of 23 evidence gates passed0%
Tokens and Tokenization

How model inputs become discrete identifiers and why token boundaries affect cost and meaning.

0%
not started
Transformer Architecture

How attention feed-forward blocks residual paths and positions transform sequences.

0%
not started
Training versus Inference

How parameter learning differs from runtime generation and serving operations.

0%
not started
Context Windows

How finite input and output budgets constrain attention state relevance and cost.

0%
not started
Latency and Throughput

How queueing prompt processing generation batching and concurrency determine serving performance.

0%
not started

Milestone: Inference mechanics

Connect model computation context and latency to runtime execution.

Inference Engine Architecture

How schedulers KV-cache managers model runners and distributed executors determine serving behavior.

0%
not started
Inference Serving Architecture

How routing batching caching autoscaling and accelerators serve model workloads.

0%
not started
Distributed AI Systems

How computation communication memory placement and failure domains shape large-scale AI platforms.

0%
not started

Milestone: Serving control plane

Explain engine scheduling serving routing scaling and distributed execution.

MLOps Lifecycle

How versioned artifacts evaluation promotion monitoring rollback and retirement make model changes governable.

0%
not started
AI Tracing

How correlated model retrieval tool and application spans expose system behavior.

0%
not started
Cost Latency and Reliability

How budgets fallbacks retries routing and service targets balance operating outcomes.

0%
not started
AI Unit Economics

How per-task value quality compute tokens and operational costs determine viability.

0%
not started

Milestone: Lifecycle and economics

Operate versions traces reliability targets and cost per successful task.

Security and Privacy for LLM Systems

How untrusted inputs sensitive data tools and external knowledge expand the threat model.

0%
not started
Model Serving Capacity Planning

Translate workload distributions and service objectives into accelerator, memory, queue, and redundancy capacity.

0%
not started
Continuous Batching and Admission Control

Coordinate dynamic batches and admission limits to protect latency, memory, fairness, and throughput.

0%
not started
Distributed Inference Parallelism

Choose replication, tensor, pipeline, data, or expert parallelism from model fit and service objectives.

0%
not started
Inference Autoscaling and Backpressure

Scale from demand and saturation signals while bounding queues, retries, and cold-start instability.

0%
not started
AI Service-Level Objectives

Define service objectives around successful, policy-compliant task outcomes as well as latency and availability.

0%
not started
AI Incident Response

Detect, contain, investigate, recover, and learn from quality, safety, data, tool, and provider incidents.

0%
not started

Milestone: Applied evidence

Demonstrate the path through current assessments, lab attempts, and project evidence.

Path outcomes

  • Trace requests from routing and queues through model execution
  • Diagnose cache batching parallelism and scaling bottlenecks
  • Operate versioned serving systems with measurable reliability and cost

Connected reference architectures