Skip to content

9. Accountability

Every control in an AI governanceThe set of policies, processes, controls, and organisational roles that an entity uses to develop, deploy, and operate artificial-intelligence systems in line with its legal obligations, ethical commitments, and risk appetite.Open glossary → programme needs a named human owner with stated authority. Vague ownership (“the data team,” “ML engineering,” “leadership will decide”) is functionally the same as no ownership. When an incident happens at 2am, the answerable question is not “who is responsible for AI?” but “who has the authority to pause this system, right now, without needing to escalate?”

This stage explains the accountability matrix that makes the answer obvious, the named roles that show up in every working programme, and how to make accountability survive personnel turnover.

Imagine a commercial airliner with two pilots, a flight engineer, and a cabin crew. Everyone has a job. But on the paperwork, one person is the pilot in command — the named human who is responsible if anything goes wrong, who has the authority to abort the take-off, and whose phone rings when the regulator wants a conversation. Take that name off the flight plan and the plane doesn’t leave the gate.

Accountability for AI is exactly that. When an AI system does something harmful tomorrow — gets a loan decision wrong, leaks data, says something it shouldn’t — somebody, by name, has to be the pilot in command. Without that, every team points at every other team, the system keeps running, and nothing actually changes.

The four questions accountability has to answer for every AI system in your company:

  • Who decides this AI can be built or bought?
  • Who decides it’s safe to launch?
  • Who can pull the plug when it’s running?
  • Who has to explain it if a customer, a regulator, or a journalist asks?

If you can’t put a job title against each of those four questions today, you don’t have accountability — you have hope.

A really important nuance: name roles, not individuals. “Alice” leaves, gets promoted, goes on parental leave. “The Chief Risk Officer” doesn’t. The policy says the AI Risk Owner may pause any deployment. A separate, boring HR document — the role-roster — says who that is this week. When Alice hands over to Ben, you update one row in the roster; you don’t rewrite your AI policy. That’s how accountability survives reorgs, departures, and the inevitable Friday-afternoon resignation.

By the end of this page you’ll know the five named roles every working AI governance programme has, how to write authority statements that actually mean something (instead of folklore), and the handover ritual that keeps the whole structure from quietly collapsing the first time someone leaves.

A per-system RACI (Responsible / Accountable / Consulted / Informed) is the operational form of accountability. For each control in the conformity-assessment file (or NIST AI RMF MANAGE function), name:

ControlResponsibleAccountableConsultedInformed
Risk-tier classificationAI Risk OwnerHead of AI GovernanceDPO, Eng LeadBoard AI Sub-committee
Data lineageData Eng LeadHead of DataDPOAI Risk Owner
Bias evaluationML Eng LeadAI Risk OwnerDPO, Ethics ReviewerHead of Product
Red-team programmeSecurity Eng LeadAI Risk OwnerML Eng LeadBoard AI Sub-committee
Incident responseOn-call SREIncident CommanderLegal, Comms, AI Risk OwnerBoard AI Sub-committee
Conformity-assessment fileCompliance LeadHead of AI GovernanceLegal, ML Eng LeadNotified Body
Vendor governanceProcurement LeadHead of AI GovernanceLegal, IT SecurityAI Risk Owner
MonitoringSRE LeadAI Risk OwnerML Eng LeadHead of Product

The matrix names roles, not individuals — a person who holds a role today may leave; the role persists.

The five named roles every working programme has

Section titled “The five named roles every working programme has”

Regardless of organisation size, the same five role-names show up across functioning programmes:

A named senior role (typically VP-level or one report from C-level) with documented authority to pause deployment of any AI system. Reports administratively into Risk / Compliance / Legal — never into Product — to preserve independence.

The single most important accountability test: can the AI Risk Owner stop a deployment over the product team’s objection? If the answer is “they’d have to escalate,” the role is decorative.

The owner of the AI policy, the controls catalogue, the conformity-assessment files, and the regulator relationship. Different from AI Risk Owner: governance is programmatic; risk-ownership is per-decision.

For small organisations, the same person holds both roles. For organisations above ~500 staff or operating multiple high-risk systems, the roles split.

