🀝 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.

What to remember

  • Chatbot = answers (you act afterwards).
  • Agent = acts: it breaks a goal into steps and executes them.
  • You stay in charge: you supervise, it does the work.