Live data from Hacker News

“Disregard That” Attacks

calpaterson.com

101–103 of 103 posts

Re: “Disregard That” Attacks

#101
If the main concern is preventing an LLM from taking some action (sending emails, text messages, adding calendar events or making phone calls), can't you just simply not allow the LLM to do that? Don't give it access.

It's not rocket science. If the LLM has no access to do those things, then it can't be tricked into doing those things.

Re: “Disregard That” Attacks

#102
post #100

Earlier quoted context omitted.

And this is another easily solved problem by someone who knows what they are doing… Voice -> speech to text engine -> LLM creates JSON that the orchestrator understands -> JSON -> regular code as the orchestration -> text based response -> text to speech Notice that I am not using the LLM to produce output to the user and if the orchestrator (again regular old code) doesn’t get valid input, its going to error. Sure y…

Could just have used NLP

NLP doesn’t have world knowledge and with one prompt, I can support almost any language. Of course the speech to text engine is specific to the language

Re: “Disregard That” Attacks

#103

If the main concern is preventing an LLM from taking some action (sending emails, text messages, adding calendar events or making phone calls), can't you just simply not allow the LLM to do that? Don't give it access. It's not rocket science. If the LLM has no access to do those things, then it can't be tricked into doing those things.

But you want for it to be usefull and do things
Post reply on HN