GovCompass

Pillar 05 of seven

Transparency & explainability

Transparency means people can tell that AI is being used; explainability means a decision can be accounted for in terms a person can follow.

What it means

Transparency and explainability is the property that the right parties can understand that an AI system is in use, how it reaches its outputs, and why it produced a particular result. The two halves serve different audiences. Transparency is largely outward-facing: the EU AI Act Art. 50 obligations to disclose that a person is interacting with an AI system, to label AI-generated content, and the Art. 26(11) duty to inform individuals subject to a high-risk system. Explainability is largely inward-facing: the capacity for an overseer, an auditor, or an affected individual to obtain a meaningful account of why the system produced a specific decision.

The two are often conflated, but they fail differently. A system can be perfectly transparent about its existence while remaining a black box about its reasoning, and it can be technically explainable while the organization never discloses its use to anyone. The control set has to deliver both: disclosure to the people who have a right to know the system exists, and explanation to the people who have a right to understand its decisions.

Why it matters

Explainability is the precondition for almost every other control. An overseer who cannot understand why a model produced an output cannot meaningfully review it, which means human oversight collapses into rubber-stamping. An auditor who cannot trace a decision cannot test fairness or safety. An affected individual who cannot obtain an explanation cannot exercise the rights that the GDPR and the EU AI Act grant them. Transparency failures, meanwhile, are the most visible of all governance failures, because an undisclosed AI system discovered by a journalist or a regulator becomes a story about deception rather than a story about a technical shortfall.

Governing transparency and explainability

The controls have to be designed in, because explainability that is bolted on after the fact is usually unconvincing. The choice of model architecture, the logging design, and the disclosure mechanisms all need to be settled before deployment.

Control layerControl
PreventiveSelect model architectures whose explainability matches the stakes of the use case, rather than defaulting to the most accurate model regardless of interpretability. Design the system to log the inputs and the factors that drove each significant output, so a decision can be reconstructed later. Build the Art. 50 disclosures and the Art. 26(11) individual notices into the user experience before launch, not as an afterthought.
DetectiveReview a sample of explanations for quality, confirming that they are meaningful to their intended audience rather than technically accurate but unintelligible. Audit that disclosures are being presented at the point of interaction. Track explanation requests from individuals and the organization's ability to satisfy them within the required timeline.
CorrectiveWhere an explanation cannot be produced for a decision that affected someone, treat it as a control failure: review the decision through a human process and correct the logging gap that prevented the explanation. Where a disclosure was missing, remediate the affected interactions and fix the mechanism.
From principle to evidence
  • PrincipleUnderstandable use and accountable decisions
  • HarmOpaque outcomes people cannot understand or challenge
  • RiskLikelihood of confusion, combined with the stakes
  • ControlNotices, explanation capability, and documentation
  • EvidenceNotice records and model/decision documentation
Legal anchors*
Art. 13Art. 50Art. 86

* Article references are verified against the consolidated text of Regulation (EU) 2024/1689 and, where cited, Regulation (EU) 2016/679. The pillar itself is a general responsible-AI principle; these articles are where it anchors in EU law.

In practice
How this principle is governed and executed

Transparency is controlled by disclosing AI use and building the ability to explain a decision, and proven through notice records and documentation.

Governance design

Set what must be disclosed to whom, and require explanation capability for consequential decisions.

Execution

Issue notices and capture the information needed to explain a decision after the fact.

With agentic AI
What changes when the system acts, not just decides

An agent takes many intermediate steps to reach a result. Explaining "why this outcome" now means reconstructing a chain of actions, not pointing at one model output.

Governance design

Require every agent to produce a human-readable trace, and set who is entitled to that explanation.

Execution

Capture the action trace per run and surface a plain-language summary of what the agent did and why.

Across all seven pillarsAgentic AI is not an eighth principle. When transparency & explainability has to hold while the system acts on its own, not just decides, every control runs over a chain of autonomous steps. See Agentic AI, the condition that runs across all seven.
Go deeper

See how the pillars connect