The Knowledge Hub

Governance

AI governance crossed from voluntary guidance to enforceable law in 2025–2026; what that means for a workflow that runs autonomously alongside a team across months.

11 min read · Knowledge Hub module · by Kenny

Last reviewed June 2026

What this edition covers

  • Initial publish — June 2026 edition.
  • EU AI Act high-risk obligations (2 Aug 2026) documented with the provisional 7 May 2026 political agreement caveat.
  • Singapore IMDA Agentic AI MGF (22 Jan 2026) and its four core dimensions summarised.
  • Human-in-the-loop vs human-on-the-loop framed as a reversibility calculation, not a philosophical choice.
  • Four recurring governance failure patterns named with operational countermeasures.
  • Audit trail minimum viable standard defined for agentic workflows.

Most AI deployments in 2025 have governance policies. Very few have governance. The distinction is operational: a policy describes what should not happen; governance is the architecture that prevents it and records what did. The audit trail is the proof. If you cannot reconstruct what your agent knew, what it decided, and why, for any action it took in the last twelve months, you have logs. You do not have governance.

That gap has regulatory consequences for the first time this year. The EU AI Act’s high-risk obligations took effect on 2 August 2026 — though a provisional political agreement reached on 7 May 2026 may delay those obligations to 2 December 2027 if ratified.1 Singapore launched the world’s first governance framework specifically for autonomous AI agents at Davos on 22 January 2026.2 The window for treating AI governance as a voluntary posture has closed for organisations operating at any meaningful scale in either jurisdiction.

The regulatory moment

The EU AI Act entered into force on 1 August 2024. Its obligations roll out in phases. The prohibitions on unacceptable-risk AI practices took effect in February 2025. General-purpose AI model obligations followed in August 2025. The high-risk system rules under Annex III — covering AI used in employment, access to essential services, biometrics, and a range of other categories — became applicable on 2 August 2026, pending the outcome of the May 2026 ratification process.1

For high-risk non-compliance, penalties reach up to EUR 15 million or 3% of global annual turnover, whichever is higher.1 The jurisdictional reach is not limited to EU-based companies. Any provider or deployer whose AI system produces outputs used within the EU falls within scope — which matters for Singapore-based operators with European customer bases.

Singapore’s approach is different by design. The IMDA Model AI Governance Framework for Agentic AI, launched on 22 January 2026 at the World Economic Forum in Davos, is voluntary guidance rather than prescriptive regulation.2 It is also, as of publication, the only governance framework in the world designed specifically for AI systems that “can autonomously reason, plan, and take actions without human intervention at each step” — the precise definition that covers multi-step workflow agents calling tools, APIs, and external systems independently.

The voluntary framing does not mean a governance-free environment. Existing Singapore legislation — the Computer Misuse Act, contract law, and the Personal Data Protection Act — already provides accountability mechanisms for AI-caused harms. The Monetary Authority of Singapore published an AI Risk Management consultation paper in November 2025, with final guidelines expected later in 2026; once finalised, those become supervisory expectations that MAS evaluates during inspections.3 The PDPA obligations on automated decision-making are enforceable now: any AI system processing personal data for automated decisions must notify individuals that automated processing is occurring, provide access to the decision logic, and enable human review or appeal.

The NIST AI Risk Management Framework, published in January 2023 and extended with a Generative AI Profile in July 2024, remains the dominant international reference architecture — structured around four functions: Govern, Map, Measure, Manage. NIST issued a Request for Information on agent security that received 937 public comments; the Cloud Security Alliance has proposed a formal Agentic AI Profile extending the original RMF with categories for tool-use risk, runtime behavioural governance, and delegation chain accountability. As of June 2026, that profile is proposed rather than formally adopted.4

Singapore’s four dimensions for agentic AI

The IMDA Agentic AI MGF organises its guidance into four dimensions. For any team running AI-operated workflows, these four dimensions are a sound operational architecture regardless of the voluntary status of the framework itself.

The first dimension is risk assessment and boundary setting. Organisations must define explicit boundaries for what agents can access and do — least-privilege design applied at the tool and permission level. Risk assessment must occur before deployment, not after. An agent that can, in principle, access any data source or call any external API has a larger blast radius than one whose tool permissions are scoped tightly to the tasks it performs. The framework requires systematic risk assessment; the operational implication is that every tool permission granted to an agent is a risk decision, not a configuration detail.

The second dimension is human accountability. The framework requires clear allocation of responsibility across the AI lifecycle — developers, deployers, operators, and end users each bear defined accountability. More specifically, it requires “significant checkpoints in the agentic workflow that require human approval” for high-stakes or irreversible actions. Nominal oversight — a human technically in the loop who approves without genuine comprehension — does not satisfy this requirement. The framework goes further: organisations must demonstrate that oversight is effective.

