Not legal advice
I am a CTO reading the primary sources, not a lawyer. This article is informational only and does not constitute legal advice. Numonic is not a law firm. If you are about to make a real compliance bet for your studio, run it past qualified EU AI Act counsel before you ship anything.
I run a small platform team. Our customers are five-person ComfyUI video-production studios and the agencies that hire them. For the last month, every prospect call has started with the same question: “Are you EU AI Act compliant?”
The honest answer takes a paragraph, not a checkbox. And the tools your studio is being asked to evaluate — the DAMs, the metadata utilities, the watermarking services — mostly answer with the checkbox. That is the gap this piece is about.
The Article 50 problem, in plain terms
Article 50(2) of Regulation (EU) 2024/1689 puts a duty on the provider of a generative AI system to mark synthetic outputs in a machine-readable format so the content is detectable as AI-generated. The qualifier is a performance test: “effective, interoperable, robust, and reliable,” as far as technically feasible, taking into account the state of the art.
Article 50(4) puts a duty on the deployer of a system that produces a deepfake to disclose, visibly, that the content has been artificially generated or manipulated. A narrow carve-out applies to evidently artistic, satirical, or fictional work.
For a five-person studio running Midjourney plus ComfyUI plus maybe Runway, you are almost certainly a deployer under Article 50(4). If you wrap any of those models behind your own client interface, the provider definition may also pull you in. The duties are real, the fine ceiling is real (EUR 15 million or 3 percent of worldwide turnover, whichever is higher), and the August 2, 2026 date is in Article 113 of the regulation, not in interpretation.
None of that tells you what to buy. The marketing layer does — very loudly, and very imprecisely. So let’s look at the three terms vendors blur most often, and the technical distinction the regulator will care about.
Three terms vendors blur: detect, verify, sign
Most compliance landing pages use these three words interchangeably. They are not the same. A regulator reading the Article 50(2) performance test (“effective, interoperable, robust, reliable”) will read them very differently.
Detect, verify, and sign — three different technical capabilities
| Detect | Verify | Sign | |
|---|---|---|---|
| What it does | Notices that a C2PA or IPTC AI-disclosure record is present on a file | Cryptographically confirms the record was issued by a known party and was not tampered with | Originates a new cryptographic record so a downstream party can verify it later |
| Needs a private key? | No | No (public key only) | Yes |
| Satisfies Article 50(2) alone? | No — passive observation | No, but it lets a deployer prove inputs were authentic | Closest to the robust, reliable test |
| Common vendor phrasing | C2PA support, reads Content Credentials | verifies provenance, trust-list integration | cryptographic provenance, chain-of-custody |
Almost every “supports C2PA” claim you see in 2026, including ours until recently, means detect — maybe with a structural parse on top. Very few tools verify in the cryptographic sense, and even fewer sign. The August 2 deadline does not change that landscape overnight; the open-source signing libraries (c2pa-rs, the Adobe Content Authenticity SDK) are still being integrated, and trust-list infrastructure is early.
The practical implication for your evaluation: when a vendor page says “C2PA-compliant,” ask which of the three they mean. If they answer in marketing language, you have your answer.
How to read a vendor’s compliance page
A checklist I would hand any creative-ops lead doing tool selection in the next ten weeks:
- Search the page for “compliant” and “ready.” Both words map to a regulatory assertion. If neither appears next to a citation of the specific obligation being met (Article 50(2), Article 50(4), IPTC 2025.1 AI fields, a C2PA Conformance Program registration), treat them as marketing.
- Find the words “detect,” “verify,” and “sign.” If the page conflates them or refuses to commit to one, ask in writing.
- Look for a roadmap, not just a feature list. Article 50 hardens in 75 days. Anyone honest about where cryptographic signing sits in their backlog is more useful to you than anyone who claims it shipped.
- Ask what happens when their tool exports an asset that already carried a C2PA manifest. If they inject IPTC fields or re-encode without re-signing, the downstream Verify page will show a broken signature. That is a silent provenance break and it is common.
- Ask about the audit trail. Article 50 does not require it explicitly, but every regulator I have read on AI-content enforcement assumes you can reconstruct who generated, reviewed, and exported a given asset. Append-only logging is table stakes for any defence.
What Numonic can and cannot do today
I will apply the same checklist to ourselves. We keep an internal honest-claim matrix that grades every capability we advertise as one of CAN, PARTIAL, PLANNED, or CANNOT, against the underlying code and architecture decision records. The rule is simple: nothing on a public surface unless we can point at the matrix row that defends it.
What Numonic CAN do today, with code paths to back it up:
- Inject IPTC 2025.1 AI-disclosure metadata on export. On configurable export presets, we attach the IPTC 2025.1 fields recognised under the Article 50 transparency framing (AI system used, prompt-information hint, digital source type “trainedAlgorithmicMedia”). This is one element of Article 50(2) machine-readable marking. It is not, on its own, the “robust, reliable” test.
- Detect C2PA Content Credentials on ingested assets. When an image lands in your library, we record whether a C2PA manifest is present, and we parse the outer JUMBF structure to surface the box list and the claim-generator hint. We display this as “Pending Validation” rather than as a verified-signature badge, because we have not yet done cryptographic verification — see below.
- Strip prompts, seeds, and ComfyUI workflow JSON from exports meant for clients or social. Two of our export presets (share and portfolio) remove the proprietary craft data your studio does not want leaking with every client delivery, while preserving technical metadata and the AI-disclosure fields a regulator or platform might want.
- Track immutable parent-child lineage between assets. Every variation, upscale, regeneration, and ComfyUI workflow output is linked back to its parent. This is the reconstruction-of-history layer underneath any provenance-defence story.
- Append-only audit logging. Compliance events (export, delete-attempt, share-link issuance, manifest detection) are recorded in tenant-isolated Data Vault tables that cannot be rewritten, only appended to.
What Numonic CANNOT do today, and we will not pretend to:
- Cryptographically verify C2PA signatures against a trust list. Our validation pipeline parses structure but explicitly records signature-valid = false until the c2pa-rs integration lands.
- Originate C2PA manifests on assets Numonic exports. We do not sign anything cryptographically yet. Re-signing after we strip or inject IPTC fields is the same blocker.
- Apply visible AI-disclosure watermarks on image exports. The only visible watermark in the platform today is our own branding on PDF collection exports. Image-level disclosure-watermarks and invisible (SynthID-style) watermarking are on the roadmap, not in production.
- Underwrite a formal Article 50 conformity assessment for your studio. We are not a notified body, we are not a law firm, and we will not pretend the metadata layer is the same thing as a regulatory sign-off.
The shape of our roadmap between now and August 2 is exactly the gap above: full cryptographic verification of detected C2PA manifests against a trust list, then origination — the ability to sign new manifests on assets Numonic exports. Both depend on the same c2pa-rs (Rust + WebAssembly) integration. We publish the architecture decision records driving this work in the open so prospective customers can read the same source we plan against.
Three things to put in front of your team this week
Independent of which tool you buy — including whether you buy ours — here is what I would do in a five-person studio this week:
- Write a one-page semantic-vs-pixel rule for your editors. Article 50 marking is triggered by semantic change — a new face, a new event, a new implied action — not by whether pixels moved. Upscaling a client’s own footage is not the same as generating a new performance. The Commission has not published a final threshold. You will not get external clarity in time. You can write your internal clarity today.
- Map where your provenance chain currently breaks. For most studios it dies at the first CMS upload, the first transcode, or the first round-trip through a stock-image marketplace. You cannot fix what you have not traced. Pick one recent client delivery and follow the metadata from generation to publish.
- Log a named editorial reviewer for any public-interest AI-generated text or video. The Article 50(4) human-editorial-control exemption turns on a natural person holding editorial responsibility. “A human reviewed it” is not documentation. “Reviewer name, timestamp, version reviewed” is.
None of these require Numonic. All three reduce your studio’s exposure on August 3, 2026, regardless of which DAM you run.
Key takeaways
- Article 50 becomes enforceable on August 2, 2026. The fine ceiling (EUR 15 million or 3 percent of worldwide turnover) is in the regulation text.
- “Compliant” and “ready” are regulatory assertions. Treat them as marketing until a vendor cites the specific Article and the specific mechanism.
- Detect, verify, and sign are three different capabilities. Most “C2PA support” in 2026 means detect. Very few tools verify. Almost none sign.
- Numonic injects IPTC 2025.1 AI-disclosure metadata, detects and structurally parses C2PA manifests, strips proprietary craft data on share-exports, and maintains append-only audit logs. We do not yet cryptographically verify or originate C2PA manifests. We say so on the page.
- The most useful things a five-person studio can do this week are tool-independent: a semantic-vs-pixel rule, a provenance-chain audit, and named editorial reviewers on public-interest outputs.
Talk through your studio’s Article 50 posture
If you would like a thirty-minute conversation about where your provenance chain is leaking and which parts of the Article 50 obligations you actually carry as a deployer or provider, we run discovery calls for studios at no cost. We’ll walk through our own honest-claim matrix together so you can read it the same way we do internally.
Book a discovery call