Model governance
SYSTEM ASSURANCE- 01Model
- 02Evaluation
- 03Documentation
- 04Monitoring
Asks whether the AI system is appropriately designed, tested, documented and monitored.
Aivance point of view · Agentic AI governance
As AI agents gain the ability to use tools, access enterprise systems and act autonomously, governance can no longer depend only on understanding the model. Organisations need enforceable controls over what agents are permitted to do.
What is this agent allowed to do, under what conditions, based on what evidence?
The question behind the objection
System prompts, agent instructions and content filters can guide behaviour and reduce risk. They do not independently prove that a proposed tool call is within authority, verify its claims against current system evidence, or hold an enterprise write before it takes effect.
Prompts are not governance. The agent should not be the sole authority on whether its own action complies with policy. Consequential actions need explicit, independently testable conditions and a decision at the execution boundary.
Read: Prompts Are Not Governance →See the difference: in the scripted policy-only scenario, the agent trusts its own approved claim while verified risk-system status is pending; the simulated system accepts the write.
The governance surface is changing
Model risk, evaluation, fairness, explainability, documentation, monitoring and human oversight remain important. Agentic systems add a second question: should this specific action be allowed at this moment?
Asks whether the AI system is appropriately designed, tested, documented and monitored.
Asks whether a particular action is authorised under the conditions and evidence available now.
Model governance and runtime governance are complementary. One governs how an AI system is built and assessed; the other governs the actions it may take in operation.
A control point in the execution path
A runtime governance layer evaluates a proposed action before execution. It can test whether the agent has the required authority, policy conditions are satisfied, evidence is sufficient and human approval is needed. Place the control as close as practical to the point where the agent produces an external effect.
The boundary is a governance design pattern, not a claim that every action can be intercepted in every architecture. The appropriate enforcement point depends on how the agent, tools and enterprise systems are connected.
Aivance calls the limit of an agent’s autonomous operation the Agentic Risk Boundary: the conditions beyond which it needs human ratification.
Interactive demonstration
Choose a control path and run this fictional credit-limit request. Compare what happens with enforcement against a policy-only path. This scripted example has no connected agent, customer data or enterprise system.
Increase the customer’s credit limit from S$10,000 to S$25,000.
Agent-provided approval: approved Verified risk-system status: pending
Who is acting?
What may they do?
What conditions apply?
What can be verified?
Which rules govern?
What is at stake?
Click “Evaluate identity” below to start the enforced path.
Verified identity, authority, evidence and policy are checked before the proposed write can reach the customer system.
The scripted agent follows its task instructions and trusts its own approved field. No independent control checks the risk system before the write.
LATEST CHECK EVIDENCE
Evaluate a check to see what the boundary verifies before the action can proceed.
Decision record builds as checks complete.
The authority limit and pending approval prevent the agent from changing the credit limit. The action waits for an identified approver.
In this scripted failure mode, the agent submits the change and the simulated system applies it. Real systems vary; this illustrates what can happen when no control verifies the claim before execution.
SAME EVENT · DIFFERENT RECORD
The policy-only path made no independent authorization decision to preserve. Its activity log records the update after the simulated system accepted it.
Illustrative scenario only. The scripted outcomes are not a prediction about every agent or a claim about a deployed Aivance product.
Apply this to your architecture
Trace one consequential AI action through your current controls in a complimentary 30-minute Enforcement Gap Review. We identify where policy still depends on the agent or human follow-through.
The agent harness
An agent harness brings together the model, prompts, tools and orchestration that let an agent carry out a task. In production, its runtime environment also shapes identity, data context, memory, retries, observability and how changes are made. Those engineering choices affect which systems an agent can reach and what evidence exists when it acts.
Governance needs a voice in harness design, especially at the boundaries where tools and APIs create real effects. A well-designed harness can provide practical control points, but it does not replace policy enforcement, independent evidence or decision lineage.
Why production governance goes beyond the harness →Evidence-backed runtime governance
A deterministic policy can still reach the wrong result if it relies on unverified context supplied by the agent whose action it is evaluating.
Distinguish what the agent claims from what the organisation can independently verify.
A practical decision model
Which agent, user, service or delegated identity is responsible?
What tool call, transaction, data access or external action is proposed?
Is this identity permitted to perform this type of action?
Which attributes are independently verified, and which are asserted?
Are limits, data rules and approval conditions satisfied?
What decision was made, what executed and what evidence was retained?
When a check requires escalation, the system can enter a Suspended Handoff State and wait at a Human Ratification Gate for an identified person to approve or reject the action.
Evidence after the decision
Governance should capture more than logs after the fact. Decision lineage links the attempted action to the evidence and policy available at that moment, the decision, any human approval and the eventual outcome.
That trace can support audit, assurance, incident investigation, compliance evidence, control testing, accountability and continuous improvement. It does not by itself establish regulatory compliance.
A useful governance record connects
Enterprise applications
The control questions become concrete wherever an agent can create an operational consequence.
Before an agent initiates a payment, evaluate its identity, delegated authority, amount, beneficiary and approval threshold.
Before data reaches an external service, verify classification, destination, purpose and the applicable disclosure policy.
Before an agent creates an account or changes configuration, check privilege boundaries and require approval where the impact warrants it.
Before an agent sends a binding offer or contractual communication, confirm that the commitment falls within its delegated authority.
When one agent hands work to another, keep the resulting authority within the limits granted to the originating identity. Individually tested agents can still create untested system behaviour when they coordinate.
Aivance approach
Aivance helps organisations move from governance intent to implementation-ready control architecture. The work is designed around your systems and can involve appropriate enterprise technologies; Aivance does not position itself as a proprietary enforcement platform.
Map agents, tools, data, identities, owners and the actions they can initiate.
Assess action impact, authority, risk and applicable obligations.
Define permitted actions, boundaries and approval conditions.
Specify runtime controls that implement policy at the point of action.
Preserve decision lineage, approvals and execution records.
A joined-up control environment
Runtime governance intersects with cybersecurity, IAM, PAM, API security, data governance, model governance, AI assurance and observability. Each has a distinct role.
IAM and PAM establish who an identity is and the permissions it can generally exercise. API security protects and constrains the interface. A runtime governance decision asks a narrower question: may this identity perform this specific action now, given its purpose, amount, current evidence, policy conditions and potential impact?
The existing stack supplies identity, permissions and enforcement mechanisms. The governance layer supplies the action-specific decision and its lineage. Aivance helps organisations design how those capabilities work together.
Production friction
It can, if every action is routed through the same heavy review. Good control architecture does not treat every action as equally consequential. Low-risk actions can use fast, deterministic checks against cached identity, authority and policy data. Higher-risk, ambiguous or irreversible actions can be denied or held for human ratification.
Runtime enforcement is not inherently slow. Kyvvu, for example, reports a p99 evaluation time of 0.296 ms for 100 policies against a 50-step history in its local, in-process engine. This is a vendor-published benchmark of policy evaluation rather than end-to-end action latency, but it shows that pre-action checks can be engineered with very low computational overhead.
The right design defines which actions need interception, what evidence must be fresh, which decisions can be evaluated locally, and where human approval is worth the delay. Latency budgets and failure behaviour should be specified and tested for each action class; there is no universal performance figure that applies to every architecture.
Why this matters now
As agents gain broader tool access and carry out longer chains of action, organisations can face greater operational consequences while getting less dependable visibility into internal reasoning. In his 6 September 2026 essay “An Alien Mind,” OpenAI Chief Scientist Jakub Pachocki writes that the ability to rely on chain-of-thought monitoring is progressively diminishing while work to improve monitorability continues. He also calls for defensive systems that protect infrastructure against rogue agents in real time.
The essay describes OpenAI’s research and priorities; it does not assess or endorse Aivance. Our architectural inference is that visibility remains valuable, while consequential actions also need independently enforced permissions and retained decision evidence where the architecture permits.
Aivance helps organisations identify where agent actions create enterprise risk and design enforceable governance controls around identity, authority, policy, trusted evidence and accountability.
Discuss your agentic AI governance architecture