|
|
|
|
|
by ziml77
58 days ago
|
|
Having an LLM directly and autonomously drive command line tools outside of a strict sandbox sounds like a ticking time bomb. Thinking tokens: "The files I'm trying to read are missing, I need to figure out why. I see the problem, I accidentally ran rm -rf /home/user. Let me run git restore. No that didn't work. Let me try git reset --hard origin/HEAD. That still didn't work. I should inform the user." Output: "I was unable to complete the task you requested. Restore /home/user and I will try again" |
|