Glasswork Analytics
All resources
Primer5 min read

What is an AI agent? A 5-minute primer

Downloadable PDF coming soon. Read it in full below, or get notified when the PDF lands.Notify me when ready

Five minutes, no jargon, with a worked example. By the end you’ll know what an AI agent actually is, what the four common shapes look like, and the six red-flag phrases that mean a vendor doesn’t.

The plain-English definition

An AI agent is a language model that, given a goal, decides which tools to call, calls them, reads the results, and decides what to do next - in a loop, until it judges the goal met.

Three words do all the work in that sentence: tools, loop, and goal.

  • Tools are functions the model can call: send an email, read a file, query a database, hit an API, run a calculation. Without tools, you have a chatbot.
  • Loop means the model can run again on its own output - read what happened, decide what to do next. Without a loop, you have a one-shot script.
  • Goalis a clear stop condition. “Send the customer a quote and confirm it landed” is a goal. “Be helpful” is not.

The diagram

Goal
from a person
LLM
thinks, picks a tool
Tool call
email / DB / API
Result
back into the LLM
loop
Done?
model judges

The same loop, repeated. The model isn’t smarter than a chatbot - it just gets more turns and the ability to act between them.

The four common shapes

1. Chatbot
LLM + chat history. No tools, no loop. The thing on most websites today. Not actually an agent.
2. Copilot
Sits next to a human doing the work, suggesting actions. Tools live with the human; the model proposes. Cursor, Copilot, most “AI features” inside SaaS.
3. Autonomous worker
Given a goal, runs the loop on its own and reports back. Customer support triage, scheduled report drafting, ticket routing. The classic agent.
4. Multi-agent
Several specialised agents handing tasks to each other - a researcher, a writer, a reviewer. Outperforms single agents on complex jobs but multiplies cost.

A worked example: Sue’s plumbing

Sue runs a 4-person plumbing business. Quotes are eating her evenings. Each quote takes 15 minutes - read the enquiry, check the diary for availability, look up parts, write the reply. Twelve enquiries a week is three hours of Sue’s Sunday gone.

The non-agent version (a chatbot)

Sue installs a chatbot on her website. It can answer “what areas do you cover?” but it can’t check her diary, can’t look up parts pricing, can’t actually quote. Sue still does the quote. Saves 30 seconds.

The agent version

Sue’s assistant agent has three tools: read_calendar, lookup_parts_price, and draft_quote_email. When an enquiry arrives:

Enquiry
email comes in
Read diary
2 slots next week
Look up parts
copper pipe + valve
Draft quote
email saved as draft
Sue reviews
hits send

Quote time drops from 15 minutes to 2. Sue still hits send - the agent never emails the customer directly because the cost of a wrong quote is high. That’s the human gate.

Six red-flag phrases

  • “Fully autonomous” - for any business-critical action, autonomous means unsupervised, which means undiagnosed when it goes wrong.
  • “Our agent never hallucinates” - language models always can. The right framing is “here’s how we reduce and detect it”.
  • “It learns from every interaction”- usually means “we keep your data and may train on it”. Ask where the learning happens and who owns it.
  • “Replaces your team” - sales-deck phrasing. Useful agents augment a small team, they don’t replace it.
  • “Plug and play, no setup” - a real agent needs to know your tools, your data, and your guardrails. Setup is the job. Skipping it is the failure mode.
  • “Proprietary AI”- almost always wrapping someone else’s frontier model (Claude, GPT, Gemini). Ask which one. If they won’t say, walk away.

The honest one-question test before building one

Could a competent junior assistant do this task with the same tools, given clear instructions? If yes, an agent will probably help. If no - because the task needs judgement, relationships, or context not written down anywhere - you’re trying to skip the wrong step.

Going deeper

Insights · One email a month

Useful things, when there are useful things to say.

Plain-English notes on AI, automation, and bespoke software for UK SMEs. We don’t do drip campaigns. Unsubscribe in one click.

We only ask for your email if you’ve opted in to marketing cookies. That’s how we keep things tidy - one place to change your mind, any time.