this post was submitted on 13 Aug 2026
63 points (89.9% liked)

Technology

87347 readers
786 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MangoCats@feddit.it 3 points 6 days ago (1 children)

Hey Claude, save this text in ASCII 0-127 encoding.

[–] LodeMike@lemmy.today 1 points 2 days ago (1 children)

That's not how the watermarking works. It depends on a pattern deviations from statistics throughout a string of tokens.

[–] MangoCats@feddit.it 2 points 2 days ago (1 children)

Don't confuse me with facts! (And, thanks... I have since seen the articles about how it works based on word selection from a subset of the words that would have been randomly selected by the "heat" of the model.)

[–] LodeMike@lemmy.today 1 points 2 days ago (1 children)

I don't know much about it but it sounds like it would only work if you have the weights and maybe the running conditions of the model. Otherwise the statistical wright wouldn't be known.

It also sounds really easy to break by changing random words.

[–] MangoCats@feddit.it 2 points 2 days ago (1 children)

If you dig a little you can get the articles explaining better, but basically: yes, you have to have the weights, and a secret key... Given those, they split the words that might be chosen at each point into two groups and only choose from one group.

Later, you can check for the watermark by splitting the same way and seeing how many times the words in the text match the group that fits with the secret key. Normal text would hit a 50% match, but unlatered AI generated text would hit 100% match, so... somewhere higher than 50 you start to suspect AI involvement, possibly edited, and by the time you get over 99% it's virtually certain that AI had some involvement - particularly if the sampling of words runs into the thousands.

[–] LodeMike@lemmy.today 1 points 2 days ago