The Decision Provenance Standard — Explained in Full

What it is, who it serves, and how every part works — in plain language

A complete, plain-language walkthrough of the Decision Provenance Standard: the problem it solves, who it is for, the Charter, the two Modes, Article 50 disclosure, the human-signature gate, the safeguard against mode drift, the three conformance levels, how it relates to other frameworks, what you get, how to start, and — most important — what it is not.

The problem it solves

Organizations make consequential decisions every day, and increasingly they make them through a mix of people and AI. Months later, someone asks a simple question: how was this decided, by whom, against what information, and with what review? Usually the answer has to be reconstructed from email threads and memory. That reconstruction is slow, it is unreliable, and sometimes it cannot be done at all.

The Decision Provenance Standard closes that gap. It is a record format: a defined way to write down how a decision was made, so the decision can be found, understood, and trusted later. It does not change what you decide. It changes whether you can account for how you decided it.

The firewall — read this before anything else

This box sits at the front on purpose, because it governs how to read every other section.

The records the Standard produces are audit-ready decision provenance — structured input that counsel and auditors convert into evidence, certifications, or attestations. The records are not evidence, certification, or attestation on their own. The Standard informs frameworks without satisfying them; conformance is self-declared and no body certifies it; nothing here is legal advice or a regulatory substitute.

Hold onto that. As you read about Charters, Modes, signatures, and conformance levels, none of them turns a record into proof. Every one of them produces better input for the human professionals who do the proving.

The one idea behind everything

A small, fixed set of building blocks makes an organization's decisions affirmable, auditable, and resumable — whether a human or an AI did the underlying work — and that is how responsibility for decisions stays human as AI takes on more of it. The records are input to the humans who judge them; they never replace that judgment.

Two things have to land at once. The first is the mechanism: a closed set of structural building blocks — Charter, Mode, affirm-and-seal, conformance — that you cannot extend at runtime. Because the set is closed, records become comparable and gradeable across any organization. The second is the firewall: those records are input to the people who judge them, never a replacement for that judgment. The locked definition holds both together:

"Audit-ready decision provenance is a structured record of how a decision was made — inputs, reviewers, dispatch mode, sign-offs — that counsel and auditors can use as input when preparing evidence, certifications, or attestations; the provenance itself is not evidence, certification, or attestation."

The rest of this document is those building blocks, one at a time.

Who it serves, and why measurement comes first

Before the mechanics, it helps to know who the Standard is for and what it is actually optimizing.

The Standard serves five kinds of reader at once. Executives and boards want to know that consequential decisions have a named owner and a record. Product and operating leaders want a decision to be resumable months later without an archaeology project. Counsel and compliance teams want structured input they can convert into the artifacts a regulator or auditor expects. Auditors want to read a decision's history without trusting anyone's memory. And the builders of AI tooling want a defined target to build against, so their tools produce comparable records.

The framing that ties those audiences together is measurement-first. The primary value of the Standard is decision-quality measurement: it makes the quality of how an organization decides into something you can observe, track, and improve. Regulatory readiness is a positive externality of doing that well, not the starting goal. An organization that adopts the Standard to decide better ends up with records that happen to be useful to counsel. An organization that adopts it only to look compliant has missed the point and will get less value from it.

The Charter

A Charter governs a recurring kind of decision — a decision class — and not a single decision. Launch-readiness calls are a decision class. Pricing exceptions are a decision class. A Charter is written once for the class and then governs every instance of it.

It states up front, in writing, four things among its 16 Charter required fields: the single human accountable (accountable_owner), the mode it will use (mode_declaration), the schedule of records it will keep (schedule_of_records), and the triggers that force the decision to be reopened (re_decision_triggers). Writing these down before any decision happens is what makes the class governable rather than improvised.

A Charter moves through five lifecycle states in one direction only and never backward: openmode-declaredfields-requiredfields-completedclosed. The closed state is terminal and irreversible; you do not re-open a closed Charter, you author a new one. Requiring each field before the state advances is what makes a Charter consistent by construction, rather than consistent only after someone reviews it later. The Charter is the foundation everything else sits on.

