Chatbots answer
A chatbot mainly turns your message and conversation context into a response. It may be useful without taking actions in other systems.
Learn the practical difference between a chatbot, a fixed workflow, and an agent that can choose tools and adapt its next step.
Lesson outcome
Mental model
A chatbot mainly turns your message and conversation context into a response. It may be useful without taking actions in other systems.
A workflow uses predefined steps. It is often the safest choice when the process is stable and every branch can be described in advance.
An agent works in a loop: understand the goal, choose an action, use a tool, observe the result, and adjust until it finishes or asks for help.
Follow along
Write one sentence describing the finished result, not the technology. Example: Produce a reviewed weekly competitor brief with source links.
List what must happen between the request and the result: search, read, calculate, edit a file, send a draft, or request approval.
Ask whether the next step can be fixed in advance. If the path is predictable, prefer a workflow. If the system must inspect results and decide what to do next, an agent may help.
Define what completion looks like and when the system must stop for human review, such as before publishing, paying, deleting, or contacting someone.
Practice task
Choose three recurring tasks from your week. Label each one Prompt, Workflow, or Agent, then write one sentence explaining your choice.
Guardrails