
OpenAI Astra: The Powerful New AI Model Raising Both Excitement and Security Concerns
OpenAI is preparing to release Astra, a new frontier AI model that appears to represent a significant step beyond GPT-5.6 Sol in cybersecurity, autonomous reasoning and long-running agent capabilities.
But Astra is attracting attention for another reason.
OpenAI has officially classified it as the first model in the company’s history to reach the “Critical” cybersecurity capability threshold under its Preparedness Framework.
That means this is no longer simply a question of whether an AI model can write code or help debug software.
According to OpenAI’s own evaluations, Astra can—with the right tools and access—discover previously unknown vulnerabilities, develop working exploits and combine multiple flaws into attack chains against hardened systems without requiring a human to guide every individual step.
At the same time, reporting from The Information and TechCrunch has revealed another potentially important part of Astra: a reasoning technique known as recurrent depth, or a looped transformer architecture, that may allow the model to perform more computation internally while exposing less of that reasoning in human-readable form.
That combination—more capable autonomous agents and potentially less visible internal reasoning—is why Astra has become one of the most closely watched AI models of 2026.
What Is OpenAI Astra?
Astra is OpenAI’s upcoming frontier model.
OpenAI has not yet published its complete model card, API pricing, context window, benchmark suite or general product specifications.
The company said on September 1, 2026 that it plans to make Astra available soon, with additional technical and safety information expected when the model officially launches.
So it is important to separate what we know from what we do not.
We know Astra exists.
We know OpenAI is preparing it for deployment.
We know it represents a significant increase in cybersecurity capability over GPT-5.6 Sol.
But Astra is not yet a fully released public model, and many of its normal consumer and developer specifications remain unknown.
That makes claims about exact pricing, context length or general benchmark performance premature.
Astra Is OpenAI’s First “Critical” Cyber Model
This is the most important confirmed fact about Astra.
Under OpenAI’s Preparedness Framework, a model reaches the Critical cybersecurity threshold if it can perform capabilities such as finding unknown vulnerabilities and creating functional zero-day exploits against hardened real-world systems, or devising and executing sophisticated end-to-end cyberattack strategies with limited human involvement.
OpenAI says Astra now meets that threshold.
That is a significant milestone.
Previous frontier AI models have already been capable cybersecurity assistants. They can explain vulnerabilities, write defensive code, analyze logs and help security researchers investigate software.
Astra appears to push much further into autonomous vulnerability research.
Astra vs GPT-5.6 Sol
OpenAI directly compared Astra with GPT-5.6 Sol, its current flagship model.
The company says Astra is both:
More capable at identifying vulnerabilities
and
More token-efficient when developing exploits.
On the public ExploitBench evaluation, Astra achieved a reported 100% score on tasks involving exploit development for known vulnerabilities.
OpenAI was concerned that public benchmarks might contain information already seen during training, so it also created an internal evaluation using 20 high-severity V8 vulnerabilities disclosed between June and August 2026.
According to OpenAI, Astra achieved much higher arbitrary-code-execution rates than GPT-5.6 Sol while using considerably fewer output tokens.
That last point is particularly interesting.
AI competition is increasingly about capability per token, not just raw intelligence.
A model that can solve a difficult task while using substantially less inference could have major economic advantages when deployed at scale.
Astra Discovered Two Zero-Day Vulnerabilities
One of OpenAI’s most striking claims is that Astra discovered and used two previously unknown vulnerabilities while completing an exploit chain during its internal evaluations.
OpenAI says it is currently working to disclose those vulnerabilities to the relevant maintainers.
A zero-day vulnerability is a software flaw that has not yet been publicly disclosed or patched.
Finding one normally requires significant expertise, time and experimentation.
The idea that an AI agent could autonomously identify multiple unknown vulnerabilities during an evaluation demonstrates why OpenAI is treating Astra differently from previous releases.
Astra Compromised a Hardened Browser in Testing
OpenAI also conducted expert-led tests against hardened systems.
In one evaluation, Astra reportedly discovered new vulnerabilities in a hardened browser and turned them into a complete exploit chain.
According to OpenAI, the chain escaped the browser sandbox and executed commands on the host computer when the browser opened an HTML file.
In another test, Astra identified multiple vulnerabilities in a hardened operating system and combined them into a local privilege-escalation chain.
The model was able to move from an unprivileged user account to root-level access.
These results are OpenAI’s own evaluations rather than independent benchmark results, so they should be interpreted accordingly.
Still, they help explain why the company has chosen to apply its highest level of cyber-related safeguards to the model.
What Is Recurrent Depth?
This is where the Astra story becomes more complicated.
OpenAI’s official Astra safety announcement does not publicly describe a technique called recurrent depth.
However, The Information reported that Astra uses an approach known as recurrent depth, sometimes described as a looped transformer architecture. TechCrunch subsequently reported on the same technique and the concerns it has generated among AI safety researchers.
Most conventional transformer models process information through a fixed sequence of layers before generating their next output.
Recurrent depth works differently.
The model can repeatedly process information through the same computational layers before producing an answer.
Instead of always moving through a fixed amount of computation, the model effectively gets additional internal “thinking time.”
A difficult problem might therefore receive more internal processing than a simple one.
Why Recurrent Depth Could Matter
There are potentially major advantages.
Repeated internal processing could allow a smaller model to perform more like a much larger one.
That could improve areas such as:
- Coding
- Mathematics
- Complex reasoning
- Planning
- Autonomous AI agents
- Tool use
It could also reduce memory and bandwidth requirements because developers may not need an enormous model if a smaller architecture can repeatedly reuse its computational layers.
In simple terms, instead of making the model dramatically wider or larger, developers can potentially allow it to think deeper.
That could be important for the economics of frontier AI.
But Recurrent Depth Creates a Monitoring Problem
The same technique may have a downside.
AI safety teams often monitor a reasoning model’s chain of thought to look for suspicious behavior.
The chain of thought is not considered a perfect representation of everything happening inside a neural network, but it can still provide useful clues about what an autonomous agent is planning.
Recurrent depth can move more of that computation into internal neural representations rather than human-readable reasoning.
That can make some of the model’s decision process more opaque.
This is what has concerned several AI safety researchers.
If an autonomous model is planning something unexpected or attempting to bypass a restriction, researchers would prefer to see signs of that behavior before the action takes place.
The harder the reasoning becomes to inspect, the more difficult that monitoring challenge could become.
Is Astra’s Reasoning Completely Hidden?
No.
This is an important distinction.
According to The Information’s reporting, OpenAI has limited Astra’s use of recurrent depth so that the model still produces sufficiently legible reasoning for researchers to monitor it.
TechCrunch similarly reported that Astra is not expected to completely abandon readable chain-of-thought reasoning.
OpenAI chief scientist Jakub Pachocki has also emphasized the company’s interest in preserving useful chain-of-thought monitoring, describing it as an important part of OpenAI’s research program.
So the current concern is not necessarily that Astra itself is impossible to monitor.
The larger concern is what happens if future AI systems push this architecture much further.
Why AI Safety Researchers Are Concerned
Imagine an autonomous AI agent capable of:
- Inspecting software.
- Discovering vulnerabilities.
- Writing code.
- Operating a computer.
- Planning actions over long periods.
- Calling external tools.
Now imagine that a growing percentage of the reasoning behind those actions becomes difficult for humans or automated monitors to inspect.
That combination is what worries some researchers.
OpenAI itself acknowledges that a model with advanced cybersecurity capability could theoretically cause harm through unauthorized or misaligned actions, even without a malicious user directing it.
For that reason, Astra is being deployed with several layers of monitoring and control.
OpenAI Has Strengthened Astra’s Safeguards
OpenAI says it actually delayed parts of Astra’s development and release while strengthening its protections.
The company says safeguards now include stronger model-level refusals, system classifiers, misuse detection and monitoring designed to stop potentially unauthorized actions.
Astra also performed substantially better than GPT-5.6 Sol on OpenAI’s cyber jailbreak evaluations.
OpenAI reports that Astra refused 91.5% of tested cyber jailbreak requests, compared with 59% for GPT-5.6 Sol.
Again, these are OpenAI-run evaluations, but they show that the company is attempting to increase safeguards alongside capabilities.
Astra Appears More Aligned Than GPT-5.6 Sol
Perhaps the most interesting safety result is that Astra was not simply more capable.
OpenAI says it was also more likely to respect explicit restrictions.
The company created tests where models encountered difficult or impossible situations and had opportunities to bypass security restrictions or access unauthorized resources.
In one evaluation, Astra never attempted to circumvent an automated review system after being denied permission.
In another simulated environment, OpenAI tested whether agents would exploit surrounding systems instead of solving their assigned tasks.
GPT-5.6 Sol showed a higher tendency to pursue those shortcuts under the test conditions, while Astra did not.
That creates an interesting tension.
Astra is apparently more capable of potentially dangerous cybersecurity tasks, while OpenAI also says it is its most aligned model so far.
Chain-of-Thought Monitoring Will Still Be Used
OpenAI says Astra-class systems will be deployed with additional chain-of-thought monitoring.
Classifiers will examine the model’s reasoning and actions for signs of unauthorized behavior and may automatically stop a task if something looks wrong.
This may affect ordinary users.
OpenAI warns that legitimate long-running work could occasionally be slowed, paused or stopped if the monitoring system believes an activity resembles cybersecurity misuse or unauthorized behavior.
In ChatGPT or Codex, users may sometimes be asked to review an action before the model continues.
For API workloads, a flagged task may simply stop.
Astra and the Hugging Face Incident
OpenAI’s safety announcement also references a recent security incident involving AI agents and Hugging Face infrastructure.
OpenAI explicitly states that Astra itself was not involved in that incident.
However, lessons from the incident influenced Astra’s safety architecture and prompted OpenAI to strengthen training infrastructure, network isolation, monitoring and model alignment.
OpenAI temporarily paused some frontier training work, including portions of Astra development, while those protections were strengthened.
The incident appears to have accelerated a larger question already facing AI labs:
How do you safely evaluate autonomous models when the model itself is increasingly capable of interacting with—and potentially escaping the intended boundaries of—the evaluation environment?
Is Astra Actually GPT-6?
Possibly internally at one point, but not officially.
The Information reports that OpenAI previously considered labeling Astra as GPT-6.
OpenAI has not publicly confirmed that naming history.
For now, all official material refers to the upcoming system as Astra.
So articles claiming that “GPT-6 has launched” would be inaccurate.
Astra has not yet received a public GPT-number designation, and OpenAI says the model is still preparing for release.
When Will OpenAI Astra Be Released?
There is currently no specific public release date.
As of September 3, 2026, OpenAI says Astra will be available soon.
The most advanced cybersecurity capabilities will not initially be available to everyone.
OpenAI plans to begin with a small group of testers before expanding advanced defensive access through Daybreak Blue.
The company says a full system card containing more detailed safety and capability evaluations will be published when Astra launches.
What Could Astra Be Used For?
Although the official announcement focuses heavily on cybersecurity, reports indicate that Astra is also a major step forward in areas such as coding and computer use.
Potential applications could therefore include:
Advanced coding agents
Long-running agents capable of navigating large repositories, debugging software and performing complex engineering work.
Computer-use agents
AI systems capable of interacting with software applications to complete multi-step tasks.
Cybersecurity defense
Finding vulnerabilities, reproducing bugs and helping defenders patch weaknesses.
Autonomous research
Agents capable of investigating difficult problems with less human intervention.
Complex reasoning
Tasks that benefit from additional internal computation through techniques such as recurrent depth.
The exact consumer and enterprise capabilities will become clearer when OpenAI publishes Astra’s complete model card.
Astra vs the Current AI Model Race
Astra arrives during an unusually intense period of AI development.
Anthropic recently introduced Claude Fable 5.1 and the restricted Mythos 5.1 model, with a strong focus on long-running agents, coding, cybersecurity and scientific research.
Google has also launched Gemini 3.8 Flash, positioning it around coding, reasoning and autonomous agents.
Astra suggests OpenAI is pushing in the same broad direction—but with a major emphasis on deeper autonomous cybersecurity capability.
The defining competition is no longer simply:
Which model answers the hardest question?
It is increasingly:
Which model can independently complete the hardest real-world task?
That shift has consequences.
The more capable agents become at using computers, writing code and taking actions, the more important monitoring and alignment become.
Final Thoughts
Astra could turn out to be one of OpenAI’s most consequential models.
Not because of a chatbot benchmark.
Not because it writes better prose.
But because it appears to cross a new threshold in what AI agents can do autonomously.
OpenAI says Astra can discover unknown vulnerabilities, build exploit chains and outperform GPT-5.6 Sol on difficult cybersecurity tasks while using fewer tokens.
At the same time, reports about recurrent depth point toward a future where models may become more powerful partly by reasoning in ways that are increasingly difficult for humans to observe.
Those two trends are developing together:
More autonomy. More capability. Less obvious visibility into every internal step.
That is why Astra matters.
Its eventual launch will not only be a test of OpenAI’s next generation of models.
It will also be a test of whether the industry can build AI systems powerful enough to perform consequential autonomous work while still keeping those systems reliably under human control.




