PromptHive
Menu

GuidesHow-to

AI Business Automation Playbook: What to Automate

A department-level playbook for AI automation: prioritise by ROI and risk, design human gates, pick Zapier vs n8n vs code, and measure outcomes — not tool hype.

Zapier AI, ChatGPT logos

Brand marks are the property of their respective owners

Most “AI automation” roadmaps are product catalogues wearing a strategy hat. A real playbook answers three questions before it names a vendor: What is worth automating? What must never run without a human? Who owns the failure at 2am?

This is that playbook for operations-minded teams — deeper than AI automation for small business (the 30-day first-steps plan). Use the SMB guide to ship one boring win. Use this page to scale across departments without building a silent mess.

Tool spine: Zapier for glue most teams can edit; n8n when control and economics demand it (Zapier vs n8n, Make vs n8n, Zapier alternatives); ChatGPT / Claude for draft and classify steps with gates. Productivity context: complete AI productivity guide. Agent reality check: complete AI agents guide.

The operating principle

Automate work that is:

  1. Frequent — weekly or more (daily is better).
  2. Rule-shaped — a new hire could follow it in three sentences.
  3. Low blast radius if wrong — annoying, not existential.
  4. Already happening — you are paying humans to do it now.
  5. Observable — you can detect failure within a business day.

Deprioritise: nuanced complaints, pricing exceptions, legal/HR edge cases, “summarise the company every morning” dashboards nobody reads, and anything that invents a customer commitment.

From the productivity guide: automation only escapes review debt when the step is truly rule-based. The moment an LLM writes external copy and auto-sends it, you reintroduced review with worse optics.

Three layers (do not buy layer 3 first)

LayerJobExamplesDefault posture
GlueWhen X in app A, do Y in app BZapier, Make, n8n, WorkersStart here
AssistDraft, classify, extractChatGPT, Claude, model steps in ZapierHuman gate on outbound
AgentsMulti-step goals with toolsVendor “AI employee” productsNarrow scope, heavy logging

You do not need an agent platform to stop copying form rows into a CRM.

Risk classes (label every candidate)

ClassExamplesAutomation rule
R0 — Internal noiseSlack ping on new form, sheet appendFull auto + failure alert
R1 — Internal decisions supportTicket triage tags, weekly metrics email of raw numbersFull auto; no invented narrative
R2 — External draftReply draft, proposal outlineAuto-draft; human send
R3 — Money / access / legalRefunds, price changes, contract sends, permission grantsHuman decision; tools may prepare checklist only
R4 — Irreversible publicSocial publish, press, marketplace listingsQueue + human publish; never pure auto from LLM

If a stakeholder cannot name the risk class, the automation is not ready for design review.

ROI: a simple model that survives contact with finance

Monthly value ≈ (minutes saved per run × runs per month ÷ 60) × loaded hourly cost
Monthly cost ≈ tool subscription + model API + (maintainer hours × loaded hourly cost)
Net ≈ value − cost
SignalMeaning
Net positive, R0–R1Scale and document
Net positive, R2Keep human send; measure edit time too
Net negativeDelete or simplify
“Positive” but silent failuresNot positive — you are borrowing from future incidents

Maintenance is not free. A Zap nobody understands is a liability. Budget 10–20% of the saved time for ownership, or the savings are fictional.

Time-to-value gates

HorizonSuccess looks like
Week 1One R0/R1 flow dual-run successfully
Day 30Measured hours saved; failure alerts proven
QuarterDepartment catalogue with owners; no orphan credentials
YearHybrid platform strategy; retired vanity flows

Ambitious multi-app “AI employees” that skip week 1 almost always fail in month one. Boring wins compound.

Platform choice (company view)

SituationLean toward
Non-technical editors, huge SaaS catalogue, modest volumeZapier
Task cost or deep branching hurtsn8n (Cloud or self-host) — comparison
Visual scenarios, hosted mid-pathMakeMake vs n8n
One scheduled job, eng ownershipWorker / cron
Residency / VPC requirementsn8n self-host + legal review
Still inventing the processNeither — fix the process

Pricing shapes: Zapier tasks (our review checked 2026-07-27: free small allowance + two-step only; Professional multi-step from about $19.99/mo annual framing). n8n: executions on Cloud or infra on self-host (n8n.io/pricing). Always model your volume; see Zapier alternatives.

Hard rule: shared credential vault standards beat five personal Zapier accounts on the company card.

Department playbooks

Each section lists Tier A (ship) and Tier C (govern heavily). Tier B sits between: useful after A is stable.

Sales and revenue ops

TierWorkflowRiskNotes
AForm/demo request → CRM + SlackR0No lead in email-only limbo
AStage change → checklist tasks for AER1Templates, not AI poetry
BEnrichment from third-party APIsR1–R2Privacy review; accuracy audit
BAI draft follow-up from CRM fieldsR2Human sends
CAutonomous outbound sequencesR2–R4Easy to spam; brand risk

