AI Agent
I don't want to direct every step. Can I give it a goal and let it figure out how to finish it?
AI agent vs chatbot: what is the difference?
A chatbot describes the conversational interface; an AI agent describes a goal-directed workflow that uses results to decide the next step. One product can be both.
| Decision point | AI Agent | Chatbot |
|---|---|---|
| What it describes | A workflow that takes actions, observes results, and continues toward a goal. | An interface where people and an AI exchange messages. |
| How work continues | Uses tool output or other observations to choose another action or stop. | Organizes interaction as turns; it may answer directly or provide access to an agent workflow. |
| Typical workflow | Inspects repository files, edits code, runs tests, and verifies fixes before concluding. | Explains why an error occurred based on text pasted into the chat prompt. |
