The Dual LLM pattern for building AI assistants that can resist prompt injection
1–10 of 112 posts
Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#2That can be an effective solution, but it's important to recognize it as such.
Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#3Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#4Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#5Is it possible that all but the most exotic prompt injection attacks end up being mitigated automatically over time, by virtue of research and discussion on prompt injection being included in training sets for future models?
Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#6Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#7Is it possible that all but the most exotic prompt injection attacks end up being mitigated automatically over time, by virtue of research and discussion on prompt injection being included in training sets for future models?
By the same logic, humans should no longer fall for phishing scams or buy timeshares since information about them is widely available.
Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#8Is it possible that all but the most exotic prompt injection attacks end up being mitigated automatically over time, by virtue of research and discussion on prompt injection being included in training sets for future models?
By the same logic, humans should no longer fall for phishing scams or buy timeshares since information about them is widely available.
An interesting question is whether GPT-4 would fall for a phishing scam or try to buy a timeshare if you gave it an explicit instruction to avoid being scammed.
Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#9Re: The Dual LLM pattern for building AI assistants that can resist prompt injection
#10https://github.com/NVIDIA/NeMo-Guardrails/blob/327da8a42d5f8...
I.e. they ask the llm if the prompt will break the llm. (I believe that more data /some evaluation on how well this performs is intended to be released. Probably fair to call this stuff "not battle tested".)