What AI Text Watermark Verification Actually Means
A practical distinction between provider-issued text provenance signals and probabilistic AI-writing detection.
A watermark is an intentional signal
AI text watermark verification looks for a signal added by the system that generated the text. In token-based methods, the generator makes small, controlled changes to token selection. A compatible detector then checks the pattern those choices create.
This is different from asking whether prose sounds AI-written. Style-based classifiers make a statistical guess and can produce false positives. They do not prove that a provider produced the text.
Verification depends on the provider method
There is no watermark shared by every model. A verifier needs the provider's method, configuration, or verification service. Google, for example, documents SynthID Text for Gemini text and publishes a reference implementation. Other providers only describe research or do not document a deployed text watermark.
See the provider status pages for the evidence and limitations we currently track.
A missing signal is not proof of human authorship
Short output, extensive rewriting, translation, and other changes can weaken a
watermark. The text may also come from a model that never added a compatible
signal. In either case, the correct result is unknown, not a guess.
What TextWatermarkDetector will do
When provider integrations become available, TextWatermarkDetector will run every supported method and return the provider signals in one format. It will then discard the submitted text. Missing evidence will remain unknown instead of becoming an AI-writing score.