Skip to main content
Request Diagnostic
Request Diagnostic
Back to Blog
Developer workstation with multiple monitors and code in blue-lit environment.

AI Governance for Mid-Market B2B: The Minimum Controls Before Production

Igor Saevets
15 min read

Most growing companies make one of two AI-governance mistakes.

The first is to create almost no governance.

Employees open individual AI accounts, upload documents, connect browser extensions, generate customer communications, and automate work without a shared inventory or review process.

The second is to copy an enterprise governance framework designed for a global regulated organization.

A committee is created. Every experiment requires several approvals. Documentation grows faster than implementation. Teams eventually bypass the process because it cannot support normal operating speed.

Neither approach is effective.

A B2B company with 50-250 employees does not need a thirty-person AI council.

It does need to know: which AI systems are being used; who owns each system; which data enters it; what decisions or actions it affects; how it was tested; which failures require escalation; and what happens when the model, vendor, or workflow changes.

AI governance is not a document that says employees should use AI responsibly. It is the operating system through which the company approves, controls, measures, changes, and retires AI use cases.

A practical minimum governance model contains ten controls: an inventory of AI systems and use cases; one accountable business owner per system; risk classification based on impact and autonomy; rules for data and vendor use; defined evaluation before production; permissions and human-approval boundaries; monitoring of quality, cost, and incidents; an escalation and shutdown process; change control for models, prompts, tools, and data; and periodic review and retirement of obsolete systems.

NIST structures AI risk management around four functions: Govern, Map, Measure, and Manage. Its framework is voluntary and designed to be adaptable to organizations of different sizes and sectors. The Generative AI Profile extends that approach with attention to governance, pre-deployment testing, provenance, and incident disclosure. (NIST Publications)

For a mid-market company, these principles should be translated into lightweight operating controls rather than copied as a large compliance program.

Start with an inventory

A company cannot govern systems it does not know exist.

The inventory should include more than centrally purchased platforms. It should cover embedded AI inside existing SaaS; employee-created assistants; API-based automations; customer-facing chat or search; AI-generated reporting; agents connected to business tools; document-processing workflows; scoring and recommendation systems; and experimental pilots using company information.

What the inventory should contain

FieldWhat to record
System or use caseWhat the AI does
Business ownerWho is accountable for the outcome
Technical ownerWho operates or supports it
UsersEmployees, customers, vendors, or the public
Provider and modelWhich external or internal components are used
DataWhat information is sent, retrieved, stored, or generated
OutputDraft, recommendation, decision, or autonomous action
IntegrationsSystems the AI can read or change
Risk tierOperational impact if it is wrong or unavailable
Approval statusPilot, restricted production, production, suspended
Last reviewWhen the system was last reassessed
FallbackHow the process operates without the AI

A spreadsheet may be sufficient initially.

The value comes from ownership and review, not from purchasing a governance platform.

Classify the use case, not only the model

The same model can create very different levels of risk.

Using an LLM to rewrite an internal meeting note is not equivalent to using it to approve a refund; rank job applicants; change customer entitlements; send contractual language; modify financial records; and provide customer-specific advice.

Risk depends on the complete use case:

Model + data + user + decision + integration + autonomy + consequence

A proportionate risk model

TierTypical useMinimum control
Tier 1: AssistiveInternal drafts, brainstorming, non-sensitive summarizationApproved tools, basic data rules, employee accountability
Tier 2: Operational supportClassification, search, routing, customer-response draftsNamed owner, evaluation set, logging, human review
Tier 3: Material recommendationPricing recommendations, qualification, financial or contractual analysisFormal approval, documented evidence, restricted access, recurring testing
Tier 4: Autonomous high-impact actionPayments, access changes, binding communication, employment or safety-critical actionExecutive risk acceptance, strong technical controls, explicit human approval or prohibition

The classification should consider impact of an incorrect result; reversibility; number of affected people or records; data sensitivity; degree of autonomy; visibility of failure; dependence on third parties; and ability to fall back to a manual process.

A high-performing model does not make a high-impact use case low-risk.

Assign one business owner

The AI team may build the solution.

IT may operate the infrastructure.

Security may assess technical controls.

A vendor may provide the model.

None of these automatically owns the business result.

For every system, one person should be accountable for intended use; success criteria; acceptable error; exception handling; approval rules; user training; incident response; continued business value; and the decision to change or stop the system.

In practice

For an AI system that qualifies leads: Sales Operations may own the business outcome; IT may own platform access; Security may review permissions; Data or RevOps may own the evaluation dataset; and The vendor may operate the underlying model.

