←back to thread

Tools: Code Is All You Need

(lucumr.pocoo.org)
313 points Bogdanp | 1 comments | | HN request time: 0.212s | source
Show context
empath75 ◴[] No.44455102[source]
The problem with this is that you have to give your LLM basically unbounded access to everything you have access to, which is a recipe for pain.
replies(1): >>44455121 #
1. the_mitsuhiko ◴[] No.44455121[source]
Not necessarily. I have a small little POC agentic tool on my side which is fully sandboxed, an it's inherently "non prompt injectable" by the data that it processes since it only ever passes that data through generated code.

Disclaimer: it does not work well enough. But I think it shows great promise.