28 July 2026Implementation

Messy Data Is Why Most AI Projects Fail (Fix This First)

Gartner found 85% of enterprise AI projects fail to deliver value, and 47% fail because company data is scattered across old systems. Here's how to fix your data before you buy the AI.

Executive Summary

Many companies buy expensive AI models before they fix their data. This is a mistake. AI needs clean, connected data to work well. Without it, AI gives wrong answers, makes things up, or even leaks private information. Gartner found that 85% of enterprise AI projects fail to deliver real business value, and almost half of those failures happen because company data is scattered across old, disconnected systems.

85%

of enterprise AI projects fail to deliver real business value

47%

of those failures happen because company data is scattered across old, disconnected systems

2.5x

more likely to get real value from AI when a company’s data is unified instead of scattered

$4.45M

average yearly cost of poor data rules and hidden data silos, in security risk and wasted work

Core conclusions

  • There are three main ways to fix scattered data before adding AI: a Centralised Lakehouse, a Data Mesh, or a Data Fabric. Each one trades speed against cost and complexity, and picking the wrong one wastes months.
  • Four steps come before any AI model goes live: find every data silo, set clear rules for who owns what data, turn messy documents into clean AI-ready chunks, and run automatic checks that catch bad data before it reaches the AI.
  • This isn’t theory. JPMorgan Chase cut its data search time from weeks to hours by fixing its data first, and Netflix cut its AI setup time by 40% the same way. Companies that fix data before buying AI move faster, not slower.

Why buying AI first is a mistake

Many company leaders buy powerful AI models before they fix the data underneath them. This feels like progress. It is actually the opposite. An AI model is only as good as the data it can see. If that data is locked away in old, disconnected systems, the AI cannot find it, cannot understand it, and cannot use it safely.

Gartner’s 2023 research found that 85% of enterprise AI projects fail to deliver real business value. Almost half of those failures, 47%, happen for one specific reason: the company’s data is fragmented, meaning it is scattered across old databases that don’t talk to each other. When AI cannot see clean, connected data, it does one of three bad things. It gives wrong answers. It makes up facts that sound true but aren’t, a problem called hallucination. Or it accidentally shows sensitive customer information to people who should never see it.

The data backs this up from more than one angle. McKinsey & Company’s 2023 AI survey found that companies with unified data platforms, meaning all their data lives in one connected system, were 2.5 times more likely to get real economic value from AI than companies with scattered data. IBM’s 2023 Cost of Data Breach Report found that poor data rules and hidden data silos cost companies an average of $4.45 million every year, through security risks and wasted work. Companies that build a shared data layer and automatic data checks before they turn on AI models cut their data preparation time in half within six months, compared to companies still relying on slow, manual data cleanup.

MetricValueSource
Enterprise AI projects that fail to deliver business value85%Gartner, 2023
Of those failures, caused by fragmented data across legacy systems47%Gartner, 2023
More likely to generate economic value from AI with unified data2.5xMcKinsey & Company, 2023 AI Survey
Average yearly cost of poor data governance and unmapped silos$4.45 millionIBM, 2023 Cost of Data Breach Report

Four different studies, one same message: AI does not fail because the model is weak. It fails because the data underneath it was never made ready.

Three ways to fix scattered data

Once a company decides to fix its data before turning on AI, it has three main paths to choose from. Each one is a real technical approach, and each one trades speed against cost and complexity. Picking the wrong one for your situation can waste months of work.

ApproachHow it worksTime to buildBest thing about itBiggest risk
Centralised Lakehouse (e.g. Snowflake, Databricks)Moves all raw and structured data into one single cloud storage system12 to 18 monthsVery fast for big analytical questions; one place to control everythingExpensive to build; can turn into a new giant bottleneck
Data Mesh (Federated Ownership)Treats data like a product; each business team manages its own data9 to 15 monthsScales well; the people closest to the data keep it accurateNeeds a change in company culture; harder to govern across many teams
Data Fabric / Virtualisation (Unified Metadata Layer)Connects existing systems with a virtual catalog, without moving the raw data at all3 to 6 monthsFastest to set up; barely disturbs old systemsCan be slower when AI needs to search data live

There is no single “best” option. A Data Fabric is fastest to deploy but can slow down live AI searches. A Lakehouse gives the strongest analytics but costs the most and takes the longest. A Data Mesh scales well but needs real buy-in from every team, not just the tech department.

Four steps to get data ready for AI

Whichever path a company picks, four steps have to happen before an AI model can be trusted with real company data.

4 Steps to Get Your Data AI-Ready infographic: 1) Map and tag every data silo, scanning all databases to track data origins and tag personal information for privacy compliance; 2) Assign clear ownership and rules, establishing company-wide naming conventions and giving business teams ownership of their data; 3) Convert raw text into AI chunks, breaking documents into standardized chunks and mathematical formats for search-friendly AI retrieval (RAG); 4) Automate real-time quality checks, using automatic monitors to reject broken records and flag missing information before it reaches the AI
The same four steps, laid out end to end: find the data, decide who owns it, turn it into AI-searchable chunks, then keep checking it automatically so bad data never reaches the model.

