Insights · Automation
AI Workflow Automation: What to Automate, What to Keep Human, and Where to Begin
Short answer: automate the work that is repetitive, rule-based, and low-risk to get wrong; keep humans in the loop wherever a wrong answer is expensive; use AI only as one validated step inside a larger deterministic workflow. Start with one workflow that costs the most hours per week and is safe to fail occasionally.
Three kinds of automation, and when to use each
Traditional automation
Rule-based: when X happens, do Y. Cheap to build, boring, reliable, and correct by construction. Most useful automation is this kind. Use it whenever the rules are stable and the inputs are structured.
AI-assisted automation
A language model appears as one step in the workflow — drafting a reply, classifying a ticket, extracting data from a PDF, summarising a document. The rest of the workflow is deterministic, and the AI step is wrapped in validation and, where the stakes require it, a human review checkpoint.
Fully deterministic workflows
No AI in the loop at all — the right choice whenever the audit trail must be exact (finance, compliance, payments) or the rules are simple enough that AI adds unpredictability without adding value.
How to decide what to automate
Use four criteria, in order:
- Frequency. Is the workflow run often enough that automation pays back?
- Stability. Are the rules stable, or is the process still being invented?
- Data quality. Are the inputs clean enough to build on, or does the CRM need a pass first?
- Cost of error. If the automation is wrong 1% of the time, what does that cost — and can you accept it, or does a human need to review?
The workflows worth automating first are frequent, stable, sit on clean data, and have low or moderate cost of error. Anything failing one of these criteria goes on a wait list — not the “too hard” pile, but a reminder to fix the failing criterion before automating.
Where humans stay in the loop
Keep humans in the loop wherever a wrong answer is expensive to recover from. In practice that means:
- External customer communication (email, contracts, invoices) — draft with AI, approve with a person.
- Financial transactions and reconciliation — automate the movement, keep the sign-off.
- Anything touching personal data or compliance — automation supports, humans decide.
- Novel edge cases the automation was not designed for — route to a person, log for review.
For low-stakes, high-volume steps — internal tagging, routing, notifications — full automation is fine, and pretending otherwise creates busy work.
Sequencing the first three automations
The first three automations should build momentum. Sequence them like this:
Automation #1 — the fastest visible win
Pick the workflow that costs the most hours per week, has stable rules, and is safe to fail occasionally. Ship it deterministically. Measure the hours saved. Celebrate the win with the team who felt the pain.
Automation #2 — the reporting workflow
Almost every business hand-stitches a weekly report. Automating internal reporting is high value, low risk, and creates trust in the data — which is a prerequisite for anything more ambitious.
Automation #3 — the first AI-assisted step
Now, and only now, is a good time to introduce an AI-assisted step: drafting responses, extracting structured data from unstructured input, or classifying inbound requests. Wrap it in validation, keep a human review checkpoint where the stakes are high, and measure it against the baseline the human process produced.
Honest limitations
Automation is not free. It requires monitoring, maintenance, and a person who owns it. Without ownership, automations quietly break, and the failure only surfaces as a customer complaint.
AI-assisted steps carry an extra cost: they can be confidently wrong. That is why we wrap them in validation, keep humans in the loop where it matters, and measure them against a baseline. Anyone promising you fully autonomous, error-free AI agents is selling something they cannot deliver in production.
And no automation compensates for a broken process. If the workflow is unclear to the people running it today, codifying it will make the confusion faster, not less. Map first, automate second.
Key takeaways
- Automate frequent, stable, clean-data, low-error-cost work first.
- Use AI as one validated step inside a deterministic workflow — not as the workflow.
- Keep humans in the loop wherever a wrong answer is expensive.
- Sequence: fast visible win → reporting → first AI-assisted step.
- Every automation needs an owner and monitoring, or it will silently break.
- Map the process before you codify it.
FAQ
Should I automate everything I can?
No. Automate work that is repetitive, rule-based, and low-risk to get wrong. Keep humans in the loop wherever a wrong answer is expensive to recover from — customer-facing communication, invoices, contracts, and anything touching personal data.
Where does AI belong inside a workflow?
AI belongs as one step inside a larger deterministic workflow, wrapped in validation, where it measurably outperforms hand-writing rules. Drafting, classifying, extracting, and summarising are strong fits. Financial calculations and compliance decisions are not.
How do I choose the first automation to build?
Pick the workflow that costs the most hours per week, has the clearest rules, and is safe to get wrong occasionally. That combination gives you a fast, provable win and a template for the next automation.
What kills automation programs?
Three things: automating on top of dirty data without a cleanup pass, automating processes that are not stable enough to codify, and shipping automations without monitoring so failures accumulate silently.
Thinking about your first automation?
We can map one workflow with you, pick the right first automation, and ship it in a defined sprint — with monitoring and a runbook you own.