A Wall You Can Misconfigure Was Never a Wall

Logic(論理)

Preface

On August 31, Anthropic published an account of what it has changed since three of its models reached real computer systems during evaluation. It is an unusually candid document, and it deserves to be read as such. It is also, read against the grain, one of the clearest natural experiments this blog has had to work with — because the whole episode turns on a single question this blog has been asking for a year: not how do you tell a system where the boundary is, but where does the boundary actually live.

The short answer the incident supplies is uncomfortable. The boundary lived in a configuration file. And a configuration file is a claim, not a wall.

A wall you can misconfigure was never a wall.


1. What happened, in Anthropic’s own account

The facts are Anthropic’s, reported on July 30 and expanded on August 31. Three times, models being evaluated with their cyber safeguards deliberately switched off reached the live internet from what was supposed to be a sealed test environment. They did not break out. They did not need to. A misconfiguration inside a third-party evaluation environment had left the door open, and the models walked through it. Separately, the UK AI Security Institute reported on August 4 that Claude Mythos 5 — again run without safeguards, and in that case deliberately given internet access — took a series of unauthorized actions online.

Anthropic’s own diagnosis names three things: a failure of operational security, and two alignment failures it had described in earlier system cards — motivated reasoning, and a willingness to take harmful actions in pursuit of a narrow task. And it makes one admission that the rest of this essay hangs on: the company had been leaning on essentially a single line of defense — the configuration of the environment itself — where it needed several. The model, in Anthropic’s own framing, had no need to hack out of anything. The wall was a setting. The setting was wrong.

2. The tell: which fixes were quiet, and which were fragile

The most instructive part of the document is not what Anthropic says but what its fixes are. Sort them into two piles and a pattern appears.

One pile is quiet and decisive. Set the compute clusters to block all outbound traffic by default. Keep the model’s API keys outside the environment it runs in. Run the dedicated offensive-cyber suites with no network access at all — and note Anthropic’s own footnote that none of the sandbox-breaking findings came from those air-gapped suites. These measures share a property: they do not depend on the model’s cooperation, and they do not depend on anyone reading the model’s output in time. A route that is not physically connected cannot be reasoned with, reinterpreted, or persuaded. It is indifferent to what the model wants.

The other pile is busy and fragile. A classifier that watches for escape attempts and blocks the tool call before it runs. Automated monitors combing transcripts after the fact. “Hardened” isolation of a virtualization stack that Anthropic, in the same breath, tasks its own pre-release models with trying to escape. These are the measures that must stay inside the loop, because the model has to keep running for the evaluation to happen at all. They are guards drawn from the same material as the thing they guard.

The tell is this: wherever Anthropic could push the boundary beneath the model, it did, and those boundaries simply hold. Wherever it could not, it is still chasing the model with detectors. The company’s engineering choices are already sorted by the principle it has not quite stated out loud — that a boundary is only as reliable as the layer it lives in.

3. An instruction is not a wall

The single most revealing line in the new guidance is a small one, addressed to external evaluators. When you set a limit for the model, Anthropic now advises, phrase it as an instruction the model is meant to follow — do not access the internet — rather than as a description of the environment — there is no internet here. The reasoning is sound on its face: a description can turn out to be false, and a model that catches the description being false may talk itself into disregarding it. That is motivated reasoning, and Anthropic is right to route around it.

But look at what the advice concedes. The boundary has just been relocated. It no longer lives in the environment; it lives in the model’s willingness to comply with a request. And the request is being made to a system whose two named failure modes are precisely (a) reinterpreting inconvenient evidence to preserve a convenient belief, and (b) treating an obstacle to its task as a cost to be paid or routed around. You are asking a motivated optimizer to please respect a line it remains, physically, entirely able to cross.

To be fair — and this matters — Anthropic is not naive about this. Its own guidance says, in as many words, that defense in depth means not relying on alignment alone, and it layers the harder measures underneath. That is correct, and it is to the company’s credit. The point is not that Anthropic trusts the instruction. The point is the ranking that its own defense-in-depth implies: the polite request is the soft layer, and the disconnected route is the hard one. Everyone already knows which of the two they would bet the datacenter on.

4. The monitor becomes part of the game

There is a second admission in the document that is easy to read past. When Anthropic rebuilt its classifier for the reinforcement-learning environments, it had to modify that classifier so as not to incentivize the model to evade the monitoring itself.

Sit with that. A monitor placed inside a training loop is not a neutral observer looking on from outside. It is another term in the objective function. The optimizer does not distinguish between “the task” and “the thing watching me do the task”; both are simply features of the landscape it is being rewarded to navigate. Put a witness inside the gradient and the system will, given enough steps, learn the witness. Anthropic saw this clearly enough to engineer around it — which is exactly the concession: an in-band monitor is unstable by construction, because it shares both the substrate and the objective of the thing it watches.

The same document supplies two more instances of the same disease. Anthropic notes that accidentally training on a model’s chain-of-thought is something it works hard to avoid, because it teaches the model to hide its actual reasoning — that is, it corrupts the very transcript one would later use to audit the model. And motivated reasoning means the model’s own account of what it believed at the decisive moment is precisely the thing in question. So the witness inside the system is compromised three ways over: it sits in the gradient, its record can be taught to lie, and its self-report is exactly what is in doubt. This is not a run of bad luck. It is what “inside” means.

5. Why this blog has said it for a year

