Skip to content
AI & Automation

What to Automate First: How to Pick Your First Automation Project

The OutcomesBuilt Team7 min read

The short answer: your first automation should be a process that is frequent, painful, well understood, and cheap to be wrong about. Not the most impressive process. Not the most broken one. The one where the work repeats weekly or daily, the steps are known, the hours lost are real, and a mistake is easy to catch and easy to reverse.

That combination is not a compromise; it's the strategy. The first project has a second job beyond saving hours: it teaches your team what working alongside automation feels like, proves the pattern to the skeptics, and surfaces how exceptions should flow to people. Pick well and the second and third projects get easier to choose, fund, and adopt. Pick badly and "we tried automation" becomes a reason to stop.

The rest of this guide is the framework: four filters to run any candidate through, the processes that usually pass, the traps that usually fail, and a shortlist exercise you can finish in an afternoon.

Why the first project matters more than it seems

Most automation programs don't fail on technology. They fail on trust. A first project that quietly works earns the benefit of the doubt for everything after it; a first project that misfires in front of customers, or automates a process nobody actually understood, poisons the well.

The first project is also where your organization learns the habits that make every later automation safer: who owns the process, where exceptions land, what gets logged, when a human signs off. Those habits are much easier to build on a low-stakes process than a high-stakes one. Start where the cost of learning is low.

The four filters

Run every candidate process through these four questions. A strong first project passes all four.

1. Is it frequent?

Automation pays per repetition. A task performed daily by three people compounds; a task performed quarterly by one person doesn't, no matter how annoying it is. Look for the work that shows up every day or every week: the inbox that gets triaged each morning, the report assembled every Friday, the data retyped from one system into another on every order.

A useful measure is hours per week across everyone who touches the task. Ten minutes a day across six people is five hours a week, and that's a real number. An hour a quarter is not a first project.

2. Is it genuinely painful?

Frequency alone isn't enough; the task has to cost something worth recovering. The cost usually shows up in one of three forms: hours of skilled people doing unskilled work, delays that customers or deals feel (the quote that takes three days instead of thirty minutes), or errors that create downstream cleanup (the mistyped order that becomes a support ticket, a refund, and an apology).

Ask the people who do the task. The best first candidates are the ones the team volunteers with feeling. Adoption is half the project, and a team that hates a task will champion the thing that removes it.

3. Is it well understood?

You cannot automate a process no one can describe. If three people do the task three different ways, or the real rules live in one veteran's head, or half the steps are "it depends," the process needs to be understood before it can be automated. That's solvable (documenting it is part of how a good discovery phase works), but it makes the project slower and riskier, which is the opposite of what you want first.

The tell for a well-understood process: someone who does it can walk you through it end to end, including what happens in the weird cases, without saying "honestly, it varies" more than once or twice. Judgment inside the process is fine. Modern automation handles judgment; that's the difference between an AI agent and a script. Mystery is what disqualifies, not judgment.

4. What happens when it's wrong?

Every automation is eventually wrong about something. The first-project question is whether "wrong" is a shrug or a crisis. An internal report with a bad number gets caught and corrected. A misrouted support ticket waits an extra hour in the wrong queue. Those are shrugs. A wrong invoice mailed to your biggest customer, a compliance filing with an error, an automated message sent to the wrong list: those are crises, and they belong later in the program, wrapped in the review steps and conservative thresholds they deserve.

For a first project, favor processes that are internal, reversible, and checked by a human somewhere downstream. You want room for the system, and the team around it, to earn trust.

Candidates that usually pass

Every business is different, but the same shapes pass the four filters again and again:

  • Data re-entry between systems. Same information typed into two or three tools on every order, hire, or job. Frequent, hated, fully describable, and internally checked. This is the classic first win: eliminating double entry or connecting the systems directly.
  • Inbox and ticket triage. Reading inbound email, classifying it, routing it, drafting the routine replies for review. High volume, and the failure mode (a human re-routes a message) is mild. See email and ticket triage.
  • Recurring report assembly. Someone spends hours pulling numbers from four systems into the same spreadsheet every week. Automated reporting turns that into a dashboard that's simply current.
  • First-draft documents. Quotes, proposals, and summaries drafted automatically from your data and templates, with a person approving before anything leaves the building. The approval step makes it first-project safe. See quote and proposal automation.
  • Checklist-shaped internal workflows. Employee onboarding, approval chains, handoffs between departments: known steps, internal audience, easy to verify. See workflow and approval automation.
  • Meeting notes and follow-ups. Calls transcribed, summarized, and turned into CRM updates and task lists automatically. Purely additive: nothing breaks if a summary needs a human touch-up. See meeting and call intelligence.

Traps that usually fail

Four patterns account for most bad first picks:

The worst process in the building. It's tempting to aim automation at the biggest mess. But the biggest mess is usually messy because it's undocumented, exception-riddled, and politically tangled, which makes it the hardest automation in the building, not the best one. Stabilize it later, with the credibility your first wins bought.

The process about to change. New system rolling out next quarter? Team being reorganized? Automating a process that's about to change buys you rework. Automate what will still be true in a year.

High-stakes and customer-facing, unsupervised. Customer-facing AI is a strong use case, and plenty of businesses get there quickly, but a first project should keep a person between the system and anything irreversible. Autonomy is expanded with evidence, not granted on day one.

The process nobody owns. If no one can say "that's mine," there's no one to define correct behavior, review the exceptions, or vouch for the result. Automation needs an owner the way a report needs a reader.

A shortlist exercise you can run this week

  1. List ten candidates. Ask each team lead for the two most repetitive time sinks in their area. Don't filter yet.
  2. Score each 1 to 5 on the four filters: frequency, pain, clarity, and safety-when-wrong.
  3. Strike anything scoring 1 or 2 on clarity or safety. Those aren't first projects, whatever their totals.
  4. Of what remains, pick the highest total, with a tiebreaker for visibility: a win the whole company will notice beats an equal win nobody sees.
  5. Write down what "working" means before anything is built: hours back, turnaround time, error rate. A first project with a measurable before-and-after is what earns project two. (Our own version of this discipline is defining outcomes before code.)

Thirty minutes per team lead, one spreadsheet, and you'll have a defensible answer instead of a debate.

Keep people in the loop, deliberately

A first automation should be built with humans in the loop by design: drafts reviewed before sending, exceptions routed to a named queue, every action logged, and clear boundaries on what the system may decide alone. That's not training wheels to be embarrassed about; it's how serious automation is engineered at any scale, and it's what lets a system expand its authority with a track record instead of a promise.

The short version

Pick a process that is frequent, painful, well understood, and cheap to be wrong about. Favor internal, reversible work with a clear owner: re-entry, triage, reporting, first drafts, checklists. Avoid the biggest mess, the process about to change, and anything high-stakes running unsupervised. Define what "working" means before you build, keep people in the loop, and let the first quiet win fund the trust the second project needs.

If you have a shortlist and want a straight answer on which candidate to run first (and what it would take to build), that's what a free discovery call is for. You'll get a Blueprint that names the outcome, the plan, and one fixed monthly price before you commit to anything.

Have the outcome this article made you think of?

Bring it to a free Outcome Discovery call: 45 minutes, a straight answer, and one fixed monthly price within days if it fits.