Cybrial
Independent design. Ongoing growth.Manchester · Working everywhere

Guide · AI

What Is an AI Agent? A Business Owner’s Answer

By Measured 4 September 2026

The word is doing an enormous amount of work in the market right now, and a good deal of what is sold as an agent is a workflow with a model in the middle. That is not a criticism — the workflow is often the right answer — but you should know which one you are buying.

The short answer

An AI agent is a system that is given a goal rather than a script, decides the steps itself, and uses tools — searching, reading a database, sending an email, calling an API — to reach it. That is what separates it from a chatbot, which answers questions and then stops, and from an automation, which follows a fixed sequence somebody defined at build time. Agents are worth the extra complexity when the steps genuinely cannot be known in advance; when they can, an automation does the same job more cheaply and far more predictably.

Chatbot, automation, agent

Almost every confusing conversation about AI in business is two people using one of these words to mean another. They differ in one specific way: who decides the order of the steps.

Who decides what happens next
Who decides the stepsGood atFails by
ChatbotNobody — it responds and stopsAnswering questions from material it hasAnswering confidently and wrongly
AutomationYou, at build timeDoing the same reliable thing every timeMeeting a case you did not anticipate
AgentThe model, at run timeTasks where the steps depend on what it findsDoing something plausible and wrong, repeatedly and quickly

Source: Cybrial’s own framing. It is the distinction that decides which one a business should buy, and it is deliberately about control rather than technology.

Note the last column. An agent’s failure mode is the expensive one, because it acts. A chatbot that is wrong has said something wrong; an agent that is wrong has done something wrong, and possibly several things, before anyone looked.

Is ChatGPT an AI agent?

By default, no — in its plain form it is a conversational model: you ask, it answers, nothing happens in the world. With tools attached, it becomes one, because it can then decide to search, run code, read a file or call an API and use what comes back to decide the next step.

That is the honest shape of the distinction, and it is why the question keeps recurring. “Agent” is not a different kind of technology from the chat interface most people have used. It is the same model, given tools and a goal instead of a conversation.

The “five types of agent”, and why that list is not much use

The classification that turns up everywhere — simple reflex, model-based reflex, goal-based, utility-based, learning — comes from academic artificial intelligence and long predates language models. It is a genuine taxonomy and it is close to useless for deciding what to build.

The distinction that matters commercially is much blunter: how much can it do without a human agreeing first?

  1. It drafts, a person approves. Cheap to build, cheap to be wrong, and where the great majority of business value currently is.
  2. It acts within a fenced area — reading records, writing to one system, with limits on what it may change.
  3. It acts across systems unsupervised. Expensive to build, expensive to be wrong, and rarely the right first project.

Almost every business asking about agents wants the first one and has been quoted for the third.

What drives the cost of building one

No build price is published here, and none is quoted for other people either, because there is no primary source for what an agent costs to build and an invented range would be worse than silence. What can be said honestly is where the hours go, which is the useful half anyway.

  • How many systems it must reach, and whether each has a documented API
  • How wrong it is allowed to be — a draft somebody approves is a fraction of the cost of an action taken alone
  • What it does when it does not know, which is a design problem rather than a coding one
  • Whether real cases exist to test it against, or whether they have to be invented first
  • How much it will be trusted with over time, because that decides how much logging and review it needs on day one

The running cost is usually the pleasant surprise: model usage for a small business task is normally tens of pounds a month. The expense is the build, and most of the build is integration rather than anything to do with AI.

When the simpler thing wins

If you can write the steps down, write the steps down. An automation that follows them will be cheaper, faster, more predictable and far easier to debug at four in the afternoon when something has gone wrong. Handing a fixed sequence to a model that might choose differently each time is paying extra for uncertainty.

The genuine case for an agent is a task where the steps depend on what it finds — reading an inbound enquiry and deciding which of six things it is, then doing the right one. That is not scriptable, and that is exactly where the technology earns its keep.

A useful rule of thumb: if a competent new starter could be given the task as a written procedure, build the procedure. If they would need judgement, an agent is worth considering — and so is asking whether the task should be automated at all.

Sources

Everything this page relies on.

  1. Search demand and click-price data: DataForSEO (Google Ads data, United Kingdom), read 4–5 September 2026. The specific phrases and figures are Cybrial’s own research and are not published.

  2. Cybrial live SERP reading, 4 September 2026: an AI Overview is present on the “what is an ai agent” result; “What does an AI agent do exactly?”, “What are the 5 types of agent in AI?” and “Is ChatGPT an AI agent?” all appear in People Also Ask across this cluster.

  3. The five-type agent classification is standard academic artificial-intelligence material and predates language models; it is described here rather than cited to any vendor.

  4. Cybrial published pricing: AI work is quoted from the hours the integration takes and then runs on the client’s own provider account at the provider’s price.

  5. No competitor agency has been used as a source on this page.

Common questions

Questions people actually search for.

What is an AI agent?

A system given a goal rather than a script, which decides the steps itself and uses tools — searching, reading data, sending messages, calling APIs — to reach it. The decision-making at run time is what distinguishes it.

Is ChatGPT an AI agent?

Not in its plain conversational form — you ask, it answers, nothing happens. With tools attached it becomes one, because it can then act and use the result to decide what to do next.

What is the difference between an AI agent and a chatbot?

A chatbot answers and stops. An agent acts, and keeps going until the goal is met or it gives up. That is also why an agent’s mistakes cost more: it has done something rather than said something.

What are the five types of AI agent?

Simple reflex, model-based reflex, goal-based, utility-based and learning — a taxonomy from academic AI that predates language models. Commercially the useful question is different: how much can it do before a human agrees?

Do I need an agent or an automation?

If you can write the steps down, build the automation — cheaper, faster and far more predictable. Agents earn their keep only where the steps depend on what the system finds.

How much does an AI agent cost to build?

It is quoted from hours, and the hours come from how many systems it touches, how autonomous it is allowed to be and how much testing that demands. Running cost is usually tens of pounds a month in model usage.

Agent, automation, or neither?

Describe the job you want taken off somebody’s hands. I will tell you which of the three it actually is — and if the answer is that a form and a rule would do it for nothing, that is what you will get told.