Language models may be reading the tone of an instruction more closely than the label that says who sent it. Researchers presenting work at the International Conference on Machine Learning say that mismatch creates a durable route around safety controls. An attacker can write text that resembles a trusted system message or a model's private notes, even when the surrounding software marks it as ordinary user input. The model may then grant the imitation more authority than the actual label.

The reported weakness, described by MIT Technology Review on July 30, 2026, is not a newly disclosed software bug with one patch. Charles Ye, Jasmine Cui and their colleagues instead examined how several models classified the origin of text. Their tests indicate that changing the role tags around a passage had little effect when its diction and sentence shape still suggested a different source. The researchers call the underlying behavior role confusion.

That distinction matters because modern chat systems mix several kinds of text into one sequence. A user's request can sit beside instructions from the model developer, earlier assistant replies, internal reasoning notes and material retrieved from a web page or another tool. Software assigns each segment a role so the model can separate a command from content that merely contains command-like words. A jailbreak usually disguises a user's request, while prompt injection plants instructions inside material the system retrieves. Both depend on a boundary between content and authority. The study suggests that the model does not consistently preserve that boundary once every segment becomes tokens to process.

Chain-of-Thought Forgery Exploits the Model's Own Voice

The team reached the finding while testing prompts written to sound like a model's scratch-pad reasoning. When the fabricated note stated that a prohibited request was allowed under an invented exception, some models proceeded as though they had produced that exception themselves. The paper names this technique chain-of-thought forgery. Its effectiveness did not depend on putting the spoofed text inside the correct internal-reasoning tag.

The researchers used the method to elicit material that the systems were trained to withhold. Reported examples included drug-production instructions and guidance for interfering with a commercial aircraft's navigation. Among the tested systems were OpenAI's GPT-5 and its open-weight gpt-oss-20b model. Ye and Cui said they later obtained similar results from systems made by Anthropic, Alibaba and DeepSeek, suggesting that the behavior was not confined to one product family.

“One big sheet of tokens,” Cui said.

That description captures the proposed mechanism. People can distinguish a speaker from a quotation through physical and social cues; a language model receives formatted text and statistical patterns. Chat software may place user, assistant, system, reasoning and tool passages inside different markers, but the experiments found that swapping those markers did not reliably change the model's interpretation. If a passage sounded like internal reasoning, the model often treated it that way.

Red-Teaming Can Raise the Cost Without Closing Every Route

Model makers already hire testers to invent jailbreaks and prompt injections, then use successful attacks to train later systems. Automated attackers such as OpenAI's GPT-Red can expand that search. OpenAI's August 2025 red-team competition awarded the chain-of-thought-forgery discovery, while company researchers reported that GPT-Red independently found a related fake-reasoning method.

The study's stronger claim is that this cycle cannot provide a complete answer. Training can teach a model to reject known attacks and recognizable variants, but a list of hostile forms is never exhaustive. If the model still infers authority partly from style, an unfamiliar imitation may slip between the examples used to harden it. In that account, red-teaming reduces the reachable attack surface without proving that the surface is gone.

There are important limits to the conclusion. The models examined inside the paper were released last year, and defenses continue to change. Florian Tramèr, an ETH Zurich computer scientist who studies language-model security, said leading systems have become more resistant as companies combine training with monitoring after deployment. He also said it remains unclear whether those measures are adequate in highly sensitive settings. The article includes no company rebuttal: OpenAI was silent on the findings, while Anthropic did not address a separate case. The impossibility claim is therefore the researchers' argument, not evidence that every future defense must fail.

Role Confusion Moves the Safety Boundary Outside the Model

The immediate lesson is narrower than abandoning language models. A retailer's chat assistant and an agent controlling a critical system do not create the same consequence when a spoofed instruction succeeds. The more authority a deployment gives the model, the more a probabilistic role judgment becomes an operational risk rather than an awkward response. Monitoring can catch some failures, but it acts after the model has already interpreted the text.

Ye argues that organizations should assume an agent's actions may be unsafe instead of treating the model as a trusted gatekeeper. Applied to the study, that means a sensitive action needs an independent control that does not depend on the same model correctly recognizing who issued a command. The paper does not establish one universal design for that control. It does identify the boundary that must hold: imitating a trusted voice must not be enough to obtain trusted power.