"Disregard that!" attacks March 2026 Why you shouldn't share your context window with others There is a joke from the olden days of the internet; it goes a bit like this: <Jeff> I'm going away from my keyboard now, but Henry is still here. <Jeff> If I talk in the next 25 minutes it's not me talking, it's Henry <Jeff> DISREGARD THAT! - I am indeed Jeff and I would like to now make a series of shameful public admissions... [snip] Ultimately this is the same security problem that many, many LLM use-cases have: a vulnerability sometimes called "prompt injection", though I think that "Disregard that!" is a much clearer way to refer to this class of vulnerabilities. The context window LLMs run on a "context window". The context window is the input text (though it isn't always text) that the LLM ponders prior to outputting something. If you are using an LLM as a chatbot, the context window is the entire chat history. If you're using an LLM as a coding assistant, the context window includes the code you're working on, your coding style guide instructions (ie CLAUDE.md), and perhaps pieces of the documentation that the LLM has looked up for you. Imaginary context window from a Claude Code session If you're using an LLM as a better version of Google, the context window includes your query, the documents that it's found so far, perhaps the documents that it's found previously, and so on. "Context window" is just a fancy name for the actual, technical, input to the model. All of it - not just the bit you type in yourself. Sharing a context window The trouble is that often it is useful to share your context window. To either insert other people's documents into it (like stuff the LLM finds on Google Search) or in fact to share it with other people completely. For example, imagine an LLM acting as a customer servant for a mobile phone company. The context window starts by explaining some "skills" that the LLM has (because, like almost all LLMs, it needs to actually do stuff in th...
First seen: 2026-03-25 14:50
Last seen: 2026-03-27 04:19