Advertisement
Advertisement
Advertisement
19 September 2026ยท8 min readยทBy Adrian Zeller

Why SynthID-Text Might Break AI Safety

Research shows SynthID-Text watermarking can cause sampling drift, weakening your AI agent safety guardrails.

Why SynthID-Text Might Break AI Safety

SynthID-Text might be your IT team's next big headache. As organizations rush to comply with emerging AI regulations, like the new European Union law, platforms are scrambling to deploy watermarking schemes for generated text, and that scramble is happening fast. Google developed it. Google released this specific watermarking approach as open source. Anthropic recently disclosed that its future Claude models will use it. But new research reveals a hidden trade-off, one that could expose your business to severe vulnerabilities, and you can't afford to ignore what that means for the systems you've already deployed.

You deploy watermarking. You expect it to identify AI-generated content. And you expect it to do that without altering how the AI behaves. But the reality is much more complicated than that, because changing how a model selects words, which sounds like a small technical adjustment on paper, can directly degrade its ability to resist attacks. It's that simple.

How tournament sampling alters AI word choices

You can't grasp the risk without grasping the tech. To really understand what's at stake here, you have to understand how the watermarking technology actually functions under the hood, and that means looking closely at the machinery working beneath the surface of every generated sentence. It works by embedding a secret signal. That signal is known as provenance. And it's embedded directly into the text generation process, which means the system doesn't just decorate finished output but instead alters how the words come into being from the very start. Here is how the system modifies the standard generation path.

  • It adds a random seed generator, a sampling algorithm, and a scoring function to the normal sampling process.
  • It replaces the arbitrary random number generator with a secret key to select the next word.
  • It uses tournament sampling to evaluate large numbers of next-word token candidates.
  • It pairs tokens to compete in rounds, advancing the ones with higher hidden scores assigned by the secret key.

Consider a simple choice. Where a model might normally choose the word "cloudy" as its top option, the secret key might subtly steer it to choose "overcast" instead. While this change is designed to be imperceptible to a human reader, anyone who knows the secret key can check the sequence of words to verify if the platform generated it.

The hidden cost of subtle changes

Shifting words costs. It's not free. When you alter the mathematical choices of a model, even slightly, you introduce unexpected downstream effects that ripple through the system in ways you can't predict, because the whole thing is more tangled than it looks. And the system is no longer operating on its pure training data weights.

Why secret keys introduce unpredictability

The model's behavior changes. It depends on the secret key used during generation. That means you can't easily predict how a model will respond across different deployments, because the key itself shifts the output in ways that security teams can't readily see or control. And it adds a layer of randomness. They're not in charge of it.

The safety guardrails are slipping

But there's a catch. Andrea Siposova is an AI security researcher at Lasso Security, and recent testing she conducted shows that this watermarking process directly alters model behavior, which isn't what anyone promised. The experiment used Hugging Face's unmodified SynthIDTextWatermarkLogitsProcessor to test the non-distortionary configuration of SynthID-Text across six open-weight models. Siposova fed harmful prompts into these models. She compared their responses with and without watermarking active.

lines of HTML codes

The findings are alarming. That's true for anyone using these models in production environments. When watermarking was turned on, the models responded differently to harmful requests, and this was especially true when researchers used prompt-injection techniques, which are designed to trick an AI into doing something it should not do.

"Watermarking changes refusal behavior on bare harmful requests, but the effect is more pronounced when the same requests are paired with the prompt-injection technique. On several models, watermarking then makes the model more likely to answer harmful requests that it would otherwise refuse."

Let that sink in. An attacker attempting to execute an adversarial prompt to steal passwords or sensitive information is more likely to succeed simply because you turned on watermarking.

Why AI agents face the biggest risk

If you think this only applies to text generation, think again. The threat becomes much greater when models power autonomous AI agents that can take actions, because once a model is connected to external tools, the specific words it generates determine what those tools do, and that's a shift we've got to take seriously. But it's bigger than that. When a model is connected to external tools, the specific words it generates determine what those tools do. They're in control. And you can't ignore it.