The third dimension is technical controls throughout the lifecycle. Controls must be implemented at three stages: design phase (tool guardrails, access boundaries, safety limits); pre-deployment testing (execution accuracy, policy adherence, behaviour across diverse inputs); and post-deployment monitoring (progressive rollout, real-time monitoring, continuous evaluation). This is a lifecycle requirement, not a one-time deployment checklist.

The fourth dimension is end-user education and transparency. Users must receive clear notification of agent capabilities, data access policies, and their own responsibilities. Training for effective human-agent interaction is required. For B2B operators, this extends to client teams who interact with or receive outputs from AI-operated workflows.

Human-in-the-loop vs human-on-the-loop: the reversibility calculation

The distinction between human-in-the-loop and human-on-the-loop is not a philosophical preference. It is a reversibility-and-risk calculation applied to each specific action type in a workflow.

Human-in-the-loop (HITL) requires pre-execution human approval. The agent pauses and cannot proceed without the human decision. This applies when an action is irreversible, high-stakes, legally binding, or when confidence or risk thresholds require it. Human-on-the-loop (HOTL) allows autonomous execution with post-execution monitoring and intervention capability. The agent does not wait. This applies when actions are reversible, lower-stakes, high-volume, or when operational speed is a core requirement.5

A single multi-step workflow will typically require both. The agent drafting an internal research summary operates HOTL — the draft can be corrected if wrong, the action is reversible. The agent publishing to a client’s website, sending an outbound communication, or making a financial commitment operates HITL — the action cannot be cleanly undone, and a bad decision has real-world consequences.

An approval step where a human clicks “approve” without genuine comprehension is not oversight. It is approval theatre, and it is the primary failure mode of most human-in-the-loop implementations.

EU AI Act Article 14 and the NIST AI RMF both require “demonstrable” human oversight — trained, measurable, and provable. Automation complacency, the tendency of oversight humans to approve agent actions without critical review when approvals become routine, is the structural failure this requirement is designed to address.

The operational countermeasures are practical. Structured briefings before high-risk workflow runs replace silent button presses with a contextual handoff. Challenge-and-response checklists replace simple approve/deny prompts with surfaced risk factors, not just the proposed action. Post-action debriefs feed findings back into threshold calibration. These patterns come from the aviation Crew Resource Management model; they apply directly to agentic workflow oversight. Governance is a learning system, not a static gate.

On timeout: if the approval window expires without a human response, the system must fail safe to denied — not auto-approve. Approval silence is not consent.5

Audit trails: what the minimum standard actually requires

Singapore’s Agentic AI MGF mandates “comprehensive logging and audit trails for all agent decisions and actions.” EU AI Act Article 15 requires automatic logging for high-risk AI systems.1 The practical standard emerging from both regulation and operational deployment is that audit trails must enable reconstruction of four questions: what did the agent know, what did it decide, how did it get there, and was it within policy?

An audit trail that captures only final outputs — “the agent sent this email” — is inadequate for accountability purposes. The minimum viable audit trail for an agentic workflow captures model version, prompt or prompt hash, tool calls and their results, retrieved context, final action payload, governance checkpoint outcome, and a timestamp with session and engagement identifiers. These are not redundant fields; each one answers a different accountability question.

The distinction between an audit trail and a general event log matters operationally. Debug traces capture everything for developers; audit trails capture what matters for accountability and reconstruction. Monitoring dashboards show current state; audit trails preserve historical record. Storing everything in a structured log and calling it an audit trail misses the organisational logic: the audit trail must be structured around accountability questions, not around the system’s internal architecture.

Governance checkpoint recording is the component most often missing. At each defined checkpoint — an approval gate, an escalation decision, a human review — the log should capture who reviewed, what was reviewed, the decision outcome, and the basis for the decision. This turns governance from a claim into a demonstrable fact that survives audit. Without it, you can show that a gate exists in the workflow diagram; you cannot show that it operated.

The four failure patterns

Governance failure in production AI systems follows four predictable patterns. Each is an architectural problem, not a policy problem.

The first is policy without enforcement. A governance policy is written, approved, and filed. The AI system continues operating without the policy being wired into any execution checkpoint. The gap between the policy document and the running system is invisible until an incident occurs. The countermeasure is enforcement at execution time, not at compliance review time. A policy engine that operates between the agent’s intent and the execution layer, applying rule sets before each action executes, is the operational pattern gaining adoption in 2025–2026.6

The second is shadow AI sprawl. When sanctioned AI tools are more restrictive or harder to use than unsanctioned alternatives, teams route around governance. The governance framework covers the sanctioned system; the work happens in the unmonitored one. The countermeasure is not restriction — it is making sanctioned tools more capable and more accessible than the alternatives, not less. Governance that creates friction without delivering value will be bypassed.

The third is agent sprawl without orchestration. Multiple agent deployments — different tools, different providers, different workflows — without a single control plane. Audit trails are fragmented across systems; escalation paths are inconsistent; there is no unified view of what AI is doing across the organisation. Governance requires a single envelope around all agent activity. Per-tool policies are not equivalent to organisational AI governance.

