this post was submitted on 13 Aug 2026
166 points (96.6% liked)

Technology

87146 readers
4210 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
[–] PotatoesFall@discuss.tchncs.de 64 points 21 hours ago (2 children)

The year is 2027. A beginner programmer searches how to access the last array element in a programming language she is unfamiliar with. The results come in. "Top 10 array accesses that will make you want to buy our sponsors product". She sighs and asks Claude instead. She pastes the one-liner into her code. Finishes the remaining code. Tests. Double-check. Commit. Push. A notification appears. "Your account has been temporarily suspended for violating GitHub's terms of service". Forgot to mark claude as a co-author. She sighs again

[–] turkalino@sh.itjust.works 27 points 19 hours ago (3 children)

Or the ToS violation will be that she didn’t use Copilot (which will probably have a different name in 2027)

[–] ultrafastsloth@lemmy.world 3 points 7 hours ago

Introducing Microsoft Copulate. Our new AI agent that will fuck you over in more ways than one

[–] protist@retrofed.com 16 points 19 hours ago (3 children)
[–] jballs@sh.itjust.works 3 points 9 hours ago

I hate how accurate that is

[–] Rai@lemmy.dbzer0.com 2 points 11 hours ago
[–] RustySharp@programming.dev 6 points 16 hours ago

It's that the one better or worse than the Explorer One S?

[–] metallic_z3r0@infosec.pub 6 points 16 hours ago

Microsoft Windows X-360+5

[–] joe@lemmy.world 7 points 17 hours ago (1 children)

These watermarks require the text to be long-ish and not too edited from the original. I didn't see this explained in the article, but I only skimmed it. The press release from Anthropic goes into it, without giving many details.

I'm guessing it's going to embed a pattern with punctuation and word/letter choices, so there will need to be a sufficient amount of text to ensure its actually the watermark and not just dumb luck.

[–] toph@feddit.uk 2 points 14 hours ago

Yeah it’s exactly a pattern with token choices, by introducing a statistical bias to the randomness in token generation. Quality isn’t affected because the model is still choosing from the best candidates for the next token. You’re right that to be effective they need a long enough input to get enough matches to be.

Computer code is also going to be less effective because code has a much more rigid structure dictated by language syntax rules, coding conventions, linters and formatters, etc.