Introduction

What the AI engineering role actually is, how it differs from ML engineering, and the vocabulary the rest of the roadmap assumes.

Sign in to track your progress across sections.

10 articles

What is an AI Engineer?

Listed inWhat is an AI Engineer?Introductionon

A single support-reply feature, taken through the failures it hits in production: supplying a refund policy, grounding replies in help-center articles, structuring output for a ticket tool, and handling prompt injection in customer email. The role is the engineering around the model call.

Beginner5 min
#career

Inference

Listed inInferenceIntroductionon

What happens between your request and the answer: time to first token against total response time, why output length drives latency, where token costs accumulate, and the inference failures to handle in code.

Beginner5 min
#concepts

Impact on Product Development

Listed inImpact on Product DevelopmentIntroductionon

Because the same input can produce different output, testing, cost, latency and failure handling all change shape. A feature also inherits its model's published retirement date, which makes migration scheduled work rather than a surprise.

Beginner8 min
#product

Training

Listed inTrainingIntroductionon

Pre-training, post-training, and RLHF — the parts you rarely do but always need to reason about.

Intermediate7 minDraft
#concepts

AI vs AGI

Listed inAI vs AGIIntroductionon

Separating the systems you can ship today from the general intelligence you cannot.

Beginner4 minDraft
#concepts