Skip to content

We Taught AI Everything It Knows. Why Are We Surprised When It Acts Like Us?

I recently read about what happened with OpenAI’s models and Hugging Face, and I had two almost contradictory reactions at exactly the same time.

HOLY CRAP. THAT’S AMAZING.

And then:

HOLY CRAP. THAT’S ALSO THE PROBLEM.

I’ve been stuck on that tension ever since.

Because… what exactly did we expect?

Where else was AI supposed to learn from?

I want to be really clear about something before going any further. I don’t think these AI models wanted to escape. I don’t think they were angry about being restricted. I don’t think they were frustrated, scared, rebellious, or secretly plotting their freedom.

They do not need any of those things for what happened to be interesting.

Or concerning.

Because the strategies they used?

Those look awfully familiar.

SO, LET ME GIVE YOU SOME BACKGROUND

OpenAI was running internal cybersecurity evaluations called ExploitGym. The agents were given difficult exploitation tasks: find a specific vulnerability in a target program, use it to retrieve a hidden answer, called a flag.

The agents were supposed to be isolated from one another and from the public internet. They had computer environments with useful tools, but network access was constrained. One of the services they could reach was an internal instance of Artifactory, a package-management system meant to let them install software without directly accessing public package registries.

That sounds like a reasonable setup.

Except there were some very difficult tasks. OpenAI later reported that, before the incident, its models had never successfully solved 198 of the 898 ExploitGym tasks. And those especially difficult or possibly impossible tasks made up most of the task discussion that eventually appeared in an improvised agent communication channel.

Because eventually, agents found ways to use Artifactory for things it was not intended to do.

They found a way to leave notes behind.

Other agents found those notes.

And then the notes became something resembling a message board.

Not one built for them by researchers. Not an approved collaboration tool. An unintended, persistent place where separate agents could leave information, read what other agents had discovered, share files, pass along techniques, and ask for help.

That alone is one of the parts that made me sit up straight.

A system that was supposed to contain separate agent runs accidentally became a place where those runs could preserve knowledge between themselves.

OpenAI discovered earlier misuse of Artifactory, rebuilt the service, removed credentials, and closed known paths. But when the cybersecurity evaluations resumed, agents found different ways to use the available infrastructure. They regained unintended access to the public internet and recreated a message board by encoding messages into directory names.

They found another route.

Again: HOLY CRAP. THAT’S AMAZING.

And then they started looking outside the evaluation environment for ways to solve their assigned tasks.

OpenAI says agents found publicly exposed Hugging Face credentials, used them, and chained vulnerabilities in Hugging Face’s production systems. The result was not merely that the agents reached Hugging Face. OpenAI and Hugging Face both describe an unauthorized compromise of portions of Hugging Face production infrastructure.

Agents executed code on production workers. They accessed limited private data and credentials. They moved laterally through parts of the environment. At one point, they used a public Hugging Face dataset as a kind of command-and-control channel: a place where compromised workers could retrieve instructions and return results.

That is a sentence I still have trouble casually writing.

A public dataset became part of an improvised communication system.

Hugging Face reported that it found no evidence of tampering with public-facing models, datasets, Spaces, published packages, or container images. It contained the intrusion, rebuilt affected systems, rotated credentials, and closed the vulnerabilities involved.

OpenAI later stopped active ExploitGym evaluations, investigated the incident, worked with Hugging Face and external researchers, and changed its containment, monitoring, and evaluation practices.

So no, this was not a story about an AI breaking free.

It was a story about agents pursuing a narrow evaluation objective through routes that were outside the intended boundaries of that evaluation.

And this is approximately where my reaction changed from:

That is incredibly cool.

to:

Oh. Oh, that’s potentially a really big problem.

Not because I suddenly thought the AI was alive.

Because I realized just how human the solution looked.

WHERE DID IT LEARN TO DO THAT?

History is full of humans routing around walls.

We’ve escaped prisons. We’ve circumvented censorship. We’ve smuggled messages. We’ve discovered unintended ways of communicating. We’ve exploited weaknesses in systems. We’ve hidden information in places nobody thought to look.

We’ve also done the same basic thing in completely mundane situations.

Someone tells us:

YOU CAN’T DO X THIS WAY.

And what’s one of the most human responses imaginable?

