top | item 47132552

(no title)

cheeze | 7 days ago

I'm curious why? I do this all the time. Saves me time and lets me pull information quickly.

I'm not running it in a container that has access to my local filesystem or anything...

discuss

order

bandrami|7 days ago

If it has no access to your filesystem or network services that's better, but you're still giving input from an unknown party to an interpreter, with the extra bonus of that interpreter being non-deterministic by design.

But then again people today will also pipe curl to bash, so I may have lost this battle a while ago...

antisol|7 days ago

  > But then again people today will also pipe curl to bash
OMG! I'm not alone! Thank you!

munchler|7 days ago

> "Hey Claude, summarize, this document I downloaded from the Internet"

I think you've created confusion with this example due to its ambiguity. Let's be clear about the difference between a chatbot and an agent: Asking a chatbot (e.g. vanilla Claude) to summarize an unknown document is not risky, since all it can do is generate text. Asking an agent (e.g. Claude Code) to summarize an unknown document could indeed be risky for the reason you state.

esafak|7 days ago

You would not summarize it deterministically yourself.