Start here
Start with Foundations
No technical experience required. Build your understanding from the ground up.
No technical experience required. Build your understanding from the ground up.
Course overview
Design agent systems with explicit tools, memory, approvals, evaluation, and security controls you can defend in real work.
Start at the top, move stage by stage, then use practice and stage tests when you want a stronger check.
Stage 1 of 6
No technical experience required. Build your understanding from the ground up.
No technical experience required. Build your understanding from the ground up.
Start here
No technical experience required. Build your understanding from the ground up.
No technical experience required. Build your understanding from the ground up.
Module 1
Let me start with what AI is not.
Artificial Intelligence.
Not started
Module 2
A Large Language Model (LLM) is like an incredibly well-read assistant who has consumed most of human knowledge available on the internet.
Key LLM characteristics Stateless .
Not started
Module 3
I know the command line can look intimidating.
Everyone who is good at the command line was once staring at a blank terminal wondering what to type.
Not started
Module 4
Python is the language of AI development.
A virtual environment is an isolated space for your project's dependencies.
Not started
Module 5
Let us have your first conversation with a local AI model.
Now let us write a Python script that talks to Ollama.
Not started
Practice test
Test recall and judgement against the governed stage question bank before you move on.
Use this after the stage modules when you want to spot weak areas without the pressure of a timed assessment. Includes 10 published questions.
Stage test
Take the stage-end test when you want a governed timed check before the next stage.
Use this after practice when you want a stronger signal. 10 questions, 70% pass mark.
Stage 2 of 6
Build deep understanding of how AI agents work under the hood.
Build deep understanding of how AI agents work under the hood.
Start here
Build deep understanding of how AI agents work under the hood.
Build deep understanding of how AI agents work under the hood.
Module 1
ReAct stands for reasoning and acting .
The three steps Thought .
Not started
Module 2
Tools are functions that agents can call to interact with the world.
Tool.
Not started
Module 3
Short-Term Memory.
Long-Term Memory.
Not started
Module 4
For complex tasks, planning before acting often works better than interleaved reasoning.
The agent reviews and improves its own output before presenting it.
Not started
Module 5
State is everything your agent needs to remember to complete its task.
""" Agent State Management ====================== Immutable state for reliable agent operation.
Not started
Practice test
Test recall and judgement against the governed stage question bank before you move on.
Use this after the stage modules when you want to spot weak areas without the pressure of a timed assessment. Includes 10 published questions.
Stage test
Take the stage-end test when you want a governed timed check before the next stage.
Use this after practice when you want a stronger signal. 10 questions, 70% pass mark.
Stage 3 of 6
Hands-on implementation of real-world agent systems.
Hands-on implementation of real-world agent systems.
Start here
Hands-on implementation of real-world agent systems.
Hands-on implementation of real-world agent systems.
Module 1
Let us build a production-ready single agent step by step.
Now let us create some useful tools for our agent.
Not started
Module 2
In practice, when tasks cross more than a couple of domains, a single agent often degrades quickly.
A central supervisor routes requests to specialised sub-agents.
Not started
Module 3
n8n (pronounced "n-eight-n") is a workflow automation platform that lets you connect different apps and services.
Using Docker (Recommended): # macOS / Linux docker run -it --rm --name n8n \ -p 5678:5678 \ -v n8n_data:/home/node/.n8n \ n8nio/n8n # Windows PowerShell docker run -it --rm --name n8n ` -p 5678:5678.
Not started
Module 4
The Model Context Protocol (MCP) is an open protocol for connecting AI clients to external tools and data sources.
Before MCP .
Not started
Module 5
Computer use is moving from demo territory into real workflows, but the safe lesson is not which model tops which benchmark.
Computer use is impressive but not magic.
Not started
Practice test
Test recall and judgement against the governed stage question bank before you move on.
Use this after the stage modules when you want to spot weak areas without the pressure of a timed assessment. Includes 12 published questions.
Stage test
Take the stage-end test when you want a governed timed check before the next stage.
Use this after practice when you want a stronger signal. 12 questions, 70% pass mark.
Stage 4 of 6
Critical understanding of AI security threats and responsible deployment.
Critical understanding of AI security threats and responsible deployment.
Start here
Critical understanding of AI security threats and responsible deployment.
Critical understanding of AI security threats and responsible deployment.
Module 1
AI agents face unique security challenges that traditional software does not.
OWASP maintains a widely used list of risks and mitigations for LLM and generative AI applications.
Not started
Module 2
Every piece of data that enters your agent system is a potential attack vector.
Input Validation.
Not started
Module 3
AI agents inherit biases from their training data, their developers, and their deployment context.
AI Bias.
Not started
Practice test
Test recall and judgement against the governed stage question bank before you move on.
Use this after the stage modules when you want to spot weak areas without the pressure of a timed assessment. Includes 9 published questions.
Stage test
Take the stage-end test when you want a governed timed check before the next stage.
Use this after practice when you want a stronger signal. 9 questions, 70% pass mark.
Stage 5 of 6
Expert-level techniques for production AI systems.
Expert-level techniques for production AI systems.
Start here
Expert-level techniques for production AI systems.
Expert-level techniques for production AI systems.
Module 1
My opinion is that fine tuning is only worth it when you can name the win you want, the risk you accept, and the test you will run before anyone depends on it.
Fine-tuning is not always the answer.
Not started
Module 2
Enterprise architecture is where good agent ideas get messy.
When building agents for multiple customers, data isolation is critical.
Not started
Module 3
Production is not just running code.
# Dockerfile for AI Agent FROM python:3.12-slim # Set working directory WORKDIR /app # Install system dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ curl \.
Not started
Module 4
This module is about judgement.
The research landscape is shifting fast.
Not started
Practice test
Test recall and judgement against the governed stage question bank before you move on.
Use this after the stage modules when you want to spot weak areas without the pressure of a timed assessment. Includes 8 published questions.
Stage test
Take the stage-end test when you want a governed timed check before the next stage.
Use this after practice when you want a stronger signal. 8 questions, 70% pass mark.
Stage 6 of 6
Demonstrate mastery through a comprehensive project.
Demonstrate mastery through a comprehensive project.
Start here
Demonstrate mastery through a comprehensive project.
Demonstrate mastery through a comprehensive project.
Module 1
Your capstone project is to design, build, and document a complete AI agent system that solves a real-world problem.
Core Requirements (All projects must include):
Not started
Module 2
Before receiving your certification, you will review another learner's project and receive feedback on yours.
Giving Feedback: Clone their repository Run their agent locally Review their documentation Test edge cases Provide constructive feedback using this template: ## Peer Review: [Project Name] ### What.
Not started
Module 3
Before your final assessment, test your architectural decision-making skills with this professional simulation game.
Agent Architecture Challenge.
Not started
Practice test
Test recall and judgement against the governed stage question bank before you move on.
Use this after the stage modules when you want to spot weak areas without the pressure of a timed assessment. Includes 1 published questions.
Stage test
Take the stage-end test when you want a governed timed check before the next stage.
Use this after practice when you want a stronger signal. 1 questions, 70% pass mark.