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 frameworksQuestions 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.