Why "just add AI" rarely works

You want to improve your operations with AI or automation, so you jump straight into choosing a tool. More often than not, that approach swings and misses. You end up deploying a powerful AI on low-impact work, or the real chokepoint turns out to be somewhere else entirely.

The order is backwards. First, map out where the improvement opportunities are (your bottlenecks), and only then match the right method to each one. This article lays out the whole sequence, from finding bottlenecks to choosing the right technique.

Step 1: Take stock of your work and rank it by "volume × time"

Start by making the current state visible. Build a single list showing how much volume and time each operation consumes.

This is where the 80/20 rule (the Pareto principle) pays off. In most cases, the top 20% of your operations account for 80% of the total workload. Rather than trying to improve everything equally, start with the work that eats the most hours. That alone dramatically changes your return on investment.

Map out your work and rank it by volume and time

When you decide what to actually tackle, breaking it down like this makes progress easier:

  • Identify the roughly three "top patterns" that make up 80% of your work volume
  • Consider whether a first release (Phase 1) can stand on its own with just those three patterns
  • Decide up front what to do with the remaining 20% of edge cases: keep handling them manually, address them in a later phase, or not address them at all

The trap is slicing by a single axis, such as dollar value or volume alone. Make sure you don't overlook "strategically critical work" that may be low in volume but brings everything to a halt when it stops. Look at the list through more than one lens.

Step 2: Every bottleneck lives in "people, information, or approval"

When work mysteriously won't move forward, the cause is almost always one of these three:

  • People … one person is overloaded, often unavailable, or the work is deprioritized and keeps getting pushed back
  • Information … the inputs needed to make a decision aren't all there, or they take too long to find
  • Approval … it's unclear who decides, or there's nothing to base the decision on

Trying to push a stuck process forward through sheer effort doesn't work. Once you identify which kind of bottleneck it is, the countermeasure becomes obvious. A people problem calls for clearer roles, standardization, and documented procedures; an information problem calls for centralizing data and improving searchability; an approval problem calls for a defined approval route and clear decision criteria.

Diagnose the bottleneck as people, information, or approval

Instead of stopping at "it's slow because that person is busy," name exactly where the structure is jammed, and your countermeasures get concrete.

Step 3: Trace the outcome back to its "root cause"

Jumping straight from an outcome like "sales aren't growing" or "defects aren't dropping" to a solution will miss the mark. Lay out the stages that lead to the outcome in chronological order, and calculate the pass-through rate (yield) at each stage.

For a sales pipeline, for example, lay out the numbers stage by stage: "1,000 inquiries → 600 interested → 300 proposals → 120 won." The stage where the number drops sharply is your prime root-cause candidate.

What matters here is looking at the "system" rather than writing it off as "the person's fault." Ask whether you can fix the process or the rules so that results come even when the same person handles the work. If you carve the process into coarse chunks, you won't see the root cause. The finer you slice it, the clearer it becomes where things are falling through.

Match the analytical tool to your purpose

"Finding opportunities" sounds like one thing, but the tool you reach for depends on what you're trying to decide. Keeping these four staples in mind makes discussions move faster.

What you want to decide Tool to use In a nutshell
Where to concentrate investment The 80/20 rule Direct resources to the top 20%
Which action to do first Sensitivity analysis Rank by impact ÷ difficulty
Why you differ from the industry average Gap analysis Break the gap down by factor
Evaluating multiple options exhaustively MECE comparison Lay out the criteria and compare in a table

When prioritizing actions in particular (sensitivity analysis), it's easy to fixate on the size of the effect (impact) and forget how hard it is to execute (difficulty). Start with the actions that are both high-impact and easy to execute, and your first results come quickly.

An example: working through order processing

To get a feel for the steps, let's walk through order processing as an example.

  1. Take stock: split the work into stages — order entry, verification, inventory allocation, shipping instructions, and so on — and calculate the volume and time for each. You find that "transcribing phone and fax orders" takes by far the most time.
  2. Classify the bottleneck: figure out whether the slow transcription is a "people" problem (one person overloaded), an "information" problem (orders come in inconsistent formats that take time to read), or an "approval" problem. This time, it's an information problem.
  3. Pinpoint the root cause: of 100 orders, 60 come in a standard format and the remaining 40 are handwritten or by email. You can pinpoint the bottleneck as those 40 non-standard orders.
  4. Choose the method: ingest the 60 standard orders automatically with rules, and read the 40 non-standard ones with an LLM plus a final check by a staff member.

Instead of lumping it all together as "automate orders with AI," splitting the work by stage and volume reveals concretely which method to apply where. Not trying to AI-enable everything at once turns out to be the faster route.

Step 4: Match the "right method" to each opportunity

Once the improvement points are clear, it's finally time for the method. The mistake here is thinking "hand everything to AI (an LLM)." The right technology changes with the nature of the problem.

For this kind of work Suited method Human check
Rules are clear (sales-tax calculation, inventory alerts, input validation) Rule-based Not needed
Minimizing or maximizing a number (shift schedules, delivery routes, production plans) Optimization (mathematical programming) Generally not needed
Prediction from historical data (demand forecasting, churn prediction, fraud detection) Machine learning Needed
Natural language or tacit knowledge required (drafting text, summarizing, handling inquiries) LLM (generative AI) Essential

