Earlier quoted context omitted.
I wonder if this shows we still lack insight in how LLMs actually work. There is something inside which appears to understand instructions and execute them, but it's unclear yet how exactly this "understanding instructions" works and how instructions are represented inside the network. If you don't know this, it's very hard to distinguish "instructions" from "non-instructions" in terms of inputs and outputs of the ne…
Actually I think the impossibility of using natural language instructions to LLMs to prevent prompt injection demonstrates (or will demonstrate) that no true understanding is happening.
If you separate the prompt into two parts (like OpenAI does in their GPT API), with one "System" input and one "User" input, it only pushes the issues one step away. The User data input could certainly "spill over" into the System context and understanding as at some level, the System context is supposed to act or output stuff based on the User data.
One fix is probably about the same as for humans - you need to almost autistically and in immutable OCD fashion learn to consider, during all actions you take, if this action seems to be bad somehow - perhaps with a monitoring AI "sub-process" if you like. I'm sure that can be manipulated as well though, so I predict layers of these will eventually be added..