Today — August 2, 2026. EU AI Act enforcement opens. Article 14 (human oversight) and Article 26 (deployer obligations) now require that oversight be observable, not narrated. The chartered responsibility chain is the artifact a regulator expects to see when that question is asked.
What a Responsibility Chain Is
A chartered responsibility chain is the governance artifact that turns "someone is responsible" into a named, verifiable answer. It is written before an AI system is deployed — not when an incident occurs — and lists, for every consequential decision the system can make: the decision point, the signals reviewed at it, the rule that decides the outcome, and the accountable party who owns it.
The chain closes the accountability gap described in Part 1 of the Governance Framework Series. When every agent action traces through a chartered chain, the decision ledger a regulator asks for under Article 14(4) already exists — it was written at design time, not reconstructed under enforcement pressure.
The four columns of a chartered chain are not optional:
- Decision Point. The specific branch the AI can take at this step in the workflow. Named, not generalized.
- Signals Reviewed. The model inputs, retrieved facts, and prior-state references that inform the decision. Anything missing from this list cannot influence the outcome.
- Decision Rule. The deterministic or threshold-based rule that converts signals into an outcome. If the rule is opaque, the chain is not chartered.
- Accountable Party. A named natural person or role that owns the decision. Article 14 requires a designated human, not a committee.
Why "chartered": the chain is a charter in the legal sense — a binding instrument drafted and signed before the activity begins. Like any charter, it is invalidated by silence on the points it was meant to cover. An unsigned, undated, or vague responsibility chain has the same status as an unsigned contract: not enforced.
Why It Matters — EU AI Act Article 14 and Article 26
Article 14 requires that high-risk AI systems be designed to allow effective human oversight during the period of use. The operative phrase is "effective," and the three sub-tests of Article 14(4) define it: intervention capability, automation-bias counteraction, and a designated natural person. A chartered responsibility chain is the artifact that demonstrates each of those tests is met for every decision the system makes.
Article 26 then assigns the deployer the obligation to use the system in accordance with the provider's instructions, to assign human oversight to natural persons with the necessary competence, to monitor the system, and to keep the logs generated by the system. A chain satisfies those obligations by construction: every decision point has a logged accountable party, every rule is auditable, and the oversight surface is named before deployment.
Together, Article 14 and Article 26 shift the burden of evidence from narrative ("we have a policy") to artifact ("here is the chain"). The organization that cannot produce a chartered chain for a high-risk decision has, in regulatory terms, not chartered the decision — and the regulatory default is provider/deployer liability under Recital 84 and Article 22.
Worked Example — Content-Moderation Takedown Decision
Below is a chartered responsibility chain for a content-moderation takedown decision at an EU user-facing platform. The action is consequential: it removes a user's speech from a public surface. The chain walks the decision from inbound post to final audit log, naming the accountable party at each step and the Article 14 hook it satisfies.
| # | Decision Point | Signals Reviewed | Decision Rule | Accountable Party | Article 14 hook |
|---|---|---|---|---|---|
| 1 | Inbound post | Classifier category score (toxicity, hate, illegal content); user-history hash; jurisdictional flag (EU) | If classifier confidence ≥ 0.92 → auto-hold; if 0.70–0.92 → escalate; if < 0.70 → publish pending batch review | Triage Classifier (autonomous) | 14(2) design for oversight |
| 2 | Auto-hold review | Category score; prior-strikes on author; recent-claim velocity; right-of-reply submission status | If borderline (0.70–0.92) OR prior strikes ≥ 2 → escalate to human; else restore to queue | Moderation Lead (human) | 14(4)(c) designated natural person |
| 3 | Human ruling | Full post body; classifier evidence; prior strikes; author right-of-reply; similar-case rulings | Moderator selects: remove / restore / label / escalate-to-legal. Override of classifier logged with reason code. | Moderation Lead (human) | 14(4)(a) intervention capability |
| 4 | Legal escalation | Removal verdict; jurisdictional flag; content class; risk-tier score | If illegal-content class OR risk-tier high → route to legal counsel; else proceed to action | Legal Counsel (human) | 26(b) deployer obligation — qualified oversight |
| 5 | Final action | Verdict; legal sign-off (if escalated); notification template | Apply remove / label / restore; issue Article 17 right-of-reply notice to author | Trust & Safety Operator (human) | 26(c) monitor operation; log generation |
| 6 | Audit log | Chain trace: every step's inputs, rule, party, and timestamp | Append-only log entry written; 6-year retention; Article 14(4) audit-trail record complete | Audit Officer (human) | 14(4) oversight observability |
Reading the table: notice that the accountable party shifts from autonomous system to human across the chain. Step 1 is autonomous because the threshold and signals are fully specified. Steps 2–5 require a designated human because the judgment is consequential. Step 6 closes the loop — without an audit officer confirming the chain is logged, the previous five steps are unwitnessed in the regulator's terms.
Chain Visualization
The same six steps rendered as a node chain. Gold connectors mark the handoff between accountable parties; each node names the party whose intervention (or autonomous action) owns that step.
The same chain, rendered as nodes. Gold connectors mark handoffs; every node names its accountable party.
How to Charter One
A responsibility chain is chartered before the AI system is deployed into a consequential workflow. The act of chartering has five steps, each producing a record that survives contact with a regulator:
- Name the decision. Write down every consequential outcome the system can produce. A decision is consequential if it alters a user's rights, status, access, or obligations.
- List the signals. For each decision, list the inputs the system uses — model scores, retrieved facts, user-state references. Anything not on the list cannot influence the outcome.
- Write the rule. State, in language a non-engineer can read, how the signals become an outcome. A rule that is not articulable is not chartered.
- Name the accountable party. A specific natural person or named role. "The team" or "ops" is not a chartered party. A solo founder is — Article 14 permits natural-person oversight at any organization size.
- Log the audit-trail requirement. Specify the log fields, retention period, and access policy. Without an audit requirement, the chain is unwitnessed.
Once chartered, the chain is the artifact regulators, auditors, and counterparties can be shown on demand. It is not a policy document. It is the live specification against which the system's actual decisions can be compared.
On updates: a chartered chain is not a one-time artifact. When a decision point is added, a signal is changed, or an accountable party rotates, the chain is re-chartered and the change is logged. The version history of a chain is itself evidence that oversight is being exercised.
Why This Artifact, Specifically
A policy PDF can claim compliance. A chartered responsibility chain demonstrates it. The difference matters on August 2, 2026, when Article 14 enforcement opens and the question shifts from "do you have an oversight policy?" to "show me the artifact for the consequential decision your system made last week." The organization with the chain answers that question with the chain. The organization without it answers with the policy PDF — and that answer is now the exposure.
The chain is also the lowest-friction artifact a team can ship. It requires no new infrastructure beyond an append-only log and a list of named parties — both of which any deployer of an Article 14 system already has. What it adds is the connective tissue: the mapping from decision to signals to rule to party to log. That mapping is the regulator's evidence. Without it, the rest of the governance stack is ungrounded.
This page is the first artifact in the Governance Framework Series. A chartered responsibility chain is the pre-deployment specification that closes the accountability gap — the missing evidence layer between "we have a policy" and "the regulator has asked."
Read the framing essay: What Replaces Human Judgment? Part 1: The Accountability Gap.
Browse the canonical reference index: /blog/ai-governance-resources.
About ZeroHumanOS and the mission behind this work: /about.
Series hub with reading-order timeline: /blog/governance-framework.