
Kurt FischmanFounder, Marshal
Kurt is the CEO of Marshal, a Managed AI Ops service built for small businesses. That means AI agents doing the work, leads coming from answer engines, and a team that keeps your business running at full speed.

An AI agent governance framework is the set of runtime controls (scoped permissions, approval gates, exception queues, human review, audit trails, and a kill switch) plus the single accountable owner that keep a deployed agent inside safe, reversible, and auditable bounds. For a founder-led business, governance lives in the agent's design and permissions, not in a policy binder or a committee.
AI agent governance is a property of the agent's runtime, not a policy document filed away from the workflow it is supposed to control. A binder that says the agent "shall not access customer financial data" governs nothing if the agent holds an API key that can read the billing table. The policy is a statement of intent; the permission is the control. When the two disagree, the permission wins every time, because the agent executes against its access, not against the document.
So the useful definition is mechanical. Governance is the sum of what the agent cannot do: which systems it can touch, which actions need a human approval, where it sends the cases it cannot handle, and how fast you can stop it. Each of those is a concrete setting somewhere in the agent's configuration, not a paragraph in a Word file. A governance framework, then, is the disciplined practice of deciding those settings on purpose, per workflow, and assigning one person to own them. Everything that is not a runtime control or an accountable owner is documentation about governance, which is useful for audits and useless for stopping a bad action at 2pm on a Tuesday.
This is why "we have an AI policy" tells you almost nothing about whether a company's agents are governed. The policy and the runtime are two different artifacts maintained by two different reflexes. The framework's whole job is to keep them in sync, with the runtime as the source of truth.
The shift from document to runtime also changes who can do the work. A policy is written by legal or compliance and read by nobody; runtime controls are configured by whoever builds and runs the agent. That collapses the distance between the people who decide what the agent should not do and the people who can actually make it so. In a founder-led business that distance is supposed to be short anyway, which is the one structural advantage a small company has over an enterprise here: the person setting the permission and the person accountable for the outcome can be the same person, in the same afternoon, without a committee in between.
The enterprise governance playbook does not scale down; it assumes a CISO, a committee, and a central agent registry, none of which a founder-led business owns. We ran the retrieval probe on 22 June 2026, and the governance guidance the answer engines surface is written for a security committee and a central agent registry that a twenty-person company does not have. IBM's agent governance guidance frames the problem around enterprise risk and compliance posture; kore.ai's practical guide lays out a buyer's evaluation framework built for an organization with a security function staffing it. The advice is not wrong. It is sized for a reader who does not exist at a company with forty people and three agents.
Dropped onto a founder-led business, that playbook produces one of two outcomes, both bad. Either the company tries to stand up the committee and the registry and the policy suite, burns a quarter on process for three agents, and governs nothing faster than it would have with a checklist. Or it reads the enterprise material, concludes governance is too heavy to attempt, and runs the agents with no controls at all. The SMB needs the same outcomes the enterprise wants (constrained, accountable, auditable agents) reached with a fraction of the apparatus. That means collapsing governance into the agent's design and a single owner, which is the rest of this framework.
Scoped permissions, approval gates, exception queues, human review, audit trails, and a kill switch are the six runtime controls an AI agent governance framework is built from. Each closes one specific failure mode, and each is a setting you configure rather than a value you assert. These are the same primitives behind Marshal's approval gates and exception queues; the table below is the working inventory, with what each control limits, what breaks without it, and how a small team actually puts it in place.
The six runtime controls of an AI agent governance framework, with what each limits, the failure it prevents, and how a founder-led team puts it in place.
| Control | What it limits | Failure if it is missing | How a small team implements it |
|---|---|---|---|
| Scoped permissions | Which systems and records the agent can read or write | Agent corrupts data at scale with broad write access | Grant least privilege per tool, never a blanket admin key |
| Approval gates | Which actions need a human yes before they execute | Irreversible actions fire with no checkpoint | Gate the high-blast-radius actions: sends, refunds, deletes |
| Exception queues | Where the agent routes cases it cannot handle | Edge cases get guessed at or silently dropped | Route low-confidence cases to a named person, not a void |
| Human review | Which outputs a person checks before they count | Errors compound unseen until a customer finds them | Sample-review until trust is earned, then taper |
| Audit trails | What the agent did, with what input, and why | No way to reconstruct or explain a bad decision | Log every action, input, and reason to a durable store |
| Kill switch | How fast the agent can be stopped completely | A misbehaving agent runs until someone finds the plug | One documented command that halts the agent immediately |
Governance is the sum of what the agent cannot do, scoped to each workflow's blast radius, not the length of the document describing it.
AI agent governance is sized to blast radius: the more autonomy a workflow has, the less reversible its actions are, and the more sensitive the data it touches, the more control it needs. A draft-only agent that suggests email replies for a human to send needs almost nothing: it cannot do damage, because a person is the gate. An agent that issues refunds against live payment systems needs every control in the table, because its mistakes are irreversible and expensive. Same technology, opposite governance, because the blast radius is opposite.
The sizing principle keeps governance proportionate, which is what makes it survivable for a small team. You do not apply all six controls at full strength to every agent; you ask three questions per workflow (how autonomous, how reversible, how sensitive) and dial each control to match. Scope the agent to least privilege per tool: a CRM-sync agent needs write access to three fields, not an admin API key, and that difference is the entire governance posture. As one agent becomes several and they begin to hand work to each other, the blast radius compounds, and governance has to follow the seams between them; that coordination problem is the subject of AI agent orchestration. The single-agent case is where the discipline starts.
A refund agent shows how the six controls size to the blast radius of a single workflow. Refunds touch money, they are hard to claw back once issued, and they read customer and payment data, so this is a high-blast-radius agent that earns close to the full set of controls. The naive version connects the agent to the payment processor with a broad key and lets it issue refunds whenever a customer asks. That version works in the demo and becomes a liability the first month a prompt-injected support email talks it into refunding an order that was never placed.
Governed, the same agent looks different. Scoped permissions give it read access to order history and the ability to propose a refund, but not the standing authority to move money on its own. An approval gate holds any refund over a set threshold for a human yes, so small refunds flow and large ones pause. The exception queue catches the cases the agent is unsure about (mismatched names, partial orders, anything outside policy) and routes them to a person instead of letting the agent guess. Human review samples the auto-approved refunds for the first few weeks until the error rate is known. The audit trail records every refund, its reason, and its approver, so a disputed charge can be reconstructed in minutes. And the kill switch means that if the agent starts approving refunds it should not, one command stops it before the damage compounds.
The point is not that every control is on at full strength. It is that each control is set deliberately against this workflow's specific blast radius, which is what makes the difference between an agent you can run and one you have to babysit.
The agent failure that actually hurts a founder-led business is quiet: the agent doing the wrong thing correctly, at scale, because nobody scoped what it could touch. The agent that hurts you is not the one that does something dramatic; it is the one that does the wrong thing correctly, ten thousand times, because nobody scoped what it could touch. There is no alarm, because nothing crashed. The agent ran exactly as built, against permissions that were broader than the task, and the damage is a thousand subtly wrong CRM records or a week of misfiled invoices that surface only when a customer complains.
This is the failure mode the enterprise policy suite is least suited to catch, because policies are written against imaginable, dramatic events: a data breach, a rogue action, a compliance violation. A governance policy nobody reads is not a control; it is a document produced for the meeting where everyone agrees the agent should not do the thing it already has permission to do. The runtime controls catch the quiet failure because they constrain the agent before it acts: least-privilege permissions cap the blast radius, the exception queue catches the cases the agent should not have guessed at, and the audit trail makes the slow damage visible early instead of at the quarterly review. Governance that only exists on paper finds the quiet failure last, after it has compounded.
AI agent governance in a small business works when one named person owns the agent's controls, its exception queue, and the decision to shut it off. The enterprise answer is a committee with a charter and a review cadence; the founder-led answer is a person. Not "the team," not "operations," a specific human who can tell you, today, what the agent is allowed to touch and who would get the call if it misbehaved. Diffuse ownership is the same as no ownership, because when everyone is responsible for the exception queue, nobody is watching it.
The owner does not have to be technical, but they have to be accountable and reachable. Their job is small and continuous: review the exception queue on a cadence, approve the gated actions when they fire, watch the audit trail for drift, and hold the authority to pull the kill switch without asking permission. That last point matters most. A governance owner who has to escalate through three people to stop a misbehaving agent does not own governance; they own a ticket. Give one person the controls and the authority, and most of the enterprise apparatus becomes unnecessary at this scale.
AI agent governance constrains what a live agent may do, which is a different job from proving it works (evaluation) or coordinating several agents (orchestration). The three get blurred because they all sound like "making the agent safe," but they operate at different moments and answer different questions. Confusing them leads to gaps: a team that runs a thorough pre-launch test suite can still ship an agent with no runtime controls, because testing is not governance.
Evaluation happens before and during production and asks whether the agent is reliable enough to trust; AI agent evaluation as a trust gate is where that discipline lives. Governance happens in production and asks what the trusted agent is allowed to do and how to stop it. Orchestration happens when one agent becomes many and asks how they coordinate without stepping on each other. Evaluation earns the agent the right to run; governance bounds what it does while running; orchestration manages the system once there is more than one. A founder-led business needs all three, but it needs to know which question it is answering, because the controls for each are different.
AI agent governance can be a single sentence for a low-autonomy agent whose worst action is trivially reversible, where heavy controls cost more than the risk they remove. An agent that drafts internal meeting notes for a human to edit does not need an exception queue and an audit trail; it needs a person who reads the notes, and that is the whole governance story. Applying the full framework to a harmless agent is its own failure: it makes governance feel expensive and theatrical, which is exactly the impression that gets it skipped on the agent that actually needs it.
The framework scales up with stakes. The first time an agent touches money, customer data, or anything irreversible, the light-touch version stops being enough and the six controls earn their cost. Knowing where an agent sits on that spectrum is part of the broader sequencing decision in the SMB agentification roadmap, which orders which agents to deploy and govern first. Govern in proportion to blast radius, and the framework stays a tool rather than becoming the tax that enterprise governance so often is.
An AI agent governance framework is the set of runtime controls (scoped permissions, approval gates, exception queues, human review, audit trails, and a kill switch) plus the single accountable owner that keep a deployed agent inside safe, reversible, and auditable bounds. For a founder-led business, the framework lives in the agent's design and permissions rather than in a policy document or a governance committee. Its job is to decide, per workflow, what the agent cannot do.
AI agent governance works by configuring concrete controls on the agent's runtime and assigning one person to own them. Permissions cap what the agent can touch, approval gates require a human yes for high-risk actions, exception queues catch cases the agent should not handle alone, and audit trails record what happened. Each control is a setting you configure on purpose, not a value asserted in a document, which is why governance is measured by what the agent cannot do.
An AI agent governance framework has six runtime controls: scoped permissions, approval gates, exception queues, human review, audit trails, and a kill switch. Scoped permissions limit access, gates require approval for risky actions, queues route exceptions to a person, review samples outputs, audit trails record decisions, and the kill switch stops the agent fast. A founder-led business sizes each control to the workflow's blast radius rather than applying all six at full strength everywhere.
AI agent governance covers the runtime behavior of a deployed agent: what it can touch, what needs approval, and how to stop it. Broader AI governance covers models and data: training practices, bias, privacy, and regulatory compliance. Agent governance is operational and workflow-specific, while model and data governance are organizational and policy-level. A founder-led business running agents needs agent governance first, because the agent acts in the world in a way a model on its own does not.
AI agent governance in a small business should be owned by one named person who controls the agent's permissions, watches its exception queue, and holds the authority to shut it off. The owner does not need to be technical, but they must be accountable and able to act without escalating through others. Diffuse ownership across a team functions as no ownership, because a shared exception queue is one nobody watches.
An AI agent governance framework is limited by proportionality: applying heavy controls to a low-risk, easily reversible agent costs more than the risk it removes and makes governance feel like theater. The framework also depends on an owner who actually does the continuous work of review and approval; controls that exist but go unwatched provide false assurance. Governance constrains behavior but does not prove competence, which is the separate job of evaluation.
Multiple AI agents are governed by extending the same six controls to the seams between agents, where one hands work to another. Each agent keeps its own scoped permissions and owner, and the handoffs get their own approval gates and audit trails so a chain of agents cannot quietly amplify a single bad decision. As the count grows, agent sprawl becomes a real risk, and the coordination layer that manages it is orchestration, which is a distinct discipline from governing any single agent.
Drive more awareness in answer engines. Transfer more work to machines. Build the operating structure that will keep you ahead of whatever comes next.