Practical answer · Build

How can I automate my small business with AI?

Automate a small business by mapping one repetitive process, separating fixed rules from tasks that require interpretation, and choosing the simplest reliable technology for each step. Use ordinary automation for predictable actions and AI for bounded work such as classifying text, extracting fields or drafting content. Add human approval before consequential actions, test difficult cases, protect sensitive data and measure the complete workflow before expanding it.

The central principle is simple: do not use AI where ordinary deterministic software or automation is sufficient. AI introduces variability. That is useful when interpreting language or messy inputs, but unnecessary for a fixed calculation, known routing rule or scheduled action.

Start with the process, not the agent

Write down:

  1. what triggers the work;
  2. what information arrives;
  3. which decisions are fixed rules;
  4. which steps need interpretation;
  5. which systems are updated;
  6. what can go wrong;
  7. where a person must approve the result.

Choose a process that is frequent, understandable and low risk. Avoid starting with the process that has the most exceptions or the greatest consequence of error.

Deterministic automation versus generative AI

TaskPreferReason
Send a reminder seven days before a dateDeterministic automationThe timing rule is fixed
Calculate VAT from known fieldsDeterministic softwareThe calculation must be exact
Route a form using a selected categoryDeterministic automationThe category is already structured
Classify a free-text enquiryAI with confidence handlingLanguage varies
Extract fields from varied documentsAI or document tooling with validationLayout and wording vary
Draft a reply from approved factsGenerative AI plus human reviewLanguage generation is useful

Practical workflow examples

Email and customer enquiries

A workflow can collect an incoming message, remove or protect unnecessary personal data, classify the topic, draft a response from approved material and place it in a staff review queue. Fixed rules should handle known senders and required acknowledgements.

CRM updates

After an approved call transcript is created, AI can suggest a summary and extract proposed next actions. A person confirms the record before the CRM is changed. Required fields, duplicate checks and user permissions remain deterministic.

Documents

An automation can receive a document, check the file type, extract defined fields, validate dates or reference formats, flag uncertain values and route exceptions. Keep the original document and the extracted evidence available for review.

Reporting

A scheduled workflow can gather approved metrics, calculate totals with normal code, use AI to draft commentary on notable changes and send the report to an owner for approval. AI should not recalculate figures that dependable software can compute.

Internal knowledge

An assistant can retrieve relevant approved documents and draft an answer with citations. Permissions, source freshness and a “no supported answer” response are essential. The system should not fill gaps from general model memory when company policy is required.

Human approval is a design feature

Require approval before:

  • sending external communications with commitments or sensitive content;
  • changing financial, customer or employee records;
  • making legal or similarly significant decisions;
  • acting on uncertain classifications;
  • publishing claims;
  • deleting or overwriting information.

The ICO guidance on explaining AI-assisted decisions is relevant where AI supports decisions about people.

Workflow tools, APIs and agents

Workflow tools connect triggers and actions through visual steps. APIs let software exchange structured information. An AI agent usually adds a model that can select or sequence actions towards a goal.

Agents can be appropriate where the path cannot be fully specified in advance, but that flexibility increases the testing and security burden. The NCSC's guidance on agentic AI recommends aligning agentic risks and mitigations with the organisation's existing security model and risk posture.

For many small businesses, a fixed workflow with one or two AI-assisted steps is easier to control than a broad autonomous agent.

Test before connecting live systems

Build a test set containing:

  • normal examples;
  • missing or contradictory information;
  • unusual wording and poor formatting;
  • content in the wrong language or file type;
  • malicious or irrelevant instructions inside source material;
  • cases that must be rejected or escalated.

Record the expected outcome before running the test. Measure false classifications, missing fields, review time and exception rates. A demonstration based on three ideal examples is not evidence of reliability.

Measure the complete cost

Include subscription and usage costs, build time, checking time, failed runs, support, staff training and maintenance. Compare these with the current process. Automation can be worthwhile without eliminating a role or producing dramatic savings; reduced backlog, faster acknowledgement or more consistent records may be the relevant outcome.

A sensible implementation plan

  1. Map one workflow and baseline its current performance.
  2. Remove unnecessary steps before automating anything.
  3. Implement fixed rules first.
  4. Add AI only to the bounded interpretation step.
  5. Create test cases and an approval route.
  6. Pilot with a small volume and named owner.
  7. Review errors, cost and user experience.
  8. Document the system and its manual fallback.
  9. Expand only when the evidence is good enough.

Where to get help

The Scottish Government-funded National AI Adoption Programme publishes support for eligible Scottish SMEs and social enterprises. Scottish AI Guy teaches practical workflows and longer build projects through £49 monthly membership. David Robertson also provides private implementation consultancy from £750 per day. These are our own services and should be compared with public programmes, other specialists and your existing technology suppliers.

Sources and further reading

Discuss a proportionate automation project