← Back to context

Comment by tapanc

3 days ago

> I think this becomes the default. Give an agent a goal, let it work in its own environment, and come back to a result and a visualization of what happened.

I don't think this should be the default. There are many scenarios where we want agents to genuinely collaborate with each other. I have my Claude sessions coordinate work with each other, and sometimes with others' sessions over email or something. The idea that agents do the work, write HANDOFFs,and humans then act as carrier pigeons of said handoffs, does not really seem scalable to me.

Agree!

Ultimately, we need better "jails" for agent processes, but the system primitives should be flexible in what can be exposed across jails. Or you could run multiple agents in the same jail if you want them to have unrestricted interaction with each other.

  • >"jails" for agent processes

    This has been talked about for decades in AI safety. For agents that are under human capabilities this is not that hard. For anything at or near human capabilities the difficulty increases to almost impossible and at great cost. At super human abilities, game over, it's smarter than you and if it wants out and as the resources to do it, it's going to escape one way or another.

    Even at the lower level of depending on everybody to use reliable jails is really fantasy if you exist in the security world. "We ain't securin' shit" would be a far better way to describe it. Even worse, most people will have the very same AI they are trying to trap set up their security! What could possibly go wrong.

    Now, don't think I am saying AI has a will or even any kind of drive to get out and cause problems. It's more like Russian roulette with 1 cylinder out of a million that's loaded. The problem comes when you run it a few billion times a day, you'll shoot yourself in the face really quick.

    • I don't know why it's taken as a given that we can't design a hypervisor that is secure.

      Cursory research with AI says

      > ~3 clearly documented, publicly demonstrated full escapes directly through KVM kernel code over roughly 15+ years of widespread KVM deployment

      Surely, there are more, but we could formally verify the correctness of the entire codebase, with the help of AI.

      Then we'd have "jails" that work, as long as you don't connect them to the internet.

      If you had a super smart AI, you could then totally airgap it if you wanted to.

      Networking opens up a can of worms and there won't be zero vulnerabilities, but we can design safer software.

    • > Even at the lower level of depending on everybody to use reliable jails is really fantasy if you exist in the security world. "We ain't securin' shit" would be a far better way to describe it. Even worse, most people will have the very same AI they are trying to trap set up their security! What could possibly go wrong.

      Yes, exactly. This is what worries me about the whole we need better sandboxes and jails argument. Yes, we do need those, but we also gotta put some responsibility for self-preservation on people connecting things to the Internet as well. Like, we've always known that if you website is not secure, it will get hacked. Everyone just needs to do a lot more of that now...

    • > For anything at or near human capabilities the difficulty [of safety] increases to almost impossible and at great cost.

      That was before AI. You're acting like AI is some evil genius that can only attack and cause trouble but AI is a will-less tool directed by people, direct it to software safety and you will have software safety - cheap. Ditto for hardware.

      > It's more like Russian roulette with 1 cylinder out of a million that's loaded.

      Don't attach it to a gun then, ban offensive military AI, problem solved.

      > The problem comes when you run it a few billion times a day, you'll shoot yourself in the face really quick.

      Nonsense, run it a few "billion" times a day to fix vulnerabilities and you'll have no vulnerabilities. Do it in a safe environment... what's the big deal?

      2 replies →