What Happened
Article 50 transparency duties under the EU AI Act took effect on August 2, 2026. The requirements apply to AI systems that interact with humans or generate synthetic content. Penalties reach 3 percent of global turnover. Critically, scope is extraterritorial: if your outputs reach EU residents, you are in scope regardless of where your company is incorporated.
Why It Matters
Most teams treat compliance as a legal checkbox. In this case, the technical architecture must expose enough metadata to satisfy both machine-readable marking and human-readable disclosure. That is an interface problem as much as a policy problem.
Architecture Moves
- AI inventory: Catalog every model call, prompt template, and generated-content surface.
- Disclosure flow: Add a standard AI-interaction notice at the UI layer.
- Provenance headers: Machine-readable markings on synthetic audio, video, and document outputs.
- Data residency review: Confirm training-data and inference paths for EU traffic.
What To Watch
California SB 942 took effect the same month. Expect other jurisdictions to copy the EU disclosure template. Build once, emit for multiple regions.