On this page
"Should we be doing agentic AI, or is generative AI enough for what we need?"
It's the question we get asked most often in 2026, and the honest answer is almost always: it depends what you're actually trying to do, and the two terms describe completely different things even though the press uses them interchangeably.
This post is a buyer's guide. Not a deep technical tour, just a clear walkthrough of the real difference, where each one earns its keep for a UK SME, what you should expect to spend, and the mistake we most often see businesses make when choosing between them.
The actual difference, in one sentence
Generative AI produces an output. Agentic AI takes an action.
That's the core distinction, and once you internalise it the rest of the conversation gets a lot easier.
A generative AI feature reads an input and writes a response. You give ChatGPT a prompt, it gives you back text. You give an image model a description, it gives you back a picture. You give a coding assistant a function signature, it gives you back code. The model does one thing in one shot, and then it's done.
An agentic AI system reads an input, decides what to do about it, and then does it, typically by calling other software, looking things up, asking a human for approval when needed, and remembering what happened so it does better next time. The model is the brain, but the system around it has hands and a memory.
Generative AI is a function call. Agentic AI is a small autonomous worker built around a model.
Where generative AI earns its keep
Most UK SMEs we talk to need generative AI long before they need agentic AI. It's cheaper, faster to deploy, much easier to govern, and it solves a genuinely wide set of real problems.
Good fits for generative AI:
- Drafting documents. Marketing copy, internal briefs, proposal first drafts, knowledge-base articles. A human still reviews, but the blank page goes away.
- Summarising things. Long email threads, recorded meetings, customer feedback in a spreadsheet, regulatory documents you need a quick read on. The model gives you the headline; you decide if you need to go deeper.
- Answering structured questions over your own content. Retrieval-augmented generation (RAG) lets you put your own documents behind a chat interface so staff can ask "what does our refund policy say about international orders?" and get a grounded answer with citations.
- Pattern extraction. Pulling structured fields out of unstructured documents (an invoice number from a PDF, a date from an email, a sentiment score from a review).
- Translation, tone adjustment, code suggestions. Anything that takes text and turns it into different text.
If your problem looks like "we have a lot of text, and we need a person to read it, summarise it, draft something off it, or answer questions about it," generative AI is almost certainly enough. You don't need to build an agent for any of these.
The honest cost framing: most generative AI features added to existing software are a two-to-six week build at the low-to-mid end of the scale, not the full bespoke-platform price. Ongoing inference cost on a platform like Azure OpenAI is typically tens to low hundreds of pounds a month for an SME workload. That's it.
Where agentic AI starts to earn its keep
Agentic AI is worth the additional complexity when the problem has three characteristics:
- It's repetitive. The same kind of decision happens many times a day or week.
- It involves more than one step. Read this, check that, decide between options, do the action, update the record.
- There's a real cost to a human doing it manually, either in salary, in latency, or in errors.
Some realistic examples from the kinds of clients we work with across Wigan, Manchester, Liverpool, Preston and the wider Northwest:
- Document classification and routing. Thousands of invoices, contracts, claims forms or compliance notices arriving each week. An agent reads each one, classifies it, extracts the key fields, routes it to the right team, and flags the genuinely ambiguous cases for a human. We wrote about a specific implementation on Azure AI Foundry for exactly this pattern.
- Customer enquiry triage. Inbound messages arrive across email, web form, and live chat. An agent decides whether the enquiry is a sales lead, a support issue, a billing question, or spam, routes it, drafts the response, and escalates when the customer's account history suggests it should.
- Stock or order chase-ups. An agent reviews stock levels and outstanding purchase orders each morning, identifies what's at risk, and either auto-reorders within policy or raises a flag for a buyer with the suggested action pre-filled.
- Tender or grant document triage. An agent watches the Find a Tender service or Contracts Finder, scans new opportunities against your capability profile, and surfaces the ones genuinely worth a human reading. Particularly relevant for the public-sector-adjacent suppliers we work with in Bolton and Preston.
In each case the value isn't "the AI is clever". The value is that a decision happens automatically while a human sleeps, the work is consistent, and a process that used to need a person spending real hours now needs them for review and exceptions only.
The honest cost framing: a real agentic system is typically a two-to-four month build for a focused single use case, with the exact number depending on integrations, compliance scope, and how rich the human-in-the-loop tooling needs to be. Multi-agent systems with shared memory and observability cost more. The thing worth knowing up front is that ongoing inference cost is genuinely modest, often only a few hundred to a few thousand pounds a month for an SME workload, because most of the cost is in the build, not the running. Happy to talk through specifics on a call.
The right way to think about it: an agent is a piece of bespoke software that happens to have an LLM in the middle of it. You're not buying a chatbot. You're buying a small autonomous worker built specifically for one repetitive part of your business.
How to tell which one you need
A simple decision test. For each problem you're considering:
Is the output the answer, or is the output the start of an action?
If the value is in the output itself (a draft, a summary, an answer to a question), it's a generative AI problem. Build a feature, ship it, move on.
If the value is in what happens after the output (a record is updated, a person is notified, a workflow advances, the next step is automatically triggered), it's potentially an agentic AI problem. And the more steps that "after" involves, the stronger the case for agentic.
A second test, more pragmatic: could a junior team member do this consistently with a checklist? If yes, an agent can probably do it too, and is probably worth building. If the work genuinely needs human judgement at every step, generative AI to assist a human is the better answer.
The most common mistake
The mistake we see most often, by far, is jumping to agentic when generative would have done the job.
A business has a repetitive document-heavy problem, reads about agentic AI in the press, and decides they need a multi-agent system with memory and tool use and a feedback loop. Six months later they have a half-built system that's expensive to run and impossible to govern, and the actual underlying problem was "we need someone to summarise these documents", which a £6,000 generative AI feature in their existing CRM would have solved in three weeks.
The second-most-common mistake is the opposite: building a generative AI feature for something that's genuinely a repeated multi-step decision, then watching staff burn hours copying the AI's output into other systems by hand. At that point you've paid for the LLM but kept all the human work.
The cheap heuristic: if the output is going to be copied somewhere else by a human every single time, you should have built an agent.
What we recommend for most UK SMEs
For most of the businesses we talk to, the sensible roadmap is:
- Start with one or two generative AI features in software you already use. A drafting assistant in your CRM, RAG over your knowledge base, summarisation in your inbox. Small, contained, cheap, governed. Get your team comfortable with the technology and your governance comfortable with the data.
- Identify the one repetitive process that costs you the most human time and isn't fundamentally judgement-led. That's your candidate for an agentic build.
- Build that agent narrowly. One use case, one document type, one workflow. With human-in-the-loop on day one and the confidence threshold tightened over time as the system proves itself, as we described in the document-classification post.
- Measure the time saved, not the impressiveness. If the agent isn't saving demonstrable hours within three months of being in production, kill it and try the next use case.
Most clients don't need a fleet of agents. They need one or two that genuinely earn their keep, embedded into the bespoke software they already run, with proper logging and a human in the loop for anything important.
What we don't recommend
A few things we'd push back on if a client suggested them:
- A general-purpose company assistant ("an AI that knows everything about our business"). These almost always become demos that nobody uses. Build agents that do specific jobs, not assistants that do nothing in particular.
- Going straight from zero to a multi-agent system. Even the big AI labs are mostly running single-agent systems in production. Multi-agent is a research frontier; for a UK SME it's almost always over-engineered.
- Replacing a working off-the-shelf product with a bespoke agent for novelty's sake. If your accounting package already classifies expenses well enough, don't build an agent to do it again.
- Picking an open-source LLM "to keep your data safe" without checking whether Azure OpenAI in the UK South region already gives you UK data residency. Usually it does, and the engineering effort of self-hosting a model is rarely worth it for an SME.
The bottom line
Generative AI is a feature. Agentic AI is a piece of bespoke software with an LLM at the core. Both can be genuinely valuable for a UK SME. They cost very different amounts, take different amounts of time to build, and solve different shapes of problem.
If you're not sure which you need, the question we'd start with is: what's the single most repetitive, multi-step process in your business that involves a real person making structured decisions all day? That's the conversation. Everything else (which model, which platform, which framework) is downstream of getting that question right.
Want to talk through what your business actually needs?
If you're weighing up AI options, evaluating Azure AI Foundry for a specific use case, or trying to work out whether your problem is a generative AI feature or an agentic build, get in touch. We're a Wigan-based software development team building both kinds of system on .NET, Azure AI Foundry and Semantic Kernel, with UK data residency and human-in-the-loop safeguards by default. More detail on our AI Agents & Automation service and our wider bespoke software development work.
Related reading
Software Development for Northwest UK SMEs: What We See Working in 2026
Practical observations from a Northwest UK software consultancy on what's actually moving the needle for SMEs in Manchester, Liverpool, Preston, and beyond, and what's still a waste of time.
Why we publish a public tech radar
How Zim Digital's quarterly tech radar works, why we made it public, and what technical buyers should take from an agency's stack choices.