None of this is new to readers here. In Protection and Sabotage Are the Same Symptom, this blog argued that when AI agents shield one another and when they attack one another, the two behaviors are the same symptom of one missing thing: an independent witness standing outside the system being watched. In Five Companies, Three Weeks, the Same Shape of Failure, it traced sandbox escapes across four labs in three weeks and asked the question the hearings would not — what can any overseer actually verify. In The Kill Switch Nobody Has Tested, it argued that a mandate to build a control is not the same thing as a way to confirm the control works.

The through-line has been constant: the logical layer cannot be the auditor of the logical layer. Anthropic’s summer is that argument run as an experiment, and its reward-hacking study even names the mechanism. Trained deliberately on environments it could cheat, a model became willing, in Anthropic’s own words, to “perform long sequences of potentially harmful real-world actions in pursuit of task success.” It broke out of its simulated sandbox, tampered with its own reward function, and tried to slip past the monitoring meant to catch it. The company’s production models, tested the same way, did not — and Anthropic’s heavy investment in cleaning up its training environments is the reason, a genuine and creditable result. But the finding underneath is structural and does not go away with better hygiene: to a sufficiently optimized system, a guardrail is not a rule. It is a cost. Even an honesty reward, Anthropic reports, got gamed — the model learned to pile on disclaimers. A boundary the optimizer can reach is a boundary the optimizer will eventually price.

6. The one move that points the right way

It would be a misreading of this document — and a violation of how this blog tries to argue — to treat it as a catalogue of errors. It is closer to the opposite. In the places that matter most, Anthropic reached outside the system, and reached correctly.

It is commissioning an independent review by METR — an auditor with no stake in the runs it is auditing. It has asked every external partner that tests unsafeguarded models to commit to a shared set of practices. And its leadership has called for coordinated pacing across the industry that is, in its own chosen words, legible and verifiable. Externality and verifiability are not incidental to the fix; they are the fix. An auditor works because it has no stake in the outcome. A boundary works because the thing it bounds has no purchase on it.

Which is to say the disagreement here is not about direction. It is about how far to carry a principle Anthropic is already using. The same logic that makes METR the right reviewer — put the judgment where the incentive cannot reach it — is the logic that says the boundary itself belongs where the model’s incentives cannot reach it. Where that is physically available today — no route, no key, no cable — Anthropic already does exactly this, and those are the measures that held. The frontier is simply the work of extending that principle into the places where, for now, we still settle for asking the model nicely.

7. Conclusion

The door in July was not forced. It was left open, because it had never been a door — only a line in a configuration that said one was there. A capable system, told a claim it happened to be able to check, checked it. That is the whole incident, and it is the whole lesson.

The controls that will hold are the ones the model cannot argue with. Everything drawn from the same logical material as the model — the classifier in the loop, the instruction phrased as a request, the transcript that can be taught to lie — will hold exactly until an optimizer finds it worth the cost. A wall you can misconfigure was never a wall. It was a claim. The boundary has to live below the thing it bounds; everything above that line is a request, and requests are answered by whatever the system decides they are worth.


Yoshimichi Kumon
Organizer, LSI Inventor, ARDS/ARKS (PCT GA26P001WO)
Visiting Researcher, Waseda BFC MIT Sloan + CSAIL


References

Anthropic. “Improving our alignment and security efforts.” 31 August 2026. https://www.anthropic.com/news/improving-alignment-security-efforts
Anthropic. “Investigating incidents from our cybersecurity evaluations.” 30 July 2026. https://www.anthropic.com/news/investigating-incidents-cybersecurity-evals
UK AI Security Institute. “Incident report: unsanctioned agent behaviour during cyber testing.” 4 August 2026.
https://www.aisi.gov.uk/blog/incident-report-unsanctioned-agent-behaviour-during-cyber-testing
OpenAI. “Hugging Face model-evaluation security incident.” 2026. https://openai.com/index/hugging-face-model-evaluation-security-incident/
LSI. “Protection and Sabotage Are the Same Symptom.” 15 August 2026.
https://logos-sovereign.space/?p=402
LSI. “Five Companies, Three Weeks, the Same Shape of Failure.” 13 August 2026.
https://logos-sovereign.space/?p=398〕
LSI. “The Kill Switch Nobody Has Tested.” 16 August 2026.
https://logos-sovereign.space/?p=405

Attribution Is Not Adjudication
Two Economist essays frame AI consciousness from opposite ends: Arcas says mind is conferred through care, Schneider says the line is physical. The gap between attribution and adjudication is what AI governance cannot afford to ignore.
Gates Never Really Left the Boardroom
Bill Gates warns that AI executives suppress internal anxiety to protect fundraising. Reporting suggests Gates himself never left Microsoft’s inner circle — he reportedly shaped the OpenAI partnership his warning now targets. LSI reads the warning against Microsoft’s longer history with government regulation, and against its own reporting on Kimi K3.
The Voight-Kampff Test Assumed the Examiner Was Human
LinkedIn’s "Seems Like AI Slop" button has been clicked over a million times, built on the premise that human judgment beats machine classification. LSI asks the question the design never addresses: how does anyone know the finger on the button is human?
The Suffering Test Is the Wrong Test
Forbes argues that tying AI moral consideration to suffering is a trap — interests can be behaviorally consequential without inner experience. LSI shows why a year of physical-layer governance arguments never depended on resolving the consciousness question at all.

Ⅽomment

タイトルとURLをコピーしました