Skip to main content
🤖

AI Agents & Automation

Build, orchestrate, and supervise autonomous AI agents.

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.

  1. 1Talkers and Doers
  2. 2Meet an AI Agent
  3. 3A Day With AI Helpers
  4. 4What Can an Agent Do?
  5. 5Agents You Already Know
  6. 6An Agent Has a Job
  7. 7Agents Follow Steps
  8. 8When Is an Agent Done?
  9. 9Agent Spotting Game
  10. 10You and Your AI Helpers

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.

  1. 1Eyes, Ears, and Sensors
  2. 2What an Agent Notices
  3. 3From Noticing to Doing
  4. 4The Sense-Think-Act Loop
  5. 5Acting in the Real World
  6. 6Acting on a Screen
  7. 7Did It Work?
  8. 8Trying Again
  9. 9Sense-Think-Act Game
  10. 10The Loop Keeps Going
  11. 11Lab: Agent Helper

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.

  1. 1One Helper or Many?
  2. 2Each Agent Has a Job
  3. 3Passing Work Along
  4. 4The Team Leader Agent
  5. 5Agents Talking to Agents
  6. 6A Team Makes Lunch
  7. 7When Teammates Disagree
  8. 8Faster Together
  9. 9Build-a-Team Game
  10. 10Teamwork Makes It Work

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.

  1. 1Who Is in Charge?
  2. 2Agents Make Mistakes
  3. 3Checking an Agent's Work
  4. 4The Stop Button
  5. 5What an Agent Should Not Do
  6. 6Ask First, Then Do
  7. 7Keeping Secrets Safe
  8. 8When to Ask a Grown-Up
  9. 9Agent Boss Training
  10. 10A Good Agent Boss

Capstone Project: Design a Helper Agent

Plan an AI agent that senses, thinks, and acts to help with a chore.

  1. 1Project: Design a Helper Agent

Middle

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.

  1. 1The Core Cycle
  2. 2Perceive: Gathering Information
  3. 3Think: Deciding What to Do
  4. 4Act: Taking the Action
  5. 5Observe: What Happened?
  6. 6Looping Until Done
  7. 7Reasoning Out Loud
  8. 8The ReAct Pattern
  9. 9Trace the Loop
  10. 10Module Check: Loop Mastery
  11. 11Lab: Agent Loop Game

Capstone Project: Build an Automation

Design a multi-step agent that gets a task done on its own.

  1. 1Project: Build an Automation

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.

  1. 1The Agent as a System
  2. 2The LLM Reasoning Core
  3. 3The Planner
  4. 4The Tool Layer
  5. 5The Memory System
  6. 6The Orchestration Loop
  7. 7Agent Frameworks
  8. 8Anatomy of a Real Agent
  9. 9Diagram an Agent
  10. 10Module Check: Architecture Matters

Capstone Project: Build a Tool-Using Agent

Design an agent that routes tasks to the right tools, with guardrails.

  1. 1Project: Build a Tool-Using Agent