Note · AI

What to hand an AI agent — and what to keep

Every AI-agent pitch for small business sells the demo: a bot that books clients while you sleep. The Tuesday after is more boring and more useful. Here is what is actually safe to hand off, what is not, and the order that does not waste money.

What an agent is — and is not

An AI agent is software that does multi-step work: read the email, decide what the client actually wants, draft the reply, check the calendar, propose three meeting times. A chatbot answers questions. A cron job repeats a fixed task. The agent sits between them — it chains steps together and makes judgment calls. That judgment is the whole reason to use one, and the whole reason to write the process down first. An agent only acts well when the steps and the rules are clear, because it is not guessing the rules — it is following the ones you wrote.

The three workflows worth handing off first

What stays human

Anything where the relationship is the product: complex complaints, upsell conversations, renewals, and the first call with a big new client. Automate the speed and scale — first responses, confirmations, routine FAQ — and keep the moments that decide whether someone stays a customer. The small-business advantage over a corporation is the personal connection; automating every touchpoint erases exactly that.

The order that does not waste money

  1. Write the workflow down first. Every step, every decision, who owns it. If you cannot write it, you cannot automate it.
  2. Try the dumb version first. An email template, a spreadsheet, a cron job. Plenty of workflows do not need AI, and the dumb version is free.
  3. Add the agent only where judgment is needed. Reading a message, deciding fit, drafting a reply. Not for "everything."
  4. Measure two weeks of baseline before you start — current response time, hours spent, error rate — then measure again after. Otherwise you cannot tell whether the agent helped.

The traps

The checklist before you buy anything

The small-business AI-agent moment is real. It just arrives in the same order as every other tool: process, then automation, then intelligence — not the other way around.

This note is the short version. The full walk-through — how to write a workflow an agent can actually run, what to keep human, and how to notice when the system is generating work instead of removing it — is Using AI agents without adding another job.

See the book

← All notes