Learn by role

AI Evaluation and Safety Engineer roadmap

Decide whether an AI system is good enough and safe enough to ship, and keep it that way.

An AI evaluation and safety engineer decides whether an AI system is accurate, reliable and safe enough to ship, and keeps it that way as it changes. This roadmap covers the whole discipline: golden datasets and metrics, LLM-as-judge scoring, evaluation wired into CI, tracing, guardrails, and red teaming against jailbreaks and prompt injection. Every stop opens real lessons, so following the roadmap and doing the work are the same thing.

Free and self-paced, no API key needed. Open any stop to see its lessons, finish them to earn XP, and climb from Recruit to Trusted to ship.

6stages
17frameworks
321lessons ready
5projects
0%complete
Your rank Recruit0 / 8020 XP · 0 of 21 stopsNext rank: Ready to test
Start herePython for AI

Trusted to ship

6 stages, 17 frameworks and 5 projects. Finish them and you will have shipped the kind of systems these teams hire for, with the lessons to back every one.

Browse all frameworks

Questions about this roadmap

What does an AI evaluation and safety engineer do?

They decide whether an AI feature is accurate, reliable and safe enough to ship, and they build the systems that keep it that way. The work runs from writing golden datasets and metrics, through scoring answers with a model as judge and wiring evaluation into CI, to guardrails on what the system may do and red teaming that attacks it before anyone else does.

Can I start this roadmap as a beginner?

Yes. The first stage teaches Python from your first line of code, then APIs and how language models work, and builds a small system for you to evaluate. Every later stage assumes only the stages before it.

Do I need an API key or a paid model account?

No. The courses use small stand-in models you write yourself, or a small open model that runs on your own computer, so no lesson needs an API key or a paid account. Most courses end with a lesson showing the one change that swaps in a real hosted model.

How is this different from the AI Forward Deployed Engineer roadmap?

That roadmap is about building an AI system and shipping it to a customer. This one is about proving a system is good and safe: it goes deep on evaluation, tracing, guardrails and red teaming, which the forward deployed roadmap only samples in a couple of stages. Different job, different day.

Is this the same as AI red teaming?

Red teaming is one part of it, the last stage. The role also owns evaluation: writing the datasets and metrics that say whether a system works, scoring it, and gating releases. Many teams put both under one person, because a red-team finding is only useful if you can measure that the fix worked.

Do I have to learn every framework on the roadmap?

No. Where two frameworks do the same job, a stop offers both and finishing either one completes it. Knowing one evaluation framework, one guardrails library and one red-team tool well matters more than knowing all of them a little.