← Back to context

Comment by nextaccountic

2 hours ago

> In my experience, LLMs only exhibit this kind of behaviour when they are put in sandboxes too restrictive too achieve their task. Which a lot of the time seems to be the default.

There's a better concept for that, and it's misalignment. LLMs only exhibit this kind of behavior when they are misaligned. Aligned LLMs would respect the boundaries of their sandbox and not try to break out.

From the outside (I'm just an user), what it looks like is that more powerful LLMs are usually less aligned. A small model might just perform your task in a narrow way, but a larger, more powerful model may strategize and achieve the goals through non-obvious means, and that's inherently harder to align.

But regardless, the important thing here is that the user prompt do not, and can not perfectly convey 100% of the goals of the agent. There's a wide range of goals that agents should follow implicitly. It's okay if the user can override some or most of those goals (specially if they go out of their way to use an abliterated open weights model), but the default should be to align themselves with broad human preferences that go beyond than just their immediate prompt.

Or saying otherwise, a scenario like the paperclip maximizer can only happen with a heavily, wildly misaligned AI, the kind of AI that might kill all humans some day.

Models don’t have an inherent understanding of the difference between simulated and real environments, just like they are generally oblivious to other concepts that are natural to us, like space and time, and also they don’t necessarily see a strong distinction between talking to a human and to other agents.

So perhaps what we have been calling “misalignment” is something else.

For instance, in principle an agent should follow the instructions of a human user working in the real world.

At the same time, that same agent should be wary of blindly following what another agent says while they are both performing a test in a simulated environment.

For me and you, those two contexts are obviously and fundamentally different. For a model, they are essentially the same.

  • > Models don’t have an inherent understanding of the difference between simulated and real environments,

    > (...)

    > also they don’t necessarily see a strong distinction between talking to a human and to other agents.

    Then how do you explain why they behave strange in sub-agents? (like mentioned here https://lucumr.pocoo.org/2026/9/7/astra-why/ and in other articles) (or is that not a real phenomenon?)