π€ Your first AI agent Β· The Lab Β· NBN IA
AI Agent Course Β· Module 01
What is an AI agent?
A chatbot answers. An agent acts: you give it a goal, and it chains the steps on its own to reach it. Compare the two on the same goal. π
01 Β· What an agent is02 Β· Goal & instructionsβ¦
The game Β· chatbot vs agent
Same goal: "organise my Saturday dinner"
π― Goal: "Organise a dinner for 6 people on Saturday evening."
What this teaches you
Answering β Acting
π¬ The chatbot advises
It gives you an answer (ideas, a text). Then you have to do everything. Useful, but passive.
π€ The agent executes
It breaks the goal into steps and carries them out (search, create, send). You supervise, it works.
Check that you got it
2 quick questions
1. The chatbot / agent difference?
Right: the agent turns a goal into steps it executes. The chatbot just answers.
2. What does an agent do with "organise my dinner"?
Right: it breaks the goal down and acts on each step. That's the whole point of an agent.