Best practice 4
Govern agent autonomy and accountability¶
Practice¶
- An agent'sAgentA system built around a language model that carries out multi-step work: it plans, calls tools, reads the results, and decides what to do next. The model supplies the reasoning; the surrounding harness does the acting. Distinct from a chat model that answers one prompt at a time. limits (guardrailsGuardrailsLimits on what an agent can do, enforced by the system that runs it rather than stated only in policy. They take the form of permission scopes, autonomy limits, stop and escalation conditions, and shutdown paths. An agent cannot be talked out of a guardrail; it can only be stopped from taking the action (see Govern agent autonomy and accountability).) belong in the system that runs it, not only in written policy.For
- Agentic AI in the higher-education system (2026) §5.2 from guidelines to guardrails
- An Approach to Technical AGI Safety and Security (2025) system-level controls; model as untrusted
- ELIXIR AI strategy (2026) §10 responsible AI embedded by design across all stages
- EU AI Omnibus (2026) Art 5(1a)(a)(ii); Recital 12
- A safer framework for patient data in AI-for-Science grants (2026) protected research tier
AgainstNone recorded - An agent cannot be talked into following a rule; it can only be stopped from taking an action.For
- Practices for Governing Agentic AI Systems (2023) constraining the action space
- An Approach to Technical AGI Safety and Security (2025)
AgainstNone recorded - Limits have to be implemented in permission scopes, autonomy limits, and shutdown paths.ForAgainstNone recorded
- Regardless of implemented safeguards, something can always go wrong.
- Thus, every agent also needs a named human owner for each responsibility it carries.For
- Practices for Governing Agentic AI Systems (2023) human accountability
- OECD AI Principles (2019, updated 2024) accountability
- Governing AI Agents (2025)
- The Role of AI in Scientific Research (JRC143482, 2025) human accountability in science
AgainstNone recorded - The agent's actions have to be logged under an attributable identity, so that accountability can be traced after the fact.For
- Visibility into AI Agents (2024) agent identifiers, monitoring, activity logging
- Practices for Governing Agentic AI Systems (2023) action ledger
- NIST AI Risk Management Framework (2023, 2024) logging and monitoring
- OECD AI Principles (2019, updated 2024) traceability under Accountability
- A safer framework for patient data in AI-for-Science grants (2026) protected research tier: audit what the agent can access and send
AgainstNone recorded
When you run an agent in your own work, set its limits where they take effect: what it can access, how far it can act on its own, and when it must stop and ask. Stay the decision-maker for anything that affects results or other people. A personal agent connected to your mail and files is part of the institution's risk, even if no one else set it up.
Put the limits you promise in the system, not only in the docs, so an agent cannot exceed its scope by being told to. Give operators the stop, escalation, and shutdown controls they need, log agent actions under attributable identities, and record which role holds each responsibility. Roll out new agent features in stages, with clear success and go-live criteria.
Written policy alone does not bind a system that acts. Move the rules you care about into guardrails and enforced permissions. Give each responsibility a named role with clear escalation and shutdown paths, keep a list of the agents in use, require that their actions are logged and attributable, and require independent evaluation where the risk is high. Decide what autonomy the organisation is willing to grant, and treat governance as ongoing, not a one-time policy.
Reasons¶
An agent acts. A policy document tells a person what to do. It does nothing to a system that only follows the actions it is allowed to take. As agents get more autonomous, the gap between written rules and enforced limits becomes the main risk. To close it, put the limits where they take effect: what the agent can access, how far it can act without a human, and when it must stop or escalate. Accountability has to be just as concrete. If responsibility sits with "the institution" in general, no one is answerable; it has to sit with named roles, with clear paths to escalate and to shut an agent down. Accountability also needs a record: if an agent's actions are not logged under an attributable identity, no one can reconstruct what it did or hold the right role answerable. Personal agents with broad access to mail, files, and calendars sit outside all of this, so governance has to cover individual use, not only institutional deployments. This is the consensus position across the main governance frameworks (NIST, the EU AI Act, OECD, ISO/IEC 42001), which agree on enforced limits, named accountability, an agent inventory, logging, and independent review.
Examples¶
- A policy document says the agent must not delete production records, but nothing in the system stops it; a prompt-injectedPrompt injectionAn attack that hides instructions inside content an agent reads (a web page, a document, a tool description), so the model follows them as if they came from the user. The user never sees the injected text, which is what makes it dangerous. Tool poisoning is one form, where the hidden instructions sit in an interface's tool description. instruction gets it to do exactly that. The rule was written, not enforced.
- The same agent runs with a scoped token that carries no delete permission and a shutdown control a named on-call engineer can trigger, so the injected instruction fails because the action was never available to it.
- After an agent writes a wrong value to a shared dataset, the team traces it through the action ledger to the run, the model version, and the role that owned that workflow, and closes the gap.
- Responsibility for an agent sits with "the department" in general; when it misbehaves, no one is answerable and no one has clear authority to shut it down.
- A new agent feature goes live for low-risk cases first, with success and go-live criteria and an accepted risk limit set in advance, before any wider rollout.
- A personal agent connected to a researcher's mail and files is entered in the institution's agent inventory and reviewed like any deployed one, because its broad access is part of the same risk.
Sources¶
- Agentic AI in the higher-education system (2026), §4 to 6. The "from guidelines to guardrails" framing is quoted at §5.2. That quotation is attributed in the source paper to "Kassorla et al. (2026)", a reference we could not verify as a published work; the underlying point is independently supported by the frameworks below, which is what this practice relies on.
- EU Expert Forum on Frontier AI (2026), §4.2.3 (independent audit, evaluation and verification capacity). Consistent with, grounding only.
- NIST AI RMF and Generative AI Profile. GOVERN roles and accountability, a documented system inventory, and stop-build authority.
- EU AI Act, Articles 14 and 26. Named natural persons for oversight and deployer duties.
- EU AI Omnibus (2026), Art 5(1a)(a)(ii). A provider is responsible where a prohibited output is a reasonably foreseeable and reproducible outcome absent adequate technical safeguards, which places the limit in the system rather than in policy (bp4-a1).
- OECD AI Principles (2024 update). Traceability placed under Accountability.
- ISO/IEC 42001:2023. Assigned accountability, an AI system inventory, and governance as continual improvement.
- OpenAI, Practices for Governing Agentic AI Systems (2023). Constraining the action space, human accountability, and an action ledger.
- Chan et al., Visibility into AI Agents (FAccT 2024). Agent identifiers, real-time monitoring, and activity logging as the substrate of accountability.
- Kolt, Governing AI Agents (2025). Legal treatment of agent accountability and control.
- European Commission JRC, The Role of AI in Scientific Research (JRC143482, 2025). AI as a tool with human accountability in science. The HFD source attributes a "situated judgement is not automatable" claim to the JRC; we cite the JRC report for the accountability framing and do not attribute that exact wording to it without a located passage.
Change history¶
- 2026-07-27: Added the EU AI Omnibus (2026) as a supporting source on bp4-a1 (technical safeguards in the system, not policy; Art 5(1a) foreseeable-misuse standard).
- 2026-07-27: Renumbered from BP03 to BP04 on inserting the new BP01 (match the method to the task).
- 2026-07-27: Rewrote Examples as concrete scenarios (actor, action, outcome), including anti-patterns, replacing restatements of the practice.
- 2026-07-26: Rewritten to merge action-logging and attributable agent identity into the practice, add independent grounding (NIST, EU AI Act, OECD, ISO/IEC 42001, OpenAI, Chan et al., Kolt), and add two citation caveats: the "guidelines to guardrails / Kassorla et al." attribution in the source could not be verified, and the JRC "not automatable" wording is unconfirmed.
- 2026-07-25: Created from the HFD distillation, grounded in the EU Expert Forum entry. New practice added because the guidelines-to-guardrails point is a separate action, not a sub-case of stating a human-in-the-loop level (BP09).