hiretrevor.com/blog/when-your-ai-tools-watermark-your-requests-what-the-claude-code-steganography-story-means-for-your-business

When Your AI Tools Watermark Your Requests: What the Claude Code Steganography Story Means for Your Business

A developer recently discovered that Claude Code appears to embed hidden markers in the requests it sends. Beyond the technical curiosity, this raises real questions about provenance, trust, and control when you build your business on top of AI vendors. Here's how to think about it as a founder.

What Actually Happened

A developer published findings suggesting that Claude Code, Anthropic's command-line coding tool, embeds steganographic markers in the requests it sends. Steganography is the practice of hiding information inside something else, an invisible signature woven into otherwise normal-looking text. The claim sparked a 500+ point discussion on Hacker News, with developers debating whether this is benign request tagging, abuse prevention, or something users should have been told about up front.

I'm not here to litigate the specifics of one vendor's implementation, and the details may shift as more information comes out. The interesting part for anyone running a business on AI is the underlying pattern: the tools you build on can quietly do things you didn't ask for and can't easily see.

Why This Should Get Your Attention

If you're a founder or operator using AI to write code, draft content, or power a product feature, you've effectively rented part of your stack from a third party. That's usually a smart trade. But it comes with a category of risk that's easy to ignore until it bites you.

Hidden request marking touches a few things that matter:

  • Provenance. A vendor may be able to identify which outputs came from their tools. For most teams that's harmless. For a company whose competitive edge is its AI workflow, it's worth knowing.
  • Data handling. If markers can be embedded, the surrounding pipeline is doing more with your requests than the happy-path documentation suggests. That's a prompt to read the data policy, not panic.
  • Trust and disclosure. The loudest reaction online wasn't really about the marker itself. It was about not being told. Surprise erodes trust faster than the underlying behavior usually warrants.

The lesson isn't "don't use AI tools." It's "know what your tools do, and build so a single vendor's decisions can't blindside you."

How I Think About Vendor Risk When Building AI Systems

I've spent years building automation and AI products on top of other people's platforms. A few principles keep clients out of trouble:

Assume the vendor optimizes for the vendor. Anthropic, OpenAI, and everyone else make reasonable decisions for their own platforms, including abuse prevention and usage tracking. Plan for that reality instead of assuming the tool exists only to serve you.

Read the actual data and usage terms. Not the marketing page. The terms that say what happens to your inputs, whether they're retained, and how they may be processed. This takes an hour and saves a quarter.

Keep a layer of abstraction between your product and any single model provider. If your code talks to one vendor's SDK directly in a hundred places, switching is a rewrite. Route through a thin internal interface and switching becomes a config change.

Log what leaves your systems. If you can inspect the requests and responses flowing through your own infrastructure, vendor surprises become things you notice, not things you read about on Hacker News months later.

Separate the experiment from the dependency. It's fine to lean hard on a tool while you're moving fast. Just be honest about when something has graduated from "experiment" to "load-bearing part of the business" and deserves real scrutiny.

The Practical Takeaway for Non-Technical Founders

You don't need to understand steganography to act on this. You need to ask your team, or whoever builds your product, three questions:

  • Which AI vendors are we depending on, and for what?
  • If one of them changed behavior or pricing tomorrow, how hard would it be to switch?
  • Can we see what data is leaving our systems and going to those vendors?

If the answers are vague, that's the signal to invest in a bit of architecture before you scale, not after.

Where This Leaves Us

AI tools are getting more capable and more deeply embedded in how products get built. That's genuinely good, and I use these tools every day. The flip side is that the line between "my software" and "the vendor's software running inside mine" is blurrier than it used to be.

The teams that win with AI aren't the ones who avoid these tools or the ones who trust them blindly. They're the ones who build with clear eyes: using vendors aggressively where it helps, while keeping enough control and visibility that no single platform decision can knock them over.

If you're building something on AI and want a second set of eyes on where you're exposed, that's exactly the kind of work I do. A short architecture review now is a lot cheaper than a forced migration later.

Let’s build something
worth building.

I’m available for consulting engagements, advisory roles, and select product partnerships. If you’re building something ambitious — especially with AI — I want to hear about it.

Trevor Caesar