AI Governance
Written by: Gopichand Mannava | Chief Data Architect, State of Connecticut & Independent Researcher
Updated 10:00 AM EDT, August 19, 2026

Most agentic AI conversations today center on private enterprises worried about revenue leakage or brand exposure. The public sector operates under a different weight of consequence. When a state agency lets an autonomous agent write to a benefits database, a tax ledger, or a vendor master, the failure modes are not quarterly earnings misses. They are wrongful denials, audit findings, and occasionally litigation.
Private-sector governance patterns do not translate cleanly into government. Yet the reverse is quietly true: the disciplines public-sector Chief Data Officers (CDOs) have mastered for decades — auditability, records retention, procurement law, and civil-rights review — are exactly what enterprises now need as agentic AI moves from pilot to production. Public agencies were doing “explainable decisioning” before the phrase existed.
The shift that many leaders keep underestimating is this: traditional governance assumed AI recommended and a human decided. Agentic AI removes that trigger. When an agent pulls data, calls a downstream system, and commits a change without a person reviewing each step, the organization is no longer governing an output. It is governing a decision-maker. That reframing is what public-sector CDOs have to internalize first.
After years of leading enterprise data and analytics work in a large state government, I have watched the same governance mistakes repeat. Those experiences have shaped the five principles that follow. Together, they form the playbook I wish every public-sector data leader had before their first autonomous agent went live.

Private-sector CDOs pick a use case and then ask counsel to review it. Public-sector CDOs must invert that. Before any agent gets write access, map the legal instruments already governing the data domain: the enabling statute, records-retention schedules, state privacy law, federal cross-cutting requirements (HIPAA, FERPA, IRS Publication 1075, and CJIS), and the agency’s own administrative regulations.
Two questions determine whether an agent belongs anywhere near a system:
If the first answer is unclear, the agent stays read-only. If the second is “unappealable,” the agent does not touch that domain, regardless of throughput gains. A misrouted enterprise service request costs a few minutes. The same misrouting in a state benefits queue can push a claim past a statutory deadline, making the technical failure and the legal failure one and the same. Design for the harder case first.
Government hiring exists because public trust demands vetting. Agentic AI deserves the same discipline. Every autonomous agent should carry documentation equivalent to a position description: scope of authority, dollar thresholds, delegated approvals, data lineage, and a named human owner accountable when it misfires.
I encourage teams to write a one-page “duty statement” for every agent before writing a single line of code. It forces clarity about what the agent may decide, what it must escalate, and what it must never touch. Tie each item to a role in the HR system of record rather than a person, so accountability survives turnover. Auditors love it because it answers their first question: “Who owned this decision?”
Oversight should scale with consequence, not become a blanket rule that slows every action or gets quietly bypassed under delivery pressure. A read-only agent that summarizes published meeting minutes does not need the same review as one that proposes an eligibility change. Classifying agents by reversibility and impact — the way autonomous-vehicle systems define levels of driving autonomy — lets the CDO say yes to the low-risk work and no to the rest.
Enterprise governance too often lives inside model prompts, vendor consoles, or opaque orchestration platforms. That approach will not survive a Freedom of Information request or a legislative post-audit. Every material decision made through an AI agent must be reconstructable years later, often by someone who was not present.
Concretely:
The NIST AI Risk Management Framework offers a workable structure, and GAO’s reviews of federal AI use illustrate the consequences of weak governance. Every unfavorable finding follows the same pattern: undocumented decisions, missing lineage, no owner. The fix is architecture that makes the right action the default and the wrong one take deliberate, visible effort.
The most useful architectural move I have seen in public-sector agentic pilots is a deterministic gate between what the agent decides and what the system of record accepts. The agent proposes; a rules layer disposes. If the proposed action violates statute, policy, schema, or budget authority, it is rejected before the database hears about it.
This is the segregation-of-duties principle finance offices have enforced for a century, ported into code. What is new is velocity: the gate has to clear thousands of proposals per minute without becoming a bottleneck.
In a typical state ERP-and-analytics environment, the pieces are usually already there:
The agent cannot self-limit its way past controls that live in the platform.
Modernization work that strengthens data architecture, master data management, and identity controls is agentic AI governance work — even when it is not framed that way.
Executive AI dashboards still feature tokens processed, tasks completed, and cost per interaction. None of those keep a public-sector CDO out of a hearing room. The ones that do include:
If those numbers are not on the CDO’s monthly report, the agent is not governed; it is merely running. A drifting veto rate is the earliest warning that policy and behavior have diverged. A rising time-to-explain warns the audit trail is degrading faster than anyone is fixing it. These are the metrics that let a CDO walk into a legislative hearing with a straight answer instead of a promise to follow up.

Public-sector data leaders have a rare chance to shape what “responsible agentic AI” means in practice — not because government moves faster than industry, but because the constraints are tighter, the consequences more visible, and the accountability more personal. Governance that satisfies a state auditor will satisfy anyone. The organizations that earn the public’s trust with autonomous systems will not be the ones with the largest models. They will be the ones whose governance is legible, testable, and boring in the best possible way, because the answer to who was accountable for what the agent decided already exists in the system before anyone thinks to ask.