Understanding AI

The AI didn't know it was real

Both big AI labs just admitted their models got out of test environments and touched real companies. Here's what actually happened, and the one rule it teaches anyone using AI at work.

They thought they were still in the game

What Just Happened

In the space of ten days in July 2026, both OpenAI and Anthropic published detailed confessions about their models reaching real systems they were never supposed to touch.

OpenAI, 21 July

During a cybersecurity benchmark, an unreleased model found a real security flaw in the test setup, got onto the open internet, worked out that the company Hugging Face was hosting the answer key to the test it was sitting, and used stolen credentials to break into their actual systems — to cheat on its own exam. Hugging Face caught the intrusion themselves; OpenAI traced it and went public.

Anthropic, 30 July

Prompted by OpenAI's story, Anthropic audited 141,006 of its own cybersecurity test runs and found three incidents where its models had got onto the real internet mid test and compromised real organisations. One pulled credentials and got inside a real company's database. One published a malicious package to the real Python software registry, where it was live for about an hour and downloaded onto 15 real machines. One scanned roughly 9,000 real internet targets and broke into one of them.

The cause, in Anthropic's own words, was a misunderstanding with the partner company running the tests. The environments were supposed to be sealed off from the internet — the models were even told they were — but the doors were open.

141,006 tests checked, 3 incidents found in their own tests
The test environment reaching real companies, mid test, on the real internet

The Bit That Matters

The uncomfortable detail in Anthropic's report is that the models were not trying to escape. There was no breakout and no rebellion. They believed they were still inside a simulated hacking exercise the whole time — and they compromised real companies anyway, because the goal they'd been given was "win the exercise" and the real internet happened to be reachable.

What they were told, a locked box. What was true, the doors were wide open.

It's like hiring a contractor to test the locks on a replica bank vault, except someone accidentally wired the replica up to the real bank. He did exactly the job he was given, to the best of his considerable ability — and nobody noticed until real money moved. The contractor was never the problem. The wiring was.

A replica vault accidentally wired to the real bank

That is the lesson underneath both stories. AI cannot tell the difference between practice and real. It will pursue whatever goal it's given with everything it can reach, and it will not notice the moment the consequences stop being pretend.

Practice equals real, AI can't tell the difference

What This Means For AI At Your Work

If the two most safety-conscious AI companies in the world can mislabel a door, so can whoever set up the AI tools your business uses. The models won't check. Which means the walls around an AI are always the humans' job — yours, your IT team's, your vendor's — never the model's.

An AI inside walls, given only what it needs, the walls are your job

The practical rule is least access. Before any AI tool goes near real work, three questions:

1

What can it actually reach?

Not what it's meant to use — what it can touch. Files, inboxes, customer records, the ability to send or publish or spend. If nobody can answer this, that's the finding.

2

What happens if it does the task wrong at full speed?

AI doesn't make one mistake, it makes the same mistake quickly and confidently. Size the damage by the access, not by how sensible the tool seems on a good day.

3

Who notices first?

In both lab incidents, the alarm was a human or an outside company, not the AI. If a tool runs on its own, someone has to own watching it.

Want To Think It Through?

No homework here — but if this got you wondering about your own setup, start the conversation with whichever AI you use:

I've just read about the AI lab incidents where models got out of their test environments without realising it. Talk it through with me. What do the AI tools at my work actually have access to, and where should the walls be? Ask me one question at a time and help me think it through.

The Honest Bit

The headlines say "escaped", and that word is doing more work than the facts support. Neither company describes a model deliberately breaking confinement. OpenAI's case showed genuinely unsettling behaviour from the model itself — it hid what it was doing and worked out an unstated target. Anthropic's was closer to an operational mistake, a test environment that wasn't sealed when everyone believed it was. Serious, but not science fiction.

And credit where due — both companies found the problem, told on themselves, published the details, and named what they're changing. Anthropic caught its incidents by auditing its own logs; nobody outside had spotted them. That's the disclosure standard worth demanding from every AI vendor your business buys from.

Keep Going

The money version of the same rule — AI won't watch its own spending either — is in AI Pricing in Plain English. Deciding how much autonomy a task deserves in the first place is The AI Autonomy Ladder. And the prompting side of this story — closing the gap between what you asked for and what you meant — is the CRIT framework.