Required by GDPR Art. 37 for many AI-using organisations (public bodies, organisations carrying out large-scale systematic monitoring or large-scale special-category processing). The DPO’s statutory independence (Art. 38(3) — “the DPO shall not receive any instructions regarding the exercise of those tasks”) makes them a natural ally for the AI Risk Owner — they can say things product leadership doesn’t want to hear with statutory protection.

A pre-assigned, on-call role with declared authority to pause the system during an incident. Typically rotates through SREs / on-call engineers. The role is named on the incident-response runbook (Stage 11); the rotation schedule is published.

The named engineer of record for the AI system. Sign-off on releases, owner of the model card, contact point for downstream consumers. Per-system rather than per-team because one engineering team often operates multiple AI systems with different owners.

Making accountability survive personnel turnover

Section titled “Making accountability survive personnel turnover”

Three structural patterns that keep the matrix valid past the first round of departures:

Pattern 1: Roles, not individuals, in policy documents

Section titled “Pattern 1: Roles, not individuals, in policy documents”

The AI policy says “the AI Risk Owner shall…” not “Alex Chen shall…”. The current incumbent is named in a separate roster document maintained by HR; the roster is the source-of-truth for who currently holds each role.

Pattern 2: Documented authority statements

Section titled “Pattern 2: Documented authority statements”

Each role’s authority is documented explicitly:

  • “The AI Risk Owner may pause deployment of any AI system without prior approval from product leadership. This authority is delegated by the CEO and confirmed annually by the board AI sub-committee.”
  • “The Incident Commander may execute the kill-switch on any production AI system during an active incident, without prior approval, with notification within one hour.”

Without the statement, the authority is folklore.

When a role changes hands, a documented handover happens within two weeks:

  • The outgoing role-holder writes a “state of the role” document covering open issues, upcoming reviews, key relationships.
  • The incoming role-holder reads it, signs the handover acceptance, and is added to the roster.
  • The roster change triggers updates to access lists, on-call rotations, and any documentation that names the role-holder (e.g., the model cards’ “named owner role” field, though the role itself doesn’t change).
EXEC

The accountability map is the artefact the board will look at when an incident happens. Make sure the people listed actually know they are listed and have the authority you say they have.

Three leadership actions that make this real:

  1. Annual board confirmation of the AI Risk Owner’s pause-authority. The confirmation is minuted; the minute is the artefact that survives the board’s own turnover.
  2. A salary band that signals seriousness. An AI Risk Owner role priced at IC4 cannot credibly override an IC6 Director of Product. The role needs to be priced at the level it operates at.
  3. A separate reporting line from product. The structural conflict is what guarantees the role works; aligned reporting guarantees it doesn’t.

The expensive failure mode is diffuse accountability dressed up as “shared ownership.” When everyone owns it, no one does. Push for one named owner per control, every time, even when the natural instinct is to spread responsibility for political comfort.

ENGINEER

The risk owner needs to be senior enough to push back when product wants to ship a system that fails the risk check. Wire that authority into the merge-block path:

  • The AI Risk Owner is a required reviewer on PRs that touch risk-tier.yaml, conformity-assessment.md, or any file under compliance/.
  • The merge-block rule is enforced by CI, not by social convention.
  • A PR awaiting AI-Risk-Owner review is visibly stuck — a dashboard surfaces the backlog so escalations are factual.

For incident response specifically:

  • The Incident Commander’s kill-switch authority is wired into the actual kill-switch — the kill-switch endpoint only accepts requests from accounts in the IC role group.
  • The role group membership is the on-call rotation, not “anyone in SRE.”
  • Handover happens automatically on rotation cut-over; no manual access changes.

The named-Engineering-Lead-per-system pattern means each system has a CODEOWNERS file entry: changes to that system require the named engineer’s review. When the engineer changes roles, the CODEOWNERS update is part of the handover ritual.

COMPLIANCE

EU AI Act Article 26 obligations for deployers include “natural persons to whom human oversight is assigned have the necessary competence, training and authority, as well as the necessary support.” The competence and authority parts get the most audit scrutiny.

