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
- Training-energy numbers in model cards are typically self-reported summaries with no underlying evidence chain.
- Cloud-billing exports show spend, not joules — converting one to the other requires assumptions the regulator can challenge.
- Multi-region, multi-vendor training runs have no single source of truth — different clusters report differently or not at all.
- Inference-time disclosure (per-prompt energy) is essentially non-existent, despite being the long-term cost driver.
What Serial Alice attests for AI Act compliance
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
- Can the training cluster produce signed, timestamped energy readings that aren't synthesised after the fact?
- Can the inference layer attach a per-request energy attribution to every response, with tenant scope?
- Can a third party (auditor, regulator) verify any single record without contacting the provider?
- 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.