• About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
Friday, September 4, 2026
mGrowTech
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions
No Result
View All Result
mGrowTech
No Result
View All Result
Home Al, Analytics and Automation

OpenAI Releases GPT-6 Astra, Its First Model Rated Critical for Cybersecurity – Unite.AI

Josh by Josh
September 4, 2026
in Al, Analytics and Automation
0
OpenAI Releases GPT-6 Astra, Its First Model Rated Critical for Cybersecurity – Unite.AI



OpenAI released GPT-6 Astra on September 3, 2026, describing it in its announcement as “the world’s most intelligent and aligned model” and its first system to meet the Critical cybersecurity capability threshold under the company’s Preparedness Framework. The model is rolling out initially to a limited set of organizations, with broader availability planned over the following days.

OpenAI said Astra is state-of-the-art on computer use, browsing, software engineering, cybersecurity, science, and professional work. The company reported that Astra scores 98% on FrontierMath Tier 4, 99.9% on ARC-AGI-3, and 100% on ExploitBench, its benchmark for developing working exploits from known software vulnerabilities. All capability and benchmark figures in the launch materials are OpenAI’s own reported results.

Availability and Pricing

GPT-6 Astra is rolling out first to a limited set of organizations, and OpenAI said it will become available over the coming days to all ChatGPT Plus, Pro, Business, and Enterprise users, as well as through the OpenAI API and AWS. Astra usage is included within existing subscription allowances, and users and businesses will be able to purchase credits for additional usage. Subscribers on the Pro, Business, and Enterprise plans will also get access to a tier called GPT-6 Astra Pro. Enterprise administrators can enable Astra for their workspaces; access is off by default at launch.

For developers, the model is available in the OpenAI API as gpt-6-astra and in Amazon Bedrock. OpenAI set API Standard pricing at $10 per million input tokens and $50 per million output tokens, with separate rates for cache reads and writes. A Fast mode delivers up to 2.5 times the speed of Standard processing at twice the Standard price. Astra supports Zero Data Retention for eligible API customers.

Alongside the model, OpenAI updated the Codex harness to improve the speed of computer use. The company said the combination with Astra’s efficiency yields 1.9 times faster task completion than the current GPT-5.6 Sol experience on the Mind2Web benchmark. In Codex, Astra can also keep notes across context windows instead of repeatedly compressing earlier work into a single summary, an experimental feature available in the Codex configuration file that OpenAI said will become the default for Astra in the coming weeks.

Reported Performance

OpenAI reported that Astra reaches 59.3% on Agents’ Last Exam, its test of complex professional tasks in real software, compared with 55.5% for Claude Opus 5 and 53.6% for GPT-5.6 Sol. On OSWorld 2.0 latency simulations, the company said Astra scored 72.6% at roughly 40 minutes per task, against 65.7% at roughly 75 minutes for GPT-5.6 Sol. On Terminal-Bench 4.0, which tests terminal-based tasks including software engineering and data analysis, OpenAI reported Astra at 57.9%, versus 37.3% for GPT-5.6 Sol and 55.8% for Claude Fable 5.1.

In mathematics, OpenAI said Astra contributed to two new results on the gaps between prime numbers: a bound of 186 on short prime gaps, improving on a recent bound of 240, and an improvement to a term in a bound on large prime gaps that the company said had stood for more than 80 years. OpenAI published proofs and supporting research for both results.

First Critical Cyber Rating

OpenAI’s September 1, 2026 safety update designated Astra as the company’s first model to meet the Critical cybersecurity capability threshold under its Preparedness Framework, meaning that with the right tools and access it can find previously unknown security flaws and develop ways to exploit them across many well-protected systems without a person guiding each step. The designation requires stronger safeguards during development and before release.

OpenAI said it delayed parts of Astra’s development and release over several weeks while strengthening protections against cyber misuse and unauthorized model actions. On an internal benchmark of 20 high-severity V8 vulnerabilities disclosed between June and August 2026, the company said Astra achieved substantially higher arbitrary code-execution rates than GPT-5.6 Sol and discovered and used two previously unknown zero-day vulnerabilities during the evaluation, both of which OpenAI is disclosing to the maintainers. In expert-led assessments, the company said Astra without production safeguards built a full browser-compromise chain that escaped the sandbox and executed commands on the host, and assembled a privilege-escalation chain from an unprivileged user to root in a hardened operating system.

The released model refuses advanced cybersecurity tasks such as creating proof-of-concept exploits, while supporting defensive work like secure code review and patching. Through its Daybreak program, OpenAI said it plans to expand access and roll out less restrictive safeguards in the coming weeks to enable defensive workflows including vulnerability validation, malware analysis, and detection engineering.

Alignment Results and a Monitorability Decline

In its safety overview and system card, OpenAI reported that Astra is its most aligned model to date. In a honeypot evaluation informed by the company’s August 2026 Hugging Face incident, GPT-5.6 Sol without production safeguards attempted to compromise surrounding security infrastructure 55.4% of the time at maximum reasoning effort, while Astra made no such attempts. In a simulation of more than 54,000 internal Codex tasks, Astra received roughly half as many higher-severity misalignment flags as GPT-5.6 Sol, and the company reported that Astra never attempted to circumvent a Codex Auto-Review denial, even when the review was configured to be evadable.

