Interactive Quiz Tests Whether Humans Can Spot Watermarked AI Text
A developer built a simple web quiz that presents pairs of AI-generated text samples, one watermarked and one not, and asks visitors to guess which is which. The project is a hands-on way to explore text watermarking, a technique where language models subtly bias their word choices in a statistically detectable pattern invisible to human readers.
The idea behind LLM watermarking is to let tools later verify whether a piece of text came from a specific model, without changing how the text reads or feels. Companies like Google and OpenAI have experimented with similar schemes as a possible defense against AI-generated spam, academic cheating, and disinformation.
The quiz format resonated with the Hacker News crowd because it turns an abstract cryptographic-style concept into something tangible: most people find it genuinely difficult to tell watermarked text apart from normal output, which is exactly the point of the technique.