October workshops are openBuild a Search AI Agent$99 early bird

Enroll now
Skip to content

AI agent foundations · Grades 9–12

Understand the idea.
Watch it work.

Start with how a model generates an answer. Build toward an agent that uses tools, checks evidence, and knows when to stop. Each short lesson pairs an explanation with a simulation you can change.

Begin lesson 1 7 lessons · About 25 minutes · Free · No account needed

By the end, you’ll be able to…

  • Tell a language model, a fixed workflow, and an agent apart.
  • Give an agent a clear goal, useful tools, and the right context.
  • Trace how a tool result changes the next action.
  • Check evidence and test whether an outcome meets the goal.
  • Set permissions and decide when the agent must stop for a person.
  • Design and explain a small agent for a school task.

A small vocabulary. Useful ideas.

Language model
A model that uses learned patterns to generate or process language.
Token
A unit of text a model processes, such as a word or part of a word.
Agent
Here, a system where a model can choose next steps and tools while pursuing a goal.
Workflow
A sequence whose path is arranged in advance by its developer.
Tool
A function an application lets an agent request, such as a search or calculation.
Context
The information available to the model for its current response or decision.
State
Task information an application keeps as a run progresses.
Memory
Stored information an application can retrieve for later use; not unlimited recall.
Observation
Information returned by an action, such as a tool result or an error.
RAG
Retrieval-augmented generation: using retrieved material when generating a response.
Evaluation
A test of an output or outcome against defined success criteria.
Prompt injection
An attempt to redirect an AI system through instructions in content it processes.

Then put the ideas to work.

Explore five field labs in coding, research, law, business, and engineering. Each has short teaching bites, working tools, and a fresh case to test your understanding.

Explore the field labs