OpenAI has released GPT-6 Astra, its newest frontier model, less than a week after Anthropic’s Claude Fable 5.1. OpenAI calls Astra the world’s most intelligent and aligned model yet.
What actually makes Astra different?
The simplest way to put it is this: Astra is built to do more, not just answer more. It can use a computer to complete tasks instead of telling you how to do them. It can create finished documents instead of giving you a rough first draft. During long coding sessions, Astra can also remember what happened earlier instead of starting from scratch. And it’s better at knowing when to take action and when to stop and ask.
The bigger shift isn’t just smarter answers. AI is getting closer to actually getting the work done.
Some important caveats remain, though. Astra doesn’t beat every competing model, and some of its biggest benchmark numbers come with asterisks. Let’s look at what’s new, what Astra does well, and where the caveats are.
Astra can fill out forms, update CRM records, run frontend QA checks on a website, and troubleshoot software by watching what happens on screen, without step-by-step hand-holding. OpenAI reports a score of 72.6% on OSWorld 2.0, a benchmark for real desktop computer use, narrowly ahead of Claude Opus 5’s 70.2% and well ahead of GPT-5.6 Sol’s 65.7%.
Example: GPT-6 Astra can extract information from a W-2 and enter the relevant details into a Form 1040, helping automate routine tax-preparation work while leaving the final return for human review.
Earlier models tended to either guess wrong on ambiguous instructions or interrupt with unnecessary questions. Astra is trained to fill in routine gaps on its own and pause only when the answer would meaningfully change the outcome.
OpenAI’s own side-by-side demo shows the difference: GPT-5.6 Sol built a personal career website on its own in about 13 minutes. Astra paused after 20 seconds to ask what career the user was actually moving into. That’s a small moment, but it’s a good illustration of the difference between a model that acts and a model that uses judgment about when to act.
There’s a meaningful difference between an AI that generates content and one that completes a deliverable. A generic model hands you text for a presentation. OpenAI says Astra is trained to match your existing templates, tone, and structure, and to pull in only the context that’s relevant rather than padding the output with everything it knows.
Astra builds a slide deck from just a handful of template slides while keeping the tone and layout consistent throughout. For teams that currently spend time reformatting AI output into a house style, that’s the part worth testing first.
In Codex, Astra can now keep searchable notes across context windows instead of repeatedly compressing long debugging sessions into a single summary, a change OpenAI says preserves details that compaction tends to lose, like why an earlier fix failed. It’s opt-in for now through Codex’s config file, and OpenAI says it will become the default in the coming weeks.
Astra’s biggest jump isn’t a productivity feature at all. OpenAI reports Astra reaches the “Critical” threshold for cybersecurity under its own Preparedness Framework, its highest risk tier, meaning the model can independently identify and develop working exploits for previously unknown vulnerabilities. OpenAI reports a 100% score on ExploitBench and says Astra solved 88% of SRE-Bench reverse-engineering tasks on the first attempt.
Because of that risk tier, OpenAI is gating the more dangerous parts of this capability at launch. Astra will help with defensive work like secure code review and patch validation, but it refuses to create proof-of-concept exploits until OpenAI expands access through its Daybreak program.
The table below pulls together the headline comparisons OpenAI published against GPT-5.6 Sol, Claude, and Gemini. All figures are self-reported by OpenAI in its launch materials.
| Benchmark | GPT-6 Astra | GPT-5.6 Sol | Claude Fable 5.1 | Claude Opus 5 | Gemini 3.8 Flash |
|---|---|---|---|---|---|
| OSWorld 2.0 (computer use) | 72.6% | 65.7% | – | 70.2% | – |
| FrontierMath Tier 4 | 97.6% | 83.0% | 87.8% | 73.2% | – |
| GPQA Diamond | 96.0% | 94.6% | 93.7% | 93.7% | 95.3% |
| Terminal-Bench 4.0 (coding) | 57.7% | 37.3% | 55.8% | 52.3% | 19.1% |
| ExploitBench | 100.0% | 78.5% | – | 70.0% | – |
| Humanity’s Last Exam (w/ tools) | 57.2% | – | 65.0% | 63.6% | – |
What this actually tells us:
Also Read: GPT-5.6 Sol vs Claude Fable 5: Benchmarks, Pricing & Hands-On
As neither model is publicly available yet, I turned to X to see what people with early access are sharing about their experiences. In the following section, I’ll highlight some of the most interesting examples and head-to-head videos I came across.
Developer Karan Kendre posted a head-to-head Blender comparison, asking Claude Fable 5.1 and GPT-6 Astra to build the same villa scene. Astra comes out ahead in the visual comparison, with a more polished and realistic-looking result, particularly in the interior details and overall presentation.
Source: KaranKendre on X
In this task GPT-6 Astra and Claude Fable 5.1 were prompted to design an app based on the same prompt and goal. Fable went with a sky-themed design, while Astra took an astro-inspired approach. Astra comes out ahead here, with a more distinctive visual identity and stronger thematic consistency across the design, while Fable’s version feels cleaner but more conventional. It’s a good example of how two models can interpret the same creative brief in very different ways.
Source: jaimin on X
GPT-6 Astra and Claude Fable 5.1 were each used to generate a prompt for the same video concept, which was then created using Higgsfield AI. Astra comes out ahead here, with a more coherent sequence and stronger visual storytelling. Its version maintains the monk, giant koi, and movement more consistently across shots, while Fable’s version feels more dramatic but has some less consistent elements toward the end. It’s a good example of how the quality of the prompt can influence the final AI-generated video.
Source: HiggsField AI on X
GPT-6 Astra is rolling out in stages: starting with a limited set of organizations, then expanding to all ChatGPT Plus, Pro, Business, and Enterprise users over the following days. Enterprise admins need to manually enable it for their workspace, since it’s off by default at launch. Pro, Business, and Enterprise users also get access to a separate GPT-6 Astra Pro tier.
For developers, Astra is available as gpt-6-astra
through the OpenAI API, Microsoft Azure, and Amazon Bedrock.
API pricing:
That’s well above GPT-5.6 Terra’s $2/$12 rates and Claude Opus 5’s $5/$25 rates. The pricing itself is a signal: this is built for high-value autonomous work, not routine bulk-text generation. Teams paying $10/$50 per million tokens are likely doing so because a task gets finished reliably with minimal supervision, not because they need more words generated per dollar.
The model also supports zero data retention for eligible API customers, and OpenAI says it’s testing private safety processing to strengthen monitoring w hile preserving customer privacy.
Learn more about GPT-6 Astra here.
The real test for Astra won’t be whether it can top another benchmark. It will be whether companies can hand it a messy, multi-step task and trust it to get the job done with minimal supervision.
On paper, Astra looks like a significant step forward, particularly in computer use, coding, and agentic workflows. But the benchmarks also show that it doesn’t lead everywhere. Claude’s models still have an edge on broader reasoning benchmarks, which is why the right model ultimately depends on the work you need it to do.
The bigger question is what happens outside the leaderboard. Once Astra is widely available, real-world testing will show whether its strengths translate into reliable, everyday workflows. That’s the test that matters most, and one only hands-on use can answer.
A. GPT-6 Astra is OpenAI’s newest frontier model, succeeding GPT-5.6 Sol. OpenAI positions it around three strengths: computer use, producing finished professional work, and a major jump in cybersecurity capability.
A. OpenAI reports Astra outperforms Sol on most measured benchmarks, including a substantial cut in time per task on computer use, a large jump on math benchmarks, and a perfect self-reported score on ExploitBench. It’s also OpenAI’s first model to cross the Critical cybersecurity threshold under its Preparedness Framework.
A. Astra reports a lead over Claude Opus 5 on computer use and a narrow one on coding, but trails Claude Fable 5.1 and Opus 5 on Humanity’s Last Exam with tools. It’s a strong model with clear specializations rather than one that wins across every metric.
A. It’s rolling out to ChatGPT Plus, Pro, Business, and Enterprise users, along with the OpenAI API, Microsoft Azure, and Amazon Bedrock. Enterprise workspaces need to manually enable it, since it’s off by default at launch.
A. Standard API pricing is $10 per million input tokens and $50 per million output tokens, with fast mode available at roughly 2.5x speed for 2x the price. That’s notably more expensive than Claude Opus 5’s $5/$25 rates.
A. OpenAI classifies Astra as reaching the Critical threshold for cybersecurity risk, so its most advanced exploit-creation capabilities are gated behind the company’s Daybreak program at launch. It ships with additional alignment training and safeguards, though OpenAI has flagged a regression in how easily its reasoning can be monitored, and lists that as an ongoing research priority.
Facts Only
* OpenAI released GPT-6 Astra.
* Astra can execute tasks on a computer, including filling forms and updating CRM records.
* OpenAI reports a 72.6% score for Astra on the OSWorld 2.0 benchmark.
* Astra achieved a 100% score on ExploitBench and 88% on SRE-Bench reverse-engineering tasks.
* Astra is classified as "Critical" risk under OpenAI’s Preparedness Framework.
* Offensive exploit-creation capabilities are restricted to the Daybreak program.
* API pricing is $10 per million input tokens and $50 per million output tokens.
* Astra is available via ChatGPT Plus, Pro, Business, Enterprise, OpenAI API, Microsoft Azure, and Amazon Bedrock.
* Enterprise administrators must manually enable the model for their workspaces.
* Astra outperforms GPT-5.6 Sol on FrontierMath Tier 4 (97.6% vs 83.0%).
* Claude Fable 5.1 scores 65.0% on Humanity’s Last Exam with tools, compared to Astra's 57.2%.
Executive Summary
OpenAI has launched GPT-6 Astra, a frontier model designed to shift from content generation to autonomous task completion. Astra introduces enhanced "computer use" capabilities, allowing it to interact with desktop environments to fill forms, update CRM records, and perform software troubleshooting. It is positioned as a high-value tool for professional deliverables, capable of adhering to specific house styles and maintaining long-term memory during complex coding sessions via an opt-in feature in Codex.
While Astra leads in several benchmarks—most notably in cybersecurity and mathematics—it does not outperform all competitors across every metric. Claude Fable 5.1 and Opus 5 maintain an edge in broader reasoning tasks, such as Humanity’s Last Exam. Due to Astra's ability to independently develop exploits for unknown vulnerabilities, OpenAI has classified it as "Critical" risk, gating offensive capabilities behind the Daybreak program. Access is rolling out in stages to tiered ChatGPT users and API developers, with pricing significantly higher than previous generations to reflect its intended use in autonomous, high-value workflows.
Full Take
The strongest version of this narrative is that AI is transitioning from a "chatbot" (an oracle that provides information) to an "agent" (a worker that executes processes). By focusing on deliverables—finished slide decks and CRM updates—rather than drafts, the value proposition shifts from augmenting human writing to replacing human clerical labor.
The persuasive weight of this narrative relies heavily on the Authority Game. The central claims of "world's most intelligent" and "Critical" risk are based entirely on self-reported benchmarks and internal frameworks provided by the vendor. When a company defines the risk tier and the success metric simultaneously, the "evidence" becomes a marketing asset rather than an independent verification.
This reflects a paradigm of "Agentic Optimism," where the ability to execute a task is equated with the judgment to do it correctly. The mention of Astra pausing to ask a question is a key narrative pivot: it attempts to convince the user that the model possesses a qualitative "judgment" rather than just a probabilistic trigger for ambiguity.
The second-order consequence is a shift in human agency. As AI moves from drafting to executing, the human role shifts from "creator" to "auditor." While this increases efficiency, it creates a dependency on "black box" execution where the "how" is hidden, and only the "result" is visible.
Bridge Questions:
1. If the benchmarks are self-reported by the creator, what independent verification is required to trust the "Critical" risk assessment?
2. How does the transition from "drafting" to "executing" change the legal and professional liability of the human supervisor?
3. Is the higher pricing a reflection of compute costs, or a strategic signal to move users toward a "premium agent" mental model?
Counterstrike Scan: A coordinated campaign would use manufactured "critical risk" warnings to create a sense of urgency, forcing enterprises to adopt the tool for "defensive" reasons. The actual content aligns slightly with this by framing the danger as a reason for the model's power, but it remains primarily a product announcement.
Patterns detected: ARC-0043 Authority Game
Sentinel — Human
The text appears to be a human-written analysis synthesizing technical announcements and external benchmarks into a cohesive argument about the functional shift represented by the new model.