But one named business owner must decide what "qualified" means and accept responsibility for the resulting process.

"AI owns the decision" is never an accountability model.

Establish data-handling rules

Employees frequently interpret an approved AI tool as approval to enter any company information into it.

These are separate decisions.

The policy should distinguish public information; ordinary internal information; confidential business information; personal information; customer-controlled information; credentials and secrets; and legally restricted or contractually protected information.

For each category, state whether it may be entered manually; uploaded; retrieved through an integration; retained in logs; used to improve a provider's services; processed only under a separate agreement; and prohibited entirely.

The policy must also reflect what the system actually does.

A chatbot used through a browser and an API integration connected to a CRM may have different data flows even when they use the same provider.

Vendor review is more than reading the security page

A provider's marketing material does not replace due diligence.

The review should address:

AreaQuestion
Data flowWhat data leaves the company and where does it go?
RetentionHow long are inputs, outputs, files, and logs retained?
Training and improvementUnder which product terms may data be used?
SubprocessorsWhich other parties participate?
AccessCan provider personnel access customer data?
SecurityWhat controls and independent assessments exist?
Model changesCan behavior change without customer approval?
AvailabilityWhat happens when the service fails or rate-limits requests?
PortabilityCan prompts, outputs, configurations, and source data be exported?
TerminationWhat happens to data and workflows when the contract ends?

Not every low-risk tool requires a months-long procurement process.

But high-impact systems should not enter production because a vendor gave a convincing demonstration.

Define success before the pilot

A pilot without acceptance criteria usually produces an ambiguous result.

Participants say: the outputs looked useful; the model felt intelligent; several tasks were faster; and some responses needed correction.

None of these statements supports a production decision.

Define the business task; the baseline; the evaluation dataset; required quality; prohibited failures; human-review effort; latency; operating cost; escalation criteria; pilot duration; and production decision rule.

What to measure

MetricWhat it shows
Task success ratePercentage of business tasks completed correctly
Human correction rateHow often employees must repair the output
Escalation rateHow often the system cannot complete the task safely
Unsupported-claim rateFrequency of statements not grounded in approved evidence
Prohibited-action rateWhether the system crosses policy boundaries
Cost per completed taskFull AI and review cost per useful outcome
Cycle-time reductionWhether the business process actually became faster
Failure visibilityWhether incorrect results are detected before impact

A system that saves ten minutes but creates twelve minutes of review has not automated the task.

It has relocated the work.

Human oversight must be operational

"Human-in-the-loop" often appears in governance documents without specifying how the human participates.

A functioning review model answers: who reviews; which actions they review; what evidence they see; what constitutes approval; whether parameters may change after approval; what happens when the reviewer does not respond; how urgent cases are escalated; and how review quality is measured.

OWASP's agent-security guidance recommends explicit approval for high-impact or irreversible actions, action previews, risk-based autonomy boundaries, audit trails, interruption, and rollback capabilities. (OWASP Cheat Sheet Series)

Oversight that exists only on paper

A manager reviews AI decisions when necessary.

Oversight that works in practice

Refund recommendations above $250 require approval from the account owner. The approval view must show the customer, amount, source transaction, policy rule, supporting evidence, and exact execution parameters. Approval expires after two hours and cannot be reused if the amount or recipient changes.

The second model can be implemented and audited.

The first cannot.

Separate recommendation from execution

For material operations, the AI should not be the only component deciding and executing the action.

A safer pattern is:

  1. AI analysis
  2. Structured proposed action
  3. Policy and schema validation
  4. Human or deterministic approval
  5. Restricted execution service
  6. Audit event

This creates independent control points.

It also prevents a prompt, retrieved document, or model error from directly becoming a production action.

The system prompt should guide behavior.

It should not serve as the sole authorization mechanism.

Log enough to investigate - but not everything

Governance requires traceability, but indiscriminate logging creates another risk.

Useful records may include use case and task ID; user and agent identity; model and configuration version; approved data sources; retrieved references; selected operation; structured parameters; approval; output status; latency; cost; error; and escalation or override.

Do not automatically store: credentials; complete confidential documents; sensitive customer data; unrestricted prompt histories; and unnecessary personal information.

Logs should make an incident reconstructable without becoming an uncontrolled duplicate of the company's sensitive data.

Prepare for incidents before production

An AI incident is not limited to a security breach.

It may include repeated incorrect customer communications; inappropriate data exposure; unexpected autonomous actions; material reporting errors; systematic bias in routing or scoring; uncontrolled cost; model degradation; unavailable vendor service; and corrupted memory or retrieval sources.

