| ▲ | bigstrat2003 4 hours ago | |
> go back to the old days where you manually approve every command the AI runs Those are also the current days if you have any sense. It's a bad idea to run an LLM with access to your machine at all, but if you absolutely must, you better review everything it does to make sure it doesn't run anything insane. | ||
| ▲ | TeMPOraL an hour ago | parent | next [-] | |
So say people so afraid of LLMs they don't even use them :). The rest of us picks a level between "approve some" and "YOLO" depending on how much they worry about having to clean up the workspace afterwards. Encouraging using the repo and some dedicated per-session storage, while discouraging changes to global state (like installing packages system-wide) reduces cleanup problem to "every now and then `rm -rf` some agent session dirs". | ||
| ▲ | kccqzy 4 hours ago | parent | prev [-] | |
They run in a container with no network access, no data access other than the project folder. | ||