Elementary
What Is an AI Agent?
Discover what makes an AI agent special: it does not just talk, it takes action to reach a goal. Kids meet agents they already know and learn that every agent has a job and follows steps.
Sense and Act
Agents work in a loop: they sense the world, think about it, and act, then check what happened. This module teaches the sense-think-act cycle that powers every AI agent.
Giving an Agent a Goal
An agent is only as good as its goal. Kids learn to set clear goals, break big goals into small steps, and build simple plans an agent can follow.
Agents Working Together
One agent is helpful, but a team of agents is powerful. Kids learn how specialist agents pass work along, follow a team leader, and get more done together.
Being the Boss of Your Agents
Humans are always the boss of their AI agents. Kids learn to check an agent's work, use the stop button, set rules, and keep themselves safe.
Capstone Project: Design a Helper Agent
Plan an AI agent that senses, thinks, and acts to help with a chore.
Middle
From Chatbot to Agent
The leap from chatbot to agent. Students learn what separates a system that just produces text from one that takes autonomous action with tools to reach a goal.
The Agent Loop — Perceive, Think, Act
Every AI agent runs a loop: perceive, think, act, observe — and repeat. Students trace the core cycle and meet the ReAct pattern that powers modern agents.
Tools, APIs, and the Outside World
Tools are an agent's hands. Students learn what tools and APIs are, how agents choose and call them, and why powerful tools demand care.
Planning and Breaking Down Big Tasks
Big tasks need a plan. Students learn to decompose goals into subgoals, sequence steps, and build plans that adapt when things go wrong.
Multi-Agent Systems and Automation
When one agent is not enough, agents team up. Students explore supervisor agents, handoffs, workflows, and automation that runs itself.
Capstone Project: Build an Automation
Design a multi-step agent that gets a task done on its own.
High School
The Architecture of an Agent
An AI agent is an architecture, not just a model. Students dissect the modern agent stack — reasoning core, planner, tool layer, memory, and orchestration loop.
Tool Use and Function Calling
Tools turn a language model into an agent. Students learn function calling, schemas, structured outputs, the tool-call round trip, and tool security.
Memory, State, and Context
Models are stateless; agents need memory. Students explore context windows, short- and long-term memory, retrieval-augmented generation, and memory design.
Multi-Agent Orchestration
Hard problems demand teams of agents. Students study supervisor-worker orchestration, handoffs, communication protocols, and the risks of emergent behavior.
Reliability, Evaluation, and Guardrails
Powerful agents must be trustworthy. Students learn failure modes, evaluation, test suites, guardrails, human-in-the-loop, and responsible deployment.
Capstone Project: Build a Tool-Using Agent
Design an agent that routes tasks to the right tools, with guardrails.