How to Use This HubΒΆ
This page explains how the AI Agents Learning Hub is structured so you can navigate it effectively and get the most out of every lab.
π The Level SystemΒΆ
Every lab is tagged with a level from 50 to 400, inspired by Microsoft's conference session numbering (a widely understood signal of depth).
| Level | Badge | Name | What to expect | Account needed |
|---|---|---|---|---|
| 50 | L50 | Awareness | Reading and concepts. No tools, no account. | β None |
| 100 | L100 | Foundations | First hands-on labs. Minimal setup. | β GitHub free |
| 200 | L200 | Intermediate | Code + free-tier cloud (GitHub Models). | β GitHub free |
| 300 | L300 | Advanced | Cloud services, integration patterns. | β Azure subscription |
| 400 | L400 | Expert | Production architecture, evaluations, cost. | β Azure paid |
Start at the right level
Don't skip L50/L100 even if you're an experienced developer β the conceptual framing helps you make better decisions later.
πΊοΈ Learning PathsΒΆ
Labs are grouped into 8 Learning Paths, each focused on a tool or technology:
| Path | Best for | Entry point |
|---|---|---|
| π€ GitHub Copilot | GitHub users, developers | L100 |
| π Microsoft Foundry | Azure developers, ML engineers | L200 |
| π MCP | Anyone building agent integrations | L100 |
| π§ Semantic Kernel | Python / C# developers | L100 |
| π RAG | Developers working with documents/data | L100 |
| π₯ Agent Builder β Teams | M365 developers | L100 |
| π» Agent Builder β VS Code | Extension developers | L100 |
| βοΈ Pro Code Agents | Senior engineers, architects | L200 |
Each path has an index page with the full list of labs, a recommended order, and a short overview of what you'll build.
π‘ Suggested Learning RoutesΒΆ
Route A β "Zero to Agent" (No account required to start)ΒΆ
Go from zero knowledge to running your own MCP server locally, no cloud account needed.Route B β "GitHub-only" (Free GitHub account only)ΒΆ
Use GitHub Copilot, GitHub Models, and Semantic Kernel β everything free, no credit card.Route C β "Full Azure Stack"ΒΆ
Requires Azure subscription. Build a complete Foundry Agent with MCP, pgvector, RLS, and observability.Route D β "Teams Developer"ΒΆ
Build Copilot Studio agents and Teams bots step by step.π Reading a Lab PageΒΆ
Each lab page follows this standard structure:
# Lab XXX: [Title]
[Info box: Level Β· Path Β· Time Β· Cost]
## What You'll Learn
## Introduction
## Prerequisites Setup
## Lab Exercise
### Step 1 ...
### Step 2 ...
## Summary
## Next Steps
- Info box at the top tells you everything at a glance: level, estimated time, and cost/account requirements.
- Prerequisites Setup tells you exactly what to install or configure β with direct links to free trial sign-ups.
- Lab Exercise is the step-by-step walkthrough.
- Next Steps links to the natural continuation of the lab.
π° Free vs. Paid β Our CommitmentΒΆ
We believe the best learning resources are accessible. Our goals:
- β L50 and L100: Zero cost, zero credit card, just a free GitHub account
- β L200: Use GitHub Models β free inference, no credit card
- β οΈ L300: Azure free tier where possible; clearly marked when an Azure subscription is needed
- β οΈ L400: Paid Azure resources required β estimated costs noted in each lab
β See Prerequisites & Accounts for the full setup guide.