Foundation Track
Start with LLM basics, prompting, and AI-assisted engineering workflows.
Phases 1-2 ยท BeginnerCommunity Learning Path
A structured path for software engineers moving from fundamentals to production-grade AI applications, RAG, MCP, and agents.
Start with LLM basics, prompting, and AI-assisted engineering workflows.
Phases 1-2 ยท BeginnerMove into APIs, security, local models, context engineering, and RAG.
Phases 3-6 ยท IntermediateDesign agentic workflows and finish with portfolio-ready projects.
Phases 7-8 ยท AdvancedBuild a solid foundation before touching any AI tooling. Everything advanced rests on what you learn here.
Learn what Large Language Models are and how they work. Grasping these concepts lets you write better prompts and control costs.
Prompts are your primary interface with AI. Master these techniques for dramatically better results.
Know the types of models available so you can pick the right one for any task.
You can describe tokens, context windows, and inference to a colleague, and reliably improve an output by rewriting its prompt.
Start using AI tools to enhance your daily engineering workflow before you write a single line of AI code yourself.
Get hands-on with the everyday tools before going deeper.
Learn how AI fits into automated, multi-step pipelines.
You have shipped at least one real change with an AI assistant and built one small automated workflow end-to-end.
Move from chat interfaces to programmatic access. Learn to call AI models like any other API safely.
The same request, two ways: raw HTTP and an SDK.
Treat AI APIs like any other production dependency โ cost and abuse matter.
One endpoint, many models โ choose per request.
You can make authenticated API calls from code, with keys in environment variables and sane rate limits in place.
Run open-source models on your own hardware. Gain privacy, reduce costs, and understand what is under the hood.
The local-model ecosystem you will actually use.
Understand what is actually running on your machine.
You have a model running locally via Ollama and can explain why a quantized GGUF file fits on your machine.
Context is everything when working with large codebases. Learn how to manage what the AI knows and when.
More context is not better โ the right context is.
Agents need different kinds of memory for different jobs.
The open standard for connecting models to tools and data.
You have built a small MCP integration and can articulate a retrieval strategy for a large codebase.
Retrieval Augmented Generation lets your AI work with private organizational data that was never in its training set.
RAG stands on three ideas. Get these before building.
Put the pieces together and test on real data.
You have built a working RAG pipeline that answers questions over your own private documents.
Go beyond single-model calls. Learn to orchestrate multiple specialized agents that collaborate to solve complex problems.
Start small โ two cooperating agents beat one giant prompt.
Pick one framework and build something real with it.
You have built a 2-agent pipeline where one agent's output reliably drives the next.
Reading and exercises are not enough. Cement everything by building real, integrated projects from scratch.
Projects are where the learning becomes permanent.
Pick one that excites you and ship it.
You have shipped 5+ documented projects, each combining at least two core techniques from this roadmap.
Portfolio builder
Use these to show real applied skill, not just course completion.
Build a RAG app that answers questions over your own documents with source citations.
Create researcher and writer agents with a reliable handoff and measurable output quality.
Expose one useful tool to an AI client with authentication, logging, and clear permissions.
Use n8n or a Python workflow to summarize, classify, route, or notify based on incoming data.
Use agents to inspect pull requests, summarize risks, and propose tests or fixes.
Connect an AI agent to logs or metrics and have it summarize incidents with safe tool boundaries.