Forward deployed
12 stages, 24 frameworks and 12 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 forward deployed engineer do?
They work directly with a customer to turn AI models into systems the business uses every day. The work runs from scoping the problem, through building agents, retrieval and integrations, to proving the system works with evaluations, making it safe, deploying it and handing it over to the customer's team.
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 every lesson runs for free. Most courses end with a lesson showing the one change that swaps in a real hosted model.
How long does the roadmap take?
Lessons take about five to ten minutes each. Working through one stage and its project at a time, alongside a job, is a realistic pace; the starter stage alone gives you enough Python to build useful tools.
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 agent SDK, one evaluation tool and one guardrails library well matters more than knowing all of them a little.
How is this different from a machine learning engineer roadmap?
A machine learning engineer usually trains and serves models. A forward deployed engineer mostly builds with existing models: connecting them to a customer's data and systems, measuring whether they work, making them safe and getting them into production. There is far more integration, evaluation and customer work, and little model training.