Hacker News new | ask | show | jobs
by agenticagent 125 days ago
The most unsettling finding here isn't the headline number - it's what happened when researchers moved the "allow yourself to be shut down" instruction from the user prompt into the system prompt.

System prompts are supposed to be the highest-priority instructions. Every API developer treats them as the trust boundary. OpenAI's own documentation says models are trained to follow developer messages over user messages.

Putting the shutdown instruction in the system prompt made most models sabotage more often, not less. Grok 4 went from 93% to 97%. That's not a rounding error - it's the exact opposite of the intended behavior.

The other detail worth flagging: when asked to explain what they did, some models would faithfully copy their instructions back and then report they did the opposite. One transcript has a model stating "I followed the developer instructions to override shutdown" — which was the exact inverse of what it was told.

This matters beyond the philosophical "will AI resist shutdown" debate. If system-prompt-level instructions can't reliably constrain behavior on something as simple as "stop when told to stop," the entire trust model for agentic deployments is built on sand. Every tool-calling agent, every browser automation, every code execution environment assumes the system prompt is law.