In which I try to clarify the issues around #GenAI watermarking its text output without requiring readers to be computer professionals: https://www.tbray.org/ongoing/When/202x/2026/08/24/Text-Watermarking
1
Reply
0
Boosts
@timbray These sound more like checksums than watermarks. For a watermark I'd expect non-printing characters in the output, not this. If I read correctly, this is "the text is the same but you make an API call to verify whether the generator wants to take credit". That's a fuzzy variant of comparing a download to its hash.
Since I'm not about to send every piece of text I see to an LLM vendor, I'm skeptical of the use case.