How to Audit a Business for AI and Choose the First Process to Automate

Link copied

An AI audit is not for finding a trendy service. Its job is to pick one repeatable process where input, outcome, owner, and cost of error are clear.

Cover

How to find a process worth automating

What I would do if someone said: “We urgently need AI in every department.” For a business AI audit I would not open a model catalog or buy ten more subscriptions. First I would map real processes, then pick one safe pilot.

The mistake I would remove first: Almost everyone starts with “which neural network should we plug in.” The right question is different: what input arrives, what result must leave, and who is allowed to accept it?

Visual 01
Visual 01

What to prepare and what result to expect

  • Outcome: After the test you will not have an AI slide deck—you will have a prioritized process list and one safe pilot candidate.
  • In a Processes table create fields: process, trigger, manual steps, frequency, cost of error, and owner.
  • Keep source data and access rights separate from the result so you can audit what the first AI scenario actually did.
  • Check five ordinary and five hard cases: empty email, duplicate, attachment, urgent request, and unknown topic.

Build a safe first test

  1. Build a process map

    Write down what starts the work, which steps a person takes, where they decide, and how the process ends.

    Проверьте: Each row has one person accountable for the outcome.

    Если не сработало: Split the process into a narrower scenario, for example “triage a new request,” not “automate sales.”

  2. Separate AI from a plain rule

    In the workflow builder add a Trigger: new request or email, then an AI step: classification. Ask the model to mark where text analysis is needed and where if/then is enough.

    Проверьте: The answer can be checked against predefined categories.

    Если не сработало: Remove AI and keep a rule if the condition can be described as an exact list.

  3. Give the model a safe task

    Use this prompt: “Split the task into repeatable steps. Mark where text analysis is needed and where a rule is enough. Do not suggest tools.” Send the answer to a test table, not to CRM.

    Проверьте: The result does not change customer data and includes an explainable category.

    Если не сработало: Add a confidence field and route low confidence to manual review.

  4. Decide what moves into the pilot

    Compare frequency, effort, cost of error, and reversibility. Pilot a high-volume process with a clear outcome, but without irreversible money or email sends.

    Проверьте: There is an owner, a baseline metric, and a re-check date.

    Если не сработало: Park the scenario if nobody can accept or fix the result.

Visual 02
Visual 02

The table I would start the audit with

Open Google Sheets and create columns: process, trigger, volume per month, minutes per operation, manual steps, systems, cost of error, owner, reversibility. Fill five real rows, not twenty processes. Example: “triage inbound requests,” 240 per month, 8 minutes, form → email → CRM, error = lost lead, owner = sales lead.

In a separate column score 1 to 5 for repeatability, volume, and safety. The first pilot candidate should be frequent, text-based, reversible, and have a person who can undo the result.

  • Do not write “automate sales.” Write “extract email and budget from a new request.”
  • Do not put AI where a plain if/then rule is enough.

How to make a decision, not a presentation

Take three candidates and score simply: (volume × minutes × hourly cost) + cost of error. Then subtract risk: money, legal impact, irreversible send. Pilot not the flashiest scenario, but the one where you can restore the record to its prior state.

The first audit result is not a tool list. It is one row with an owner, a baseline, and a test set of ten ordinary and five nasty examples.

A working audit workflow

In n8n this can be `Manual Trigger → Google Sheets → Edit Fields → Code → IF → Slack/CRM`. In Make the same roles are `Watch Rows → Set variables → Router → Update row`. What matters is that AI does not choose tools here: it only helps break a process description into steps and exceptions.

In the `AI_USE_CASES` table add `process_id`, `department`, `owner`, `input_channel`, `manual_steps`, `runs_per_week`, `minutes_per_run`, `hourly_cost`, `systems_used`, `data_class`, `error_cost`, `baseline_metric`, `target_metric`, `priority_score`, `risk_score`, and `status`. Statuses: `discovered → scored → pilot → live → blocked → retired`.

priority = runs_per_week * minutes_per_run * hourly_cost
risk = data_sensitivity * error_cost * autonomy_level

A prompt that does not pitch trendy services

First send the answer to a test table, not to CRM. The model should return missing data and human decisions, not a list of platforms.

Break the business process description into repeatable steps.
Do not suggest tools and do not invent data.
Return JSON: process_summary, repetitive_steps, inputs, systems,
human_decisions, pilot, baseline_metric, risk_reasons, missing_data.

Where you need AI vs a simple rule

CriterionQuestionGood sign
InputWhat exactly enters the first AI scenario?In a Processes table create fields: process, trigger, manual steps, frequency, cost of error, and owner.
ActionWhat is the system allowed to do on its own?Only pre-listed actions, without access to the whole account
VerificationHow do you know the result is acceptable?Check five ordinary and five hard cases: empty email, duplicate, attachment, urgent request, and unknown topic.
FailureWhere does an unclear case go?Stop writing to CRM, keep the input data, and return to the table: usually the owner or an exception is missing.

What should change after setup

After the test you will not have an AI slide deck—you will have a prioritized process list and one safe pilot candidate.

Visual 03
Visual 03

Why AI pilots break before launch

Launching before input data is ready

Buying a platform before you describe the data source and the owner.

Granting excess permissions

Letting AI send emails or change records right away.

Skipping edge cases

Treating the count of model answers as success instead of time saved or quality gained.

Leaving failures without an owner

Not defining which cases must go to a human.

When you can no longer run the audit alone

Bring in a specialist if the audit spans multiple systems, personal data, or processes where errors affect money and legal obligations.

Questions before the first AI pilot

What should you pick first?

A repeatable text process with a reversible outcome: classifying inbound email, drafting a reply, or filling a draft record card.

When is AI not needed?

When the condition can be stated exactly with if/then and does not require understanding text.

How do you know the pilot worked?

Compare baseline time, quality, and manual corrections—not the number of runs.

How many processes should you review at once?

Start with 3–5 processes for comparison, but pilot only one.

AI automation for business

From the first audit to CRM, leads, support and measurable ROI—a guide collection for repeatable business workflows.

Cover
AI automation 7 min read

How to Stop Losing Website Leads Overnight with an AI Auto-Reply

For “How to Stop Losing Website Leads Overnight with an AI Auto-Reply”, map the input, allowed actions, review point and business outcome before choosing a model or integration.

transactionalRead ↗
Cover
AI automation 7 min read

How to Qualify Leads with an AI Bot on Telegram, WhatsApp, and Your Website

For “How to Qualify Leads with an AI Bot on Telegram, WhatsApp, and Your Website”, map the input, allowed actions, review point and business outcome before choosing a model or integration.

transactionalRead ↗
Cover
AI automation 7 min read

How to Automate Customer FAQs with AI Without Annoying Customers

For “How to Automate Customer FAQs with AI Without Annoying Customers”, map the input, allowed actions, review point and business outcome before choosing a model or integration.

commercialRead ↗
Authored topic diagram for AI, CRM, and follow-up handoff: topic map
AI automation 7 min read

How to Connect AI to Your CRM: Lead → Task → Follow-Up

For “How to Connect AI to Your CRM: Lead → Task → Follow-Up”, map the input, allowed actions, review point and business outcome before choosing a model or integration.

transactionalRead ↗

Show all articles