Documentation for each named role:

  1. Role description — what the role exists to do.
  2. Authority statement — what the role-holder can decide, without escalation.
  3. Competence requirements — qualifications, training, ongoing CPD expectations.
  4. Reporting line — to whom the role-holder reports administratively and functionally.
  5. Conflict-of-interest declaration — refreshed annually.
  6. Training records — what training has the current incumbent completed, when.

The audit failure: a “named human oversight” assignment in the conformity-assessment file with no training record behind the name. Auditors will ask “how do you know this person has the competence the regulation requires?” — and a name in a table is not an answer.

ISO/IEC 42001 Clause 5.3 (“organizational roles, responsibilities and authorities”) is the management-system equivalent. The clause language is generic enough that it satisfies almost any documented role structure — the failure mode is undocumented or contradictory structures.

Aurora Insurance London names their AI Compliance Lead as the AI Risk Owner and the on-call SRE rotation as the Incident Commander chain. The named pair appears on every conformity-assessment file. The role-holders rotate only with formal handover documentation.

Their handover ritual:

  1. Outgoing AI Risk Owner writes a 4-section handover document: open risk items, pending regulatory engagements, ongoing audits, key relationships.
  2. Incoming role-holder reads, signs, and is added to the role-roster.
  3. A calendar invite goes out to the board AI sub-committee announcing the change.
  4. The role-roster diff is committed to a private repo; subsequent compliance documents reference the role, which resolves to the current incumbent via the roster.

Sigma Health Berlin splits accountability finer because of their regulated-medical-device context: they have an AI Risk Owner, a separate Clinical Safety Officer, and a separate Quality Manager. Each role is statutorily required by the medical-device regime; the AI governance role layers on top. The three role-holders meet weekly; conflicts between them escalate to the Chief Medical Officer.

Acme Robotics US operates without a DPO (no GDPR scope — US-only operations) but appoints a Privacy Counsel as the functional equivalent. The Privacy Counsel sits inside the legal team but has direct dotted-line communication with the AI Risk Owner.

Working accountability:

  • A role-based RACI for every control in the conformity-assessment file.
  • A role-roster maintained by HR (or equivalent) showing the current incumbent of each role.
  • Authority statements explicit in policy documents.
  • Annual board confirmation of senior-role authority.
  • Handover rituals documented and followed on role changes.
  • Training records per role-holder, kept current.
  • CI enforcement of merge-blocks on AI Risk Owner review for sensitive files.
  • “Shared ownership” without naming a single accountable role.
  • Roles named by individual (“Alex is the AI Risk Owner”) rather than by position.
  • No authority statement — folklore in place of policy.
  • Same person as Product Owner and Risk Owner (structural conflict guaranteed).
  • No handover ritual — knowledge walks out the door with departing role-holders.
[EU AI Act · Art-26 · snapshot 2026-05-24]

Deployers shall assign human oversight to natural persons who have the necessary competence, training and authority, as well as the necessary support.

Why this matters: the “competence, training and authority” three-part test is the audit baseline. Evidence required for each: training records, qualification documentation, written authority statement.

[ISO/IEC 42001 · Clause-5.3 · snapshot 2026-05-24]

Top management shall ensure that the responsibilities and authorities for relevant roles concerning AI systems are assigned and communicated within the organization. Top management shall assign the responsibility and authority for: (a) ensuring that the AI management system conforms to the requirements of this document; (b) reporting on the performance of the AI management system to top management.

Why this matters: ISO 42001 Clause 5.3 is the management-system anchor for assigned authority. The clause is satisfied by the role-based RACI plus the role-roster plus the authority statements.

  • Same person as Risk Owner and Product Owner. Structural conflict — the role exists to provide independent check on product timelines.
  • No documented authority. The role-holder may believe they can pause deployment; without written authority, when push comes to shove, they cannot.
  • Roles named by individual. Departures invalidate the documentation; new joiners inherit ambiguous authority.
  • Training records missing. “We have an AI Risk Owner” is undermined by “we have no record of any training they have completed.”
  • No handover ritual. Knowledge transfer happens by accident or not at all.

Accountability is the role layer. Agentic AI Oversight is the next stage — special-case controls for systems that take actions rather than make predictions.