Skip to main content
AI Watermark Removal

Concept

AI Signature: Watermarks, Metadata, and Style Signals

"AI signature" is used loosely for at least four unrelated mechanisms: a cryptographically signed C2PA manifest, an invisible statistical watermark like SynthID, an informal writing-style tell like the em dash, and a commercial AI detector's probabilistic verdict. They differ on readable versus invisible, cryptographically verifiable versus probabilistic, and strippable versus persistent. Treating them as synonyms produces confident wrong conclusions in both directions.

Published 2026-08-11Updated 2026-08-11Community discussion

Key takeaways

  • "AI signature" covers at least four unrelated things: a signed C2PA manifest (verifiable, but strippable), an invisible SynthID-style watermark (unreadable without the provider's detector, but survives metadata stripping), a writing tic like the em dash (not intentional, wildly inconsistent across models), and a commercial detector's probabilistic verdict.
  • C2PA's signature is a literal cryptographic signature: Leica's M11-P has signed photos with an X.509-based Content Credential at the point of capture since it shipped on October 26, 2023, verifiable at contentcredentials.org/verify.
  • Google DeepMind validated SynthID-Text's imperceptibility in production, not just in a lab: the Nature paper published on October 23, 2024 drew on feedback from nearly 20 million real Gemini chat responses and found no measurable quality difference between watermarked and unwatermarked replies.
  • Em dashes are the clearest false signature: identical prompts produced 8 to 9 em dashes from ChatGPT, Copilot, and DeepSeek but zero from Gemini and Meta.ai in a June 2025 test, and OpenAI's November 2025 fix was a user-facing custom-instruction toggle, not the removal of an embedded watermark.

Text watermark workflow

How text watermark removal is evaluated

Generate

Claude, Gemini, or another LLM produces text.

Mark

A watermarking layer can influence token choices or attach provenance.

Clean / transform

Text is normalized, edited, rewritten, or translated.

Check

A detector compares the before and after signal strength.

Why this matters for removal tools

Hidden-character cleanup is immediate. Statistical text watermark removal becomes stronger when paired with provider-specific detection and before/after confidence checks.

Four different things wearing the same name

You'll get the four mechanisms people mean by "AI signature," sorted by whether anyone actually put them there on purpose.

The phrase almost never means one specific thing. That's the actual problem with it.

  • A cryptographically signed provenance record, such as a C2PA Content Credential. This is a literal digital signature in the same sense an SSL certificate or a signed PDF is one.
  • An invisible statistical watermark, such as Google DeepMind's SynthID, which biases which words or pixels a model picks so a matching detector can later recover a probabilistic signal. Nothing here resembles a certificate or a file you can open.
  • A human-noticed stylistic fingerprint: repeated words, sentence rhythm, punctuation habits like the em dash. People treat this as though a company planted it deliberately, when it's a side effect of training data and fine-tuning.
  • Whatever a commercial detector (GPTZero, Originality.ai, Turnitin-style checkers) prints as a verdict. That's a classifier's guess, not evidence that anything was inserted.

Two questions separate these cleanly. Was anything deliberately embedded, and can it be checked against a known, published mechanism?

A C2PA manifest and a SynthID watermark both answer yes to the first. They split completely on the second: the manifest is openly readable metadata with a signature you can verify, while SynthID isn't readable at all without the provider's own detector, because it was never stored as metadata in the first place.

Style tells and detector verdicts both answer no to the first. Nobody at OpenAI or Google decided to make their models favor em dashes as an identifying mark, and a classification is an inference about probability rather than a signal anyone placed.

The one that's literally a signature: C2PA

Confirmed

Here's what "signature" means when the word is used precisely, and the shipped camera that makes it concrete.

The C2PA specification requires that a Content Credential, the manifest recording an asset's origin, edits, and tool use, be hashed (typically SHA2-256) and then signed with the private key of whatever software or hardware produced it. This runs on standard X.509 certificate infrastructure, the same public-key system underlying HTTPS and signed PDFs.

Producers who want their signatures trusted get their certificates accredited onto the C2PA Trust List. Any change to the asset or its provenance record after signing invalidates the hash chain, which is how tampering gets caught.

Leica's M11-P, announced by the Content Authenticity Initiative on October 26, 2023, was the first camera to sign photos with a C2PA Content Credential at the moment of capture. It embeds camera model, timestamp, and later edit history into a signed manifest a viewer can check in the Leica FOTOS app or at contentcredentials.org/verify.

AI image tools plug into that same signing mechanism, not the camera itself, when they attach C2PA metadata to generated output. That's why "does this have a C2PA signature" is a well-posed, checkable question in a way "does this have an AI signature" is not.

The limit is worth stating plainly. A verified manifest tells you what the signer claimed, not whether AI touched the file at some earlier, unsigned stage.

The one you can't open: SynthID

Confirmed

You'll see why the opposite design choice makes SynthID invisible to you and durable against the things that destroy C2PA.

SynthID-Text works by subtly biasing the sampling algorithm a language model uses to choose each next token. It's seeded so a matching detector can later recover a statistical signal from the pattern of word choices, without retraining the model or perceptibly degrading output.

Nothing is stored as metadata, and nothing can be inspected by opening the file. The signature exists only in the statistical shape of the text: no certificate, no trust list, no manifest.

Google made the text implementation available on Hugging Face starting in October 2024, alongside the Nature paper's publication. So unlike a C2PA signature tied to one company's private certificate, SynthID-style detection code is something outside developers can run themselves, given the matching configuration used to generate the text.

The one that was never a signature: the em dash panic

Community discussion

Here are the actual counts from the test that should have ended this argument.

Copyright analyst Jonathan Bailey tested the claim in June 2025 by running identical prompts across six chatbots. The results were wildly inconsistent.

  • ChatGPT: 8 em dashes.
  • Microsoft Copilot: 8.
  • DeepSeek: 9.
  • Claude: 2.
  • Gemini: 0.
  • Meta.ai: 0.

Those numbers make "em dashes mean AI" unworkable even across AI systems, let alone against human writers, who have always used the punctuation mark deliberately. Bailey's own conclusion was that no single stylistic tell reliably separates AI from human text, and that factual errors proved more diagnostic than punctuation habits.

The clearest evidence this was never a provider-controlled marker came in November 2025. OpenAI CEO Sam Altman announced that ChatGPT would finally honor custom instructions asking it to stop using em dashes, calling it a "small-but-happy win."

That fix let individual users suppress the habit through personalization settings. It wasn't OpenAI removing an embedded mechanism, because there was no discrete mechanism to remove.

Em dash frequency is a downstream statistical artifact of training data and tuning, not an inserted mark comparable to a C2PA manifest or a SynthID sampling bias. Unlike either of those, it's defeated by find-and-replace.

Why mixing them up burns people

You'll get the two opposite mistakes this confusion produces, and one question that avoids both.

The first mistake is assuming a stripped C2PA manifest means "no proof of AI." A SynthID-style watermark, if one was applied, sits undisturbed inside the pixels or tokens regardless of what happened to the metadata.

The second is treating an em dash, or a positive score from a commercial detector, as though it carries the weight of a verified cryptographic signature or a matched statistical watermark. Neither is backed by any known, checkable mechanism the way C2PA and SynthID are.

So before treating "AI signature" as evidence of anything, ask which of the four is being described. The strength of every claim that follows depends entirely on the answer.

FAQ

Is writing style, like heavy em dash use, actually an AI watermark?

No. A June 2025 test by copyright analyst Jonathan Bailey ran identical prompts through six chatbots. ChatGPT and Microsoft Copilot each produced 8 em dashes, DeepSeek produced 9, Claude produced 2, and Gemini and Meta.ai produced 0. That inconsistency makes em dashes unusable as a marker, and no provider has ever described the pattern as an intentional signal. OpenAI's November 2025 fix, announced by CEO Sam Altman, simply let users tell ChatGPT to avoid em dashes via custom instructions, a tunable style preference, not the removal of an embedded mark, since there was never a discrete mechanism to remove.

Does a C2PA Content Credential prove whether something is AI-generated?

Not by itself. A C2PA manifest (the kind Leica's M11-P camera has cryptographically signed at the point of capture since it shipped in October 2023) records what the signing tool or device claims happened: model, timestamp, edit history. Its digital signature proves that record hasn't been altered since signing. It doesn't independently verify that no AI touched the file at some earlier, unsigned stage, and the manifest can be lost entirely if a platform strips metadata on upload.

Can I see a SynthID watermark by opening the file, the way I can inspect C2PA metadata?

No. SynthID biases which tokens or pixels a model chooses during generation itself, rather than attaching a separate readable record, so there's no metadata field to open. Recovering the signal requires running the same statistical detector the provider used to embed it. That's exactly why Google DeepMind's live validation of SynthID-Text, published in Nature on October 23, 2024, relied on nearly 20 million real Gemini chat responses and provider-side detection, not on anything a user could inspect directly.

If I strip the metadata from an AI-generated file, have I removed its "AI signature"?

It depends which sense you mean. Stripping EXIF/C2PA metadata does remove a C2PA Content Credential, since that signature lives entirely in the metadata layer and platforms routinely strip it on upload. It does nothing to a SynthID-style statistical watermark, which is embedded in the actual pixel or token values and survives metadata stripping. The two mechanisms fail in opposite ways, which is exactly why treating them as interchangeable is risky.

Is a positive score from an AI-detector tool the same as finding a watermark or signature?

No. A detector like GPTZero or Originality.ai outputs a probabilistic classification based on statistical or stylistic modeling of the text, not confirmation that a known, intentionally embedded mark such as a C2PA manifest or a SynthID sampling bias was found. Direct checks of those vendors' own sites found no mention of SynthID, C2PA, or watermarking at all. Treat a detector verdict as one model's opinion about likelihood, and a verified C2PA signature or a matched SynthID detection as a different, stronger category of evidence.

Next steps

  • Take a real file and check its manifest yourself in the Coalition's browser tool. Five minutes with a working example beats any explanation of what a signature is. Content Credentials Verify
  • Follow the em dash claim to its origin and see why the meme outlived the evidence. Do em dashes mean AI?
  • Get clear on the detector-versus-watermark line before you rely on either in a dispute. AI watermark vs AI detector
  • Scan a suspicious passage for the one signature you can actually inspect at home: hidden Unicode characters. Free in-browser cleaner

Sources and citation status