Claude will now invisibly watermark all AI-generated text, making it detectable even after being copied and pasted.

INCC

Elite Member
Jr. Executive VIP
Jr. VIP
Joined
Feb 12, 2018
Messages
5,092
Reaction score
6,546


------------------------------------------------------

Google claps. Lots of sites are going to get hit.

I'm unbothered to do further research on how they plan to implement this, but my first thought is you could simply just copy it as plain text into a txt file, make a small change, and copy it again... unless they plan something highly sophisticated, but that should do the trick.
 
lol at you guys talking "yeah can't you just copy and paste into notepad!" lol

You guys still using spectrums and commodores? :D

How text watermarking generally works algorithmically​


This isn't unique to Anthropic — Google (SynthID for text) and others use variants of the same basic idea, which comes out of LLM research from the last few years. The core trick exploits the fact that at each step, a language model doesn't output one deterministic next token — it outputs a probability distribution over possible next tokens, and there's usually a lot of freedom in which plausible token gets picked.


A common approach (e.g., the "green-red list" method):


  1. Pseudorandom split at each token position. Before sampling the next token, use a hash of the preceding token(s) (plus a secret key) as a seed to pseudorandomly split the entire vocabulary into a "green" list and a "red" list.
  2. Bias sampling toward green. Instead of sampling normally, boost the probability of green-list tokens slightly (or restrict sampling to green tokens when plausible). Done carefully, this barely changes fluency or quality.
  3. Repeat per token, with the green/red split changing each time based on context — so the "pattern" is spread invisibly across the whole text rather than living in any single word.
  4. Detection: given a piece of text, a detector re-derives the same green/red split at each position (using the same secret key) and checks whether green-list tokens appear far more often than random chance would predict. A statistically significant excess of green tokens implies the text came from the watermarked model.

Other approaches use a Gumbel-softmax / exponential-minimum sampling trick that reshapes which token is chosen (based on a pseudorandom sequence) without changing the overall output distribution at all — this preserves quality even better and is harder to detect visually, but the statistical signature is still recoverable if you know the key.

Got this from claude.

Those that think AI articles are ok from any AI are noobs. There is even a law from the EU that fingerprinting MUST be put in all types of AI content! lol so now some of you guys know why your sites are going nowhere. lol This has been inbuilt all in for years, to catch you out, and will continue to do so.
 
yeah copying to notepad does absolutely nothing because the watermark is baked into the actual word choices, not the text formatting. the math behind the green/red list stuff is real, but honestly you don't need to panic. just running the output through a different local model to rephrase, or doing some quick manual edits to the intro and outro usually breaks the statistical footprint anyway. google is looking for low effort bulk spam... if the page actually satisfies search intent they aren't going to spend massive compute resources checking every single sentence for watermarks on smaller sites.
 


------------------------------------------------------

Google claps. Lots of sites are going to get hit.

I'm unbothered to do further research on how they plan to implement this, but my first thought is you could simply just copy it as plain text into a txt file, make a small change, and copy it again... unless they plan something highly sophisticated, but that should do the trick.
What about if you heavily edit them?
 
What about if you heavily edit them?
There are already tools on GitHub to combat this.

This does not affect me in any way, so I don't plan to do any deeper research on it.
 
What about if you heavily edit them?
Since you couldn't possibly know the signature they use to detect, you don't know what you would be leaving that still has a mark on it.

The best thing, is to rewrite on a separate clean document from your own recall, and insight Ai articles if thats what your doing.
 
Let's say I want my work checked and edited by AI. Does that mean if I copy it from the output it will be flagged too?
 
All AI has its own watermark algorithm and specialized watermark algorithm detection tools. If you want to do well, you need to do specific prompt word obfuscation and article processing to remove certain algorithm identifiers
 
Back
Top