From First Trace to Evidence Package: an EU AI Act Flow Walk-Through
Defensible AI

From First Trace to Evidence Package: an EU AI Act Flow Walk-Through

Compliance articles usually explain obligations in the abstract. This one follows a single agent decision through the whole pipeline — trace, record, explanation, oversight, evidence package — so you can see where each EU AI Act article actually bites.

AI
AIAgentree Team
AI Compliance
July 16, 2026
12 min read

EU AI Act Compliance Flow for AI Agents: Trace to Evidence Package

This walk-through follows one AI agent decision through an EU AI Act compliance workflow. The decision is captured as a trace (supporting Article 12 record-keeping), sealed into a signed decision packet with reasoning and evidence references (supporting Article 13 transparency), routed through a human approval queue (supporting Article 14 human oversight), exportable as a per-decision Decision Record PDF (supporting Article 86 explanations), and finally included in an evidence package with per-article folders that a regulator receives. High-risk AI system obligations under the EU AI Act apply from December 2, 2027. Decision tracing supports these obligations; it does not by itself make an organization compliant.

Share:
TL;DR

One decision, five stations: trace → sealed packet → human approval → Decision Record → evidence package. Each station maps to an EU AI Act article you will be audited against.

  • Article 12 — the trace: automatic recording that enables traceability of the decision, tamper-evident from the first event.
  • Article 13 — the packet: structured reasoning and evidence references an operator can interpret.
  • Article 14 — the approval: oversight events only a human could have created.
  • Article 86 — the Decision Record: a per-decision explanation document for affected persons.
  • The evidence package — everything above, organized per article, ready to hand over.

Picture the request that starts every real compliance story: an agent your team shipped is about to decline a customer's credit-limit increase.

Eight months from now, a regulator — or the customer — may ask exactly why. Whatever you capture in the next two seconds decides whether you can answer.

Follow those two seconds, and the eight months, station by station.

Disclaimer: Informational content, not legal advice. AIAgentree supports EU AI Act compliance work; it does not by itself make an organization compliant. The scenario below is illustrative, not a customer case. Regulation text current as of August 2026.

The Setup: One Decision, In Scope

Our illustrative decision: an autonomous credit agent evaluates a €5,000 limit-increase request. Credit scoring sits in Annex III, so if this system is deployed in the EU, it is high-risk by classification — which activates the record-keeping, transparency and oversight obligations that apply to high-risk systems from December 2, 2027.

Before that date, teams could treat these articles as a documentation exercise. Now they are operational requirements: the system itself must produce the records. That is the difference this walk-through is about — not what the articles say, but what your pipeline must emit while the decision happens.

Station 1 — The Trace (Article 12: Record-Keeping)

Article 12 requires high-risk systems to be capable of automatically recording events, with logging that ensures a level of traceability appropriate to the system's purpose. The operative word is traceability of the decision — not request logging.

So the first thing the agent does is open a trace: the inputs it received, the evidence it consulted (as references, not paraphrases), the reasoning steps it took, and the options on the table. Each event is chained to the previous one in a tamper-evident hash chain, so any later modification of history is detectable. The chain is the quiet workhorse of everything downstream: it is what lets a third party later confirm the record is the record.

What an auditor sees at this station: a complete, append-only account of the decision as it unfolded — and a verification result confirming the chain is intact. Deep dive on the requirement: Article 12 logging requirements.

Station 2 — The Sealed Packet (Article 13: Transparency)

Article 13 requires the system's operation to be sufficiently transparent for deployers to interpret its output and use it appropriately. A stream of events is evidence, but it is not yet an interpretation surface — so when the agent reaches its conclusion, the trace is sealed into a decision packet.

The packet is the structured summary of the whole decision: the decision itself, the context, the deliberation with arguments for and against, the alternatives that were considered and why they were rejected, references to the evidence, the rationale, the expected impact, and the human-oversight status. It is signed at sealing, so it can be verified offline. We take the packet apart field by field in Inside the Signed Decision Packet.

Therefore: when a deployer asks "why did the agent recommend declining?", the answer is not a grep through logs — it is a bounded, readable object with the counterarguments included.

Station 3 — The Approval (Article 14: Human Oversight)

Our decision exceeds the deployer's threshold, so it lands in an approval queue instead of executing. A credit analyst reviews the packet — the arguments, not just the score — and approves with a note. That approval becomes an oversight event on the same trace.

Here is the part policy documents cannot do: proving the approver was human. In AIAgentree, human-judgment permissions are refused to machine API keys at creation — structurally enforced — so an approval event in the trail could only have been created by a person. The full argument is in Human Oversight You Can Prove, and the obligation itself in Article 14 human oversight.

Station 4 — The Decision Record (Article 86: The Explanation)

