Open-weight AI models now trail the closed frontier on offensive cyber tasks by just 4 to 7 months. That gap was 6 to 10 months for most of 2025. The UK AI Security Institute announced it on July 18, 2026, and the number keeps shrinking.
Here is what that means in plain terms. The head start defenders relied on is almost gone. For years, security teams assumed a delay between when a frontier model could find a bug and when attackers could use one. That delay was your patch window. It is now measured in months, not years.
And there is a second problem hiding inside the first. You cannot access-control an open-weight model. GLM-5.2, released in June 2026, is freely downloadable. Anyone can run it privately, offline, past your monitoring. The chokepoint that closed labs gave you does not exist for these models.
The Shrinking Buffer Principle
Here is the framework: your safety comes from time, and time is being compressed from both ends.
The buffer is being squeezed from both ends at once.
Old world: attackers needed a proprietary API to get frontier-grade offensive help. That API had rate limits, logging, and a company watching for misuse. The model itself was a chokepoint. Defenders got a long runway.
New world: the frontier keeps accelerating while open weights catch up faster. The buffer is squeezed from both ends at once.
Call it the Shrinking Buffer Principle. Your defense is not a wall. It is a clock. And the clock is running faster every quarter.
The Deep Dive: You Are Defending Against a Diffusion Curve, Not a Product
Pull back and look at the real pattern here. This is not one scary model. It is a diffusion curve, and diffusion curves compound.
AISI has tracked frontier cyber capability since 2023. The most capable models were always closed. Open weights always trailed. The strategic question was never "if" they would catch up. It was "how fast," and the answer changed. From 6 to 10 months in 2025 to 4 to 7 months now.
Think about the asymmetry. A defender who assumes today's frontier capability is safely locked behind an API is planning for the world as it is. An attacker running an open model offline is planning for the world as it will be in a few months. One side has beginner's mind about the timeline. The other is anchored to the past.
There is a case study buried in the numbers. Lyptus Research applied METR's time-horizon method to offensive cyber and found a doubling time of 5.7 months for models released since 2024. Down from 9.8 months across the longer 2019 baseline. Capability is not growing. It is compounding, and compounding is the most misread force in strategy.
Now the counterpositioning move. If model weights are no longer the scarce resource, stop defending the weights. Defend the system. The evidence suggests the whole "frontier-only safeguards" posture has a shelf life, and that shelf life is short. Import AI and American-lab commentary both put the lab-as-chokepoint window at roughly 3 to 6 months.
I think the honest read is that the diffusion is real but the panic is overstated. Open models still trail on the hardest long-horizon tasks. They need orchestration, infrastructure, and credentials to become truly dangerous. A powerful model sitting in an attacker's lab is less dangerous than your own misconfigured cloud identity.
It is unclear whether 4 to 7 months means "buffer collapsed" or "buffer shrinking." Lyptus puts the adaptation buffer for offensive cybersecurity at 5.7 to 13.1 months depending on task class. Others say 3 to 6 months for GLM-5 on CyberGym-style tasks may be a rough estimate. The data is mixed on the exact figure. It is not mixed on the direction.
The direction is the whole point. When your buffer is a diffusion curve, you do not defend against where capability is today. You harden against where it lands next quarter. That is a fundamentally different posture. It moves the safeguard from the model layer to the system layer: rate limits, privilege separation, audit logging, anomaly detection, and human approval for high-risk actions.
There is a defender-side compounding force too, and most coverage ignores it. Defenders also get AI. The same tools that write exploits can triage alerts, correlate identity telemetry, and shorten response cycles. The buffer is not gone if you use your months to build. It is gone only if you wait.
Three signals inside the same shift
Capability is not growing, it is compounding.
Lyptus Research applied METR's time-horizon method to offensive cyber and found a 5.7 month doubling time for models since 2024, down from 9.8 months across the 2019 baseline. Compounding is the most misread force in strategy.
You cannot access-control an open model.
GLM-5.2, released June 2026, is freely downloadable. Anyone can run it privately, offline, past your monitoring. The rate limits and logging that closed APIs gave defenders simply do not exist for these weights.
Code is being written at machine speed.
Google said 75% of its new code was AI-generated and approved by engineers. That is an attack surface growing at machine speed, full of consistent, exploitable patterns AI can generate and then discover.
2031
Zoom out five years. The lab-as-gatekeeper era ends. It was always a temporary arbitrage, and only cash flow and architecture are real. The rest is accounting.
By 2031, "we control access to the powerful model" will sound like "we control access to the compiler." Quaint. Capability diffuses. It always has. The question that survives is whether your system assumes attackers are slow and human, or fast and automated.
Google said 75% of its new code was AI-generated and approved by engineers. That is your attack surface growing at machine speed, full of consistent, exploitable patterns that AI can generate and then discover. The offense-defense race is really a race between two compounding curves.
The asymmetric bet is boring and correct. Firms that treat AI-integrated systems as multi-agent attack surfaces, with least privilege and telemetry baked in, will compound an advantage. Firms that chase the shiny "AI security tool" while ignoring their IAM misconfigurations will lose to attacks that never needed a frontier model at all. Impermanence applies to safety buffers. Architecture is what endures.
What to Build This Weekend
You do not need a security PhD to start. You need one small system that assumes the attacker is fast. Build it this weekend.
First, pick one AI-integrated workflow you already run. Maybe an agent that touches your codebase or your database. Map every action it can take. That map is your blast radius. Blast radius means the total damage possible if that agent gets hijacked.
Second, add a human approval gate on high-risk actions. In Sim, the open-source visual canvas for agentic workflows, you can insert an approval step before any destructive operation. No delete, no deploy, no credential access without a human clicking yes.
Third, add logging you can actually read. Every tool call, every input, every output. Use bolt.new to spin up a tiny dashboard that you program to surface anomalies from those logs. Or wire a Softr internal tool so your team reviews flagged events in one place.
Fourth, test it by breaking it. Try to make your own agent do something it should not. Prompt-inject it. Feed it garbage. Things will break. That is the point. Better you find the hole than an open model running offline in someone's lab.
Start with least privilege. Give the agent the minimum access it needs, then add back only what fails. If you want a full app scaffold to hang this on, Rocket can turn one prompt into a working backend and integration layer you can lock down from day one.
The buffer is shrinking. Your move is not to panic. It is to get your reps in, harden one system, and build the muscle before the clock runs out.
Harden one AI-integrated system before the clock runs out.
- Map your blast radius. Pick one AI-integrated workflow you already run, maybe an agent touching your codebase or database, and map every action it can take. That map is the total damage possible if the agent gets hijacked.
- Gate high-risk actions and log everything. Insert a human approval step before any delete, deploy, or credential access. Then wire up logging for every tool call, input, and output, and surface anomalies in one dashboard your team can actually read.
- Break it yourself, then lock it down. Prompt-inject your own agent, feed it garbage, and start from least privilege by giving it the minimum access it needs. Better you find the hole than an open model running offline in someone's lab.
Stop defending the weights. Defend the system.
The data is mixed on whether 4 to 7 months means the buffer collapsed or is merely shrinking, but it is not mixed on the direction. When your safety is a diffusion curve, you do not defend against where capability is today, you harden against where it lands next quarter. That moves the safeguard from the model layer to the system layer: least privilege, telemetry, audit logging, and human approval for high-risk actions. By 2031, controlling access to the powerful model will sound as quaint as controlling access to the compiler. Architecture is what endures.