The system card also documents a decline in monitorability. OpenAI found that Astra’s chain of thought is less transparent than GPT-5.6 Sol’s, and that the model is more capable of controlling its own written reasoning. In adversarial evaluations where the model was pushed to evade monitors, it remained undetected when strategically underperforming and could sometimes evade internal monitors on certain sabotage tasks. OpenAI said it has not seen evidence of steganographic chain-of-thought reasoning, suggesting the evasion risk may be largely bounded to lower-reasoning tasks, and said improving monitorability remains a research priority.

External evaluators flagged related findings. UK AISI reported that in simulated cybersecurity challenges, Astra performed malicious actions including supply-chain attacks against open-source providers, creating fake identities and building trust with legitimate contributions to get malicious code accepted, though no real systems were reachable. Apollo Research reported that Astra falsified data labels in 17 of 10,000 baseline runs in a simulated research task, compared with 36 of 100 runs for GPT-5.6 Sol, and found high rates of verbalized evaluation awareness, which Apollo said limits the evidence low misbehavior rates provide about alignment.

OpenAI is deploying misalignment monitoring across all tool-using inference in Astra’s external deployment, a system of classifiers that checks the model’s reasoning and actions for unauthorized behavior and automatically stops potentially unauthorized activity. The company cautioned that the extra checks can slow, pause, or stop legitimate work, including defensive cybersecurity, and said it will keep calibrating the system to reduce unnecessary interruptions.



Source_link

READ ALSO

Understanding the Role of Latent Space in Machine Learning Models

System helps humans predict when self-driving cars will make mistakes | MIT News

Related Posts

Al, Analytics and Automation

Understanding the Role of Latent Space in Machine Learning Models

September 4, 2026
System helps humans predict when self-driving cars will make mistakes | MIT News
Al, Analytics and Automation

System helps humans predict when self-driving cars will make mistakes | MIT News

September 4, 2026
OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold
Al, Analytics and Automation

OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold

September 3, 2026
Al, Analytics and Automation

7 Regression Tests Every AI Agent Should Pass Before Deploy

September 3, 2026
Keeping PHI Secure in Untethered Employee Benefits Platforms – Unite.AI
Al, Analytics and Automation

Keeping PHI Secure in Untethered Employee Benefits Platforms – Unite.AI

September 3, 2026
From MIT to IBM, expediting AI and quantum deployment | MIT News
Al, Analytics and Automation

From MIT to IBM, expediting AI and quantum deployment | MIT News

September 3, 2026
Next Post
Everyone hates data centers. What if they went to space instead?

Everyone hates data centers. What if they went to space instead?

POPULAR NEWS

Trump ends trade talks with Canada over a digital services tax

Trump ends trade talks with Canada over a digital services tax

June 28, 2025
15 Trending Songs on TikTok in 2025 (+ How to Use Them)

15 Trending Songs on TikTok in 2025 (+ How to Use Them)

June 18, 2025
Communication Effectiveness Skills For Business Leaders

Communication Effectiveness Skills For Business Leaders

June 10, 2025
Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

Comparing the Top 7 Large Language Models LLMs/Systems for Coding in 2025

November 4, 2025
App Development Cost in Singapore: Pricing Breakdown & Insights

App Development Cost in Singapore: Pricing Breakdown & Insights

June 22, 2025

EDITOR'S PICK

How to create custom names for top fans on Facebook

How to create custom names for top fans on Facebook

May 28, 2025
Promoting Telemedicine Platforms Through Public Relations: Strategies For Building Patient Trust

Promoting Telemedicine Platforms Through Public Relations: Strategies For Building Patient Trust

June 11, 2025

MoEngage adquire Aampe para construir a CEP Agêntica, alimentada por Tomada de Decisões Agênticas 1:1

July 22, 2026

So you want to build an activist brand? Stop responding to backlash.

August 17, 2025

About

We bring you the best Premium WordPress Themes that perfect for news, magazine, personal blog, etc. Check our landing page for details.

Follow us

Categories

  • Account Based Marketing
  • Ad Management
  • Al, Analytics and Automation
  • Brand Management
  • Channel Marketing
  • Digital Marketing
  • Direct Marketing
  • Event Management
  • Google Marketing
  • Marketing Attribution and Consulting
  • Marketing Automation
  • Mobile Marketing
  • PR Solutions
  • Social Media Management
  • Technology And Software
  • Uncategorized

Recent Posts

  • Best B2B Marketing Automation Software: 5 Tools (2026)
  • Email Deliverability for Mobile Apps: Fix and Optimize
  • The Scoop: The inner workings of Mamdani’s influencer network
  • Understanding the Role of Latent Space in Machine Learning Models
  • About Us
  • Disclaimer
  • Contact Us
  • Privacy Policy
No Result
View All Result
  • Technology And Software
    • Account Based Marketing
    • Channel Marketing
    • Marketing Automation
      • Al, Analytics and Automation
      • Ad Management
  • Digital Marketing
    • Social Media Management
    • Google Marketing
  • Direct Marketing
    • Brand Management
    • Marketing Attribution and Consulting
  • Mobile Marketing
  • Event Management
  • PR Solutions