Insights · Platforms

Why AI needs a governed data platform.

The pilot works and the rollout stalls. Usually that is not a model problem, it is a platform problem: no one will stake a decision on data nobody owns.

There is a pattern we see often enough to treat as a default diagnosis. A team builds a model or an agent, it demonstrates well, everyone agrees it is valuable, and then it does not go into production. When you ask why, the answer is rarely about the model. It is that nobody can say which of the four customer tables is authoritative, or who owns the field the agent keys off, or what happens downstream when an upstream system renames a column on a Thursday afternoon.

That is a platform problem wearing an AI costume, and it has a specific shape: the data exists, it is even reasonably accessible, but it is ungoverned, so no accountable person will stake a decision on it. A governed data platform is simply one where that objection has been answered in advance, by the platform itself rather than by someone doing archaeology each time it is raised.

What governed actually means.

Governance has an unfortunate reputation as a committee, a policy library and a slow approval queue. That is governance implemented beside the platform. The useful version is implemented inside it, and it comes down to four properties you can check:

  • Every dataset has an owner. A named person accountable for its meaning and its fitness, not a team mailbox. If a number is wrong, there is someone whose job it is to care.
  • Lineage is recorded, not reconstructed. You can trace any figure back through its transformations to the source system without asking an engineer to read code.
  • Quality is tested in the pipeline. Expectations about freshness, volume, uniqueness and referential integrity run on every load, and a breach stops or flags the data instead of quietly publishing it.
  • Access is a control, not a convention. Permissions are defined as code against classified data, granted by role, and reviewable after the fact.

None of those four are exotic. What makes them governance rather than good hygiene is that the platform enforces them, so they hold on the day nobody is watching.

The four ways an ungoverned platform fails.

  • Competing versions of the truth. Two reports disagree, both are defensible, and leadership learns to discount both. This is the failure that costs the most and appears on no risk register.
  • Silent breakage. An upstream schema change or a dropped feed does not raise an error, it produces a slightly wrong number. Nobody notices until a decision has been made on it.
  • Access sprawl. Analysts accumulate permissions faster than anyone removes them, until the honest answer to who can read the customer table is that nobody knows.
  • Outputs you cannot explain. When a regulator, an auditor or a customer asks how a number was produced, the answer takes a week of investigation instead of a query.

Why AI raises the stakes.

Every one of those failures predates AI. Organisations have tolerated them for years, because a human sat between the data and the decision and caught the obvious nonsense. That buffer is what AI removes. A dashboard with a bad number waits to be read; an agent with a bad number acts on it, at machine speed, repeatedly, and its output becomes the input to something else. Ungoverned data does not fail more often under AI. It fails further.

The regulatory direction compounds it. CPS 230 asks regulated entities to set tolerance levels for disruption to critical operations, which only means something if the data behind those operations is monitored. The NSW AI Assessment Framework asks agencies to evidence how an AI system was assessed. In both cases the artefact you need is lineage and monitoring history from the platform, not a policy document. We have written separately on that shift, from asserted to observed compliance.

The order that works.

The common failure mode of governance programs is starting with the framework: a catalogue purchase, a classification exercise across every system, a committee with a charter. Eighteen months later there is a policy set and no change in how the data behaves. Invert it, and work backwards from one decision that matters:

  • Pick one decision or product that leadership already cares about and that AI is meant to serve.
  • Map its data end to end - source systems, pipelines, datasets, and the report or model at the end of the chain.
  • Give every dataset on that path an owner, and write down what each one is supposed to mean.
  • Put the tests in the pipeline for freshness, volume and integrity, with alerting that reaches the owner rather than a shared inbox.
  • Make access and lineage machine-readable, so the evidence is a query rather than an investigation.

That produces one thin, fully governed path through the estate. It is narrow enough to finish, and once it exists it becomes the template every subsequent domain is held to. Coverage then grows domain by domain instead of arriving all at once, which is the only way we have seen it actually arrive. It is the approach behind our Data Foundation engagement; the platform side sits in modern data infrastructure and the operating model in AI and data governance.

What a governed platform is not.

It is not a tool purchase. A catalogue, a quality framework and a lineage product are all useful, and all of them will happily sit unused beside an ungoverned estate. It is also not a prerequisite for every AI use case. Plenty of internal, low-consequence automation is fine on messy data, and treating governance as a gate on all of it is how you end up with neither governance nor AI. The test is consequence: if a wrong answer would cost money, breach an obligation or reach a customer, the data behind it needs to be governed first.

TL;DR: most stalled AI is not a model problem, it is data nobody will stake a decision on. A governed data platform means four things the platform itself enforces - owned datasets, recorded lineage, quality tested in the pipeline, and access as a control. Build it along one decision that matters rather than across the whole estate, and let coverage grow from there.

General information only, not legal or regulatory advice. Current as at August 2026.