WhizzWorks

Applied AI

AI automation for your small business

Take one repetitive workflow, remove the copying and chasing, and keep a person in charge of every decision that carries real risk.

Routine steps completed without copying between systems
Exceptions routed to the right person with their context intact
Approvals kept around customer, financial, and unusual decisions
A visible record of what ran, failed, and changed

Small businesses rarely suffer from a shortage of software. The problem is the work between the software. A request arrives by email. Someone copies it into a spreadsheet. Another person creates a job in a scheduling tool. A third sends a status update. When something changes, the same facts have to be corrected in several places.

AI automation can remove part of that work, but only when it is built around the actual process. Buying a generic agent and giving it access to everything is not a process. It is a new source of uncertainty. The useful version is narrower: one defined workflow, clear inputs, controlled actions, and a person responsible for exceptions.

Start with the workflow, not the model

The first step is to watch the task happen from beginning to end. The official instructions are not enough. Real work includes the message someone sends when a field is missing, the customer who uses an old form, the supplier name that never matches the accounting system, and the judgment call that only one employee knows how to make.

Those details determine the design. A dependable automation separates the workflow into three kinds of steps:

  • Fixed steps use ordinary rules. A completed form creates a record. A paid invoice changes a status. These steps do not need AI.
  • Language steps use a model where the input is messy. It can identify what an email is asking, summarize a document, or draft a response from approved material.
  • Decision steps stay with a person when they affect a customer, money, safety, or an unusual exception.

This split matters. Rules are cheaper and more predictable than AI. People are better at consequences and context. A model earns its place only in the middle, where language or unstructured information makes a fixed rule impractical.

What an AI workflow can look like

Consider a service request that currently arrives through a shared inbox. A focused automation can read the message, identify the customer and request type, check whether the required information is present, and create a draft job record. If something is missing, it can prepare a reply using your approved language. A person reviews the reply and the new record before either moves forward.

Once approved, ordinary integrations can update the scheduler, notify the assigned employee, and place the original message beside the job. The model does not need permission to send money, change a price, or promise a completion date. It handles the reading and drafting. The rest is controlled software.

That same pattern applies to many repetitive processes:

  • Turning an enquiry into a qualified lead and a draft follow-up
  • Reading an attached document and preparing structured fields for review
  • Sorting incoming support requests and placing them in the right queue
  • Summarizing a completed call and proposing the next action
  • Comparing a request with a policy and showing the relevant source to a reviewer

The value comes from the whole path. A clever classification that still leaves someone copying the result into three systems has not solved the workflow.

Design the exception path first

Every automation demo works on the clean example. Production work is mostly exceptions.

A customer replies from a different address. An attachment is unreadable. A required field contradicts a note in the message. The scheduling system is unavailable. The model is unsure whether the request belongs to one category or another. These are normal operating conditions, not rare surprises.

We define what happens in each case before widening the automation. Low confidence goes to review. Missing information stays visibly incomplete. A failed integration retries only when that is safe, then alerts a person with the context needed to finish the task. No request should vanish because one step failed quietly.

This is also why every run needs a record. You should be able to answer simple questions: What came in? What did the system extract? Which rule or prompt ran? What did a person approve or change? Where did the workflow stop? Without that record, improvement becomes guesswork.

Keep access narrow

An AI automation should receive only the information and permissions needed for its task. An inbox sorter does not need access to accounting. A document extractor does not need permission to send customer messages. A drafting tool does not need authority to publish its own answer.

Narrow access limits the damage from a mistake and makes the system easier to understand. We document which services receive data, what is stored, how long it is retained, and which actions require approval. If a provider's terms do not fit the information you handle, that provider is not part of the design.

Measure completed work, not impressive output

A fluent draft is not the result. A correctly completed workflow is the result.

We measure the part that matters: how many runs finish, how often a person corrects the output, where exceptions occur, and whether total review time is lower than doing the task by hand. The baseline comes first. Otherwise there is no honest way to know whether the automation helped.

The first version stays narrow enough to observe closely. Once it handles the ordinary cases reliably, its boundary can expand. If one category remains unpredictable, that category can stay manual while the rest continues. Automation does not have to be all or nothing.

When AI automation is the wrong answer

Do not add a model to a stable process made entirely of known fields and fixed decisions. A normal integration or a small internal tool will be easier to test and cheaper to run. Do not automate a task that happens rarely enough that maintaining the system costs more attention than doing it. Do not give an agent broad authority because reviewing its decisions feels inconvenient.

AI automation is a good fit when the work repeats, the input is unstructured, the correct result can be checked, and the business has enough examples to define what good looks like.

We begin with one workflow and build a working prototype around representative material. You can watch it handle the ordinary case, the missing information, and the failure path before you commit to a full build. The point is not to add AI to your business. The point is to remove work without losing control of it.

What you get
A map of the real workflowWe document the task as it happens today, including the side conversations, exceptions, and handoffs that a tidy process diagram usually misses. That tells us where AI helps and where a plain rule is safer.
Connections to your existing toolsThe automation moves work between the inboxes, spreadsheets, forms, calendars, and business systems you already use. Your team should not need another place to copy the same information.
Approval where judgment mattersAI can classify, summarize, and draft. A person approves customer messages, financial changes, and unusual cases. The boundary is explicit instead of left to a model to guess.
A record of every runYou can see what entered the workflow, what the system decided, what it produced, and where a person stepped in. Failed steps surface clearly so they can be corrected instead of disappearing.
Questions, answered
What should we automate first?
Start with a task that repeats often, follows a recognizable pattern, and costs real attention. It should also be easy for a person to verify. We avoid beginning with the most complicated or consequential process in the business.
Does every step need AI?
No. Most dependable automations combine fixed rules, ordinary software integrations, and a model only where the input is messy or written in natural language. If a rule can do a step reliably, we use the rule.
Can this work with the software we already use?
Usually, if those products expose a supported integration, API, email flow, or export. We confirm that before scoping the build. When a vendor blocks access, we show you the constraint rather than promising a brittle workaround.
How do we know whether the automation is worth keeping?
We establish what the task takes today, then measure the completed runs, corrections, failures, and staff review time. The system has to return meaningful time or improve consistency after review. If it does not, we change it or remove it.