Objective:
This piece makes the case that data debt, not model choice, is the real constraint on enterprise AI today, using the EU AI Act’s recent timeline shift as the clearest current proof point rather than the story itself. Read it for the accurate figures worth citing in a board conversation, a clear-eyed list of what your data governance program currently doesn’t reach, and a payback-ordered plan for closing that gap, regardless of which regulatory clock applies to you.
AI is moving faster than enterprise data readiness. The EU AI Act is one of the clearest signals of where data governance is heading, but global organizations don’t need to wait for regulation to confront the problem.
Every enterprise racing to deploy AI is running into the same wall, and it isn’t a regional one: the data underneath the AI isn’t ready for what’s being asked of it. Only one in ten CFOs fully trust their enterprise data, and that gap doesn’t stop at any border. The clearest live example of what happens when the gap gets exposed by regulation, instead of by an outage or a bad customer interaction, is playing out in the EU right now.
The EU AI Act’s high-risk obligations were meant to apply from 2 August 2026. On 27 July, six days out, the Digital Omnibus on AI entered into force and moved the deadline for standalone Annex III systems to 2 December 2027. AI embedded in regulated products under Annex I got until August 2028. The date moved because the machinery to comply didn’t exist: harmonized standards from CEN and CENELEC weren’t finished, the conformity-assessment infrastructure the Act assumes hadn’t matured, and several member states still hadn’t designated national competent authorities. The Article 50 transparency duties, meanwhile, weren’t deferred at all; those applied on 2 August exactly as originally scheduled, with a second tranche applying to systems already on the market from 2 December 2026.
Whether or not the EU AI Act applies to your organization, the mechanism it just exposed does. The regulatory calendar isn’t really the story, though.
The hardest requirement in a high-risk AI regime isn’t a property of your model. It’s a property of your data: for any given output, can you say what data produced it, where that data came from, who was permitted to see it, and can you show your working?
Most enterprises can’t. Not for want of governance; most have a governance function, a catalog, stewards, a certification cycle. They can’t because all of that was built to govern things that sit still, and the things their AI actually reads don’t.
Why “fix your data quality” finally bites
The industry has been telling enterprises to fix their data quality for years to approximately no effect, so skepticism is fair when the same advice comes back wearing an AI badge. Something did change, though, and it’s worth being specific about what.
Business intelligence was forgiving in two ways. Both cushions are now gone.
The first is arithmetic. Reporting aggregates. A month-end revenue figure sums a million rows, so a thousand bad ones vanish into rounding. Retrieval doesn’t aggregate; it surfaces the single chunk that scored highest. If that chunk is the 2019 pricing schedule nobody deprecated because nothing was reading it, that’s what the customer gets told. The underlying error rate didn’t move. Exposure to any individual error went from one-in-a-million to one.
The second cushion was a person. Somewhere in every reporting chain there’s an analyst who has been staring at these numbers for six years, who glances at a figure, thinks that’s wrong, and goes and checks before anyone acts on it. She was never on the architecture diagram. She was load-bearing anyway. An agent that reads a document, calls three tools, and writes to a system of record does not pause for her.
That’s the mechanism behind IDC’s 2026 CIO Agenda prediction that CIOs who delay data debt remediation will see 50% higher AI failure rates by 2027, alongside rising costs, as model underperformance drags siloed and redundant data into view. Hrishikesh Pippadipally, CIO at advisory firm Wiss, put the mechanism in one sentence:
AI doesn’t create data problems; it exposes and accelerates them.
What the numbers actually support
The statistics in this space get mangled constantly, and if you’re going to carry them into a board conversation, you want to be the person who read the source. Three worth getting right:
Gartner predicts that through 2026, organizations will abandon 60% of AI projects unsupported by AI-ready data, a broader category than “poor data quality,” and frequently misquoted as the narrower one. The same research found 63% of organizations either lack or are unsure whether they have the right data management practices for AI. Gartner is explicit that AI-ready data is a practice needing continuous investment, not a cleanup project: aligned to specific use cases, governed at asset level, with automated quality gates and live metadata.
RAND is the source of the ubiquitous “more than 80% of AI projects fail, twice the rate of non-AI IT.” Use it, but use it honestly. RAND hedged deliberately, by some estimates, and the report rests on 65 semi-structured interviews with practitioners, not a census. The comparative claim is the defensible part. If you meet this figure rendered as “80.3%” with a tidy four-way breakdown summing to exactly 100, that precision appears nowhere in RAND’s work; it tells you the deck you’re reading came off a content mill.
The striking claim that only 12% of organizations have data of sufficient quality and accessibility for AI is from Precisely and Drexel’s LeBow College, not Gartner, which is how it’s usually attributed. The same study puts lack of governance as the top inhibitor at 62%, and found 67% don’t completely trust the data behind their own decisions, up from 55% two years earlier. Trust is moving the wrong way.
For a finance-side conversation, the sharpest numbers come from RGP’s December 2025 survey of 200 US CFOs. 86% say legacy systems limit AI readiness. 66% expect significant AI ROI within two years; 14% report meaningful value today. And the one that should stop the room: only 10% fully trust their enterprise data. Thirty-five percent name data trust as their top barrier to ROI, while investment in data foundations stays, in the report’s own assessment, limited.
Then the tally that isn’t a failure statistic at all. BARC’s Trend Monitor 2026, the largest survey of its kind at 1,579 respondents, ranks data quality management as the number one trend for 2026, above data security, above AI governance, above generative AI itself. Practitioners already got where their executives are still arguing about going.
The governed object changed shape
Enterprise data governance assumes data sits still. Tables in a warehouse. Schema changes through a change advisory board. Quarterly certification, a steward per domain, a catalog somebody updates. That works when the governed object is stable enough to be governed at human cadence.
Now list what an AI system actually reads.
Embeddings
Your policy covers the customer table. Does anything cover the vectors derived from it? They live in a different store, usually under different access control, and in most enterprises no classification scheme has ever touched them.
Try a concrete question: when a record is deleted under a GDPR Article 17 erasure request, does the embedding go too? Can you even locate it? Most vector indexes were stood up by an AI team on a timeline that never routed through data governance, and deletion in an ANN index is often a tombstone rather than a removal; the vector stays resident until a compaction that may not be scheduled.
If you’re inclined to treat embeddings as safely anonymized derivatives, the research disagrees. Morris and colleagues showed with vec2text that iteratively correcting and re-embedding candidate text recovers 92% of 32-token inputs exactly, and pulled full names out of embeddings of clinical notes. A 2025 reproducibility study replicated the core results; the code is public. An embedding of personal data behaves, for practical purposes, like personal data. Very few data protection impact assessments say so.
Feature sets and retrieval indexes
Transient, frequently rebuilt, often materialized outside the warehouse entirely. A quarterly certification cycle is certifying an object that has been regenerated forty times since anyone last looked at it.
Streaming topics
Policies written for batch loads with defined windows don’t map onto continuous flows where “the data as of when” has no clean answer.
Agent execution traces
An agent that reads a document, calls three tools, and writes to a system of record has generated a lineage graph. It exists nowhere in your catalog. It is exactly what you’ll need when somebody asks how a decision was reached.
Two failure modes hide behind the same complaint, and separating them helps. There’s data debt: governance exists, but the data underneath is fragmented and inconsistent. And there’s rules debt: AI shipped faster than governance could follow, leaving systems nobody can audit. They compound, and an organization can have a genuinely mature governance function while running a completely ungoverned AI estate, because that function was never given jurisdiction over the objects the AI consumes.
Sixteen extra months might sound like slack. Set against a lineage and documentation problem most organizations haven’t finished scoping, it’s roughly the work, starting now, regardless of which regulation eventually asks for it.
Follow the acquisitions
If you want evidence this is structural rather than fashionable, look at where the money went. Salesforce closed its acquisition of Informatica on 18 November 2025: catalog, integration, governance, quality, privacy, metadata management and MDM, explicitly positioned as the data foundation for agentic AI. Marc Benioff’s framing was blunt:
You have to get your data right to get your AI right.
The same month, Snowflake moved to acquire Select Star, folding automated metadata context and lineage into Horizon Catalog and, the interesting part, extending its reach outside Snowflake, into PostgreSQL, MySQL, Tableau, Power BI, dbt and Airflow. Coalesce acquired CastorDoc on similar logic.
Read together, the pattern is hard to miss: the platform vendors have decided metadata and lineage are the substrate agentic AI runs on, and they’re buying rather than building because they don’t believe they have time to build. Gartner expects 70% of organizations to adopt modern data quality tooling by 2027 to support AI.
There’s a caution buried in this for buyers. As governance capability gets absorbed into the platforms, you have to decide how much of your governance posture you want defined by a single vendor, particularly in genuinely heterogeneous estates, which is most of them. The consolidation validates the problem. It isn’t automatically the answer to it.
What’s actually worth doing
Roughly in order of how fast they pay back.
The unglamorous part
Data debt doesn’t demo. There’s no launch event, and nobody gets promoted for the incident that didn’t happen. It competes for budget against things with screenshots.
But four constituencies with nothing much in common have converged on the same conclusion in the past nine months. Practitioners rank data quality above AI itself. CFOs fund AI while trusting their data at a rate of one in ten. Platform vendors are spending billions acquiring metadata companies. And regulators postponed their flagship deadline because the compliance infrastructure didn’t exist yet.
Models are increasingly rentable by the token. What isn’t rentable is the ability to answer a plain question about any output you put in front of a customer, a regulator, or a board: where did this come from, and can you prove it?
You can’t buy that answer. Building it takes roughly as long as most compliance windows give you, EU included, which is exactly why waiting for a deadline is the expensive way to find that out.
Conclusion
The throughline is simple, even if the mechanics aren’t: enterprises are moving faster on AI than their data can support, and regulation is only the most visible place that gap is now surfacing. Retrieval exposes the errors aggregation used to hide, the objects your AI reads have already outgrown the objects your governance program covers, and every constituency with money or oversight on the line, CFOs, platform vendors, regulators, practitioners, has independently reached the same conclusion. The EU AI Act’s extension is worth understanding accurately, but it isn’t the question that should be driving your roadmap. The one that matters doesn’t need a regulator to ask it: is your data ready for the AI you’re trying to deploy?












