Platform engineer
6 stages, 19 frameworks and 2 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 platform or LLMOps engineer do?
They run the infrastructure that AI features depend on: a gateway in front of every model provider, serving and scaling, observability and tracing, cost and rate limits, guardrails, and deployment. It is MLOps discipline applied to language models, where cost, latency and safety matter as much as accuracy.
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. 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. The gateway and serving stages are where you learn how a real hosted model would slot in.
Some stops say coming soon. Why?
A few frameworks on the serving and orchestration stages do not have a full course yet, so those stops link to the official docs and are marked done by hand. The rest of the roadmap is live lessons you can take today, and the coming-soon courses drop into the same stops as they are written.
How is this different from the AI Forward Deployed Engineer roadmap?
That roadmap builds an AI system and ships it to a customer. This one is about the platform underneath: it goes deep on gateways, serving, observability, cost and reliability, which the forward deployed roadmap only touches when it deploys.