AI fit: classify inbound intent; draft personalised first lines from real CRM fields only — never invent case studies the company does not have.

Marketing

TierWorkflowRiskNotes
AUTM form → sheet + channelR0Attribution hygiene
BBrief → Claude/ChatGPT draft → human edit → CMS draftR2No auto-publish
BAsset resize pipeline (approved brand kit)R1Canva may beat custom glue
CAuto-post social from LLMR4Queue only

Same honesty bar as the writing guide: unreviewed AI copy does not ship.

Customer support

TierWorkflowRiskNotes
ANew ticket → AI topic/urgency → route queueR1Low confidence → human
AMacro attachment by tagR1Fixed macros beat freeform AI
BDraft reply from ticket + help centre excerptsR2Human send
CAuto-refund or policy exceptionR3Checklist only

Classification prompt shape (short):

Labels: billing, tech, sales, spam, other. Return JSON only: label, confidence high|medium|low, reason. If not high confidence, label other.

Finance and ops

TierWorkflowRiskNotes
APaid Stripe/order → ops channel + sheetR0–R1Numbers only
AInvoice PDF → folder + “needs coding” taskR1Payment execution stays human
BWeekly metrics email from warehouse exportR1No invented narrative
CAuto-pay vendors from email parseR3Almost never worth full auto

People / HR

TierWorkflowRiskNotes
AOffer accepted → checklist + accounts ticketsR1Fixed steps
BFAQ draft from handbook excerptsR2Human review; handbook is source of truth
CPerformance or compensation botsR3–R4Policy and trust; usually skip

Product and engineering

TierWorkflowRiskNotes
ACritical error → on-call channelR0Glue, not AI
BRelease note draft from merged titlesR2Editor ships
CAuto-merge or prod config from LLMR3No

Meetings and knowledge (cross-cutting)

Capture is not automation. Otter and peers create transcripts; workflow tools push confirmed actions to trackers. Consent and policy first — see meeting transcription and meeting assistants. Never auto-join sensitive rooms.

Design patterns that survive production

1. Dual-run before cutover

Manual or old path stays live until outputs match for a defined sample.

2. Failure is a feature

Every production flow notifies on error. “Green but wrong” needs sampling (spot-check CRM rows weekly).

3. Idempotency

Webhooks retry. Design for duplicates (unique keys, upserts).

4. Least privilege credentials

Integration users, not founder god-mode OAuth, wherever vendors allow.

5. Human gates as explicit steps

Do not hide approvals in “we’ll watch Slack.” Use a ticket state, form approve, or queue.

6. Document in five bullets

Trigger, happy path, failure path, owner, link to run history. Future-you is a stranger.

7. One AI step at a time

Classify or draft or extract — not a twelve-node agent fantasy on day one.

Governance without bureaucracy

ArtifactOwnerCadence
Automation catalogue (name, risk class, tool, owner)Ops / IT partnerMonthly
Credential inventorySecurity-minded ownerQuarterly rotation
Cost report (tasks/executions + model $)Finance partnerMonthly
Kill list (unused / net-negative)Same as catalogueMonthly
Incident log (silent fails, bad sends)On-call ownerContinuous

Shadow IT rule: personal free Zapier on company data is still company risk. Provide an approved path so people stop inventing worse ones.

90-day rollout (beyond the SMB 30-day plan)

Days 1–30 — Foundation

  • Inventory repeated work (interviews beat surveys).
  • Score with frequency × clarity × inverse risk.
  • Ship two R0/R1 flows with failure alerts.
  • Pick primary platform (usually Zapier) and logging standard.
  • Read SMB automation if the team has never shipped glue.

Days 31–60 — Assist layer

  • Add one classification AI step with low-confidence human path.
  • Add one draft path for support or sales with mandatory human send.
  • Measure edit time; if humans rewrite 80%, fix prompts or kill the step.
  • Start department catalogue.

Days 61–90 — Scale and fork

  • Migrate or rebuild the worst cost offender (see Zapier vs n8n).
  • Retire vanity automations.
  • Train a second owner per critical flow.
  • Present ROI and incident log to leadership — numbers, not vibes.

Free and paid stack honesty

NeedStarting pointWatch-out
GlueZapier free / paidTwo-step free wall; task math
Draft/classifyChatGPT / Claude free or teamCaps; never autopilot send
MeetingsOtter free capsConsent; minute walls
Research for ops decisionsPerplexityClick citations
Design assetsCanvaBrand kit discipline

Deep free-tier walls: what free AI plans include, free tools for small business.

Do not stack five paid “AI employee” subscriptions in month one. One solid glue tier + one chat tool you already use beats a graveyard of trials.

Anti-patterns (kill these)

  1. Automating a broken process — you get faster garbage.
  2. No owner — orphan Zaps at ex-employee emails.
  3. Auto-send charm — LLMs invent policies under pressure.
  4. Dashboard theatre — daily AI summaries nobody reads.
  5. Replatforming for Twitter — migrate for measured pain only.
  6. Agent washing — multi-step glue renamed “agentic” in a deck.
  7. Ignoring model bills — workflow invoice ≠ OpenAI/Anthropic invoice.

