On this page 7 sections
Key takeaways
- Use plain rules for predictable, structured work and save AI for tasks that involve reading, sorting or drafting from unstructured information.
- Pick a first use case that is frequent, measurable and low-risk if the AI gets it wrong.
- Keep a person approving anything that commits money, changes customer records or goes out under your name.
- If AI will process personal data, plan for a data protection impact assessment, which the ICO says is needed in the vast majority of cases.
“AI automation” has become a catch-all phrase, and that makes it harder for SMEs to decide what to do with it. Some of what gets sold as AI is simple rules. Some of it is genuinely new: software that can read an email, understand what the sender wants and act on it.
The practical question for an owner-manager is not whether to “use AI”. It is which of your processes would benefit, which kind of automation fits each one, and how to keep control once it is running.
This guide covers the spectrum from rules to AI agents, where each fits, how to choose a first use case, the guardrails we put in place, and the UK data protection points to cover before you start.
From simple rules to AI agents: the automation spectrum
Business automation sits on a spectrum. At one end, systems follow fixed instructions. At the other, they interpret information and choose what to do within limits you set.
Diagram
The automation spectrum
- Rules and workflowsIf this happens, do that
- Robotic process automationSoftware robots working old screens
- AI reading and classifyingDocuments, emails and forms into data
- AI assistantsDraft and suggest, a person decides
- AI agentsMulti-step tasks within set permissions
Rules and workflows
“If this happens, do that.” When an order is paid, create the delivery job and email the customer. Rules are cheap, predictable and easy to test. They fail when the input is not what they expect.
Robotic process automation
RPA uses software robots to click through applications the way a person would, typically to move data between systems that have no API. It is useful for legacy software, but it breaks when screens change, so we treat it as a bridge rather than a foundation.
AI that reads and classifies
Language models can extract fields from a PDF invoice, classify an email by intent or summarise a long document. This is where most of the new value sits for SMEs: the work that used to need a person only because the information arrived as free text.
AI assistants and agents
An assistant drafts, answers or suggests while a person decides. An agent goes a step further: it can look things up, call your systems and complete a multi-step task, such as turning an emailed booking into a job, within permissions and approval rules you define.
Where each kind of automation fits
The most common mistake is using AI where a rule would do, or a rule where the input is too messy for one. A rough guide:
| Type | Best for | SME example | Watch out for |
|---|---|---|---|
| Rules and workflows | Structured, predictable steps | Paid order creates a delivery job and sends a confirmation | Edge cases nobody wrote a rule for |
| RPA | Old systems with no API | Copying approved timesheets into a legacy payroll screen | Breaks when the screen layout changes |
| AI reading and classifying | Documents, emails and forms | Extracting supplier invoice lines and matching them to orders | Confident mistakes on unusual documents |
| AI assistants and agents | Multi-step tasks needing some judgement | Answering order status questions from live data, escalating the rest | Actions taken without the right checks |
In most real processes the answer is a mix: AI reads the incoming email, rules decide what happens next, and a person approves the exceptions. That combination is usually more reliable than handing the whole process to an agent.
How to pick your first use case
You are not alone if this is the hard part. The ONS’s earlier analysis found that difficulty identifying business use cases, cost and a lack of expertise are the most commonly reported factors preventing or delaying AI adoption.1 Around 35% of UK businesses with 10 or more employees now use AI, up from around 12% in late 2023, so plenty of firms have worked through it.1
A good first use case scores well on five tests:
- Frequent: it happens daily or weekly, so small savings add up.
- Painful: the team already complains about it, which helps adoption.
- Measurable: you can time it and count errors before and after.
- Contained: a mistake is annoying rather than costly, and easy to catch.
- Data within reach: the information it needs already exists in your systems or inbox.
Sales enquiry triage, supplier invoice capture, first-line customer questions and internal report drafting often pass all five. Pricing decisions, credit approvals and anything involving vulnerable customers usually do not, at least not as a first project.
Is your data ready?
AI does not fix messy data. It reads it faster. Before a pilot, check three things.
- Where it lives: the AI needs access to the systems that hold the answer, through an API or a controlled export, not a person copying and pasting.
- Whether it is right: duplicated customers, out-of-date price lists and inconsistent product codes will be repeated back to you confidently.
- What is personal: list which fields identify people, so you can decide what the AI genuinely needs to see.
If the answer to the first question is “in five spreadsheets”, the first project may be a small piece of custom software that brings the data together, with AI added once it has a reliable source to work from.
Guardrails that keep AI automation under control
The risks with AI automation are rarely dramatic. They are an invoice matched to the wrong order, a polite but wrong answer to a customer, or an agent that did exactly what it was told with data it should not have used. The guardrails we build in are practical:
- Human approval for consequential actions: anything that commits money, changes a customer record or goes out under your name.
- Least-privilege access: the AI can read what the task needs and write only where it must.
- Confidence thresholds: low-confidence results go to a person instead of through.
- A log of every decision: what came in, what the AI concluded and what it did, so mistakes can be traced and fixed.
- Testing on real examples: run past cases through it before go-live and compare with what your team actually did.
UK GDPR and the ICO: what applies
If your AI automation touches personal data, UK GDPR applies in the same way as for any other processing. The ICO’s view is that in the vast majority of cases the use of AI will involve processing likely to result in a high risk to individuals’ rights and freedoms, which is the trigger for a data protection impact assessment.2
The ICO is also clear that this is not a job for the technical team alone: you cannot delegate these issues to data scientists or engineers, and senior management remain accountable.2 In practice that means an owner or director should understand what the system does with personal data, why, and what happens when it gets something wrong.
Be transparent with the people affected, keep the data you send to an AI to what the task needs, and check where your AI provider processes and stores it. Note that the ICO’s guidance on AI and data protection is under review following the Data (Use and Access) Act, so check the current version before you rely on it.3
Where to start
A sensible first project fits in about three months:
- Weeks 1 to 2: choose one process using the five tests, and measure it as it runs today.
- Weeks 3 to 4: check the data, list the personal data involved and start the impact assessment.
- Weeks 5 to 8: build a pilot that suggests rather than acts, and compare its output with your team’s.
- Weeks 9 to 12: let it act on high-confidence cases, keep a person on the rest, and measure again.
If the numbers hold up, widen it. If they do not, you have learned something useful for the cost of a small pilot rather than a large programme. When you are ready to build, our AI agents and automation team designs these with the guardrails above from the start, and our UK SME tech outlook for 2026 puts this in the wider context.
Frequently asked questions
What is the difference between automation and AI automation?
Traditional automation follows fixed rules: when a specific thing happens, it does a specific thing, and it fails when the input is unexpected. AI automation can interpret unstructured information such as emails, PDFs and free-text forms, then classify, extract or draft from it. Most effective business systems combine both, with AI handling the reading and rules handling what happens next.
What is a good first AI automation project for an SME?
Choose a process that is frequent, already painful, easy to measure, low-risk if a mistake slips through, and whose data is within reach. Sales enquiry triage, supplier invoice capture, first-line customer questions and internal report drafting are common examples. Start with the AI suggesting rather than acting, compare its output with your team’s, then let it act on high-confidence cases.
Do we need a DPIA to use AI with customer data?
Very likely. The ICO says that in the vast majority of cases using AI will involve processing likely to result in a high risk to individuals, which is when a data protection impact assessment is required. Start it early, keep the personal data the AI sees to the minimum, and check the ICO’s current guidance, which is under review following the Data (Use and Access) Act.
How do we stop an AI agent making costly mistakes?
Limit what it can access and change, require a person to approve anything that commits money, alters customer records or goes out under your name, and route low-confidence results to staff. Log every input, decision and action so errors can be traced. Test it on real past cases before go-live and treat instructions inside incoming emails or documents as untrusted.
Sources
- Artificial intelligence in UK businesses: 2023 to 2026Office for National Statistics
- What are the accountability and governance implications of AI?Information Commissioner’s Office
- Guidance on AI and data protectionInformation Commissioner’s Office





