Running autonomous agents locally feels reckless. Am I overthinking this?

Posted by tallen0913@reddit | LocalLLaMA | View on Reddit | 40 comments

I’ve been experimenting with OpenClaw-style autonomous agents recently.

The thing that keeps bothering me:

They have filesystem access.
They have network access.
They can execute arbitrary code.

Even if the model isn’t “malicious,” a bad tool call or hallucinated shell command could do real damage.

I realized most of us are basically doing one of these:

Am I overestimating the risk here?

Curious what isolation strategies people are using:

I ended up building a disposable sandbox wrapper for my own testing because it felt irresponsible to run this on my laptop.

Would love to hear what others are doing.