The fourth is weak data foundations. AI governance built on top of poor data governance is structurally unstable. Audit trails that reference data with no provenance, decisions based on models trained on undocumented data, personal data flowing through agent workflows without retention policies — these are governance failures at the foundation layer that no amount of escalation-threshold configuration can resolve. Data governance must precede AI control infrastructure, not follow it.6

What this means for AI-operated workflows run over months

An AI-operated workflow that runs alongside a team across months — handling brand operations, content production, customer communications, internal reporting — accumulates a governance surface area that grows with every action the system takes. Each action is a decision point. Each decision point either has a traceable record or it does not.

Good governance in this context has four operational properties. It is invisible when working correctly: governance that requires constant human attention to function is governance that will be bypassed when humans are busy. It is evidence-generating, not evidence-consuming: the audit trail is produced as a byproduct of normal operation, not assembled as a separate compliance exercise. It distinguishes risk levels and routes accordingly: treating all agent actions identically produces either paralysis or negligence. And it improves over time: threshold calibration, gate placement, and escalation criteria should be reviewed against actual workflow history on a regular cadence — monthly or quarterly — rather than set once at deployment and left to drift.

ISO/IEC 42001:2023, the first international standard specifying requirements for an AI management system, provides a certifiable baseline that covers a significant portion of the NIST AI RMF’s Govern and Map functions. Certification is not currently required by any regulation, but it provides a defensible posture under EU AI Act scrutiny and a credible signal in client relationships where the governance question will be asked.7

For Singapore-based operators, the current environment is best characterised as: legally accountable now, under voluntary guidance frameworks that will likely transition to binding requirements within one to three years as regulatory capacity builds. The IMDA Agentic AI MGF’s four dimensions — risk bounding, human accountability, technical controls, end-user transparency — are a sound operational architecture regardless of mandatory status. Building to them now is the lower-risk path.

The practical floor is the PDPA: AI-operated workflows processing customer personal data require individual notification that automated processing is occurring, transparency about decision logic, and availability of human review. These obligations are enforceable today. They are not aspirational.

The Knowledge Hub updates monthly — each module re-checked, with what changed summarised at the top. Follow the modules you care about; skip the ones you don’t.

Get monthly Notes from RTSN

Notes + references

  1. EU AI Act Service Desk, “Timeline for the Implementation of the EU AI Act,” European Commission; Legalnodes, “EU AI Act 2026 Updates: Compliance Requirements and Business Risks.” Source for phase dates (2 Aug 2026 high-risk), penalty figures (EUR 15M / 3% of global turnover, whichever is higher for high-risk; EUR 35M / 7% for prohibited practices), and the provisional 7 May 2026 political agreement that may delay high-risk obligations to 2 Dec 2027 (not yet ratified as of publication).
  2. IMDA, “Singapore Launches New Model AI Governance Framework for Agentic AI,” press release, 22 January 2026; Allen & Gledhill, “Singapore Launches New Model AI Governance Framework for Agentic AI.” Source for the Davos launch date (22 Jan 2026), the four core dimensions, and the framework’s status as the world’s first agentic-AI-specific governance framework.
  3. MAS, “Consultation Paper on Guidelines on Artificial Intelligence Risk Management,” November 2025; Pertama Partners, “MAS AI Risk Management Guidelines 2025.” Source for the November 2025 consultation paper, January 2026 close date, and the supervisory-expectation status of final guidelines post-publication.
  4. NIST, “AI Risk Management Framework” (NIST AI RMF 1.0, January 2023); NIST-AI-600-1 (Generative AI Profile, July 2024); IS Partners, “NIST AI RMF 2025–2026 Updates.” Source for the four RMF functions (Govern / Map / Measure / Manage), the 937-comment Request for Information on agent security, and the Cloud Security Alliance proposed Agentic AI Profile status as of June 2026.
  5. Strata.io, “Practicing the Human-in-the-Loop: A 2026 Guide to AI Oversight.” Source for the operational HITL / HOTL definitions, the three-tier escalation model (auto-execute / request approval / block and route), and the fail-safe-to-denied principle on approval timeout.
  6. Elementum AI, “AI Governance Framework: Enterprise Guide for 2026.” Source for the four governance failure patterns (policy without enforcement, shadow AI sprawl, agent sprawl without orchestration, weak data foundations) and the policy-engine-at-execution-layer operational pattern.
  7. ISO/IEC 42001:2023 (AI management system standard). Source for the certifiable baseline characterisation. Anthropic achieved ISO/IEC 42001:2023 certification for its AI management system; noted in research synthesis as a credible posture signal under EU AI Act scrutiny.

Maintained by

Kenny

Founder, RTSN Studios · Singapore

This module is researched with RTSN’s AI research agents and citation-checked by Kenny before publication.

Governance is what makes the “alongside, not around” promise credible over time.