| ▲ | pavel_lishin 6 hours ago | |
> After all, you can still just review the diffs anonu has explicitly said that they've wiped a database twice as a result of agents doing stuff. What sort of diff would help against an agent running commands, without your approval? | ||
| ▲ | arjie an hour ago | parent | next [-] | |
Agent does not have to run in your user context. It is easy mistake to make in yolo mode but after that it's easy to fix. e.g. this is what I use now so I can release agent from my machine and also constrain its access:
Agent is fully capable of making PR etc. if you provide appropriate tooling. It wipes DB but DB is just separate ephemeral pod. One day perhaps it will find 0-day and break out, but so far it has not done it. | ||
| ▲ | exe34 5 hours ago | parent | prev [-] | |
Hah I run my agent inside a docker with just the code. Anything clever it tries to do just goes nowhere. | ||