• givesomefucks@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      2
      ·
      edit-2
      8 days ago

      The “watermark” is a statistical pattern in the output,

      Where did you see that?

      They added that the watermark “may persist through some editing” for anyone who thought they could get away with Claude’s newest update.

      A watermark is generally a faint image, logo or text embedded into a picture or document to help prove ownership, while reducing theft and plagiarism.

      However, Anthropic assures the embedded watermarks for AI-generated texts will not affect the readability of said texts, remaining invisible to the human eye.

      The new embedded watermarks are meant to be detected by third party tools only, using coding that is unique to the text, even when copypasted.

      AI companies use very specific language that sounds like an obvious thing, but really it’s a weird interpretation that’s worse.

      Like, they flat out said “even when copy pasted”.

      That does not mean retyping wouldn’t hide it.

      It doesn’t even mean copying and then “paste as plain text” would get flagged, it would likely pass.

      If it was what you’re saying, it would be a lot of false flags, especially on short texts.

      It’s way more likely they’re just doing something to the output text, and it persists with the “copy/paste” just like when you copy/paste from an article, only to discover the text includes a plug for the website…

      Like, this is literally why “paste as plain text” has always been a thing.

      That’s almost certainly all this is.

      Especially since the article links to fucking polymarket tweet like it’s a source

      • ChaoticNeutralCzech@feddit.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        8 days ago

        It might be some weird, visually indistinguishable character combination. For example, some “random” spaces might be non-breaking or actually a pair of thin spaces, hanging spaces at the end of lines/paragraphs/code tab breaks or any number of zero-width characters might be inserted.

        • NotSteve_@lemmy.ca
          link
          fedilink
          English
          arrow-up
          6
          ·
          8 days ago

          I was thinking that but how would that work with Claude Code? Inserting invisible characters will either break code in the most sociopathic way or a formatter will just remove it

        • floofloof@lemmy.ca
          link
          fedilink
          English
          arrow-up
          5
          arrow-down
          1
          ·
          8 days ago

          It’s not that obvious. They have ways of subtly statistically manipulating the output of their models, so that a computer can analyze it and recognize patterns that deviate in distinctive ways from what humans normally do. Just typing it out again won’t change the statistics. Rewording might. But if you’re going to rewrite the output, you lose the time savings you gained by getting AI to write your stuff, whether it’s code or an essay.

          • ChaoticNeutralCzech@feddit.org
            link
            fedilink
            English
            arrow-up
            4
            ·
            8 days ago

            They said it “wouldn’t affect quality” but that’s been said about lots of things that do, like analog copy protection schemes. Yeah, it could be subtle stylistic choices in text and code.

        • givesomefucks@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 days ago

          I mean, Occams Razor its:

          like when you copy/paste from an article, only to discover the text includes a plug for the website…

          It won’t actually get displayed with a “paste”, it’ll stay hidden to a human but be visible to the third party program.

          Technically a solution, and if it wasn’t possible to just retype the words, it would actually be effective.

          But if it can be defeated by someone manually retyping it, then it’s pointless. And that seems to be what their press release dances around.

      • ArbitraryValue@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        7 days ago

        That wouldn’t help much. Consider a toy example: maybe the AI uses the letter “v” much more often than humans do. You’d need to make enough typos to shift the frequency of that letter all the way from the AI distribution to the human distribution. If a human would typically use that letter 5 to 10 times and the AI uses it 25 to 30 times, one typo won’t make much difference.

        Real AI watermarks can use more sophisticated patterns than letter frequencies, but the basic idea is similar: the watermark is spread across many choices in the text, so changing one character generally doesn’t remove it.

    • Washedupcynic@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      4
      ·
      8 days ago

      And retyping the text that’s been output, manually, not a copy paste, circumvents this.

      • ArbitraryValue@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        7 days ago

        It does not. They’re not talking about hidden characters - they’re talking about patterns in the distribution of letters or words, patterns that you would replicate if you retyped the output. Consider, for example, a pattern like “Sentences may contain only even numbers of seven-letter words.” That’s preserved if you manually retype, and it’s even preserved through light editing - the edited output will no longer have 100% of sentences containing even numbers of seven-letter words, but it will have enough that having that many by random chance would be very unlikely. Note that this example is one that I just made up - what they’re doing is presumably a lot more subtle.