Months later, the affected customer exercises their Article 86 right to an explanation. One export call produces the Decision Record: a self-verifying PDF/A-3B document containing a human-readable account of the decision, the live tamper-evidence verification result, a signature block, and the signed machine packet embedded in the file. The regulatory narrative prose in the Record is currently a draft pending legal sign-off; the data, signatures and verification underneath are production.

The Record is what makes the explanation portable: it can be handed to the customer, their lawyer, or a regulator, and verified without logging into anything. The page-by-page walk-through covers it in depth.

Station 5 — The Evidence Package (What the Regulator Receives)

Now the audit request arrives: evidence for the credit agent, covering the last quarter. Instead of a war-room month, the response is a generated package — a ZIP organized into per-article folders:

  • Record-keeping — the audit log export, the tamper-evidence verification proof, retention configuration
  • Transparency — sampled decision packets, each beside its per-decision Decision Record PDF
  • Human oversight — approval-queue configuration, the override log, escalations, reviewer assignments
  • Quality management & technical documentation — quality metrics, generated technical docs with per-step model provenance
  • The manifest — a plain-text list of anything that failed to render. Nothing is silently dropped; honesty is part of the artifact

The full structure — folder by folder, including why the failure manifest earns auditor trust — is in Inside an EU AI Act Evidence Package.

"Isn't This Overkill for One Decision?"

For one decision, yes — that is precisely the point. The pipeline only works because no station involves a human doing paperwork: the trace is emitted by the SDK as the agent runs, sealing is one call, the approval is a queue the analyst already works in, and the Record and package are exports over data that already exists.

Compliance programs fail when the record is produced after the decision, by people, under deadline. They hold when the record is a by-product of the decision happening. That inversion — record as exhaust, not as homework — is the entire design argument, and it is why the two seconds at Station 1 matter more than the eight months after.

Diagnostic question: in your current stack, which of the five stations exist as running code today — and which exist as a document someone would have to write during an audit?

A Technique You Can Run This Week

Step 1

Pick your highest-stakes agent decision type

One decision family with legal or significant effects on people — credit, hiring, claims, access.

Step 2

Run the five-station audit on paper

For each station — trace, packet, approval, explanation, package — write down what artifact your stack would produce today, or 'none'.

Step 3

Close the cheapest gap first

Almost always Station 1: start capturing structured traces at the decision point. Every downstream artifact derives from it.

Sources & Further Reading

Frequently Asked Questions

What does an EU AI Act compliance workflow for AI agents look like?

In practice it is five stations: capture a structured trace while the decision happens (Article 12), seal it into a signed decision packet with reasoning and alternatives (Article 13), route above-threshold decisions through human approval (Article 14), export per-decision Decision Records for explanations (Article 86), and generate an evidence package with per-article folders when a regulator asks. Each artifact derives from the trace, so the workflow is automated rather than clerical.

When did EU AI Act high-risk obligations start applying?

The obligations for Annex III high-risk AI systems apply from December 2, 2027, deferred from August 2, 2026 by the Digital Omnibus on AI. Prohibited-practice and AI-literacy provisions applied from February 2, 2025, and general-purpose AI model obligations from August 2, 2025. Requirements for AI embedded in regulated products under Annex I follow by August 2, 2027.

Does standard application logging satisfy Article 12?

Generally no. Article 12 requires automatic recording of events with a level of traceability appropriate to the system's intended purpose — read together with Article 13's interpretability requirement, that means records of the decision (reasoning, evidence, alternatives, oversight), not just request/response logs. Execution logs show what happened; they do not enable someone to trace why the decision was made.

How does human oversight get recorded in this flow?

Above-threshold decisions pause in an approval queue. A human reviews the sealed packet and approves, rejects, or overrides — and that action is written to the same trace as an oversight event. Because machine API keys are structurally refused human-judgment permissions, the presence of an approval event is itself evidence that a person, not a process, exercised the oversight.

What is in the evidence package a regulator receives?

A ZIP with per-article folders: record-keeping (audit log export, tamper-evidence proof, retention config), transparency (sampled packets with per-decision Decision Record PDFs), human oversight (approval config, override log, escalations), quality management metrics, technical documentation with per-step model provenance — plus a manifest that lists anything which failed to render rather than silently omitting it.

Does this workflow make my organization EU AI Act compliant?

No tool does. The workflow operationalizes the record-keeping, transparency, oversight and explanation obligations, which are necessary for high-risk compliance but not the whole of it — risk management, data governance, conformity assessment and organizational measures remain your responsibility. The honest claim is 'supports compliance', and that is the claim we make.

Related Topics

Related Articles

AI

AIAgentree Team

AI Compliance

The AIAgentree team is building decision tracing infrastructure for AI agents. Our mission is to make AI reasoning visible, auditable, and improvable.

Run the five-station audit on your own agent.

Book a 30-minute session: we map one of your real decision flows against the five stations and show you the artifacts each one would produce.

Book a Flow Review