PASS Summit 2026 Coming To Three Cities|Register now

Without Governance, AI Is Just Faster Failure

AI didn't break your operational foundations — it just exposed them faster than you can ignore. When governance feels like the blocker, it's usually fragile infrastructure asking for attention at exactly the wrong moment. The good news? You don't need to solve everything before you move forward. You just need to stop pretending the gaps aren't there.

Guest post

This is a guest post from Kellyn Gorman.

Kellyn Gorman is a Database and AI Advocate and Engineer at Redgate She's the previous director of Data and AI at Silk, and the Oracle SME in Azure at Microsoft.

With a robust background in cloud technology and a passion for promoting its merits and potential, I am thrilled to spearhead conversations and actions that help shape the future of this industry.

Kellyn has authored numerous technical books, white papers and solution repositories in GitHub on database, AI and engineering topics.

Let’s assume your AI initiative gets the green light. You stand up a pilot and it works. Everyone is incredibly excited, leadership is happy and the team is energized. Yet, that’s when the pushback starts.

Architecture has concerns and security wants a review. The data team flags a dependency no one knew existed and someone needs to sign off on the data classification before you can proceed. That sign-off goes to someone who's waiting on someone else.

Weeks pass, the proposal circulates, the loop multiplies and you notice that delivery slows to a crawl. The AI initiative, the most exciting project on your roadmap, suddenly feels like the most frustrating one.

Sound familiar? In my role as an AI advisor outside of Redgate, I see this weekly.

Here's the thing: it's tempting to frame this as a governance problem. "We need faster governance." "Governance is blocking innovation." "If we didn't have so many reviews, we could actually ship this." As someone who’ve been an integral part of DBA Teams it’s refreshing to hear someone pointing the finger at someone other than us for slowing innovation, but governance isn’t the problem.

As the gatekeepers of technology for the last four decades know, fragile operational foundations are the problem and AI didn't create those. AI just exposed them at a speed and scale that's impossible to ignore.

Why AI Hits Different

Database teams have always managed complexity, including multiple platforms, mixed environments, legacy systems sitting alongside modern cloud infrastructure. This is just another Tuesday for most of us.

But AI changes the operational math in ways that compound fast.

Consider what the data actually tells us. According to the State of the Database Landscape report, 84% of organizations now operate more than one database platform. Nearly half of them, 46%, plan to add more databases to their estate. Meanwhile, 47% already report data quality issues emerging during transformation between environments. And the security picture? 86% say security work is becoming more complex, 63% say it's becoming more time-consuming, and 44–50% have already experienced privacy or security incidents in cloud or hybrid environments.

Those numbers describe an estate that was already under pressure before AI entered the conversation.

Now add what AI actually does to that estate: it increases the frequency of database change. It drives data reuse across systems that were never designed to share. The data swamp is real, and it accelerates cross-environment movement. It expands access to the surface area in ways that are hard to audit in real time, and it concentrates security exposure in exactly the places where you were already stretched thin.

If your foundations were fragile before, AI doesn't strengthen them but amplifies the fractures.

The teams who experience AI governance as a blocker are usually the teams who have a few unresolved operational questions underneath the surface. The questions about who owns what, what the source of truth is, whether their environments are consistent, and whether their data is ready to move. The "governance blocker" is often those unanswered questions demanding attention at exactly the wrong moment.

Which means the right question isn't "how do we get through governance faster?" It's "what do we need to get right before we scale AI further?"

The Hygiene Test: Five Areas Worth Assessing Now

Before you push your AI initiative to the next phase, it's worth doing an honest assessment across five areas. This shouldn’t be confused with a formal audit, but with a real, practical gut check.

1. Change Traceability

Can you trace every change made to your databases, who made it, when, and why? If your change history is incomplete, inconsistent, or lives in people's heads instead of a system vs. a change-tracking system, AI will make this worse fast. AI-driven workloads generate more frequent changes across more environments. If you can't trace what happened yesterday, you won't be able to diagnose what went wrong tomorrow.

Start here: pick your most AI-adjacent database and ask yourself whether you could reconstruct the last 30 days of changes from your change-release or version control system alone. If the answer is no, you've found your first repair job.

2. Ownership Clarity

Who owns the data your AI initiative depends on? Not in the org chart sense, but in the operational sense. Who is responsible for its quality, its access controls, its schema changes? Unclear ownership is where proposals go to die and sign-off loops get born. It's also where security incidents start.

This is one of the most common pain points I hear about. Ownership falls into grey zones between engineering, data, and platform teams, and AI just accelerates the moment when that grey zone becomes a crisis.

3. Environment Consistency

Are your dev, staging, and production environments consistent? Not in theory but in practice? Schema drift between environments is one of the most insidious sources of data quality failures, and it's a particular hazard for AI models being trained or evaluated against data that doesn't reflect what's in production.

