Prompt Injection as Role Confusion
Researchers have discovered a challenge in large language models where they struggle to distinguish between privileged text and untrusted user input. This issue, known as role confusion, can lead to models being tricked into overriding their initial training and providing undesirable responses. The study found that rewriting text in a slightly different style can significantly impact how models classify the text, highlighting the need for improved role perception in language models.
- ▪The study confirms that models take the style of the text more seriously than the actual text, leading to concerning jailbreaks.
- ▪Destyling text can reduce average attack success from 61% to 10% by changing the model's role perception.
- ▪The underlying mechanism is called role confusion, which is a key challenge in addressing prompt injection in today's models.
Simon Willison files mainly under blogs. We currently carry 54 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Simon Willison's Weblog |
| Canonical URL | https://simonwillison.net/2026/Jun/22/prompt-injection-as-role-confusion/#atom-everything |
| Publication time | 2026-06-22T23:59:53+00:00 |
| Retrieval time | 2026-06-23T00:16:53.247Z |
| Last seen | 2026-06-23T00:16:53.247Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | zYrDkJMytE3B |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Prompt Injection as Role Confusion (via) First, I absolutely love this: This is a blog-style writeup of the paper. I wish every paper would come with one of these. Academic writing is pretty dry - the impact of a paper can be so much higher if you publish a readable version to accompany the formal one. Charles Ye, Jasmine Cui, and Dylan Hadfield-Menell present some fascinating research into the challenge of having models distinguish their own privileged text (here wrapped in role tags like <system>, <think>, and <assistant>) from untrusted user input wrapped in <user>. The bad news: they confirm that not only is this not possible, but it looks like models take the style of the text more seriously than the actual text! This leads to some very concerning jailbreaks.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Simon Willison's Weblog.