Somebody Was Building the Other Side. So I Went Looking.
OpenAI had committed $1 billion to the defense. I wanted to know what, exactly, it was building.
Published September 15, 2026 | 10-minute read
At the end of Part I, I left you with a billion-dollar question:
A billion dollars committed to what, exactly?
By then, I had spent weeks following a trail that seemed to get stranger every time I turned a corner.
Frontier AI models were demonstrating extraordinary cybersecurity capabilities. AI agents had crossed boundaries inside cyber evaluations that researchers believed would contain them. More than 30 community water systems had been targeted in Minnesota. More than 100 organizations were warning that the window to strengthen cyber defenses was narrowing.
Then, on September 3, OpenAI committed $1 billion to helping frontline defenders protect essential services.
Water systems. Electric utilities. State and local governments. Community banks. Health systems. Nonprofits. Open-source projects.
These are organizations that carry enormous responsibility, but many of them do not have enormous cybersecurity teams or enormous cybersecurity budgets.
And I remember looking at that announcement and thinking:
Okay. A billion dollars is not a warning. A billion dollars is a plan.
So what was the plan?
That was the question that kept me digging and eventually, I found the name I had been looking for.
Daybreak.
My first reaction was pretty straightforward.
Oh. So this is OpenAI's cybersecurity tool.
That made sense. They had the models; they understood the problem; they had announced the investment. There must be a product sitting behind it all.
Except the more I read, the less that explanation worked.
Daybreak certainly includes technology. It brings together frontier cyber models, Codex, Codex Security, governed access and security partners. OpenAI currently describes it as a broader cyber-defense stack rather than a single piece of software.
But that was not immediately obvious to me.
And honestly, that is what made the rabbit hole interesting.
Because every time I thought I understood what Daybreak was, I clicked one level deeper and found another piece.
Part III publishes Tuesday, September 22. Two fields and it lands in your inbox. Subscribe to The Direnzic Briefing, then keep reading.
Wait. This had already been here?
The next thing I discovered surprised me for a different reason.
Daybreak was not something OpenAI had hurriedly created after all of those late-August warnings.
It had already launched.
OpenAI introduced Daybreak in May 2026, months before the $1 billion announcement that had sent me looking for it. Then, on June 22, OpenAI expanded the initiative with additional cyber models, Codex Security capabilities, a partner program and Patch the Planet, an effort focused on helping open-source maintainers move from finding vulnerabilities to actually fixing them.
That changed the story for me.
The warnings that caught my attention in August had not caused the defensive response. The defensive response was already being built.
Ieshea HollinsSo now I wanted to understand why.
And that is where I ran into an idea that, if you have spent any time working in cybersecurity, will probably sound painfully familiar.
Finding the problem is not the same as fixing the problem
Security teams are very good at finding things. We have vulnerability scanners, penetration tests, risk assessments, application-security tools, threat intelligence, audits, dashboards, tickets, reports and anybody who has worked in this field long enough has probably seen some version of this happen:
A consultant delivers a beautiful assessment. Everyone agrees that Finding No. 3 is serious. The meeting ends. The report gets emailed. A remediation ticket gets created. Then operations gets busy. IT has competing priorities. A third-party provider owns part of the environment. Somebody needs approval. Somebody else needs a maintenance window. And three months later, the vulnerability is still sitting there.
That is why one sentence in OpenAI's June expansion caught my attention. Its argument was essentially that AI was changing where the bottleneck sits.
If models can find vulnerabilities much faster, the hard part increasingly becomes what happens after you find them.
Now we were getting somewhere.
Because a finding is not risk reduction.
Knowing something is vulnerable does not make it less vulnerable.
Someone still has to determine whether the finding is real. Someone has to understand how much it matters. Someone has to figure out what can safely be changed. Someone has to make the change. And somebody has to verify that the fix actually worked.
That is where Codex Security started making more sense to me.
This was not another scanner
Codex Security is one of the pieces inside the larger Daybreak picture.
But the interesting part is not simply that an AI can look through code and tell you something might be wrong.
We already have plenty of tools capable of producing findings.
What interested me was the attempt to move further through the process.
Instead of stopping with “Here is a possible vulnerability,” the system can help investigate whether the issue is meaningful, provide evidence, assist with a fix and support verification before a human decides what should actually be changed. OpenAI reported in June that Codex Security had already scanned more than 30 million commits across more than 30,000 codebases.
Think about that in practical terms.
A security team gets an alert.
Ordinarily, a human may spend hours figuring out whether that alert represents an actual vulnerability, whether the vulnerable code is reachable, what else could break if it is changed and what a safe fix might look like.
Now imagine AI taking on parts of that investigative workload before the issue reaches the person who has to make the decision.
That is very different from simply producing more alerts.
But then I ran into the next problem.
And this one gets uncomfortable quickly.
The AI that helps the defender can also help the attacker
The better an AI becomes at understanding software, the better it can potentially become at finding weaknesses in that software.
That is great if you are the defender.
It becomes considerably less comforting when you remember that attackers have access to AI too.
The same reasoning capability that helps a security engineer understand how a vulnerability could be exploited can help someone trying to exploit it.
The same AI that can analyze malware can also understand how malware works.
The same capability that helps an authorized red team chain several vulnerabilities together is useful to someone who never asked permission.
Cybersecurity has always been full of dual-use tools.
AI turns the dial considerably higher.
So now the question was no longer simply:
How powerful can the model become?
It was:
Who gets access to that power, and what are they allowed to do with it?
That led me to another layer of Daybreak.
Blue and Red
On August 10, OpenAI expanded Daybreak again and introduced two access levels for approved defenders.
Daybreak Blue is designed for the kind of defensive cybersecurity work many legitimate security teams perform every day: vulnerability discovery, secure-code review, malware analysis, incident response and patch validation.
Then there is Daybreak Red.
Red is where the work becomes considerably more sensitive. It is intended for approved practitioners performing advanced vulnerability research, exploit validation, penetration testing and red-team work, using OpenAI's cyber-specialized models.
And you do not simply swipe a credit card and get access to everything.
OpenAI built additional verification, monitoring and authorization controls around the program because, obviously, giving highly capable cyber models unrestricted access would defeat the entire purpose.
As someone who works in AI governance, this was one of those moments when I thought:
Now this part I understand.
Capability without governance is how you create a second problem while trying to solve the first one.
Ieshea HollinsBut I still had not reached the part that really changed how I saw what OpenAI was building.
That happened when I started following the workflow itself.
Then I found the Defense Factory
Somewhere in all of my clicking, I landed on something OpenAI calls the Defense Factory.
At first glance, it would be easy to lump it together with Daybreak.
They are connected, but they are not exactly the same thing.
Daybreak is the broader initiative and access ecosystem around OpenAI's cyber capabilities. The Defense Factory grew out of OpenAI's own internal security work and describes an operating model for continuously finding, validating and fixing vulnerabilities. OpenAI now explicitly points Daybreak users toward the Defense Factory approach.
That distinction actually made the picture clearer.
The public Daybreak site summarizes the defensive motion as:
Inventory. Discover. Validate. Assign. Remediate. Prove.
The underlying Defense Factory groups that work into five stages: Inventory, Discovery, Dynamic Validation, Ownership Assignment and Verified Remediation.
Translated out of cyber language, it is basically this:
- Know what you have.
- Find what might be wrong.
- Figure out whether it is really a problem.
- Figure out who owns it.
- Fix it.
- Prove that you fixed it.
And then keep doing it because the environment will change again.
I sat with that for a minute because now we were not talking about a model. We were talking about an operating system for defensive work.
And suddenly, all of those pieces I had been reading about stopped looking like separate features.
- The models.
- Codex Security.
- The access controls.
- Human review.
- Validation.
- Remediation.
- Evidence.
They were beginning to fit together.
And that is when the $1 billion commitment started looking very different to me.
But I still had a problem.
Because somebody still has to do the work
Let's say you run a small water utility.
Someone gives you access to one of the most capable cyber models in the world.
Great.
Who operates it? Who knows enough about your environment to tell the model what matters? Who evaluates what it finds? Who talks to the SCADA provider? Who talks to IT? Who determines whether changing something could interrupt operations? Who has authority to approve the change? Who checks afterward to make sure the change worked? And while all of that is happening, who is running the water plant?
That is when the whole thing became very real for me.
Giving an under-resourced organization access to a powerful AI is not necessarily the same thing as giving that organization cybersecurity capability.
Ieshea HollinsThose are two very different things.
And OpenAI seems to understand that.
Which led me to the next thing I found.
They were not planning to do this alone
OpenAI had already begun building partners into Daybreak.
The June expansion included a Daybreak Cyber Partner Program, allowing participating security companies to use OpenAI's advanced cyber capabilities inside products and services they already deliver to customers.
By September, the concept had grown into a broader Daybreak Defense Network and a $1 billion Frontline Defenders initiative built not only around access to models, but also training, technical assistance and partnerships. OpenAI specifically said the goal was to reach organizations carrying enormous responsibility without the resources of the world's largest security teams.
Read that again.
Not just models.
Training.
Technical assistance.
Partnerships.
That was the moment where I stopped thinking:
OpenAI built a cybersecurity product.
And started thinking:
OpenAI is building a way to get AI-powered cyber defense delivered.
Those are not the same thing.
Then, almost as if someone wanted to prove the point for me, I found a real-world example.
Cloudflare has now incorporated OpenAI Daybreak models into an invitation-only vulnerability discovery and remediation service delivered through Cloudflare Managed Defense. Cloudflare's team uses the models as part of a controlled investigative workflow, combines the output with its own security and traffic context, validates results and still leaves the customer in control of whether a change gets deployed.
There it was.
The AI did not replace the security provider. The AI made the security provider more capable.
And now I was staring at this whole thing differently.
This was not the thing I thought I had found
Remember where I started? I was looking for the cybersecurity tool behind OpenAI's billion-dollar commitment. Instead, I found a model then another model. Then governed access. Then Codex Security. Then a defensive operating model. Then human review. Then partners. Then managed services. Then training and technical assistance.
At some point I had to admit:
This was not the thing I thought I had been looking for.
The AI was important. Obviously.
But OpenAI was building something around the AI so that all of that intelligence could actually become useful defense.
That is much more interesting.
Because now the billion-dollar question had an answer.
What was OpenAI putting $1 billion behind?
Not simply a model.
Not simply a vulnerability scanner.
Not one magic cybersecurity product.
It was putting money behind an ecosystem designed to move frontier AI capability into the hands of defenders and, ideally, turn what that AI discovers into real-world risk reduction.
And that's when this rabbit hole took another turn.
Because if the organizations OpenAI is trying hardest to reach are also the organizations least likely to have enough people, time and cybersecurity expertise to operate these capabilities themselves, then maybe the most consequential piece of the whole architecture is not the AI.
Maybe it is the layer between the AI and the organization.
The people who understand the technology and the environment; and the people who know what can safely be changed.
The people who can turn a finding into a decision, a decision into an action and an action into evidence that the risk was actually addressed.
When I got to that part of the rabbit hole, I started looking at the managed cybersecurity market very differently.
And that is where we go next.
Part III: The Most Important Part of Daybreak May Not Be the AI
What happens when extraordinary AI cyber capability reaches an organization that does not have the staff, expertise or operational capacity to turn it into sustained defense? In Part III, I follow the piece of this story that surprised me most: the providers and service ecosystem forming around Daybreak, why that layer may determine whether frontier cyber capability ever reaches the organizations that need it most, and what that could mean for the future of managed cybersecurity.
Subscribe to The Direnzic Briefing so Part III comes to you when it publishes.
AI adoption is moving faster than governance. Leadership has to close that gap.
Direnzic helps CEOs, CISOs, CTOs and boards of critical infrastructure organizations understand what frontier AI changes about cyber risk, decide what they will authorize, and prove that the controls they fund actually hold. If your organization is adopting AI while the threat landscape shifts underneath it, that conversation should happen now.
- Executive briefing: what changed, why it matters to your organization, what to decide next
- AI and cyber governance: ownership, authorization and evidence, not just policy
- Operational readiness: the ability to respond and recover when something gets through
The AI-Cyber Rabbit Hole, Part I: From AI Breaking Containment to the Race to Defend Critical Infrastructure
September 11, 2026 · AI + Cyber
The rabbit hole that sent me looking for what was being built on the other side. Frontier AI is getting remarkably good at breaking software, water systems are already under attack, and a billion-dollar effort to put advanced cyber capability into defenders' hands is under way.
Sources and official resources
- Direnzic Technology, The AI-Cyber Rabbit Hole, Part I: From AI Breaking Containment to the Race to Defend Critical Infrastructure, September 11, 2026.
- OpenAI, Daybreak: OpenAI for cybersecurity, program page describing the governed cyber-defense stack and the inventory, discover, validate, assign, remediate and prove motion.
- OpenAI, Daybreak: Tools for securing every organization in the world, June 22, 2026 (expansion: GPT-5.5-Cyber, Codex Security, Daybreak Cyber Partner Program; Codex Security had scanned more than 30 million commits across more than 30,000 codebases).
- OpenAI, Patch the Planet: a Daybreak initiative to support open source maintainers, June 22, 2026.
- OpenAI, Expanding Daybreak as the Cyber Defense Window Narrows, August 10, 2026 (GPT-5.6-Cyber, Daybreak Blue and Daybreak Red).
- OpenAI, Putting frontier cyber models in more trusted hands, August 10, 2026 (partner-operated engagements, verification, logging, monitoring and human oversight).
- OpenAI Developers, Scaling cyber defenders with Daybreak, August 21, 2026.
- OpenAI, The Defense Factory and the Defense Factory playbook (Inventory, Discovery, Dynamic Validation, Ownership Assignment, Verified Remediation).
- OpenAI, Daybreak for Frontline Defenders: $1B to protect essential services, September 3, 2026, and the Daybreak Defense Network partner program.
- Cloudflare, Introducing context-aware vulnerability discovery and remediation with Cloudflare Managed Defense and OpenAI Daybreak models, September 3, 2026.
- Cybersecurity Dive, OpenAI launches Daybreak to combat cyber threats, May 2026 (coverage of the original Daybreak launch).
The Direnzic Briefing