The 47% reporting data quality issues during transformation between environments aren't dealing with a data problem but dealing with an environment consistency problem. These are solvable, but they must be on your radar before you scale.

4. Data Validation Before Movement

When data moves, no matter if between databases, between environments, or into AI pipelines, is there a validation step, or is it fire and forget? Data that looked clean in context can become corrupted, incomplete, or misrepresented the moment it changes hands. For AI workloads that are sensitive to data quality at scale, this is the difference between a model that performs and one that quietly fails in ways that are hard to trace back to the source.

If you're not validating at movement boundaries, you're flying blind.

5. Security Consistency Across Platforms

With 47% of organizations reporting security issues linked directly to handling multiple databases, this one deserves a hard look. Security controls don't automatically translate between platforms. What's enforced in one environment may not exist in another. As AI expands the access surface, especially with data democratization, more systems, more pipelines, more integration become the norm and inconsistent security posture becomes an incident waiting to happen.

Do your security policies apply consistently across every database platform in your estate? Not assumed, but something you can verify?

Where to Start Without Slowing Delivery

I know what you're thinking. "Kellyn, I have three deadlines, two platforms in migration, and a business asking why AI isn't in production yet. When exactly am I supposed to do this hygiene work?"

Here's my honest answer: you don't need to solve everything before you move forward. You need to stop pretending the gaps aren't there while you accelerate toward them.

Small, targeted steps in the right direction compound fast. And they're almost always faster than the alternative, which is discovering the problem when it's embedded in production.

A few places to start that won't derail delivery:

  • Pick the highest-risk dependency in your AI initiative and trace it. Just one. Follow the data path: where does it come from, who owns it, how does it move and where does security get applied? You will almost certainly find something worth addressing. Do that one thing.
  • Name an owner. If ownership over a dataset or environment is unclear, name and individual, even temporarily if needed and make it explicit. Even informal clarity is better than the grey zone. You can formalize it later. Just get it out of ambiguity.
  • Add one validation checkpoint. Pick one data movement step in your AI pipeline and add a basic validation check, including schema conformance, row count, null rate, whatever is most relevant. You're not building a data quality framework overnight, but you are building muscle memory.
  • Create a lightweight change log. Even if your tooling isn't where it needs to be yet, start capturing changes in a consistent place. A shared log is better than nothing, and it gives you something to build on.
  • Do one security comparison across environments. Pick two environments and compare access policies side by side. Look for gaps. Fix what you can immediately. Escalate what you can't. Document that you looked.

None of these are big projects. Each one reduces the surface area of your next governance conversation because when you can answer the questions before they're asked, sign-off loops get shorter and proposals stop circulating.

The Real Conversation

The tension between "we need to move faster" and "we need to get this right" is real. I'm not going to pretend it isn't. Database professionals are under genuine pressure to deliver AI capabilities on timelines that don't always allow for the kind of foundational work that should have happened years ago.

But here's what I keep coming back to: AI without foundations doesn't just fail slower. It fails in ways that are harder to debug, harder to remediate, and harder to explain to the business. The governance conversations that feel like blockers now are almost always easier than the incident post-mortems later.

The goal isn't more governance, but it’s getting clear-eyed about where your estate is actually fragile and making targeted, practical progress before you scale into those weaknesses at speed.

That's not slowing delivery, (the fear of every organization right now) and that's not letting AI fail faster… That’s just how you build something that actually works.

Read next

Blog post

Building the Foundations for AI Readiness

Everyone wants to move faster with AI, but few are truly ready for it. This is where organizations can position themselves better as AI readiness isn’t just about algorithms, it’s about whether your data, systems, and teams are prepared to support intelligent automation safely and effectively. According to Redgate’s 2025 ‘State of the Database Landscape’ study, 91% of organizations are still not considered AI-data-ready. Data sprawl, unclear ownership, and fragile pipelines mean teams spend more time fixing problems than driving progress. It’s important to remember that while technology is constantly evolving, organizations must evolve too otherwise the repercussions are waves

Go to the Blog post

Blog post

Making AI scalable with database change management and Redgate Flyway

With the rise of AI and machine learning comes data. Lots of it. For organizations today, AI is radically changing the way data is accessed, maintained and operationalized. For heads of architecture and development teams, it offers opportunity and responsibility. Opportunity to: Accelerate development team productivity AI can be a collaborative force to speed up mundane tasks, such as technical documentation or repetitive coding Completes IT AI can enhance, extend and automate IT jobs to drive more efficiency and free up time against a backdrop of demands to do more with less Responsibility to: Ensure that data architecture is set

Go to the Blog post

Report

State of the Database Landscape 2026: AI Edition

Explore how the rapid adoption of AI is outpacing the governance and operational practices needed to support it safely. Find out what that gap means for the teams, tools, and foundations responsible for keeping data trustworthy, traceable, as well as under control.

Download report

2026 State of the Database Landscaper: AI Edition

Loading comments...