An AI agent is the difference between a tool that answers and a tool that acts. A chatbot responds to one message at a time. An agent takes a goal — "find me three competitors and draft an outreach email to each" — then breaks it into steps, uses tools (web search, your calendar, a code runner, your documents), checks its own progress, and keeps going until the job is done or it gets stuck.

The capability that makes something "agentic" is the loop: plan, act, observe the result, adjust. That loop is built on a large language model doing the reasoning and tool calling doing the acting.

Why it matters at your desk. For a freelancer or marketer, an agent is the first AI that can own a whole repeatable workflow rather than a single step — see workspace agents in ChatGPT and Amazon Quick for the desk-bound version, or the new wave of Notion and Gemini Spark workspace agents.

The catch is the obvious one: an agent that can act on its own can also make mistakes on its own, faster than you can catch them. The practical rule is to give an agent the narrowest goal that still saves you time, and a checkpoint where it reports back before doing anything irreversible — sending the email, committing the code, moving the money.