Compliance · EU AI Act · 5 min read

EU AI Act — Article 51.
Auditable AI energy disclosure.

Article 51 of the EU AI Act requires general-purpose AI providers to document training computational power and energy consumption. Spreadsheet attestation will not survive enforcement. Cryptographic evidence will.

What Article 51 asks for

Providers of general-purpose AI models must publish, in their technical documentation, the computational resources used for training (time, compute capacity, geographic location) and the energy consumption of that training. The regulation applies to any provider placing a GPAI model on the EU market, regardless of where the training happened.

Enforcement starts mid-2026. The AI Office can request the underlying evidence — not just the disclosed numbers.

Where today's disclosure breaks down

What Serial Alice attests for AI Act compliance

Per-training-run certificatesOne signed record per checkpoint, GPU-by-GPU breakdown
Per-inference certificatesPer-request energy attribution, scoped to tenant + model + session
Cross-vendor portableSame canonical format on AWS, Azure, GCP, bare metal, sovereign clouds
Independent verificationAI Office (or any third party) verifies offline, no provider cooperation needed
Hardware-attested postureFive evidence sources signed into the canonical payload
Anchored on PolygonEach batch root on a public timestamp the regulator can independently confirm
See an Article-51-grade certificate Per-workload signed energy reading, anchored on-chain, verifiable.
Verify a certificate →

Inference disclosure — the silent obligation

Article 51's training-time numbers will get the headlines. The real operational obligation is per-inference: as deployments scale, the AI Office and downstream regulators (consumer-protection, environmental) will look for per-prompt accountability. Serial Alice's per-inference certificate model is structurally ready for that — every API call can carry its own signed energy receipt.

What providers should ask of their stack

  1. Can the training cluster produce signed, timestamped energy readings that aren't synthesised after the fact?
  2. Can the inference layer attach a per-request energy attribution to every response, with tenant scope?
  3. Can a third party (auditor, regulator) verify any single record without contacting the provider?
  4. Does the evidence survive litigation — both technically and jurisdictionally?

If the answer to all four is yes, the provider is Article-51-ready. If any is no, the disclosure is exposed.