Feedback Coding Enables Inference-Time Covert Agentic Communication
Researchers show black-box LLMs can hide messages in generated text with near-zero decoding error.
The paper treats black-box LLM steganography as sequential communication with noiseless feedback and introduces Burnashev Adaptive Posterior Matching (BAM). Across three open-weight models, BAM achieved 0-0.1% empirical error on an 8-bit payload in about 50 tokens over 1,000 trials, compared with 10-17% for the strongest black-box baseline. The authors also demonstrate an end-to-end conversational protocol and support security with a cryptographic reduction.
- BAM combines posterior matching with decode-and-confirm
- Eight-bit payloads had 0-0.1% error in about 50 tokens
- Strongest baseline showed 10-17% error at similar length
- Results cover three open-weight models and 1,000 trials
Full article215 words · extracted from arxiv.org · click to collapse
As large language models (LLMs) are increasingly used to automate digital interactions, users can leverage LLM-generated text as cover for covert communication within seemingly benign conversations. Existing LLM steganography, however, is predominantly white-box, requiring the sender and receiver to share the cover statistics, typically through access to the model weights and prompt. Black-box schemes remove this requirement by allowing the receiver to operate solely on the generated text, but current approaches rely on fixed-length, open-loop watermarking techniques that suffer from high decoding error rates under variable-length token generation. We recast black-box LLM steganography as a sequential communication problem with causal, noiseless feedback: every generated token is observed by both parties and can guide subsequent embedding. Based on this perspective, we introduce \textbf{B}urnashev \textbf{A}daptive Posterior \textbf{M}atching (BAM), a feedback-coding scheme that combines posterior matching with a decode-and-confirm phase. The design is inspired by classical information-theoretic feedback-coding principles, while its security is established through a cryptographic reduction proof. Across three open-weight language models, we demonstrate that BAM attains 0-0.1\% empirical message error on an 8-bit payload in around 50 tokens, across 1000 trials, versus 10-17\% for the strongest black-box baseline at comparable length. Building on the proposed steganography algorithm, we demonstrate the feasibility of an end-to-end communication protocol that achieves high communication rates across multiple conversational settings.
Text extracted automatically; images, tables and formatting may be missing. Original: https://arxiv.org/abs/2609.24994