Agents vs Chatbots (Recap)

A chatbot typically: user message → model reply → done. An agent typically: user goal → plan → tool call → observe → maybe plan again → final answer.

When you need an agent

When a chatbot is enough

One-line summary

Agents add loops, tools, and state; chatbots mainly generate the next reply.

Key terms