Learn

AI Automation Guides

If you own a process you repeat every week, start here. These guides help you work out which parts of it can safely run without you.

Uli PrantzBuilds and operates all-agents
Published
Key takeaways

Key takeaways

  • Automate a process you can already describe end to end. If you cannot write down what happens when it goes wrong, the automation will not handle it either.
  • Most recurring work splits into three kinds of step: fixed rules, genuine judgment, and decisions a person must stay accountable for. Sorting your process into those three buckets is the real design work.
  • The cheapest, most reliable automation is plain deterministic code. Model judgment is worth paying for where the work is genuinely open-ended, and expensive everywhere else.
  • Start from the job, not the tool. The guides below are organised by the decision you are trying to make, not by product feature.
These guides answer one question from several angles: which parts of a recurring business process can safely run without a person, and which parts cannot. Start with the guide that matches the decision you are facing — understanding the category, designing approvals, writing the procedure down, or making an automation you already have more reliable.

Which guide answers your question

Each guide below owns one decision. They are written to be read on their own, but they build on each other in roughly this order.

Pick by the question you are trying to answer, not by the technology.
If you are askingReadYou will leave with
“What is this category, and is it worth it for us?”AI workflow automationA working definition, a decision table for when it pays off, and a first candidate process.
“How do I write our process down properly?”SOP automationA procedure precise enough to hand to someone else — or to a machine.
“Which decisions must a person still make?”Human-in-the-loop AIApproval gates sorted by risk, and the patterns for each tier.
“Who is accountable when it acts on its own?”AI agent governanceA control framework covering access, audit and escalation.
“Ours works, but not every time. Why?”AI agent reliabilityThe failure modes that make automation untrustworthy, and what to do about each.

The idea underneath all of these guides

Nearly every recurring business process is a mix of three kinds of step, and almost all the value in automating one comes from telling them apart correctly.

  1. 01Steps that follow fixed rulesCode
    Reading a field, matching a record, applying a threshold, updating a system. These should become plain deterministic code: identical behaviour every run, near-zero cost, and easy to test. Most of a mature process ends up here, and it should.
  2. 02Steps that need genuine judgmentAI judgment
    Reading an ambiguous message, deciding which of five categories a messy case belongs to, drafting a reply that fits the situation. These are worth a model. Every one that survives into the running process is a place the procedure could not be pinned down — useful, but a cost to keep small.
  3. 03Steps where a person must stay accountableHuman approval
    Paying money, sending something irreversible to a customer, acting on a decision about an individual. These keep a human approval permanently, not because the software is untrustworthy but because somebody has to be answerable.

That third category is not a temporary safety measure. Where a decision produces legal or similarly significant effects for a person, the GDPR gives that person a right to human intervention, and the EU AI Act sets out human oversight requirements for high-risk systems. Designing the gate in from the start is considerably cheaper than retrofitting one.

What to automate first

Google's site reliability engineers use a useful test for which work deserves automating. They call it toil: work that is manual, repetitive, automatable, produces no enduring value, and grows in direct proportion to how well the business is doing. That last property is what makes it worth attacking — it never gets better on its own.

Applied to business operations, the best first candidate is usually a process that is frequent enough to matter, boring enough that nobody enjoys it, and stable enough that you can describe what happens when it goes wrong. That last condition is the one teams skip.

  • Frequent. Weekly at minimum. A process that runs twice a year will not repay the effort of pinning it down.
  • Describable. You can write out the trigger, inputs, steps, exceptions and finish condition. If you cannot, the procedure guide is the place to start, not the automation.
  • Bounded in blast radius. Prefer a first process where a mistake is embarrassing rather than expensive, while you build confidence in the approvals.
  • Owned by one person. Someone has to be able to say what correct looks like, and to notice when it stops being correct.

Or start from your function

The guides above are about the general problem. If you would rather start from the work in front of you, each function has its own recurring jobs, its own risks, and its own reason for keeping a person in the loop.

The same method, applied to the jobs one function actually repeats.
FunctionStart hereWhat decides the design
Finance and accountingFinance automationMoney moves, so the controls that stop one person completing a payment alone have to survive the automation.
Customer supportCustomer support automationThe risk is not cost, it is sending the wrong thing to a customer irreversibly. The gate belongs before the send.
People and HRHR workflow automationThese processes act on people, so decisions about an individual keep a named human and records are a legal obligation.

Why the written procedure matters more than the tool

The formal quality-management world reached this conclusion decades ago: ISO 9001 is built on the requirement that processes be documented, maintained and reviewed, because a process nobody has written down cannot be audited, improved or handed over.

Automation makes this sharper rather than softer. A written procedure is what you check the automation against when a result looks wrong, what you hand to a new colleague, and what you edit when the business rule changes. Our own product treats the written procedure as the source of truth and the code as its implementation, for exactly this reason.

If you want to start there, the procedure templates are free, editable and require no account.

In this section

Limitations and when not to use this

  • These guides are about business operations — the recurring, procedural work a team does across a handful of tools. They are not about automating software delivery, data pipelines or infrastructure, where the tooling and the trade-offs are different.
  • Nothing here is legal, financial or employment advice. Where a guide touches a regulated subject we cite the primary source, but your obligations depend on your jurisdiction, industry and circumstances.
  • Automation is the wrong answer for a process that is still changing shape every month, or one that runs rarely enough that a checklist would do. Both cases are cheaper to solve with a written procedure alone.

Sources

  1. Eliminating ToilGoogle, The Site Reliability Workbook Accessed 24 July 2026
  2. ISO 9001:2015 — Quality management systems, requirementsInternational Organization for Standardization Accessed 24 July 2026

Start with AI workflow automation

The category guide: what these systems actually do, when they are worth it, and how to decide what to automate first.

Start with AI workflow automation
About the author

Uli Prantz

Builds and operates all-agents

Uli Prantz builds all-agents, the process-automation platform this site documents. He writes about the operational side of automating recurring business work: where deterministic code beats model judgment, where it does not, and where a human still has to approve.

Bring one process. We will scope it in 30 minutes.

You leave the call knowing whether it is a fit, what can become code and what still needs a person.

Book a discovery call