RACI for automation (keep it light)

ActivityResponsibleAccountableConsultedInformed
Propose a flowAnyone closest to the painDept leadOps/IT partnerCatalogue owner
Risk class assignmentOps partnerDept leadLegal/security if R3+Builders
Build & testNamed builderDept leadSystems ownersSupport if customer-facing
Production approveOps partnerDept leadSecurity for credentialsFinance if new spend
Incident responseOn-call ownerDept leadBuilderAffected teams
Quarterly kill reviewCatalogue ownerOps leadDept leadsFinance

If “accountable” is a committee, nothing ships and nothing dies. One name per row.

Executive one-pager (what leadership needs)

Leaders do not need node graphs. They need:

  1. Hours returned per month on the top five flows (measured, not aspirational).
  2. Incident count (silent failures caught vs customer-visible misses).
  3. Spend — automation tools + model APIs + maintainer hours.
  4. Risk posture — how many R2/R3 flows exist and whether human gates are real.
  5. Concentration risk — single owner, single vendor, single integration user.
  6. Ask — budget for platform tier, training, or a migration pilot with explicit success criteria.

If the one-pager cannot be filled, you do not have a programme — you have hobbyist glue. That can still be valuable at small scale; call it what it is.

Change management (the part tool vendors skip)

People resist automation when it threatens expertise, exposes process chaos, or dumps review work on them without removing other work.

Practical moves:

  • Automate the steps people hate, not the steps that define their craft.
  • Publish before/after time samples so wins are visible.
  • Train the editors, not only the first builder.
  • Keep a human exception path for weird cases — total automation of edge cases creates shadow processes.
  • Never surprise a customer-facing team with a bot that emails their book of business.

Meeting capture deserves a special callout: assistants that join calls without culture work create political incidents faster than they create productivity. Pair any meeting assistant rollout with consent scripts and default-off sensitive calendars.

Vendor evaluation scorecard (copy/paste)

Score 1–5 each; weight by your context:

CriterionWeight exampleZapierMaken8nCode
Time to first reliable flowHigh for SMBs
Cost at projected volumeHigh at scale
Non-technical editabilityHigh if ops-owned
Self-host / residencyHigh if required
Connector coverage for your appsHigh
Observability & alertsAlways high
AI step quality / controlMedium
Vendor lock-in toleranceContext

Fill with evidence from a pilot, not from memory of a demo. Cross-check with Zapier alternatives and Zapier vs n8n.

Sample quarterly OKRs (illustrative)

Objective: Make automation a measured ops capability, not a side quest.

  • KR1: 80% of production flows have a named owner and failure alert (catalogue audit).
  • KR2: Three R0/R1 flows each show ≥4 hours/month measured savings net of maintenance.
  • KR3: Zero R3 flows with unsupervised external side effects (audit).
  • KR4: Model + automation spend forecast within 15% of actuals for the quarter.

Adjust numbers to company size. The point is measurability, not theatre OKRs.

Verdict checklist

Before any new automation ships, every item below must be true in writing:

  1. Risk class labelled R0–R4.
  2. Owner named (a human, not a channel).
  3. Failure alert configured and tested.
  4. ROI hypothesis written, even roughly.
  5. Human gate decided for anything R2 or higher.
  6. Dual-run plan for flows that touch customers or money.
  7. Docs — five bullets in the catalogue.

If any item is pretend, the automation is not production — it is a demo with credentials.

Further reading

Frequently asked questions

What should a business automate first with AI?
High-frequency, low-risk, rule-shaped work you already do weekly — form to CRM, paid order to ops channel, invoice PDF to folder with human payment approval. Do not start with autonomous client email or refunds.
How is this different from small-business automation advice?
The SMB first-steps guide focuses on a 30-day starter plan. This playbook goes deeper: department maps, risk classes, ROI measurement, ownership, and when to move from Zapier to n8n or code. Use both — start simple, scale with governance.
Can ChatGPT run my operations?
It drafts, classifies, and extracts. It should not be the system of record that sends money-moving or client-facing messages without a human. Agents draft; workflow engines run on a schedule with retries and permissions.
How do I calculate automation ROI?
Time saved per run × runs per month × loaded labour cost, minus tool cost, model API cost, and maintenance hours. Kill automations where failure risk or review debt exceeds the hours saved.
Zapier or n8n for company-wide automation?
Zapier when non-technical owners and connector coverage dominate. n8n when task cost, self-host, or deep branching dominate. Many orgs run both. See Zapier vs n8n and our Zapier alternatives guide.
What is the biggest automation risk?
Silent failure — flows stop and nobody notices leads or invoices vanished. Second: auto-sending AI text that invents commitments. Always notify on failure; always human-gate reputation and money paths.
Should every department get its own AI automation stack?
No. Shared standards for credentials, logging, and approval gates beat five shadow Zapier accounts. Give departments playbooks and a platform path, not unrestricted spend.