Figure 3-1 (explainer) — Charter Lifecycle: five states, forward only A left-to-right state machine for a Charter's lifecycle. A start dot leads into five states in strict forward order: open, then mode-declared, then fields-required, then fields-completed, then closed. Each arrow points forward only; there is no backward arrow. The closed state is drawn with a double border to mark it as terminal and irreversible. A separate dashed arrow leaves closed and points down to a distinct box labelled new Charter, showing that reactivation creates a brand-new Charter rather than re-opening the closed one. Color is not used to carry meaning; the double border and the dashed arrow carry the terminal and edge-case distinctions in grayscale. Figure 3-1 — Charter lifecycle: five states, forward only One direction only. The closed state (double border) is terminal; you author a new Charter, you do not re-open. open mode-declared fields-required fields-completed closed terminal / irreversible reactivation = a NEW Charter

Figure 3-1 — Charter Lifecycle State Machine. The five states run in one direction only; closed is terminal, and reactivation authors a new Charter rather than re-opening. (Full description: in the figure's embedded text alternative.)

The two Modes

Every decision is dispatched in one of two modes, and the mode answers the question auditors care about most: who actually authored this?

Mode 1 — Human-Led, AI-Enforced. A human authors the decision; an AI checks it against the Charter's requirements but does not write the substance. The short version: AI checks the human.

Mode 2 — AI-Led, Human-Reviewed. An AI authors the analysis and recommendation; a named human reviews it and signs off before any action is taken. The short version: the human checks the AI.

There are two Modes, but the enumeration that the format records is mode-1, mode-2, and a third value, mode-1-with-embedded-mode-2-summary, which handles the common case of an AI-written passage embedded inside a human-authored document. For that third value, authorship is judged at the content level, not the container level — the embedded AI-generated span carries its own disclosure block. So there are two Modes but three enum values, and the set is closed: no fourth mode, and no fuzzy "AI-assisted" label. The mode is declared at two altitudes that line up one-to-one: the Charter field mode_declaration and the per-record field dispatch_mode.

Figure 3-2 (explainer) — Two Modes, three enum values, closed set A dispatch grammar. At the top, a gate box states that the enumeration is closed at exactly three values, with no fourth mode. Three arrows lead down from the gate to three value boxes. The first is mode-1, the long form Mode 1 — Human-Led, AI-Enforced, summarised as AI checks the human. The second is mode-2, the long form Mode 2 — AI-Led, Human-Reviewed, summarised as the human checks the AI. The third, drawn with an accent border, is mode-1-with-embedded-mode-2-summary, the edge case where an AI-written passage sits inside a human-authored document. Below that third value sits an inset box stating that authorship is judged at the content level, not the container level: the human-authored container holds an embedded AI-generated span that carries its own disclosure block. Color is redundant; the closed-set rule and the content-level rule are carried by labels and the accent border, all legible in grayscale. Figure 3-2 — Two Modes, three enum values, closed set The mode answers the question auditors ask first: who actually authored this? Exactly three values. The set is closed. No fourth mode. No fuzzy "AI-assisted" label. mode-1 Mode 1 — Human-Led, AI-Enforced a human authors; the AI checks it ("AI checks the human") mode-2 Mode 2 — AI-Led, Human-Reviewed an AI authors; a named human reviews and signs off ("the human checks the AI") mode-1-with-embedded- mode-2-summary an AI-written passage inside a human-authored document Authorship is judged at the content level, not the container. mode-1 container (human-authored) embedded AI-generated span carries its OWN disclosure block at the embed point mode_1_edge_case_flag

Figure 3-2 — Mode Dispatch Grammar (simplified). Two Modes, three closed enum values: mode-1, mode-2, and mode-1-with-embedded-mode-2-summary — with authorship judged at the content level for the third. (Full description: in the figure's embedded text alternative.)

Article 50: disclosing AI-made content

When an AI authors content that reaches a person, the EU AI Act (Article 50) requires transparency. The Standard does not satisfy that obligation. It structures the inputs a human needs in order to satisfy it, through a small disclosure block with exactly five required fields: declaring-authority (the responsible human), ai-system-identity, jurisdictional-applicability-tag, content-type-tag, and generation-timestamp.

Caption: the Standard structures the inputs; it does not satisfy the Article 50 obligation.

A useful property follows when records are later anonymized. Under anonymization, four of the five fields survive unchanged; only declaring-authority may transform, and it transforms to a single frozen value: anonymized-deployer-class:product-organization. In plain terms, you can hide who without erasing that AI authored this, where, of what type, and when.

Two of the fields draw from controlled vocabularies. jurisdictional-applicability-tag is one of {eu, us-federal, us-delaware, uk, israel, other:}. content-type-tag is one of {decision-summary, recommendation, decision-aid, draft, classification, synthetic-media, other:}. Using a fixed vocabulary is what lets one organization's disclosure block be read the same way as another's.

Figure 4-1 (explainer) — Article 50 disclosure block: five fields and the 4-of-5 rule A flow showing the Article 50 disclosure block. At the top, a box holds exactly five required fields, listed in monospace: declaring-authority, ai-system-identity, jurisdictional-applicability-tag, content-type-tag, and generation-timestamp. An arrow leads down to a gate labelled 4-of-5 anonymization. Two arrows leave the gate. The left arrow leads to a box stating that four fields pass through unchanged: ai-system-identity, jurisdictional-applicability-tag, content-type-tag, and generation-timestamp. The right arrow, drawn with an accent border, leads to a box stating that only declaring-authority may transform, and that it transforms to the single frozen value anonymized-deployer-class:product-organization. A caption at the foot states that the Standard structures the inputs; it does not satisfy the Article 50 obligation. Color is redundant: the five-field count, the labels, and the accent border on the transform box carry the meaning in grayscale. Figure 4-1 — Article 50 disclosure block: five fields, the 4-of-5 rule When an AI authors content that reaches a person, the EU AI Act (Article 50) requires transparency. Exactly FIVE required fields declaring-authority ai-system-identity jurisdictional-applicability-tag content-type-tag generation-timestamp 4-of-5 anonymization gate FOUR fields pass through UNCHANGED: ai-system-identity jurisdictional-applicability-tag content-type-tag generation-timestamp ONLY declaring-authority may transform, to the single frozen value: anonymized-deployer-class: product-organization hide WHO without erasing THAT / WHERE / WHAT / WHEN The Standard structures the inputs; it does not satisfy the Article 50 obligation.

Figure 4-1 — Article 50 Disclosure-Metadata Flow (simplified). The block has exactly five required fields; under anonymization four survive unchanged and only declaring-authority transforms — to anonymized-deployer-class:product-organization. The Standard structures the inputs; it does not satisfy the Article 50 obligation. (Full description: in the figure's embedded text alternative.)

The human signature

A decision record moves through three lifecycle states, forward only: draftreviewedaffirmed. The load-bearing rule is stated in the Standard exactly this way:

"A record SHALL NOT enter the affirmed state without an explicit human affirmation event… Implementations MUST NOT auto-promote records based on time elapsed, absence of objection, default approval, or any passive signal. Affirmation is an affirmative human act."

A record becomes affirmed only when a named human performs an explicit act — a signature — and at that moment the record is sealed: its affirmation_record and seal_hash are populated, and the seal is tamper-evident. There is no passive promotion. A record cannot drift into "approved" because time elapsed or a box auto-checked. This is what separates the Standard from a logging system, and it is the answer to the question people ask first: "won't AI just decide everything?" No, because a human signature gates every consequential record.

Figure 5-1 (explainer) — Decision-record lifecycle: draft to reviewed to affirmed A left-to-right state machine for the decision-record lifecycle, showing the three lifecycle states only. A start dot leads to draft, then a forward arrow to reviewed, then a forward arrow to affirmed. The affirmed state is drawn with a double border to mark it as terminal and sealed; a note under it states that at affirmation the record is sealed, its affirmation_record and seal_hash are populated, and a tamper-evident hash is recorded. The arrow into affirmed is labelled explicit human signature, and a caption states there is no passive promotion: a record never drifts into affirmed because time elapsed or a box auto-checked. Color is not load-bearing; the double border marks terminality and the labels carry the rule in grayscale. Figure 5-1 — Decision-record lifecycle (forward only) A human signature gates every consequential record. No passive promotion. draft reviewed explicit human signature affirmed sealed at affirmation: affirmation_record + seal_hash tamper-evident No passive promotion: a record never enters affirmed because time elapsed, a box auto-checked, or no one objected. Affirmation is an affirmative human act.

Figure 5-1 — Decision-Record State Machine (simplified, Family B). The lifecycle runs draftreviewedaffirmed; at affirmed the record is sealed (affirmation_record + seal_hash). There is no passive promotion. (Full description: in the figure's embedded text alternative.)

The safeguard against mode drift

There is a subtle failure the Standard has to defend against. A record can start its life declared as Mode 1 — human-authored, AI-enforcing — and then quietly become AI-authored in substance without anyone noticing. That is mode drift, and a declaration alone does not prevent it.

The defense is a four-layer safeguard, deliberately composed so that no two layers share an actor. The first layer is statistical detection: it looks across records for patterns that suggest a Mode-1 record is behaving like a Mode-2 one. The second layer is an in-flow audit hook that examines records as they move, not only after the fact. The third layer is a periodic Mode-Confirmation Audit, run by someone other than the people the first two layers depend on. The fourth layer is a named human-attestation fallback: when the automated layers cannot resolve a case, a named human attests to the mode directly.

Why split the actors? Because a safeguard whose detection and confirmation rest on one person can be defeated by that one person. Spreading the four layers across different actors is what makes the safeguard hard to quietly bypass. This is the most novel architectural part of the Standard, and it is the structural reason the human-led claim stays true over time rather than only at the moment of declaration.

Figure 4-2 (explainer) — Four-layer mode-drift safeguard, no two layers share an actor Four stacked layers of a defense-in-depth safeguard against mode drift, with a separate actor named for each layer so that no two layers share an actor. Layer 1 is statistical detection, run by an independent classifier, looking across records for patterns that suggest a Mode-1 record is behaving like a Mode-2 one. Layer 2 is an in-flow audit hook, a record-close gate run by the original declaring authority, examining records as they move rather than only after the fact. Layer 3 is the periodic Mode-Confirmation Audit, run by a designated peer reviewer who is not the original author. Layer 4 is a named human-attestation fallback, run by a named attestor, and it is drawn with a double border to mark it as the binding terminal layer; when the automated layers cannot resolve a case, a named human attests to the mode directly. A note states that because the layers do not share an actor, the safeguard cannot be quietly defeated by any one person. Color is redundant: the four distinct labels, the actor names, and the double border on Layer 4 carry the meaning in grayscale. Figure 4-2 — Four-layer mode-drift safeguard No two layers share an actor — so no one person can quietly defeat it. Layer 1 — statistical detection looks across records for Mode-1 records behaving like Mode-2 Actor: an independent classifier Layer 2 — in-flow audit hook examines records as they move, not only after the fact Actor: the original declaring authority Layer 3 — Mode-Confirmation Audit periodic; the only layer that can change the mode classification Actor: a designated peer reviewer (not the author) Layer 4 — named human-attestation fallback when automation cannot resolve, a named human attests directly Actor: a named attestor (double border = binding) Spreading the four layers across different actors is what makes the human-led claim stay true over time, not only at the moment it is declared.

Figure 4-2 — Mode-Drift Four-Layer Safeguard (simplified). Four layers — statistical detection, in-flow audit hook, Mode-Confirmation Audit, named human-attestation fallback — composed so no two layers share an actor. (Full description: in the figure's embedded text alternative.)

Conformance levels

There are three conformance levels, each cumulative on the last, and all of them self-declared — there is no certifying body.

Conformance Level 1 — Charter-Conformant: the Charter is structurally complete.

Conformance Level 2 — Mode-Disambiguated: every record carries its mode; every AI-authored record carries its Article 50 block; an audit finds no silent drift.

Conformance Level 3 — Continuously Auditable: triggers fire on schedule, escalations produce records, disclosures stay current, and the schedule is queryable on demand.

The levels are cumulative, and the rule is strict: a Charter that does not grade at Level 1 cannot grade at Level 2 or 3. An organization grades itself with a reporter that reads the structural facts and records the result in conformance_level_declared, whose values are 1, 2, or 3. Counsel and auditors read that grade as one input, never as a certification.

Caption: self-declared; no certifying body; a grade is input, not audit defense.
Figure 7-1 (explainer) — The three conformance levels, cumulative and self-declared Three nested bands showing the three cumulative conformance levels. The outermost band is Conformance Level 3 — Continuously Auditable: triggers fire on schedule, escalations produce records, disclosures stay current, the schedule is queryable on demand. Inside it sits Conformance Level 2 — Mode-Disambiguated: every record carries its mode, every AI-authored record carries its Article 50 block, an audit finds no silent drift. Inside that sits the innermost band, Conformance Level 1 — Charter-Conformant: the Charter is structurally complete. The nesting shows the levels are cumulative; a footer states the cumulative rule, that a Charter that does not grade at Level 1 cannot grade at Level 2 or 3, and that the levels are self-declared with no certifying body and a grade is input, not audit defense. Color is redundant; the nesting and the labels carry the cumulative meaning in grayscale. Figure 7-1 — Three conformance levels: cumulative, self-declared Conformance Level 3 — Continuously Auditable triggers fire on schedule; escalations produce records; disclosures stay current; schedule queryable on demand Conformance Level 2 — Mode-Disambiguated every record carries its mode; every AI-authored record carries its Article 50 block; audit finds no silent drift Conformance Level 1 — Charter-Conformant the Charter is structurally complete Each level builds on the one inside it. You grade Level 1 first, then work outward. Cumulative rule: a Charter that does not grade at Level 1 cannot grade at Level 2 or 3. Self-declared; no certifying body. A grade is input, not audit defense. The Steward does not certify, grade, or audit.

Figure 7-1 — Three Conformance Levels (cumulative). Level 1 — Charter-Conformant, Level 2 — Mode-Disambiguated, and Level 3 — Continuously Auditable nest cumulatively; a Charter that does not grade at Level 1 cannot grade at Level 2 or 3. Self-declared; no certifying body; a grade is input, not audit defense. (Full description: in the figure's embedded text alternative.)

How it relates to other frameworks

The single most-asked institutional question is: how is this different from, or related to, NIST, ISO, the EU AI Act, and W3C PROV-AGENT? The honest answer is altitude plus complementarity. The Standard sits at the executive-decision-record altitude, and it informs each of these frameworks without satisfying them. It is complementary, not derivative.

NIST AI RMF is an organization-level AI risk-management framework, and it is voluntary. The Standard shares that voluntary posture but operates at a different altitude: it is a record-format instrument at the executive-decision-record level. It produces records the NIST framework, and the humans operating it, can read as input. It does not replace the framework.

ISO/IEC 42001:2023 is a management-system standard built on the Annex SL structure. The Standard's records function as documented information within such a management system; the Standard is not itself a management system. It informs an ISO 42001 program without being one.

EU AI Act Article 50 is a transparency obligation. As described above, the Standard structures the disclosure inputs a deployer needs and does not satisfy the obligation itself.

W3C PROV-AGENT traces machine-to-machine provenance at the system altitude. The Standard records human-judgment decisions at the executive altitude. The two are complementary: one traces what the machines did; the other records how the humans decided.

In every case the relationship pairs "informs" with "without satisfying." The Standard does not "map to" or "cover" any of these frameworks. It produces input they — and the qualified humans operating them — can use.

Figure (explainer) — Altitude ladder: the Standard relative to four frameworks An altitude ladder placing the Decision Provenance Standard relative to four other frameworks, on a vertical axis from higher executive altitude at the top to lower system altitude at the bottom. At the executive-decision-record altitude sit two items side by side: the Decision Provenance Standard, and NIST AI RMF described as an organization-level voluntary risk-management framework — both voluntary, at related altitude. Below sits ISO/IEC 42001:2023, a management-system standard, within which the Standard's records function as documented information. Below sits EU AI Act Article 50, a transparency obligation that the Standard structures inputs for but does not satisfy. At the lowest, system altitude sits W3C PROV-AGENT, which traces machine-to-machine provenance. Each relationship is informs, without satisfying, and complementary, not derivative. Color is redundant; vertical position and labels carry the altitude and the relationship in grayscale. Altitude + complementarity: informs, without satisfying higher — executive-decision-record altitude lower — system altitude Decision Provenance Standard record-format instrument at the executive- decision-record altitude (voluntary) NIST AI RMF organization-level AI risk-management framework (voluntary) — same posture, diff. altitude ISO/IEC 42001:2023 — management-system standard the Standard's records are documented information WITHIN such a system; the Standard is not itself a management system EU AI Act Article 50 — a transparency obligation the Standard structures the disclosure inputs; it does not satisfy the obligation W3C PROV-AGENT — machine-to-machine provenance (system altitude) traces what the machines did; the Standard records how the humans decided — complementary, not derivative

Figure — Altitude ladder. The Standard sits at the executive-decision-record altitude and informs NIST AI RMF, ISO/IEC 42001:2023, EU AI Act Article 50, and W3C PROV-AGENT without satisfying them — complementary, not derivative. (Full description: in the figure's embedded text alternative.)

What it is NOT (the firewall, in full)

This is the most important section, and it restates the front-of-document box in full so it cannot be missed.

The records are audit-ready decision provenance — structured input that counsel and auditors convert into evidence, certifications, or attestations. Counsel and auditors convert audit-ready provenance into evidence, certifications, or attestations; the artifacts themselves do not.

Figure (explainer) — The firewall: what the records are, and what they are not A plain bordered callout box, not a badge or seal, stating the firewall. The heading reads: the records are audit-ready decision provenance — structured input that counsel and auditors convert into evidence, certifications, or attestations. Three statements follow. First: they are not evidence, not certification, not attestation on their own. Second: the Standard is not legal advice and not a regulatory substitute; it informs frameworks without satisfying them. Third: conformance is self-declared; no body certifies it. A closing line reads: the Standard structures the inputs; the human professional's review is what gives any implementation its weight. The box is deliberately rendered as a left-bordered callout with no seal, ring, or badge, so it cannot be mistaken for a certification mark. Color is not load-bearing; the text and the callout border carry the meaning in grayscale. The records are audit-ready decision provenance — structured input that counsel and auditors convert into evidence, certifications, or attestations. •  They are not evidence, not certification, not attestation on their own. •  The Standard is not legal advice and not a regulatory substitute — it informs frameworks without satisfying them. •  Conformance is self-declared; no body certifies it. The Standard structures the inputs; the human professional's review is what gives any implementation its weight.

Figure — The firewall (callout, not a badge). The records are audit-ready decision provenance — structured input that counsel and auditors convert into evidence; they are not evidence, certification, or attestation on their own. (Full description: in the figure's embedded text alternative.)

What you get

It is a small, self-contained set of pieces.

The core Standard is the normative text. Four Companions support it: regulatory cross-references, a worked-charter library, implementation guidance, and the diagrams. An Appendix holds governance and references. And there is an open-source reference implementation — published under the MIT license, while the Standard's text is separately published under CC-BY 4.0.

It is one reference implementation, not "the" tooling: a reference implementation structures the inputs; conformance against any framework remains a determination made by the deployer's qualified personnel. The reference implementation is not a conformance-certifying body, and nothing in it stamps an organization as certified.

Figure 6-1 — Artifact-Set Relationship Map An entity-relationship orientation map showing how the standard's artifacts compose: Charter, Schedule of Records, Decision Record, Article 50 Disclosure Block, Conformance Signals, and Conformance Levels, plus a one-way dashed pointer to the deploying organization's methodology. Figure 6-1 — Artifact-Set Relationship Map One-picture orientation: how the standard's parts compose before the normative prose. Arrows in parentheses point to the detailing figure. Charter governs a decision class declares a Mode (→ Fig 3-2) commits a Schedule of Records names accountable_owner declares conformance_level_declared Schedule of Records enumerates 5 required record-types (section 6.3.1): 1. Decision record 2. Re-decision record 3. Escalation record 4. Charter-amendment record 5. Disclosure-review record Decision Record dispatched under a Charter carries dispatch_mode transits the lifecycle (→ Fig 5-1) conditionally attaches an Article 50 Disclosure Block (→ Fig 4-1) Article 50 Disclosure Block 5 required fields 4-of-5 anonymization rule attached to Mode 2 + Mode-1 edge-case records (→ Fig 4-1) Conformance Signals read off Charter + record + lifecycle + schedule emission cadence (→ Fig 4-3) Conformance Levels Level 1 / Level 2 / Level 3 cumulative, self-declared graded from signals (→ Fig 7-1) the deploying organization's methodology (generic pointer — no branded node) commits dispatches attaches read off grade points to (one-way) Explanatory figure (non-normative). The standard points one-way to the deploying organization's methodology; it does not depend on any named methodology.

Figure 6-1 — Artifact-Set Relationship Map. A one-picture orientation showing how the Charter, Schedule of Records, Decision Record, Article 50 Disclosure Block, Conformance Signals, and Conformance Levels compose, with a one-way pointer to the deploying organization's methodology. (Full description: in the figure's embedded text alternative.)

Governance, licensing, and the trademark

The Standard's text is published openly under Creative Commons Attribution (CC-BY 4.0), and the reference implementation is published under the MIT license. The name "Decision Provenance Standard™" is a protected trademark, held defensively; self-declared, non-certified use does not trigger certification-mark obligations.

A Founding Steward governs the text, but the Steward does not certify, accredit, audit, stamp, or grade any organization. There is no certification body, no auditor pool, no accreditation regime, and no plan to create any of them. The rule for vendors is stamp the tool, not the org: a vendor may build "Standard-conformant tooling," but no one — not even the Steward — stamps a customer organization as "certified." The institutional Steward is Etsion Brands Ltd., providing a person-first Founding Steward backed by an institutional backstop.

Adoption — how to start

Adoption is voluntary and incremental, and the path is Charter-first. You author one Charter for one real recurring decision. You name the accountable human. You declare the mode. You produce records. You self-declare Level 1. Then you work upward.

You do not need an organization-wide rollout to begin, and you do not need anyone's permission. One Charter, run honestly, is a conformant start. An accountable leader installs the Standard; it is a leader's act, not a regulator's mandate.

The thing to remember

A few fixed blocks — the Charter, the two-Mode authorship grammar, the human-affirmation-and-seal, and self-declared conformance levels — turn "how was this decided?" into a record you can find in thirty seconds and trust. The records are input to the humans who judge them; they never replace that judgment. And a human signature gates every consequential decision — which is how responsibility stays human as AI does more of the work.

Your Feedback

All comments collected during your review. Edit, remove, or add general notes.

General Feedback

Export as:
Section