Hacker News new | ask | show | jobs
by simonw 979 days ago
This isn't an OpenAI problem - it's a Large Language Model problem generally.

Software built on top of all of the other LLMs is subject to the same problem.

If you're concatenating trusted "instruction" prompts to untrusted user inputs, you're likely vulnerable to prompt injection attacks - no matter which LLM you are using.