By the end of this lesson, you will be able to explain the difference between a chatbot and an agent, and name the three extra ingredients that turn a talking AI into an AI that acts.
Imagine you ask a friend, "What's the weather like?" They answer, "Sunny, 22 degrees," and the conversation is over. That's a chatbot: one question, one answer, done. Now imagine you say to an assistant, "Plan my trip to Paris." They don't just talk: they check flights, compare hotels, book the best one, and come back to tell you, "All set, here are your tickets." They took real steps, one after another, until your goal was reached. That's an agent. A chatbot answers; an agent gets things done.
A regular chatbot answers one question and stops. An agent keeps going: it thinks, takes actions, checks what happened, and keeps working until the job is actually done.
Read the diagram like this: on the left, the chatbot's path is a single arrow. On the right, the agent's path passes through many steps before arriving at a result. The agent is built from the same kind of AI model as the chatbot, but three extra ingredients are added around it:
Examples:
Notice the second example has a goal, not a question. Goals need many steps, and steps need tools, memory and a loop. That is exactly what makes something "agentic."
Chatbot or agent? Grab a pencil and a friend or family member.
If you could hand one boring task in your daily life to an agent, which one would it be, and what would you want to double-check before letting it act?
So what? Agentic AI is not just a smarter chatbot. It is an AI that can act in the world, step by step, until your goal is achieved — which is exciting, and also exactly why you'll learn how to keep it safe in the rest of this course.