22 comments

  • SeriousM 1 hour ago
    So we finally tackle the issue of ai-text pollution and probably found a way to clean up the internet (from now on), yet people start complaining that "their" output is marked as spam.

    Well, the solution is quite easy: start thinking on your own again and write the lines yourself.

    I welcome this watermarking. Finally it's an easy detectable signal that someone just generated some request/answer to waste my time by forcing me thinking for the other person too. Now that time is over.

    (It never was hard to spot this type of texts but now there is evidence)

    • dgellow 56 minutes ago
      > So we finally tackle the issue of ai-text pollution and probably found a way to clean up the internet

      We are very, very far from that! So far we have a single ai vendor introducing a statistical bias to their generation that can make it simpler to identify genAI in some (longer) texts. We don’t know yet how effective that will be in practice, and if other models will follow suit

      • Eddy_Viscosity2 44 minutes ago
        If other AI vendors don't follow suit, then people will move over to them to escape detection. Then of course Claude will stop watermarking.
        • AureliusMA 1 minute ago
          Watermarking is probably done by other vendors covertly as well. See my other comment.
        • dgellow 37 minutes ago
          Yep. Also, the vast majority of online content is very short (twitter, Reddit comments, HN comments, etc). It’s not something where SynthID type approach will be effective i assume. Still a good first baby step
    • sixtyj 36 minutes ago
      The reason why Anthropic did it is imho the different - they don’t want to ingest their own output again (or somehow differentiate from already stored data) so they try to sign it.

      The data volume that is generated daily is staggering so every petabyte counts :)

  • AureliusMA 1 minute ago
    Most vendors probably do it covertly, as watermarking is a tried and true method to defend intellectual property. I’m more interested in the motivations behind Anthropic admitting it publicly.
  • pizzly 1 hour ago
    Not sure why Anthropic is getting all the attention here. Google been doing this since at least late 2024[1] and openai I believe is doing this around 9 days ago[2].

    [1]https://www.nature.com/articles/s41586-024-08025-4 [2]https://help.openai.com/en/articles/8912793-provenance-signa...

    • greatgib 1 hour ago
      They don't do it for text I think that is the core issue.

      Somehow it is acceptable for us to have photo, video or audio watermarked but not text or worse code.

      • pizzly 1 hour ago
        Realized your right about OpenAI but they plan to. In the link they state "our goal is to expand provenance signals to all modalities including text" so its comming up regardless. I pretty sure Google does it though.
  • taurusnoises 1 hour ago
    So, it seems the watermark is less what it sounds like (a stamp) and more an "imperceptible statistical pattern woven into the choice of words and sentence structures." Does that mean AI responses will sound even more "AI?" Like, will it become even easier to detect on a read-through because of the word choices and patterning? I see the word "imperceptible" there, but what does this mean in this context? My non-tech brain is kinda breaking here.
    • josephg 1 hour ago
      > Like, will it become even easier to detect on a read-through because of the word choices and patterning?

      It's turned on right now. Can you tell a difference? I can't.

      How many ways could I write this paragraph and still convey the same idea? Way more than we're aware of. Hundreds? Thousands? Maybe a lot more? The number of semantically similar variants increases exponentially with each word.

      I suspect anthropic could turn their fingerprinting up or down if they want. If it were turned way up, claude would use weird phrasing but it would take very little text to tell if something were AI generated. If they turned it down, it would seem imperceptible to humans, but you would need a large sample to determine (with high accuracy) that a passage was AI generated. There's probably a very large middle ground where humans can't tell, and where it doesn't take a large text sample to know (with high probability) that some text was AI generated.

    • 317070 1 hour ago
      https://arxiv.org/html/2510.20075v6

      It is quite counterintuitive, but you can hide texts the same size as the original text in imperceptible statistics of a text.

      Compared to that feat, hiding a watermark is very easy.

      • joenot443 55 minutes ago
        The information being encoded (the watermark) is the _relative ranking of each token compared to other possibilities_. If our prompt was "Write a positive review for a restaurant" and the response began:

        "The restaurant "

        Our next set of predictions might be:

        [was, had, offers]

        So we append the rank/index of the next token (0, 1, or 2) onto the secret. Given a long enough response, that secret becomes unique enough to use as a watermark. This obviously relies on having full deterministic access to the LLM itself, i.e. I don't believe it will be possible for users to derive the fingerprint from text that they've generated, only Anthropic will be able to.

        The immediate objection is that this runs the risk of degrading the quality of the response. I think that's totally valid and I'll be curious how Anthropic handles it.

        That's my very rough understanding! If someone with more knowledge wants to expand, feel free.

        • TheOtherHobbes 45 minutes ago
          Supposedly you can avoid degradation by using synonyms. But not all words have synonyms. The more concrete and factual the prose, the harder it is to watermark. "Cow" is not a synonym for "cat" and "dark matter" is not a synonym for "galaxy."

          So the watermark words will be biased towards filler and fluff where invisible substitutions are easier, and the content is less (cough...) load-bearing.

          The likely outcome is the development of AI watermark strippers which filter out all the twitches and tells that make default AI writing so annoying.

          Google seem to have given up on SynthID for text for now, so this is likely a harder problem than it looks. My guess is Anthropic announced this to meet regulatory requirements. But they don't have a robust detector, and I seriously doubt they have a robust system that can survive trivial rewriting by a different model.

        • ozgung 50 minutes ago
          Do we need the original prompt to recover the watermark?
    • bagelcollie 43 minutes ago
      From my understanding, AI outputs have patterns due to its text prediction algorithm and AI detectors just recognize those patterns as watermarks. If there used to be 1,000 different ways to write a paragraph, watermarks may reduce it to 300 and that’s still a lot. Humans shouldn’t be able to perceive these changes except the output is really short.

      https://www.seangoedecke.com/text-ai-watermarks/

    • floppydive 50 minutes ago
      I think its somewhat the opposite of easy to detect patterns in the watermarked text. Regular authors can be statistically fingerprinted and I think we do a rough version of this ourselves. An LLM with dense watermarking may sound less like one author we have a low opinion of and more like an encyclopedia set made by a mix of authors we have low opinions of.
    • xtiansimon 46 minutes ago
      > "imperceptible statistical pattern”

      This is how I’m feeling right now.

      A “watermark” is as an author’s mark. I struggle to understand how a myriad of different texts will produce the same watermark output. How big does a text have to be to generate this sign? What is the false positive rate (where my own authentic prose—gasp—is falsely accused of being AI). How do you “prove” it’s true? Will Anthropic offer some kind of service?

      I find ChatGPT to be overly loquacious, and my preference for Claude is the brevity of output. Does this mean I will now have to suffer Claude’s gibbering, too?

    • iamacyborg 1 hour ago
      Is it possible for them to sound even more AI?
      • dgellow 1 hour ago
        Don’t forget the survivor bias is at play, you don’t see the ones that are good at passing for human written
        • iamacyborg 1 hour ago
          Sure, but if my experience (I know, I know) is anything to go by, it's increasingly difficult to get Claude to write in anything other than it's own house style.
    • dgellow 1 hour ago
      Unlikely, but I really hope so!
    • hemkeshr 1 hour ago
      [dead]
  • alanfranz 17 minutes ago
    From: https://support.claude.com/en/articles/16266773-how-claude-m...

    > We'll support users and other third parties to detect Claude’s marks

    This is the part that I fear most. What happens with false positives? Will I need to change arbitrary parts of my text if they are flagged as AI generated? Will I be forced to add mistakes?

    And then, since LLMs are trained on existing, human-written, quality content, it may be that well-written text gets accidentally flagged more often?

    And, if all the providers do this, and they use different watermarks, will I be forced to change things at random until I get a negative from all of those?

    I very much think this will yield the wrong signal. There were already some academic plagiarism checkers around that would return false positives, and were blindly trusted by teachers and professors. I suppose AI checkers are all around now, and there will be more of those.

    Proofreading is one of the best uses of LLMs that I can think about - I still write my text, then an LLM fixes some of my "errors" since I'm not a native speaker. It usually improves clarity. But now I risk my text to be classified as AI written with potentially bad outcomes.

    I don't know whether I should blame the EU, though :-)

    • glasshug 5 minutes ago
      Third-party “AI checkers” and LLM watermarking at generation are a bit different. I’d suggest you read some of the methods; they’re approachable to someone on this forum. False positives aren’t really a failure case with good params. False negatives, sure.
  • twoslide 1 hour ago
    Summarising a reddit discussion counts as news nowadays?
    • incognito124 1 hour ago
      • embedding-shape 1 hour ago
        The actual original dunk from that page is great enough to be reproduced here again verbatim:

        > during the months of autumn [...] Work is left to feebler hands. ... In those months the great oracle becomes —what at other times it is not—simply silly. In spring and early summer, the Times is often violent, unfair, fallacious, inconsistent, intentionally unmeaning, even positively blundering, but it is very seldom merely silly. ... In the dead of autumn, when the second and third rate hands are on, we sink from nonsense written with a purpose to nonsense written because the writer must write either nonsense or nothing.

        Sounds like "The Saturday Review of Politics, Literature, Science, and Art" where this came from was a wonderful little venture. Is there anything like it today?

        Feels like "we sink from nonsense written with a purpose to nonsense written because the writer must write either nonsense or nothing" accurately describes HN sometimes :D

    • dgellow 1 hour ago
      Been the case for more than a decade
    • unclebucknasty 1 hour ago
      What would really be crazy is if there were a platform on which people provided commentary about other people's commentary on other people's commentary.
      • sva_ 49 minutes ago
        It's turtles all the way down
    • dncornholio 1 hour ago
      0 upvotes too
  • kgeist 42 minutes ago
    I wonder how it impacts code generation. It shouldn't impact prose in general because of synonyms and whatnot, but code requires exact reproduction. That is, what happens if you ask an LLM to recite a large, human-written excerpt as is, without modifications? Wouldn't the modified token sampler try to change some tokens here and there (for the watermark to work)?

    For example, what if I say, "Repeat this text verbatim: %long_human_written_text%"? Would the output be recognized as AI-generated or human-generated?

  • mattrighetti 58 minutes ago
    Anthropic seems to be on a mission to drive away as many users as possible from Claude
    • matheusmoreira 25 minutes ago
      Yeah, one would think they'd stop their nonsense given how much competition they're getting. Thank god I've already switched away from Anthropic.
    • 23qsGa1 55 minutes ago
      They are probably working on a $500 subscription without watermarks. The majority of their users have an IQ below 100 and need the crutch.
      • gadders 50 minutes ago
        It's not a case of needing a crutch. It's how you value your time. "Shall I spend 30 mins grammar checking this product marketing copy, or shall I get AI to do it while I start work coding a new feature?"
  • satvikpendem 1 hour ago
    Will anyone even really care (outside of detecting cheaters in academia)? I see people talking about LLM based posts all the time even at work in Slack conversations where a manager verbatim pastes a clearly AI output as a response for some question and while people seem to care internally they don't actually seem to call them out.
  • matheusmoreira 1 hour ago
    Well, of course. The stigma surrounding AI use will only get worse with stuff like this. I'm not interested in having people single me out for using AI. So glad I switched away from Anthropic.
    • bulder 1 hour ago
      The stigma surrounding AI use will get worse if... People know AI is being used? Sorry how does maintaining heightened paranoia by omitting clear signals help exactly?
      • matheusmoreira 1 hour ago
        I'm not interested in "helping" people call me "slop fetishist" or "clanker lover", thanks.
    • datakan 1 hour ago
      Did you write this with AI? jk
    • ModernMech 55 minutes ago
      Unfortunately the witch hunts don't stop whether you use AI or not. Even if you don't use it, (unavoidable) false positives mean the anti-ai crusaders come for you eventually anyway. Happened in plenty of purity-seeking art communities already, will happen in code communities as well. The people who get hurt are the people just trying to make things. Best not to empower self righteous people with flawed sin-detecting tools, that's guaranteed to turn out badly for everyone.
      • matheusmoreira 35 minutes ago
        Agreed... How did the art community deal with the witch hunts?

        In my case the consequences are mounting. I've already essentially abandoned two communities over it. I'm sitting on human reviewed and tested mesa patches I can't bring myself to submit to upstream because of the AI stigma. I was using AI to revive some of my GCC work as well but abandoned it after their policy announcement. There seems to be no end in sight.

        • ModernMech 27 minutes ago
          It was bad in one that I was part of. First they had people put their work through those ai detectors and there were a bunch of false positives, so they started requiring “process videos” showing you actually working on the project. But then people started calling those AI generated. Nothing could satisfy them. So you’d have artists making handmade work, putting it through ai detectors, submitting process videos of them literally working on the piece, and still they were driven from the community because enough people just got toxic about it. Felt very Red Scare. “Are you now, or have you ever been, a user of AI?"

          As an aside, I’ve never seen any pro ai people treat anyone not using ai like this.

    • fzeroracer 1 hour ago
      Hiding your use of AI will only make things worse when people find out. Look at how badly the CEO of Saber Interactive is crashing out after they lied about firing a writer to replace them with AI.
      • matheusmoreira 1 hour ago
        I don't hide my AI use at all.
        • xnorswap 58 minutes ago
          Then why care about a watermark?
          • matheusmoreira 39 minutes ago
            Because it's yet another signal prejudiced people get to use against me to dismiss my projects as slop.
  • datakan 1 hour ago
    This is aimed at academia with all the cheating kids and youngsters. I really dont have a big problem with it but I doubt it will be successful.
  • spacedcowboy 35 minutes ago
    Shouldn’t this count as ‘edited headline’ ? At least when I click on the link it says “Some Claude users…”
  • mft_ 1 hour ago
    Amusingly, the 'histrionic' Reddit post linked to in the article smells very AI generated to me. [0]

    "And it doesn't stop there. There's the power question."

    So not only is the Reddit user in question writing impassioned angry screeds about being caught using AI in their work, but they are presumably asking for Claude's help in writing said prose. I wonder what that prompt looked like?

    [0] https://www.reddit.com/r/artificial/comments/1vlzjc8/about_t...

    • fnordian_slip 1 hour ago
      >Amusingly, the 'histrionic' Reddit post linked to in the article smells very AI generated to me.

      The whole text was a smorgasbord of the worst, most boring AI clichés possible. It was hard to finish for me, even though it is not that long, just because it was so badly written.

      The only reason why I think it was partly written by a person who is just way too used to AI (as opposed to a simple prompt) is that the gaps in its logic feel more human than artificial.

  • felipeerias 52 minutes ago
    Isn’t this about turning a weakness into a feature? Claude is already unable to write original prose that does not trigger an AI detector like Pangram.
  • xyzsparetimexyz 1 hour ago
    Do these watermarks show up in code as well?
  • gortok 56 minutes ago
    Sauce for the goose.

    Legitimately we should have had this day one for a whole host of reasons (not the least of which is the issue of inadvertently using output from generative AI as training data for Generative AI).

    But bigger than that is that while there are folks that want to be able to have a machine do their textual output for them with as little energy on their part as possible, the rest of us have to deal with the impact of that call on their part.

    The purpose of communicating with other humans is not utilitarian, psychologically it is the pathway to connection and forms a large basis of how we are able to get along without eradicating ourselves as a species. Using generative AI to replace that humanity seems unthinkable to me, and having markers that help us differentiate serves as a way to keep others from gaslighting us, which undermines trust and communication.

    I realize as a stereotype technical folks see communication as a means to a utilitarian end, but it's so much more important than that, so much so that even this small action of watermarking generative AI output can keep untold disasters from occurring because humans didn't know other humans were using it.

  • sylware 1 hour ago
    Then a whole industry will rise at tracking and removing those watermarks.
    • pizzly 1 hour ago
      Already happening. Just have a quick search for llm watermark remover and discovered multiple repos already available.
      • d1sxeyes 1 hour ago
        It’s very easy, just change each third word into something different than what you primarily wrote.

        It’s very simple, just change every third word for something different to what you originally wrote.

        It’s very straightforward, just change each and every third word for something different instead of what you actually wrote.

        And so on ad infinitum.

  • kouteiheika 1 hour ago
    Well, um... I fail to see how this changes anything? Give me two random pieces of text, one written by Claude, one not. I'm pretty sure I will be able to tell with close to 100% accuracy which is which, as long as as there will be a non-trivial amount of text.

    Claude outputs are already very easily distinguishable. The watermark is already pretty much there, even if it's not explicitly put in the outputs.

  • jchw 28 minutes ago
    Based on Hacker News, other parts of the internet and even some job experience, I've come to the realization that many people legitimately have no idea that their pants are down and everything is on full display.

    If you thought you could have AI "reorganize a paragraph" and not have anyone know, you're probably wrong. You can't because Claude can't fucking write even a paragraph without ruining it half the time. But apparently, a lot of people are either literally blind to writing style, or just don't care, because even most "Show HN" posts these days are extremely clearly AI slop with little care, marked and sometimes not marked. If you are fortunate enough to be blind to this (trust me it's not particularly fun, the style is truly grating) next time you're on a cool new project, just search/grep for "load bearing" and have a good laugh. or cry.

    Of course, not everyone is necessarily trying to be misleading, but:

    - I find this writing style to be truly miserable. It's like equivalently annoying to if the entire world started talking and typing in a slick quick-witted cynical way like we were all living in a Marvel movie script or something. Not exactly like that, but it's an analogy. I now realize some people may not notice if they got swapped into such a world and their parents and friends all just started talking like this out of nowhere.

    - I find it disappointing when people don't seem to think they could do better, and would prefer to have an LLM speak in their own voice rather than them. It almost makes me wonder if people are even still alive behind the keyboard. Am I utterly insane or is it weird that people are deciding to have something else speak in their voice? For anything short of a speech or PR it just feels weirdly inappropriate. Even if your English isn't great, I probably prefer your English over Claude's. At worst... I'd probably prefer its direct translation attempt over its own attempt to write something.

    I've been having a great time with LLMs but seeing the way people use them has introduced me to the fact that my taste is a lot higher above average than I realized. I'm not really thrilled about that realization, because all it really means is the bar is a lot lower than I thought it was, not that I'm going to win an award for having good taste. (It's not that good anyways. It's just that the depths you can go are apparently deeper than I thought.)

    Whenever people respond with "well how do I know you're not just dumping out AI outputs" I just sigh. I've definitely seen evidence that people will accuse things of being AI output when they're not, yet I am completely unworried about either false negatives or false positives. If you really can't tell the difference between "the load-bearing smoking gun" and natural human prose, its embarassing for you, not me.

    LLMs in this way deepen my already existing dispair, because they're yet again increasing the disconnect between me and the rest of the world.

  • gadders 1 hour ago
    This is a dumb idea by Claude. It's currently a binary switch and doesn't differentiate between "fix the grammar on this paragraph" and two pages of AI Slop.

    There should at least be some cut off where it applies and where it doesn't.

  • tornikeo 1 hour ago
    Yet another (accidental) win for the open-weight models.
  • throwaw12 1 hour ago
    I understand their reasoning, but imagine at some point in the future, watermarks eventually lead to a level 9 vulnerability in your system. Theoretically, it is possible