38 pointsby frexs3 hours ago11 comments
  • Tiberiuman hour ago
    This is just C2PA for Claude-processed files, apparently. It's not related to their text watermarking.

    C2PA is file metadata and can be trivially stripped away, unlike hidden watermarks, e.g. SynthID.

    • ramon15613 minutes ago
      The way I read it, I thought they would just check if the file hash exists on their end. Is that not the case?
      • dannyw11 minutes ago
        That’s incompatible with the file not leaving your browser, which you can trivially verify with the Network tab in chrome (or wireshack, etc).

        This is just a C2PA metadata checker.

    • atp_studio_coll5 minutes ago
      [flagged]
  • Retr0id9 minutes ago
    Under what circumstances does the metadata get added? When Claude Code CLI needs a media file usually I just see it run an imagemagick or ffmpeg command to create one, which isn't going to have C2PA metadata.

    Edit: I asked Opus 5 for "a jpg of a cat" via the web chat. It did it by writing an svg and then rendering that to a jpeg. Clicking the "download" button saved a jpg which did have C2PA metadata, seemingly injected by the artifact-presentation thing.

    Then I told it to put it in a zip file. I downloaded the zip, and the extracted jpeg had no C2PA metadata.

  • htrp5 minutes ago
    The actual implementation matters less than the fact that they can be perceived to be working on something. You're never going to have a perfect solution here, and perfect is the enemy of good.
  • hmokiguess26 minutes ago
    Could this be used to perform some sort of distillation or exploit? e.g. reminds me of the OWASP guideline on attack vectors where knowing if an ID is present or not in the database can be a form of exploit, like in password resets where they will say 'email foo@bar.com not found' rather than 'If foo@bar exists we have sent an email to foo@bar' or some other generic equivalent
  • firefoxdan hour ago
    This is really fascinating. Even the AI companies have incentives to reject AI generated content. It's like they want you to use AI for everything, but they don't want AI output fed back to them.

    At work, right after an AI training, we were asked to use our "authentic" voice when writing mid year reviews.

    • stranded2233 minutes ago
      Just like the tech company owners not allowing their kids access to social media…
  • kelvinjps10an hour ago
    I think all of this it's so they don't get ai generated content in their training data
  • kbranniganan hour ago
    How long before they change the terms and conditions to subtly claim ownership of your files? When you write code they already insert Co author attribution/

    Say I write a text by hand And then I tell it to clean up the grammar and fix some sentences Did it make it?

    • warkdarrioran hour ago
      Microsoft Word has not claimed ownership in 40 years. Why would Anthropic do?
      • transcriptase7 minutes ago
        Because Anthropic are the type of strange people who think that language models have feelings.
      • verdverm22 minutes ago
        They have said and tried some wild things already, like trying to get open weights effectively banned, which I believe they still think is in society's best interest (more that they think they know what's best for everyone)
  • Surac26 minutes ago
    droped some source files from different languages and i could process non of them
  • shujipan hour ago
    A watermark answers "did this model touch the file?" It doesn't answer "did a person read it and stand behind it?"

    Detection will get gamed, and a lot of useful text is already mixed. The more useful check, for me, is still human: would I put my name on this before it goes out?

    • derdanielan hour ago
      this is going to be the big thing in the next 100 years for me. where there is a human, there will be context, passion and meaning. it's the old saying: machine can tell you what, but only humans can tell you why.
  • ahmadtbkan hour ago
    [dead]
  • VCFundedGenYeran hour ago
    Claude watermarks are a farce and a waste of time. It's hilarious to me that they burn cash to even entertain the idea.

    Any attempts they use are defeated by a text editor and CTRL SHIFT V. Unicode characters are no new thing.

    Reminds me of how people tried to argue that NFTs aren't anything more than just jpegs.

    • sentean hour ago
      You misunderstand how Claude watermarks things.
      • mr_mitman hour ago
        TFA is talking about C2PA, a regular signature in the meta data. A lack thereof means nothing, but if it's there, the false positive rate should be near zero.
      • DanielHBan hour ago
        Yes, but I also think it will be trivially by-passable if you pass your output through another LLM. At least for text.

        It might help catch students cheating, but not real spam-bot usage. As soon as platforms start checking for watermarks spambots will add anti-watermark passes.

        • doc_ickan hour ago
          I read through their earlier announcement, i don’t think it’ll be trivially by-passable without distorting the original message.

          I would agree it may not help spam-bot usage, however at this case seemingly the only user detection is likely an id/badge check, which is not good.

      • captenan hour ago
        Imagine telling someone they're wrong without providing any evidence or context.
        • deweyan hour ago
          Welcome to the internet.