All videosAI agents0:32

What an AI agent is—and is not

The difference between a chatbot, workflow, copilot, and agent. An agent is not just an LLM with tools: it is a system that decides actions within explicit boundaries.

Links containing ?t= open the video at a specific second.

Video summary

The ideas to retain

01

A scale of autonomy

02

1. Direct response

The user asks a question and the model generates an output. The system may retrieve information first, but the work sequence is fixed outside the model. A ticket classifier or a function…

03

2. Deterministic workflow

The system chains known steps: retrieve documents, call a model, validate JSON, and store the result. It can be complex and valuable without being an agent. Its advantage is that the path…