logoalt Hacker News

Someonetoday at 9:16 AM2 repliesview on HN

Yes, but you often do not have much control over that.

For example try giving a local LLM read access to specific folders in your email account


Replies

otabdeveloper4today at 10:53 AM

Theoretically you should be creating a "read email" CLI tool and letting agents interact with it in a chroot sandbox.

LLMs are much more proficient with bash and --help than they are with bespoke API protocols.

Treat LLMs like you would a junior programmer - keep things as generic and obvious as you can.

skydhashtoday at 3:16 PM

Easy. What a cron script (that runs as root) that populate a maildir that the agent (restricted user) has access to. The. you restrict network access to the internet, and have it send you its findings by mail (local mail server).