What Is an AI Agent? A Plain-English Guide for Business
An AI agent is software that is given a goal, works out the steps, uses tools to take them, checks the results and keeps going until the goal is met — or asks a human when it should. That is the whole idea. Everything else is detail, and the detail is what decides whether it works.
- Published
Agent vs chatbot vs automation
| Automation (RPA, scripts) | Chatbot | AI agent | |
|---|---|---|---|
| Follows | Fixed steps | A conversation | A goal |
| Handles variation | No | In wording only | Yes, within limits |
| Takes actions in systems | Yes, fixed ones | Rarely | Yes, chosen per situation |
| Knows when to ask a human | No | No | Yes, if built properly |
| Best for | Repetitive, unchanging work | Answering questions | Messy, multi-step work with judgement |
What is inside one
- A model — the reasoning engine, rented from a provider. It decides what to do next.
- Tools — the actions it can take: look up an order, send an email, update the CRM, run a calculation.
- A harness — the loop that runs the model, executes tools, manages memory and enforces the rules. This is the part you own and the part that decides quality.
- Guardrails — which actions run alone and which need a person to click approve.
- Evals — a test set of real scenarios so you know it works before customers do.
What agents can do well in 2026
- Qualify and route leads across chat, WhatsApp and phone.
- Triage and draft replies to support tickets, escalating the hard ones.
- Read documents and enter or reconcile the data across systems.
- Book, reschedule and remind — by voice or message.
- Research a company, a market or a codebase and write a brief.
What they still do badly: anything requiring sub-second decisions, tasks where a single mistake is catastrophic and cannot be gated, and open-ended jobs with no way to check the result.
What one costs
A first agent for a real business process is $6k–$40k to build and $100–$800 a month to run, depending on how many systems it touches. Timeline four to eight weeks, including a period where it proposes and a person approves. See our full cost breakdown for the tiers.
Frequently asked questions
Is ChatGPT an AI agent?
The chat product is a chatbot. Agents are built on top of models like the ones behind it, with tools, a harness and guardrails added. The model alone does not act on your systems.
Will an agent replace my staff?
It replaces the repetitive part of their day. In our deployments the same people end up doing more valuable work, and the business handles more volume without hiring.
How do I know it will not make things up?
By constraining it to your data and tools, gating risky actions behind approval, and testing it against hundreds of real scenarios before launch. "Making things up" is a harness problem, not a law of nature.