Step 1: Find every data silo. A company cannot fix data it cannot see. Teams need to scan every database, every sales system, and every customer records system. This means automatically scanning for data tables nobody remembers exist, tagging any personal information so it follows privacy laws like GDPR, and tracking exactly where every piece of data came from and where it goes.

Step 2: Set clear rules for who owns what. When one central team controls all data decisions, approvals slow to a crawl. It works better to give each business team ownership of its own data, while everyone follows the same company-wide rules. That means naming a clear owner for every type of data, controlling who can access what through role-based permissions, and using the same naming rules and date formats company-wide, so “customer_id” doesn’t mean five different things in five different systems.

Step 3: Turn messy text into clean, AI-ready pieces. Modern AI tools that search company knowledge, a method called Retrieval-Augmented Generation or RAG, need documents like PDFs, emails, and support tickets converted into a mathematical format the AI can search. This means cleaning raw text into a simple, consistent format, breaking long documents into standard-sized chunks (around 512 words each, with a small overlap between chunks so no idea gets cut in half), and storing those chunks in a special search-friendly database built for this purpose.

Step 4: Check data quality automatically, all the time. Manually checking data by hand cannot keep up with AI running in real time. Companies need automatic checks that reject broken or incomplete records before they ever reach the AI, that watch for data slowly drifting out of date, and that instantly flag duplicate records or missing information.

Real companies that did this

JPMorgan Chase (2022 Data Mesh migration). In 2022, JPMorgan Chase moved over 3,000 internal data pipelines onto a Data Mesh, giving individual business teams ownership of their own data while keeping shared company-wide rules. The result: data discovery time dropped from weeks to hours. That single change let the bank safely roll out internal AI assistant tools to 200,000 employees.

Netflix (metadata catalog and open table format). Netflix faced fragmented data at a massive scale, more information than almost any other company handles. It built one shared metadata catalog using the Apache Iceberg table format. This let different engineering teams run AI models on the same shared data, without copying files or locking each other out. The payoff: setup time for training AI models dropped by 40%.

Three risks to watch for

Getting data ready for AI isn’t just a technical project. It also carries real business risk if done carelessly.

  • Data leakage risk. Without strict access controls, training an internal AI model on combined company files can let low-level employees accidentally see restricted information, like executive pay or confidential strategy documents. This risk deserves its own deep dive: see The Data Leakage Risk Hiding Inside Your Fine-Tuned AI Model.
  • Regulatory compliance risk. Rules like the European Union AI Act require companies to clearly document where their data came from and how their AI was trained. Data pipelines nobody has mapped out invite real fines.
  • Cost versus performance risk. Moving every piece of old company data into cloud storage creates high storage and data-transfer costs. It’s smarter to use a lighter virtualisation approach for old, low-priority data that rarely gets used.

A simple six-month plan

PhaseTimelineWhat gets deliveredHow you know it worked
Phase 1: Discovery & AuditMonths 1–2Full metadata catalog; personal-data scanning; complete list of data silos100% of critical operational databases mapped
Phase 2: Governance & CleaningMonths 3–4Clear data ownership rules; standard formats; automatic quality checksData defect rate drops below 2%
Phase 3: AI Vector IntegrationMonths 5–6Search-ready database set up; RAG system connected; live pilot test runningAI search response time under 200 milliseconds

Each phase depends on the one before it. Skipping discovery to rush into AI search just means the AI confidently retrieves data nobody checked for accuracy.

Fix the foundation, then build

None of this means a company should be afraid of AI. It means the order of operations matters. Buying a powerful AI model before fixing scattered, disconnected data is like installing a smart thermostat in a house with no wiring: the technology is good, but it has nothing solid to connect to. Fixing data first is not the slow path. It is the only path that actually reaches the destination, and JPMorgan and Netflix both proved that fixing data first gets a company to real AI results faster, not slower.

I’ve written more on what a clean data pipeline needs to include in Stop Tuning Prompts, Start Cleaning Data, and on the full technical setup for search-ready AI systems in How to Build Governed RAG 2.0 Systems.


Sources: Gartner, 2023 research on enterprise AI project outcomes; McKinsey & Company, 2023 AI Survey; IBM, 2023 Cost of Data Breach Report; JPMorgan Chase, 2022 Data Mesh migration; Netflix engineering, metadata catalog case study; European Union AI Act, Regulation (EU) 2024/1689.

Free tool

AI Readiness Self-Assessment

Scores how ready your company’s data actually is before you spend on AI, across the same fragmentation risk Gartner’s 47% failure figure traces back to.

Free tool

Data Architecture Decision Tool

Seven questions in, a Lakehouse, Data Mesh, or Data Fabric recommendation out, so you can pick between the three paths above without guessing.

The AI Governance & ROI Executive Programme walks your leadership team through fixing the data foundation first, with a scored starting point and a step-by-step plan as the result. Details are on the workshops page.

Apply this in your organisation.

Work with Terence Kok — enterprise AI strategy, governance, and deployment.

Book a Session