← All thoughts and musings
AI-Native EngineeringSep 19, 2026 · 10 min read

How to Use AI in Business Operations Without Starting a Program

The best first AI project in most companies is the one nobody would put in a press release: the clerical work sitting between the inbox and the system of record.

OperationsStart in the gaps

Walk any operations floor and you'll find someone reading one screen and typing into another. That's it. That's the highest-return AI project in most mid-market companies, and it's the one nobody proposes because it makes a terrible slide.

The projects that get proposed instead are customer-facing and visible: the chatbot, the recommendation engine, the AI feature in the product. Those can work. They also carry brand risk, need more accuracy than the internal work does, and take longer to prove. Meanwhile there's a person spending four hours a day retyping purchase orders.

Find the work that pays

Three properties make a process worth automating, and you want all three rather than two.

  • High volume — hundreds of instances a week, not dozens. Below that the build cost never amortizes.
  • Unstructured input — a document, an email, a portal screen. This is the part that blocked traditional automation and is now solvable.
  • Small, repeated judgment — decisions a competent new hire could make after a fortnight, not ones requiring five years of context.

If a process has high volume and structured input, don't reach for AI. Build the integration. It'll be cheaper, faster and more reliable, and I've told plenty of companies exactly that. The model earns its place specifically where the input resists parsing.

The way to find these is not a workshop. It's sitting with the team for a day and counting. Documented processes are always tidier than real ones, and the interesting work is in the gaps the documentation doesn't mention: the shared inbox, the exception spreadsheet, the phone call that resolves what the system couldn't.

The pattern that works

Almost every successful operations automation I've shipped has the same shape. Automate the clean path. Route everything else to a person, with the context attached.

This sounds unambitious and it's the whole trick. In a typical order-intake process, seventy to eighty-five percent of cases are straightforward: the document parses, the line items match, the pricing is standard. Automate exactly those. The remainder goes to a human, but arrives pre-analyzed with the discrepancy highlighted rather than as a raw PDF.

You get most of the value with a fraction of the risk, because the cases where a mistake is expensive are precisely the ambiguous ones you didn't automate. And the exception queue gives you a ranked list of what to automate next, drawn from real frequency rather than from guessing.

Automate the clean path. Route the rest to a person with the analysis already done. Most of the value, a fraction of the risk.

Shadow mode before trust

Never go straight to production. Run the system beside the people doing the work for two to four weeks: the agent proposes, the person decides, and both are recorded.

Two things come out of this. You get a real accuracy number on your own data rather than a vendor's claim, and you get the disagreement cases, which are the most valuable training material you'll ever have. Where the human overrode the agent, someone should look at why. About a third of the time the agent was right and the human was applying a rule nobody had written down, which is worth knowing on its own.

Only after shadow mode do you set the threshold for autonomous action, and you set it per case type rather than globally. Standard reorder from an existing customer: automatic. Anything with a substitution, a price exception or a new account: human, permanently.

The six workflows I'd look at first

Roughly in the order I'd sequence them for a company that hasn't done this before.

  • Document intake — purchase orders, invoices, bills of lading, insurance forms, read and validated against the system of record
  • Exception triage — classify what's wrong, attach the context, route it to whoever can fix it, instead of a shared inbox
  • Reconciliation — three-way match on the clean cases, discrepancies queued rather than discovered at month end
  • Quote and response drafting — assembled from catalog, cost and history, put in front of a person instead of a blank form
  • Inbox triage — classify, draft, route, with deflection measured alongside a satisfaction score rather than alone
  • The recurring report — the pull-and-reconcile that eats a finance analyst's Monday, which is dull and pays back fast

What to measure

Before you build, get three baseline numbers for the process: volume, handling time per unit, and error rate. Almost nobody has these, and gathering them takes about a week. Without them you can't prove anything worked, and "it feels faster" doesn't survive a budget review.

After launch, watch four: automation rate, accuracy on the evaluation set, cost per transaction, and the size of the exception queue. That last one is the early-warning signal. A queue growing faster than volume means the automation is quietly narrowing, usually because upstream inputs changed and nobody noticed.

Where it goes wrong

Starting with the most visible process instead of the most repetitive one. Visibility raises the cost of being wrong and rarely raises the value of being right.

Automating the exception. Someone looks at the hardest cases, decides that's where the expertise is, and points the model at it. Those cases are hard for a reason and they're where an error costs the most.

No owner after launch. The system works for four months, an upstream format changes, accuracy degrades, and nobody is watching. Every production workflow needs a named person who reviews the numbers monthly.

Buying a platform for twelve use cases. Two get configured, none get owned, and the license renews anyway. Build one workflow properly and let the second one be easier because of what you learned.

A realistic first quarter

Three weeks to map the process and pick the target. Five weeks to build the clean path with an evaluation set drawn from real history. Four weeks in shadow mode. Then widen the automated share as the record supports it, and name the owner before you call it done.

Twelve weeks, one workflow, a number you can defend. That's a better position than a twelve-month program with four pilots and no production system, and it's a considerably easier thing to fund.

The engagement version of this is AI automation consulting: map the process, count the work, rank by payback, build the first one. If your obstacle is that the systems don't connect at all, that's a related but different problem. Tell me which process your team complains about most and I'll tell you whether AI is the right tool for it.

Keep reading
AI-Native Engineering · May 29, 2026

How to Design AI Agents: Think Very Stupid Employees

AI-Native Engineering · May 29, 2026

AI Agents in E-Commerce Fulfillment: Where the Margin Hides

AI Strategy · Sep 2, 2026

How to Build an AI Business Case Your CFO Won't Reject