A few years ago, “AI governance” mostly meant a slide in a board deck and maybe a one-page ethics statement nobody read twice. That’s not where most enterprises are anymore. AI is approving loans, screening resumes, drafting customer correspondence, and increasingly making calls that used to require a person in the loop. Once AI is doing that kind of work, “we have a policy somewhere” stops being a good enough answer.
Here’s the uncomfortable part: most AI governance programs don’t fail because nobody wrote a policy. They fail because the policy has no owner, no teeth, and no real way to check whether anyone’s following it. A framework that holds up under pressure needs three things working together: someone accountable (roles), a clear standard to hold them to (policies), and a way to verify it’s actually happening (controls). Pull out any one of those and the other two stop meaning much.
This post walks through how those pieces fit together, and where most organizations get stuck trying to build them.
Why this is harder than the governance you already have
Most enterprises aren’t starting from zero. There’s already a data governance program, probably an IT risk function, maybe a privacy office that’s been around for a decade. The instinct is to bolt AI onto what already exists: add a line to the existing intake form, route AI projects through the same review board that handles everything else. That gets you partway there. But AI breaks a few assumptions older governance models were built on.
For one, AI doesn’t behave like the deterministic software most IT shops are used to governing. It’s probabilistic, which is really just a fancy way of saying it can be right 95% of the time and still be confidently, fluently wrong on the other 5% — without announcing when that’s happening. Traditional governance assumes that once something passes testing, it stays correct until someone changes the code. AI drifts. It needs to be watched after launch, not just signed off before it.
There’s also the explainability problem. Ask a credit model from 2015 why it declined an application and you’d usually get a reasonably clear answer. Ask a modern model the same question and you might not get one at all, unless someone specifically built for that on the way in. For a low-stakes use case, that may not matter much. For anything touching credit, employment, or healthcare, it matters a great deal, and in a growing number of jurisdictions it’s becoming a legal requirement rather than a nice-to-have.
And then there’s the pace of change. The EU AI Act is in force. NIST has its AI Risk Management Framework. ISO 42001 has become something enterprise customers now ask vendors about during procurement. None of this existed in any serious way five years ago, and most of it will look different again in another two. Whatever you build needs enough structure to be useful today without being so rigid it’s obsolete by the time it’s finished rolling out.
Roles: somebody has to actually own this
It’s tempting to assume the team that built a model is also the team responsible for everything that happens to it in production. That’s usually a mistake. The people best equipped to build a model are rarely the people best equipped to judge whether it should be making a particular decision, or whether its failure mode crosses a legal or ethical line nobody flagged during development.
A workable structure usually starts with an executive sponsor: someone senior enough to break ties between functions and make AI governance more than a suggestion. Without that person, or a committee playing the same role, governance tends to become optional guidance that business units quietly route around whenever it’s inconvenient.
Below that sits some kind of cross-functional group, and “cross-functional” has to mean more than data science plus IT. Legal and privacy need a seat because they’re the ones who’ll eventually explain the model’s behavior to a regulator. Security needs to weigh in because AI systems open up attack surfaces — prompt injection, data poisoning, model theft — that didn’t really exist in older application stacks. Risk needs to put a number on what happens if this goes wrong. And the business unit actually using the AI needs to be in the room too, because they’re the only ones who can say honestly whether the use case is worth what it costs to govern properly.
Every deployed model also needs a named owner, a real person rather than a team alias, who’s accountable for how it behaves once it’s live. When something goes sideways, and eventually something will, that’s the person who gets the call at 7 a.m.
One structural decision worth making early is whether AI governance should be centralized, run independently by each business unit, or some hybrid of the two. There’s no universally correct answer here, but the choice that tends to hold up is whichever one mirrors how the organization already governs its data. A company that’s run a tightly centralized data governance function for years will generally have an easier time centralizing AI governance too. A company where every business unit has always made its own data calls is fighting its own culture if it suddenly tries to impose a single AI authority from the top down.
Policies: what’s the actual standard?
Roles tell you who’s allowed to make a call. Policy is what they’re making that call against. This is where a lot of programs stall, because writing a one-page “AI principles” document is easy, and turning principles into something an engineer or product manager can actually follow on a Tuesday afternoon is not.
“Be transparent” and “act ethically” are fine values to print on a poster. They don’t tell anyone what to do when they’re deciding whether a new vendor’s AI feature is safe to turn on for customers next week. Useful policy gets more specific than that, even if it takes more than one document to do it.
Most enterprises start with some version of an AI use policy: which tools are approved, what data is allowed to go into them (this matters enormously once employees start pasting client data into public chatbots), and what sign-off is required before a new use case ships. It’s usually the first policy written, and for a surprising number of companies, still the only one.
It shouldn’t be. Lifecycle standards matter too: what counts as enough testing before something goes to production, what documentation has to exist, what “ready to ship” actually means in practice rather than on a slide. Bias and explainability deserve their own standard, because they’re genuinely not the same problem. A model can be perfectly explainable and still systematically unfair. It can also be fair on average while being a complete black box about how it got there. And if the organization buys AI capability instead of building it, which most do at least partly, procurement and legal need contract language ready ahead of time: data usage rights, update notifications, and some visibility into the vendor’s own governance practices, because “the vendor handles that” tends not to hold up later.
It’s worth having a documented answer, too, for what happens when something goes wrong, or when two people on the governance committee disagree about whether a use case should move forward. Deciding that escalation path on a calm afternoon, before there’s an actual incident, beats inventing one in the middle of one.
One small but practical note: write these documents in language a non-specialist can read in one sitting, and put them somewhere people will actually find them. A genuinely well-written policy buried twelve folders deep in SharePoint does nothing except provide cover during an audit.
Controls: how do you know any of this is real?
This is the part that gets skipped most often, and it’s the part that actually matters. A policy is a statement of intent. A control is proof.
Risk tiering is a reasonable place to start, and it’s increasingly built into law rather than left entirely to internal judgment. The EU AI Act, for instance, sorts AI use cases into risk categories and attaches different obligations to each. A chatbot that suggests blog topics doesn’t need the scrutiny of a model deciding who gets approved for a mortgage. Treat every use case the same way and you either grind the low-risk work to a halt with unnecessary review, or, more commonly, let the high-risk work slide through with the same light touch as everything else.
Before anything goes live, there should be testing built around the specific risk involved: adversarial testing, a bias audit, an honest impact assessment, not just “did it hit the accuracy target in the demo.” After it’s live, access controls matter as much as they would for any other production system, arguably more, since a small change to a prompt template or a retraining dataset can shift a model’s behavior in ways that are far harder to spot than a code change would be. Who can retrain it? Who can change what data feeds it? Is any of that actually logged anywhere?
Monitoring has to be ongoing rather than a launch-day checkbox, because models drift as the world around them changes. A fraud model trained on last year’s patterns starts missing this year’s. And all of it needs documentation thorough enough that someone, eighteen months from now, can reconstruct why a particular decision was made. Regulators are increasingly expecting exactly that kind of paper trail, and “we’re pretty sure it was fine” doesn’t hold up the way a logged test report does.
The part people forget most often is the feedback loop. Controls that only flag a problem without feeding anything back into the policy or the model are just generating alerts nobody acts on. The point of catching something early is to fix it, whether that means fixing the model, the policy, or both.
None of this works in isolation
Roles without policy leaves an accountable person with nothing real to be accountable to. Policy without controls is a document people can ignore at no real cost. And controls without a clear owner just generate data nobody ever looks at. Treat the three as one system, not three separate initiatives that happen to share the word “AI” in their names.
If you’re starting close to zero, the realistic first move isn’t to build all of this at once. Name a sponsor. Pull together a small group that genuinely represents legal, security, risk, and the business, not just IT. Take an honest inventory of the AI your organization is already using (it’s almost always more than leadership thinks) and sort it roughly by risk. Then write one policy, the AI use policy, clearly enough that someone could actually follow it without emailing you to ask what it means. Everything else can be built in layers after that.
AI governance isn’t a project with an end date so much as a discipline that improves with repetition, in roughly the same way the systems it oversees improve through iteration rather than one perfect launch.
DISCLAIMER: THE CONTENT, VIEWS, AND OPINIONS EXPRESSED IN THIS BLOG ARE SOLELY THOSE OF THE AUTHOR(S) AND DO NOT REFLECT THE OFFICIAL POLICY OR POSITION OF SOLIX TECHNOLOGIES, INC., ITS AFFILIATES, OR PARTNERS. THIS BLOG IS OPERATED INDEPENDENTLY AND IS NOT REVIEWED OR ENDORSED BY SOLIX TECHNOLOGIES, INC. IN AN OFFICIAL CAPACITY. ALL THIRD-PARTY TRADEMARKS, LOGOS, AND COPYRIGHTED MATERIALS REFERENCED HEREIN ARE THE PROPERTY OF THEIR RESPECTIVE OWNERS. ANY USE IS STRICTLY FOR IDENTIFICATION, COMMENTARY, OR EDUCATIONAL PURPOSES UNDER THE DOCTRINE OF FAIR USE (U.S. COPYRIGHT ACT § 107 AND INTERNATIONAL EQUIVALENTS). NO SPONSORSHIP, ENDORSEMENT, OR AFFILIATION WITH SOLIX TECHNOLOGIES, INC. IS IMPLIED. CONTENT IS PROVIDED "AS-IS" WITHOUT WARRANTIES OF ACCURACY, COMPLETENESS, OR FITNESS FOR ANY PURPOSE. SOLIX TECHNOLOGIES, INC. DISCLAIMS ALL LIABILITY FOR ACTIONS TAKEN BASED ON THIS MATERIAL. READERS ASSUME FULL RESPONSIBILITY FOR THEIR USE OF THIS INFORMATION. SOLIX RESPECTS INTELLECTUAL PROPERTY RIGHTS. TO SUBMIT A DMCA TAKEDOWN REQUEST, EMAIL INFO@SOLIX.COM WITH: (1) IDENTIFICATION OF THE WORK, (2) THE INFRINGING MATERIAL’S URL, (3) YOUR CONTACT DETAILS, AND (4) A STATEMENT OF GOOD FAITH. VALID CLAIMS WILL RECEIVE PROMPT ATTENTION. BY ACCESSING THIS BLOG, YOU AGREE TO THIS DISCLAIMER AND OUR TERMS OF USE. THIS AGREEMENT IS GOVERNED BY THE LAWS OF CALIFORNIA.
-
White PaperEnterprise Information Architecture for Gen AI and Machine Learning
Download White Paper -
-
-
