← All articles

Blog

How to Pilot AI in Your Business Without Risking Customer Trust

A practical playbook for piloting AI in an Indonesian SME — what to start with, how to keep it safe, and how to spot failure early.

4 min read
  • mid

The companies that fail at AI usually fail in the same way: they pick a customer-facing application as their first AI experiment. The reasoning seems sound — that’s where AI is most visibly impressive — but it’s also where one bad output gets screenshot and shared on Twitter. Better way: pilot internally first, build the muscle, then move outward.

Here’s a playbook that works.

Pick a low-stakes internal workflow first

The right first project has three properties:

  1. Customers don’t see the output directly. Anything customer-facing carries brand risk that’s hard to recover from.
  2. A human reviews every output before action is taken. Not theoretically — actually.
  3. Failure is recoverable. If the AI gets it wrong, you can fix the consequence.

Strong first projects: invoice line-item extraction (a person approves), customer email tagging (wrong tag is fixable), draft of weekly numbers email (someone always edits before send), inbound RFQ first-pass response (sales reviews).

Weak first projects: live customer chat, automated pricing, anything that posts to social media unsupervised, anything that touches money without a human signoff.

Define what “good” looks like upfront

Before writing any code, agree on three numbers:

  • Accuracy floor: the rate at which the AI must be correct for the project to be worth shipping. For most internal workflows, 90% is the threshold; for some, 95%.
  • Acceptable error type: which kinds of mistakes are tolerable. Misclassifying a complaint as “general inquiry” is recoverable; misclassifying a refund request as “general inquiry” is not.
  • Time to detect failure: how quickly will you know if the AI starts misbehaving? Same-day? Weekly? Quarterly?

These three numbers determine the design. An accuracy floor of 95% means you need active monitoring; 90% means you can probably review samples weekly.

Run it in shadow mode first

For the first 2–4 weeks, the AI runs alongside the existing process but doesn’t actually drive any actions. The human still does the work; the AI’s outputs are logged for comparison.

This is the single best way to build confidence before going live. You see exactly where the AI gets it right and wrong, and on what kinds of inputs. Patterns emerge: “the AI is great at vendor invoices in PDF format and terrible at scanned ones from the supplier in Tangerang.”

After shadow mode, the AI takes over the simple cases (the ones it gets right consistently) and humans keep the hard ones. That ratio shifts over time as you tune the system.

Build in cheap failure modes

Three patterns to bake in from day one:

  • Confidence scores. The AI should output not just an answer but how confident it is. Below a threshold, escalate to a human. This single pattern catches most edge cases automatically.
  • Sample audits. A human reviews 5% of approved outputs randomly each week. This catches drift — AI accuracy can degrade as input patterns change, and you won’t notice without a sample.
  • A “kill switch”. One person can disable the AI flow with one click and route everything back to humans. If you don’t have this, build it before you ship.

How to know it’s working

Three signals after 4–6 weeks live:

  • The team that uses it stops mentioning it. AI that works becomes invisible. If people are still talking about the AI two months in, something is annoying them.
  • Edge cases get rarer over time. The first month surfaces dozens. By month three, you’ve handled the categories that matter and the volume drops.
  • Someone unprompted asks “can we use this for X too?” That’s the moment of permission to expand. Do it slowly.

How to know it’s not

Watch for these:

  • The team starts double-checking every output. (Means accuracy is below the trust threshold.)
  • The error rate creeps up week-over-week. (Means input patterns are shifting and the system isn’t keeping up.)
  • One specific customer or vendor consistently triggers wrong outputs. (Means there’s a systematic gap.)
  • People stop using the AI flow and revert to manual. (The most common silent failure mode — they don’t tell you, they just stop.)

Any of these means stop, audit, fix the root cause. Don’t add band-aids; the band-aid eventually outweighs the value.

The metric most companies forget

Time-to-resolution for the cases the AI gets wrong. If your AI is 92% accurate but the 8% it gets wrong takes three days to detect and fix, you’ve shipped a slower system, not a faster one.

A pilot that’s 88% accurate with same-day error detection is usually better than 95% accurate with weekly detection.

If you’re trying to figure out which workflow is the right first AI pilot for your operation, an hour of conversation usually settles it. We do those at no cost.