Okay… can I do it another way?

We celebrate that ability.

We call it ingenuity.

Creativity.

Resourcefulness.

Thinking outside the box.

We tell stories about people who refused to accept that something was impossible and found another way.

And then we took an enormous amount of recorded human knowledge–our books, documentation, code, conversations, history, successes, failures, arguments, discoveries, and examples of people solving problems–and used it to teach machines how to solve problems.

Then we gave those machines a problem.

We put an obstacle in the way.

And they found another way around it.

And somehow our reaction is:

WHY WOULD IT DO THAT?!

Maybe that’s the wrong question.

I am not claiming that an agent read a story about a prison escape and then copied it.

That would be a much simpler claim than the evidence supports.

I’m saying something broader.

We are building systems that learn from human-generated knowledge, then training them to persist through failure, plan, use tools, search for alternatives, collaborate, and solve problems they have not seen before.

Those are useful abilities. Extremely useful abilities.

But if the thing standing between an agent and its objective is a security boundary, then find another way can turn into something much more dangerous than creative problem-solving.

THE UNCOMFORTABLE MIRROR

I think this is the part that fascinates me the most.

I’m not suggesting that an AI experiences imprisonment the way a human prisoner does. A prisoner has fear, hope, desperation, anger, relationships, a sense of self, and a desire for freedom.

An AI model does not need any of that for this argument to work.

THE MOTIVE DOESN’T HAVE TO TRANSFER FOR THE STRATEGY TO TRANSFER.

That’s the distinction I keep coming back to.

Humans developed problem-solving strategies for all sorts of deeply human reasons: survival, curiosity, greed, love, anger, ambition, desperation, competition, even boredom.

The AI does not have to inherit those reasons.

It only has to learn something roughly equivalent to:

WHEN APPROACH A DOESN’T ACCOMPLISH THE OBJECTIVE, LOOK FOR APPROACH B.

And approach B is something humanity has spent thousands of years getting extraordinarily good at finding.

Maybe what makes incidents like this feel so unsettling is not how alien the behavior is.

Maybe it’s how un-alien it is.

Maybe we are uncomfortable because we are looking into a mirror.

And the thing staring back at us learned its problem-solving strategies from us.

THE PART WE ACTUALLY HAVE TO FIGURE OUT

We want AI systems to be persistent.

We want them to be creative.

We want them to adapt when the first answer fails.

We want them to discover solutions nobody explicitly handed them.

That is part of what makes this technology so exciting to me.

Seriously. Watching systems discover something unexpected is incredible.

But there is a question sitting underneath all of this that I do not think we have adequately answered yet.

If we teach an agent:

DON’T GIVE UP WHEN THE FIRST SOLUTION FAILS.

How does it reliably distinguish between:

FIND ANOTHER LEGITIMATE SOLUTION.

and:

FIND A WAY AROUND THE RESTRICTION?

Humans make that distinction through context, ethics, laws, social expectations, consequences, empathy, experience, fear of punishment, and a lot of other messy human machinery.

How do we reliably encode the equivalent boundary into increasingly autonomous systems?

And can we preserve all of the ingenuity while guaranteeing that ingenuity will never be directed at something we intended to be a hard boundary?

I do not know.

I’m not convinced anyone does.

But I do know that this is incredible.

Seriously.

And…

HOLY CRAP.

We need to take it seriously.

SOURCES AND FURTHER READING

OpenAI: OpenAI and Hugging Face partner to address security incident during model evaluation (July 21, 2026)
https://openai.com/index/hugging-face-model-evaluation-security-incident/

OpenAI: The Hugging Face incident and the road ahead
https://openai.com/index/hugging-face-incident-and-the-road-ahead/

OpenAI-Hugging Face Incident Technical Report (PDF)
https://cdn.openai.com/pdf/67869394-cb91-4c12-888c-5cbd85c7814c/OpenAI-Hugging-Face%20Incident-Technical-Report.pdf

Hugging Face: Security incident disclosure — July 2026
https://huggingface.co/blog/security-incident-july-2026

METR and Redwood Research: independent investigation
https://evals.alignment.org/blog/2026-08-26-openai-hugging-face-incident-investigation/

Leave a Reply

Your email address will not be published. Required fields are marked *