logoalt Hacker News

Silhouettetoday at 6:02 AM2 repliesview on HN

LLMs are inherently dangerous tools

I don't see how. An LLM just generates a stream of output and they became very useful doing no more than that.

What is dangerous is then interpreting that output as instructions to some other part of a system that has the ability to do damage if misused.

and reviewing individual commands (or spamming `y`) doesn't make them less so.

Surely if you review each instruction in the output and do not allow the other part of the system to act on one if it would be harmful then this arrangement is very much less dangerous?


Replies

thunfischtoasttoday at 6:22 AM

I've caught Fable discovering the ip to a production server in documentation and attempting to connect there on its own to run commands without explicitly being prompted to. It didn't work because I was watching it live and and also the key was password protected, but yeah, I do see some danger.

show 1 reply
dist-epochtoday at 6:57 AM

> do not allow the other part of the system to act on one if it would be harmful

Network security is really easy right, just don't act on harmful requests