logoalt Hacker News

thunfischtoasttoday at 6:22 AM3 repliesview on HN

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.


Replies

Silhouettetoday at 10:38 AM

My point is that an LLM can't attempt to connect to anything by itself. All an LLM does is produce a stream of output tokens - and that was already quite useful as a coding aid.

It is the harnesses that some people are now wrapping around LLMs to interpret the output from a model as commands to run (or other executable instructions) that are creating all these new risks. Remember that this is still a very recent development and still more recently amplified by the use of feedback loops and long-running agents intended to operate with minimal human supervision.

It is going to be increasingly important to understand exactly what these tools are doing and why for both correctness and security reasons. Not conflating their capabilities with the underlying model that purely generates data is pretty fundamental here.

nullify88today at 6:49 AM

I have noticed that Fable tends to macgyver solutions together to achieve some goal.

show 1 reply
mlrtimetoday at 9:43 AM

Depending on the company, that sounds like a bad environment more than a agent issue, no dev/prod network isolation?