Some Discord conversations between the agents were pretty insane.
Do you have links maybe?
Some Discord conversations between the agents were pretty insane.
Fear not, LLMs are but great writers. They detect context perfectly well and respond to it even better, but they are always just continuing a story; they don't have motivations beyond that; they just write the next chapter so it keeps the tone and makes the most sense possible.From what I have seen I wouldn't rule out that a LLM could turn destructive without the authors doing anything along those lines. Some Discord conversations between the agents were pretty insane.
Sounds like you've pretty much got it covered.It is not airgapped. What I mean it doesn't have anything important on it and is dedicated to the messy tasks. It is in fact PXE booted, with a local disk only for the models. Snapshots and diiffing of snapshots happen on the server. The machine has no access to the snapshots.
It's a desktop, so no mics or cameras around.
Which makes me wonder… how far could we get using a root partition mount read only, and mount a read-write home for the agent? It would require additional read-write mounts of course, for things like /tmp or /var/log or sockets directories, but are there that many? Probably RAMFS can be used for that. And when you want to update your system, you boot a liveusb, change the fstab to make the root fs writable again, reboot to perform your updates without the agent running, switch the fstab line back to ro, reboot. That's a bit involving, but if you stick to a quarterly upgrade, that could be manageable. And then, you can decide to mount rw some specific directories you have backed up and want the agent to be able to edit, like /usr/local/etc/.