Here are some common mistakes:

  • "Have an LLM build the shift schedule" → the constraints are clear, so optimization is the right answer
  • "Ask an LLM for the shortest route" → a route-search algorithm that produces an exact answer is the right answer
  • "Forecast demand in LLM prose" → machine learning trained on numerical data is the right answer
  • "Leave tax calculation to an LLM" → it's a deterministic calculation, so a rule-based approach is the right answer

An LLM is a tool for problems where ambiguity is the essence. Use it on a problem with a single correct answer and it becomes unstable instead.

Once AI takes over, where do you place the "human check"?

After the method is set, design where the "human check" goes in the workflow as part of the same step. The weight of the check you need varies with the method.

Upstream processing Required downstream step
Rule-based Notification only
Strict optimization Safe to execute as-is
Machine learning (prediction) Insert staff approval
LLM (text generation) Final check by a staff member
LLM (judgment) Put it on an approval flow

Do you pass the AI's output straight through, or have a person review it once? Leave this ambiguous and, far from being convenient, you'll create more rework.

Don't change everything at once — start small and scale sideways

Even once the improvement points and methods are clear, trying to change everything company-wide at once tends to stall against frontline resistance. There's a knack to how you roll it out.

Build up small wins and scale them sideways

  • Start with high-volume work (the top 20%)
  • For your first result, pick a small theme you can deliver within three months
  • Build up small wins and scale sideways to neighboring departments and similar work

Rather than rushing change, building up steadily ends up making adoption across the whole organization faster.

Examples of actions by type of bottleneck

Once you know the type of bottleneck, the action becomes concrete. Here are some representative responses.

  • People bottlenecks: break the work down so several people can handle it, document procedures to undo person-dependency, and automate the routine parts so people can focus on higher-level judgment
  • Information bottlenecks: gather data in one place to eliminate duplicate management, organize it into a searchable form, and standardize input rules so it can be aggregated
  • Approval bottlenecks: spell out who decides what, decide the criteria and the materials needed in advance, and build the approval route and deadlines into the system

When you can restate "it's slow because we're busy" as "this type of bottleneck at this stage," your countermeasures become realistic all at once.

The foundation for improvement — are your data and rules in order?

To make the most of AI and automation, you need a foundation. If the workflow isn't organized and the data is scattered, deploying AI just speeds up the work of a few individuals; it won't spread across the organization.

  • Is the flow of work organized (who does what and when, and what they hand off next)?
  • Is the data you need accumulating in a fixed format and in a fixed place?
  • Are your own manuals and past cases in a state where you can combine them with AI?

Inspect the state of this foundation in parallel with finding improvement opportunities, and your initiatives won't end as "isolated efficiency gains" but will take effect across the whole organization.

When the payoff is "hard to read," test it small

Even when you can see an improvement opportunity, the payoff is sometimes hard to read. In that case, you don't have to jump straight into full-scale development.

  • Test it small, on just part of the work and for just part of the period (a pilot)
  • Decide the metrics for measuring impact (how much working time you cut, how many mistakes you eliminate) before you start
  • If it works, expand the scope; if it goes unexpectedly, pull back early

Rather than "build it all at once and then look at the impact," testing and verifying as you expand keeps your losses small if it fails.

Five questions to answer before you start the analysis

Before you dive into finding opportunities, checking whether you can answer these five keeps the analysis from becoming an end in itself.

  • Whose decision is the analysis for (who is the audience, and what are they deciding)?
  • By when is it needed (the deadline determines how detailed the analysis can be)?
  • How fine is the granularity (company-wide, a department, or an individual task)?
  • What are the premises (assumptions, conditions you exclude, the limits of the data)?
  • What is the passing bar ("once I can see this, I move on" criteria)?

Then, once the analysis is done, confirm that "the conclusion connects to a decision," that "the limits and premises are stated explicitly," and "what the next step is." This is the check that keeps you from building a table, feeling satisfied, and calling it done.

Summary of the steps for finding opportunities

  • Take stock of your work and rank it by volume × time (focus first on the top 20%)
  • Classify the bottlenecks in stalled work as people, information, or approval
  • Trace the stages back from the outcome to pinpoint the stage where yield drops — your root cause
  • Match the tool to what you want to decide: 80/20, sensitivity analysis, gap analysis, MECE comparison
  • For each improvement point, choose rules / optimization / machine learning / LLM
  • For any stage you hand to AI, decide, as part of the same step, where to insert the human check
  • Start small with high-volume work, watch the results, and scale sideways

Related material: If you'd like to go deeper into taking stock of your work, "how to write a business flow," and analytical frameworks (80/20, process analysis, and more), see our free IT Consulting Guidebook.

First, know "where you stand"

Finding bottlenecks starts with accurately grasping your current state. Begin by making it visible: "which operations are at which level" and "whether your data and rules are in order." As a first step, scoring your organization's level of AI adoption across each dimension makes it easier to see where your room to grow lies.