Process Automation for Swiss SMEs: Where the 34% Actually Start, and What It Costs
Swiss SME AI use went from 22% to 34% in a year. Which processes they automate first, how to choose yours, and a six-week pilot that doesn't disrupt.
Swiss SME adoption of AI rose from 22% in 2024 to 34% in 2025, and the applications are unglamorous: process automation (34%), data analysis (32%), targeted advertising (24%) and CRM (20%), according to an AXA labour market study published by the Swiss Confederation's SME portal in 2025. SMEs are over 99% of Swiss companies, so the practical question is not whether to automate but which single process to start with — and the answer is almost always the one with the highest repetition and the lowest legal exposure.
Published 5 August 2026 · Last updated 5 August 2026
The adoption numbers, and what they say about timing
Roughly a third of Swiss SMEs now use AI, and the share moved twelve percentage points in a single year. Adoption is no longer experimental but far from settled, so a first project started now is neither early nor late.
The measured picture: 34% of Swiss SMEs used AI in 2025, up from 22% in 2024, and 45% regard it as an asset rather than a threat, up from 35%, according to the AXA labour market study published by the Swiss Confederation's SME portal in 2025. SMEs account for more than 99% of Swiss companies and two thirds of employment, according to Swiss Federal Statistical Office figures published via KMU.admin.ch in 2023: the mainstream of the Swiss economy, not a segment of it.
A second survey complicates that reading. Big data is used by 20% of small firms against 60% of large ones, AI by 8% against more than a third, and fewer than 5% combine the two, according to the KOF ETH Zurich Innovation Survey published in 2025. The two measure different things, and the distance between 34% and 8% is roughly the distance between trying a tool and building something on it. Either way, the firms pulling ahead are larger, and the difference is not budget alone. It is finishing the work on one process.
Automation is not AI, and the distinction saves money
Most of what a Swiss SME can save in the next twelve months does not require AI at all. Process automation is software that executes a defined sequence of steps across your systems without a person triggering each one: a signed contract creating a project folder and an invoice draft. It is deterministic, and it fails visibly.
An AI agent is a system that interprets an instruction in ordinary language, decides which action fits and produces an answer nobody wrote in advance. That is useful where the input resists rules — free text, four languages, scans — and it fails differently: a broken workflow logs an error, a wrong model returns a plausible answer nobody questions.
| Dimension | Deterministic automation | AI with judgment |
|---|---|---|
| What it does | Executes a fixed sequence | Interprets, then selects |
| Input it tolerates | Structured fields | Free text, mixed languages, scans |
| Failure mode | Stops and logs an error | Returns a plausible wrong answer |
| Supervision | Test once, monitor exceptions | Sampled human review, indefinitely |
| Cost behaviour | Largely fixed after the build | Per-request, rising with volume |
| Data protection surface | Data stays in your systems | Content reaches a provider unless self-hosted |
| Typical first use | Moving records, notifications, filing | Classifying, drafting, extracting, four-language replies |
Automate the deterministic part first and add judgment only where rules genuinely fail. Calibrate ambition: 57% of work hours are technically automatable with current technology, but the mid-scenario projects 27% actually automated by 2030, according to the McKinsey Global Institute in 2025. That research is global, not Swiss-specific: the gap between technically possible and actually done is where disappointed budgets sit.
What are Swiss SMEs actually automating?
Four areas, in a narrow band. Among Swiss SMEs using AI, the applications are process automation at 34%, data analysis at 32%, targeted advertising at 24% and CRM at 20%, according to the AXA labour market study published by the Swiss Confederation's SME portal in 2025.
Set that against what vendors present and the mismatch is obvious. The demonstrations feature autonomous agents negotiating with customers; the adoption data describes back-office work — records copying themselves between systems, enquiries arriving already classified. None of it makes a compelling video, and all of it removes hours from people who are expensive to replace.
The distribution also indicates where the return is defensible. Process automation and data analysis together account for the majority of use, and both produce a number you can put in front of a board: hours removed per week, error rate before and after. Advertising and CRM effects are harder to isolate. If your first project has to justify a second, choose from the first two categories.
How do you choose the first process? A scoring method
Score each candidate from 1 to 5 on the criteria below, then subtract the legal exposure score. List every repetitive process someone complains about, score them with the people who do the work, and take the highest total.
Repetition volume
How many times per week does this happen? Below roughly twenty repetitions a week almost nothing pays back within a year, because the cost of building and maintaining an automation does not shrink with volume.
Rule stability
Would the process run the same way in six months? Rules that change with every client or season turn maintenance into a permanent cost, and argue for keeping a person in the loop.
Data availability
Is the information already in a system, or in someone's head and an email folder? If three colleagues would describe the input differently, the first task is documentation, not software.
Legal and reputational exposure
What happens if the output is wrong? A misfiled internal document is inconvenient; a wrong price sent to a client is another category. Score this high and subtract it: exposure pushes a process down the list.
Measurability of the current baseline
Can you state today's performance as a number before changing anything — minutes per case, error rate, time from request to answer? A process nobody has measured cannot demonstrate improvement, and an unproven project rarely gets a second.
Five starting points for a 20–200 person Swiss company
These five recur at this size: high repetition, contained consequences when something goes wrong.
Inbound enquiry handling and qualification
Enquiries arrive by email, web form and telephone, in more than one language, and someone reads each to decide where it goes. Classification, routing and acknowledgement automate well; the commercial judgment stays human. Measure time to first response.
Quotation and offer preparation
Where offers are assembled from a price list, standard clauses and a few variables, the document largely builds itself from the CRM record. The value is consistency as much as speed: current prices, terms and language. Where every offer is bespoke, this is a poor candidate.
Document extraction and data entry
Supplier invoices, delivery notes and orders arrive as PDFs and are retyped into an ERP. This is the clearest case for combining both approaches: a model extracts the fields, rules validate them against master data, and anything below a confidence threshold goes to a person.
Internal knowledge assistant for staff
Questions about procedures, specifications and past projects consume senior time and repeat endlessly. An assistant answering from your own documents is contained by design: the audience is internal, mistakes are visible to colleagues who know better, and no client sees the output.
Scheduling and coordination
Appointments, site visits and service calls involve several calendars and a chain of messages. Availability logic, confirmations, reminders and rescheduling are entirely deterministic; the return is coordination hours removed, not headcount.
Multilingual by default: the Swiss constraint nobody plans for
German, French, Italian and English arrive in the same inbox, and the system does not know which is coming. That fact changes the design of every automation touching a customer, and is the requirement most often discovered after the build.
A one-language workflow handles the others badly. Keyword rules that route "Offerte" do nothing with "offre" or "preventivo". Templates exist properly in one language and are pasted into the others by whoever is available. Classification tuned on German enquiries performs worse on French ones, and nobody notices because nobody measures by language.
The design that holds has four properties. Language is detected on arrival and stored as a field, so every later step can branch on it. Every template and confirmation exists in all four languages, reviewed by a native speaker, because a machine-translated confirmation is where a Swiss client concludes you are careless. Escalation routes to a colleague who speaks that language. And accuracy is measured per language, because an aggregate figure conceals the one that is failing. The same discipline governs the public side, where multilingual websites for Swiss companies face an equivalent set of decisions.
This is also where AI earns its cost most clearly. Detecting language, understanding an enquiry written in Ticino Italian and replying in the register the client used are tasks that resist rules. If your enquiry flow is genuinely four-language, the judgment layer is not optional.
What does it cost, in ranges?
Three components, and the third is usually left out. Implementation is a one-off cost covering process mapping, building, testing and handover, at [RANGE TO BE CONFIRMED] for a single well-defined process in the Swiss market. The range tracks the number of systems involved more than the technology: two systems with clean interfaces sit near the bottom, an ERP with no usable API near the top.
Running cost is monthly, at [RANGE TO BE CONFIRMED] for an automation of this type, and splits in two. Platform and model usage scale with volume; maintenance does not. Deterministic workflows sit at the lower end, while anything routing free text through a model carries a per-request charge.
Internal time decides whether the project succeeds. Budget four to six hours a week from the process owner during implementation, and roughly two hours a month afterwards for exception review. A company that cannot release those hours should postpone rather than reduce scope: automations without an owner degrade quietly, and the failure surfaces months later.
The proportionate compliance minimum for an SME
A 40-person company does not need the governance apparatus of a bank, but it does need a documented minimum. The revised Federal Act on Data Protection applies to your automation exactly as it applies to your CRM: the obligations follow the personal data, not the technology. Proportionate means written down, owned and reviewable.
Confirm each line before the automation touches customer data:
- ☐ A named owner, by person and not by department
- ☐ The processing entered in your register of processing activities
- ☐ A retention period per data category, with deletion that actually runs
- ☐ No client data in consumer-tier AI tools, with a written instruction to staff
- ☐ Written supplier confirmation of where processing happens and whether inputs train models
- ☐ Transparency towards the person when they are dealing with an automated system
- ☐ A documented route for a human to review or overturn an automated outcome
- ☐ A log of what the system did, kept long enough to answer a question about a case
Where the automation decides about people, processes special-category data or produces output used in the EU, the assessment belongs with counsel. For an AI agent rather than a deterministic workflow, work through the compliance checklist before deploying an AI agent.
A six-week pilot that doesn't disrupt the business
Six weeks is enough to prove or disprove one process without the business noticing, provided nothing goes live unsupervised. A baseline is a written measurement of how the process performs today, taken before any change. Shadow mode is a stage in which the system processes real work nobody acts on, so errors cost nothing.
- Week 1 — Baseline. Measure volume per week, minutes per case, error rate and time from request to completion. Circulate one page with them.
- Week 2 — Mapping. Write down the process as actually performed, including the exceptions people handle informally. The exceptions are the project: they are where automation fails.
- Weeks 3–4 — Build. Build on real data in a test environment, with the owner reviewing output weekly. Short cycles catch misunderstandings while they are cheap.
- Week 5 — Shadow mode. Run in parallel with the people doing the work and compare case by case. A disagreement rate above roughly 10% means the rules are wrong, not the technology.
- Week 6 — Supervised operation. The system works and a person approves before anything leaves the company. Log every correction: each is a rule to add or a case to exclude.
- Go/no-go. Compare against the week 1 baseline. Proceed if the time saving is measurable, the error rate is at or below the manual one, and the owner will keep it. Otherwise stop and keep the mapping.
Two conditions must be met before week 1: a named owner with authority to change how the process runs, and access to the systems involved. Waiting turns six weeks into four months.
When the answer is "not yet"
In four situations automation is the wrong purchase and the honest answer is to wait.
The volume is not there. Below roughly twenty repetitions a week the build and maintenance cost will not be recovered. A checklist and a shared template solve the same irritation for nothing.
The process is undocumented and contested. If two experienced colleagues describe it differently, automating it encodes one version and creates a dispute. Write it down and agree it first; many companies find the documentation alone removes most of the friction.
Nobody will own it. If no individual will accept responsibility for exceptions and monthly review, do not build. Unowned automations fail silently, and the discovery usually comes from a client rather than a dashboard.
The process is about to change. An ERP migration or a new regulatory requirement within six months will invalidate the rules you are about to encode. Automate afterwards, using the mapping as preparation.
Frequently asked questions
Is our company too small to automate?
Headcount is the wrong test; volume is the right one. Below roughly twenty repetitions a week, the cost of building and maintaining an automation will not be recovered within a reasonable horizon, whether you have twelve employees or two hundred. Above that threshold, a ten-person firm with a high-volume ordering process is a better candidate than a hundred-person firm whose work is bespoke every time.
Which language should the system handle?
All the languages that reach your inbox, with detection at the point of arrival. German, French, Italian and English arrive in the same channel and the system cannot know in advance which is coming, so language should be detected on receipt and stored as a field every later step can branch on. Single-language design fails predictably: rules that route "Offerte" do nothing with "offre" or "preventivo".
How long does a pilot take?
Six weeks for one process: week 1 to measure the baseline, week 2 to map the process as actually performed, weeks 3 and 4 to build on real data, week 5 in shadow mode alongside the people doing the work, and week 6 in supervised operation. Two things must be ready before week 1 — a named owner with authority to change how the process runs, and access to the systems involved.
Do we need to hire someone technical?
No, but you do need a named process owner, and that is not optional. The owner knows how the process actually works, decides the rules for exceptions and accepts responsibility for the outcome. Budget four to six hours a week from that person during implementation, and roughly two hours a month afterwards for exception review. Technical work can be bought; ownership cannot.
What does it cost to run per month?
Two components behave differently. Platform and model usage scale with volume: a deterministic workflow moving records between systems has a broadly flat monthly cost, whereas anything sending free text to a model carries a per-request charge, so five times the enquiries means five times that line. Maintenance scales not with volume but with change. Monthly running cost for an automation of this type is [RANGE TO BE CONFIRMED].
What if we already use Microsoft Copilot?
They solve different problems and coexist well. A general assistant helps an individual work faster on tasks they choose: drafting, summarising, searching across documents. A process automation runs without anyone starting it, executes a defined sequence across your systems, and produces a result you can measure against a baseline. Copilot will not extract fields from every supplier invoice into your ERP overnight, and an automation will not write a better proposal.
DINOLABS is a Colombian company that builds websites, process automation and AI agents for businesses in Colombia, Mexico, the United States and Switzerland.
To have your candidate processes scored before committing a budget, Request a Confidential Assessment — NDA available.