Most failed AI projects in small and mid-size firms are not AI failures. They are data-availability failures wearing an AI costume. The model was fine; the process it was pointed at lived in six places at once, and no two of them agreed.
What "fragmented process" actually means
A process is fragmented when the record of what happened is split across systems that were never designed to reconcile. In a typical 40–200 person manufacturer or distributor, a single customer order leaves a trail like this:
- The enquiry arrives in a shared Outlook inbox.
- The quote is an Excel file on someone's desktop, version Quote_ClientA_final_v3(2).xlsx.
- The approval is a WhatsApp message from the director.
- The job card is a printed sheet on the production floor, annotated in pen.
- The delivery note is a duplicate book; the customer signs the carbon copy.
- The invoice is raised in QuickBooks — often days later, sometimes with different quantities.
- The payment lands in a bank statement that is reconciled monthly, by hand.
Seven artefacts. Six systems. One order. Nothing joins them except an employee's memory. That employee is the integration layer — and they are the reason the business runs, and the reason it cannot scale.
Why this defeats AI specifically
AI does not fail here because it is weak. It fails because of four structural conditions that no model can overcome:
- No system of record. Ask "what is our average quote-to-cash cycle?" and there is no table to query. The answer exists only as an aggregate of six partial truths.
- No entity resolution. "Acme Ltd", "ACME LIMITED" and "Acme (Nairobi)" are three customers in three systems and one customer in reality. Any analysis inherits the error.
- No event timestamps. You cannot compute a cycle time when the only date on the job card is the day it was printed. Process mining, forecasting, and bottleneck detection all require ordered events.
- No feedback loop. Even where a model produces a good recommendation, there is no mechanism to record whether anyone acted on it, or what happened next. The system cannot learn because outcomes are never written down.
Put bluntly: an AI layer over a fragmented process automates the guessing. It produces confident output from incomplete input, which is worse than no output, because it is now trusted.
The three false starts
Fragmented firms usually attempt one of these first. All three fail predictably.
- The chatbot on the ERP. A natural-language layer over a system that holds 30% of the operational truth. Users ask real questions, get partial answers, and stop trusting it within a fortnight.
- The forecasting model. Built on 18 months of invoice history that excludes cancelled orders, credit notes and the entire cash-sales channel. Accurate on the training set, useless in the room.
- The document AI. Extracts fields from supplier invoices beautifully — then writes them into a spreadsheet that a human re-keys into the accounting package anyway. Cost added, work unchanged.
The common thread: each project treats AI as the first move rather than the last.
The diagnostic: measure fragmentation before you spend
Run this before approving any AI budget. It takes two days and it is the highest-return exercise available to an operations leader.
- Pick one end-to-end flow. Quote-to-cash, or purchase-to-pay. One. Not the whole business.
- Trace ten real transactions backwards. Start at the bank statement and walk back to the original enquiry. Record every artefact you touch and the system it lives in.
- Count the handoffs. Every time information is re-keyed, copied, printed, or verbally relayed, that is one handoff. Healthy flows have 2–4. Fragmented flows routinely have 9–14.
- Score each step for machine-readability. Use three levels: structured (a database field), semi-structured (a spreadsheet cell, a consistent PDF), unstructured (email prose, handwriting, a phone call). Count the percentage that is structured.
- Time the gaps, not the tasks. The work itself is rarely slow. The waiting between steps is where the days go. Record the elapsed hours between each artefact's timestamp.
Reading your score
- Under 30% structured: you are not ready for AI on this flow. You are ready for digitisation. Anything else is a science project.
- 30–60% structured: narrow, deterministic automation will pay back fast. Targeted AI works at the edges — document extraction, classification, drafting.
- Over 60% structured with clean entity keys: you have a genuine substrate. Forecasting, anomaly detection, and agentic workflows become viable.
The correct sequence
Order matters more than tooling. Firms that get value from AI almost always walked this path:
- Capture at source. The event is recorded once, digitally, by the person who caused it — the storeman logs the issue, not the office clerk two days later.
- One identifier per entity. A single customer code, a single order number, carried through every downstream artefact. This is the cheapest, highest-leverage change available.
- Close the loop on one flow. Order → job → delivery → invoice → receipt, joined by that identifier, in one place. Even a well-designed shared database is enough to start.
- Automate the deterministic steps. Status updates, reminders, document generation, reconciliation matching. No model required, near-zero failure risk.
- Then apply AI to the residue. Whatever still needs judgement, reading, or prediction — that is the legitimate AI surface, and by now you have the data to evaluate it.
What to do in the first 30 days
- Week 1: Trace ten transactions. Publish the handoff count and the structured-data percentage to the leadership team. Do not editorialise — the numbers are the argument.
- Week 2: Agree a single order identifier and mandate it on every artefact, including the printed job card. This alone typically removes two reconciliation hours per day.
- Week 3: Move the highest-volume unstructured capture point to a digital form. Usually this is the job card or the goods-received note.
- Week 4: Re-measure the same ten steps. Report the change in elapsed time. You now have a baseline, a win, and internal credibility for the next stage.
The uncomfortable conclusion
The firms that will benefit most from AI are, today, the least ready for it — and the gap is not technical talent or budget. It is that their operations were never written down in a form a machine can read. Fixing that is unglamorous, cheap, and entirely within your control. It is also the only route to the outcomes the AI vendors are describing.
Digitise the process. Join the record. Then, and only then, add intelligence to it.