Agent engineer
7 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 agent engineer do?
They build systems where a language model decides what to do next and calls tools to do it, and they design how several agents divide a task when one prompt is not enough. The work runs from the agent loop and typed output, through crews, handoffs and orchestration, to the tools, memory and deployment a multi-agent system needs.
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 you build a single working agent before any multi-agent 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. 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?
The forward deployed roadmap is an all-rounder: scope, build, evaluate, deploy and hand over to a customer. This one goes deeper on the agents themselves, and especially on multi-agent systems: crews, handoffs and orchestration, which the forward deployed roadmap only touches in one stage.
Is multi-agent always the right answer?
No, and the roadmap is honest about that. A single well-built agent beats a crew of confused ones. You learn to build one agent properly first, and to split into several only where it makes a system easier to follow.
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 multi-agent framework and one orchestration tool well matters more than knowing all of them a little.