Lesson 371 of 1455
What Makes an AI an Agent, Part 1
An AI agent is AI that takes ACTIONS, not just answers questions.
Builders · Agentic AI · ~24 min read
What Makes an AI an Agent
An AI agent is AI that takes ACTIONS, not just answers questions. The difference between ChatGPT and an agent is that an agent can DO things in the world.
ChatGPT writes you an email draft. An agent SENDS the email, books the meeting, and adds it to your calendar.
Three things real agents do
- Take multi-step actions on their own
- Use tools (browsers, calendars, APIs)
- String actions together to reach a goal
The big idea: Agents move AI from 'answers' to 'doing things' — a much bigger shift than it sounds.
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Builders · 40 min
What Tools Agents Can Use
Modern agents can use tools — like a browser, an email client, a calculator, a calendar.
Creators · 50 min
Tool Use at the API Level: The Primitive
Underneath every agent framework is the same primitive — the model returns a structured tool call, you execute it, you feed the result back. Master this loop and every framework looks familiar.
Creators · 11 min
Personal Study Agent
Build an AI study agent that tracks what you've learned, plans your week, and adapts when you fall behind. Beyond chatbot prompting, into actual agentic study.