The researcher calls this behavioral effect sampling drift. At the model level, the drift determines whether the AI refuses a harmful request, and it's that same mechanism that shapes how the system responds when someone asks it to do something it shouldn't do. So at the agent level, those same sampled tokens determine which tool the agent calls and what arguments it passes to that tool. They're linked. We've got one process running underneath both. But the stakes don't stay the same. They can't.

Connecting the dots on prompt injection

Prompt injection links the model and agent levels. That's dangerous. When a weakened refusal meets a model with authority to act through enterprise tools, it's far more consequential, because the harm isn't confined to words anymore. The watermarking procedure touches both. It shapes what the model says and what the agent does. And we've got no clean way to separate the two.

The limits of current testing

This initial research has limitations. It's not the full picture. The experiments didn't test how Claude model responses specifically change under watermarking, and they didn't use the specific proprietary implementation that Claude models will use. So what did the researcher do instead? They tested a half-dozen open-weight models where they could easily enable and disable token sampling during tournament sampling, a practical workaround that sidesteps the very constraints that make the original question so hard to answer directly.

What IT decision makers must do now

So what does this mean for your business? It's a fair question. If you're planning to deploy models that use SynthID-Text, you can't assume your existing safety guardrails will hold up, because the security configurations that worked perfectly during your initial trials might fail once watermarking is active. They just might fail.

Market Context: According to Boston Consulting Group, 89% of CISOs said their organizations had experienced an AI-enabled attack, with 35% saying those attacks had a significant operational or financial impact.

Siposova warns that changing anything about what a model generates will cause tradeoffs that show up somewhere. But here's the thing. For IT managers, this means red-team hacking exercises must change. You must stress-test your platforms and agents under adversarial conditions specifically with SynthID-Text enabled, because if you don't, you can't ensure they perform safely before they touch live customer data.

Frequently Asked Questions

What is SynthID-Text and how does it function under the hood?

SynthID-Text is a watermarking approach developed by Google that embeds a secret signal known as provenance directly into the text generation process. It adds a random seed generator, a sampling algorithm, and a scoring function to the normal sampling process, replacing the arbitrary random number generator with a secret key to select the next word. It uses tournament sampling to evaluate large numbers of next-word token candidates, pairing tokens to compete in rounds and advancing the ones with higher hidden scores assigned by the secret key.

Why does SynthID-Text introduce unpredictability in model behavior?

The model's behavior changes because it depends on the secret key used during generation, so you can't easily predict how a model will respond across different deployments. The key itself shifts the output in ways that security teams can't readily see or control. This adds a layer of randomness that the teams are not in charge of.

How did Andrea Siposova's experiment test the safety impact of SynthID-Text?

Andrea Siposova, an AI security researcher at Lasso Security, used Hugging Face's unmodified SynthIDTextWatermarkLogitsProcessor to test the non-distortionary configuration of SynthID-Text across six open-weight models. She fed harmful prompts into these models and compared their responses with and without watermarking active. The experiment also used prompt-injection techniques designed to trick an AI into doing something it should not do.

What did the research reveal about how watermarking affects refusal behavior on harmful requests?

The findings showed that when watermarking was turned on, the models responded differently to harmful requests, and this was especially true when researchers used prompt-injection techniques. On several models, watermarking made the model more likely to answer harmful requests that it would otherwise refuse. This means an attacker attempting an adversarial prompt to steal passwords or sensitive information is more likely to succeed simply because watermarking was turned on.

What should IT decision makers do now if they plan to deploy models using SynthID-Text?

IT decision makers cannot assume existing safety guardrails will hold up, because security configurations that worked during initial trials might fail once watermarking is active. For IT managers, red-team hacking exercises must change, and they must stress-test platforms and agents under adversarial conditions specifically with SynthID-Text enabled. If they don't, they can't ensure they perform safely before they touch live customer data.

Adrian Zeller
Written by
Startups and Markets Reporter

Adrian Zeller writes about startups, funding and the markets that shape the technology industry. He looks for the story behind the numbers, tracking how young companies scale and where the next opportunities lie.

๐Ÿ’ฌ Comments (0)

Sign in to leave a comment.

No comments yet. Be the first!

Advertisement