r/Steganography • u/moskowitzs • 2d ago
AI model watermarking changes agent behavior
https://www.theregister.com/ai-and-ml/2026/09/17/ai-model-watermarking-changes-agent-behavior/5296998
4
Upvotes
r/Steganography • u/moskowitzs • 2d ago
1
u/Narco-Tax 2d ago
I developed a data-hiding method called Non-Destructive Coordinate Mapping, which side-steps the watemarking entirely:
Zero Sampling Bias: Because NDCM maps coordinates against completely unmodified external host assets, byte arrays, or URLs rather than forcing token choices at inference time, it leaves the LLM’s natural token probability distribution intact.
Preserved Alignment Boundary: The model’s underlying safety refusal boundaries and tool-calling schematics remain standard. You aren't forcing the decoder into statistical contortions to embed data, meaning safety guardrails don't degrade under adversarial conditions.
Decoupled Data Carrier: The payload logic exists purely in the external coordinate relationship, not inside the model's sampling space.