The response plan should define who receives the alert; who may suspend the system; how credentials and integrations are revoked; how affected records are identified; whether actions can be reversed; who communicates with customers or partners; what evidence must be preserved; and what conditions allow the system to return.

The NIST Generative AI Profile treats incident disclosure and lifecycle risk management as important parts of responsible deployment rather than post-project administrative work. (NIST Publications)

Govern changes, not only initial launch

An AI system can change without the business workflow appearing to change.

Performance may be affected by: a different model version; a changed system prompt; a new tool; modified permissions; a revised knowledge base; a new embedding or reranking model; changes to business definitions; provider-side updates; new user groups; and expanded autonomy.

Every material change should answer: Does the risk tier change? Must the evaluation suite be rerun? Are previous approvals still valid? Did the data flow change? Did the cost model change? Can the previous version be restored?

A production approval applies to a tested configuration - not to every future system that carries the same name.

A workable governance model

A mid-market organization does not need a large permanent committee.

It needs clear roles.

RoleResponsibility
Executive sponsorSets risk tolerance and resolves high-impact decisions
Business ownerOwns the process, outcome, and continued value
Technical ownerOperates the system, integrations, versions, and fallback
Security/privacy reviewerReviews access, data flow, vendors, and incident controls
Evaluator or data ownerMaintains test cases, evidence, and performance thresholds
Human reviewerApproves or corrects defined classes of output
UsersFollow approved-use rules and report failures

One person may perform several roles in a smaller organization.

The responsibilities should still be explicit.

How approval should work

  1. Use-case request
  2. Business owner and expected value
  3. Risk classification
  4. Data and vendor review
  5. Limited pilot
  6. Evaluation against acceptance criteria
  7. Restricted production approval
  8. Monitoring and periodic review
  9. Expansion, remediation, suspension, or retirement

Low-risk internal uses can pass through this process quickly.

High-impact autonomous systems require more evidence and stronger controls.

Governance should be proportional - not optional.

Shortcuts that create hidden risk

"Everyone already uses AI, so banning it is unrealistic"

Correct diagnosis, wrong conclusion.

A complete prohibition often drives usage underground. The stronger response is to provide approved tools, clear data rules, and a route for evaluating new use cases.

"The vendor handles governance"

The vendor may govern its platform.

It does not own: your process; your data classification; your employee behavior; your integrations; your customer commitments; your approval policy; and your business consequences.

"We will add governance after the pilot"

Pilots frequently gain access to production data and systems before being formally called production.

At minimum, ownership, data restrictions, evaluation, credentials, and shutdown must exist before the pilot begins.

"The employee reviews every output"

Review does not create control when: the employee does not see the evidence; review time is not budgeted; the action occurs before review; reviewers routinely accept outputs without checking; and accountability remains unclear.

"We have an AI policy"

A policy that is not connected to inventory, approvals, testing, monitoring, and incidents is a statement of intent - not an operating system.

A 30-day minimum implementation plan

PeriodDeliverable
Week 1Inventory current systems, employee tools, pilots, agents, and embedded AI features
Week 2Assign owners, classify risk, document data flows and vendor dependencies
Week 3Define evaluation, approval, access, logging, incident, and change requirements by tier
Week 4Review highest-risk systems, suspend unsupported uses, approve remediation roadmap

The expected result is not a large policy library.

It is an inventory; a risk map; named ownership; a minimum control standard; a prioritized remediation backlog; and a repeatable approval process.

Where governance creates ROI

Governance is often treated only as a risk cost.

Done correctly, it also reduces operating waste by preventing: duplicate AI purchases; endless pilots; uncontrolled API consumption; manual review that eliminates expected savings; vendor lock-in; repeated integration work; deployment of use cases with no measurable value; and incidents that require expensive remediation.

The economic objective is not maximum control.

It is the least expensive control model that keeps the system inside the company's acceptable risk and performance boundaries.

What the decision comes down to

Do not begin by writing a forty-page AI policy.

Begin with five questions: Which AI systems are already influencing work? Which business outcomes do they affect? Who owns those outcomes? What evidence proves that each system is useful and acceptably controlled? Which use cases should be expanded, repaired, restricted, or stopped?

AI governance should make good systems easier to scale and weak systems easier to reject.

It should not exist to make experimentation impossible.

Fill System helps mid-market teams design practical governance through AI & Process Automation consulting and IT Risk & Security assessments — covering inventory, risk classification, ownership, data controls, evaluation criteria, and incident readiness.

Request a free diagnostic to identify which AI systems need governance controls before they reach production.

Need help with this?

Request a free diagnostic and get a clear picture of what to fix first - no commitment, no sales pitch.