DEV Community

Hassam Ali
Hassam Ali

Posted on

๐ŸŒŸ GPTโ€‘6 Astra: The AI That Uses Your Computer

GPT-6 Astra launch image: a spiral of stars against deep space

OpenAI's new flagship doesn't just answer you โ€” it clicks, types, and finishes the job

Released 4 September 2026 ยท API gpt-6-astra ยท Read ~14 min ยท Source openai.com/index/gpt-6-astra

๐ŸŽฌ Note on the media below: every clip and screenshot is OpenAI's own demo footage, embedded straight from their servers. If your Markdown viewer strips HTML, use the โ–ถ Watch link under each video.


๐Ÿ“Œ The fast facts

๐Ÿ—“๏ธ Released 4 September 2026 (limited preview 3 September)
๐Ÿท๏ธ Replaces GPTโ€‘5.6 Sol
๐Ÿ’ฐ Price (API) $10 / 1M input tokens ยท $50 / 1M output ยท $1 / 1M cached input
๐Ÿง  Context window ~1.1M tokens in, 128K out (โ‰ˆ1,600 pages) โ€” third-party trackers
๐Ÿ‘๏ธ Inputs Text + images โ†’ text out
๐Ÿ›’ Where ChatGPT Plus / Pro / Business / Enterprise ยท OpenAI API ยท Azure ยท AWS Bedrock
โšก Fast mode Up to 2ร— speed, at 2ร— price

๐ŸŽฌ First, just watch it work

Four clips. No explanation needed โ€” this is the whole pitch.

๐Ÿงพ It fills in your tax return

โ–ถ Watch: filling in a US Form 1040

๐Ÿ”Œ It lays out a circuit board

โ–ถ Watch: PCB layout in KiCad

A 15-second condensed playback of Astra turning an electronic schematic into a manufacturable board โ€” placing components and routing copper. This is normally slow, manual work in every electronics project.

๐Ÿ“Š It builds a Power BI dashboard

โ–ถ Watch: Power BI

๐Ÿ† It competes in Excel

โ–ถ Watch: an Excel competition problem, in real time


๐ŸŒŸ The whole thing in one minute

  • ๐Ÿ–ฑ๏ธ It drives a computer. Clicks, types, scrolls, reads the screen โ€” forms, CRM records, calendars, testing a site it just built.
  • โšก 1.9ร— faster task completion than the old model on a web-task benchmark; ~47% less time per task in one desktop simulation.
  • ๐Ÿงฎ 97.6% on FrontierMath Tier 4 โ€” and it helped push a prime-number result that had been stuck for over a decade.
  • ๐Ÿ” First model OpenAI rates "Critical" for cyber. Hence the slow, gated rollout.
  • ๐Ÿง  The catch: OpenAI's own tests found its reasoning harder to monitor than the last model's. Safety researchers are alarmed.
  • ๐Ÿ’ฐ You may already have it โ€” included in existing ChatGPT allowances.

๐Ÿ† Three numbers everyone is quoting

xychart-beta
    title "The three saturated benchmarks (%)"
    x-axis ["FrontierMath T4", "ARC-AGI-3", "ExploitBench"]
    y-axis "Score" 0 --> 100
    bar [97.6, 99.9, 100]
    bar [83.0, 7.8, 78.5]

Gold = GPTโ€‘6 Astra ยท Second bar = GPTโ€‘5.6 Sol, the model it replaces

Score Benchmark What it means in normal words
97.6% ๐Ÿฅ‡ FrontierMath Tier 4 (v2) Hardest tier of a research-level maths test. Sol: 83.0%. (OpenAI's text rounds this to "98%"; its own table says 97.6%.)
99.9% ๐Ÿงฉ ARC-AGI-3 Puzzles it has never seen โ€” pure "figure it out". Sol scored 7.8%. Not a typo. ๐Ÿ˜ณ
100% ๐Ÿ”“ ExploitBench Turning known bugs into working exploits. Perfect score, up from 78.5%.

"The story is: end of one era, start of another."
โ€” Greg Burnham, EpochAI, quoted by OpenAI

OpenAI president Greg Brockman suggested Astra could eventually be seen as the arrival of AGI. ๐Ÿšจ Worth saying plainly: that's a claim, not a measurement, and many researchers disagree.


๐Ÿ–ฑ๏ธ The shift: from answering to doing

Every model before this was a very smart pen pal. You clicked; it talked. Astra's flagship skill is computer use โ€” it sees a screen, moves a cursor, types, and checks whether what it did actually worked.

flowchart LR
    subgraph OLD["โŒ BEFORE โ€” you are the hands"]
        direction LR
        U1["๐Ÿง‘ You"] -->|"asks"| M1["๐Ÿค– Model<br/>text in, text out"]
        M1 -->|"advises"| U1
        U1 -->|"you click, type,<br/>copy, paste โ€” every step"| A1["๐Ÿ–ฅ๏ธ Browser / app"]
        A1 -->|"you read the result"| U1
    end

    subgraph NEW["โœ… WITH ASTRA โ€” it is the hands"]
        direction LR
        U2["๐Ÿง‘ You"] -->|"one ask"| M2["๐ŸŒŸ Astra<br/>sees the screen"]
        M2 -->|"clicks & types"| A2["๐Ÿ–ฅ๏ธ Browser / app"]
        A2 -->|"reads result back"| M2
        M2 -->|"hands over"| R2["๐Ÿ“ฆ Finished work<br/>deck ยท form ยท booking"]
        R2 -.->|"only if it matters"| U2
    end

The mechanism that changed: the loop used to run through you โ€” every click was a human step. Astra closes the loop itself, so you go from operator to reviewer. That missing hop is the whole time saving.

๐Ÿ“Š Computer-use benchmarks

xychart-beta
    title "Computer use โ€” GPT-6 Astra vs the field (%)"
    x-axis ["Agents' Last Exam", "OSWorld 2.0", "ScreenSpot-Pro"]
    y-axis "Score" 0 --> 100
    bar [59.3, 72.6, 92.7]
    bar [53.6, 65.7, 76.9]

Gold = Astra ยท Second = GPTโ€‘5.6 Sol

Benchmark ๐ŸŒŸ Astra Sol Opus 5 Bar (Astra)
Agents' Last Exam ยท pro tasks in real software 59.3% 53.6% 55.5% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
OSWorld 2.0 ยท everyday desktop tasks 72.6% 65.7% 70.2% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
ScreenSpot-Pro ยท finding things on screen 92.7% 76.9% โ€” โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ

โšก Speed, not just accuracy

Result
๐Ÿƒ Mind2Web 1.9ร— faster task completion vs the current Sol experience (with the updated Codex harness)
โฑ๏ธ OSWorld 2.0 72.6% at ~40 min/task vs 65.7% at ~75 min โ€” about 47% less time
๐Ÿช™ Tokens ~65% fewer output tokens than Claude Opus 5 on Agents' Last Exam, while scoring higher

๐Ÿ“… The errands it runs for you

The click-heavy jobs that eat an afternoon. All four below are OpenAI demo runs โ€” one finished in 2 min 54 sec. โฑ๏ธ

๐Ÿฉบ Finding a pediatrician

โ–ถ Watch

๐Ÿ  Apartment hunting

โ–ถ Watch

๐Ÿš— Booking a DMV appointment

โ–ถ Watch

๐Ÿฅ— Building a low-carb shopping list

โ–ถ Watch

๐Ÿซ Also demoed: comparing kindergartens

Area What it takes off your plate
๐Ÿงพ Admin Form 1040 tax returns ยท online forms ยท CRM records ยท formatting legal documents to house style
๐Ÿ—“๏ธ Errands DMV bookings ยท doctors ยท apartments ยท schools ยท shopping lists
๐Ÿ”Ž Research Browses itself, then drafts the summary into your email or doc editor โ€” not into a chat box
๐ŸŽจ Making Builds a website, then runs front-end QA on it to check the buttons work
๐Ÿ› ๏ธ Support Installs and tests software ยท troubleshoots what's on your screen โ€” because it can see it
โš™๏ธ Engineering PCB layout in KiCad ยท CAD in FreeCAD ยท Blender โ†’ Unreal Engine

๐Ÿ’ก The habit change: stop writing prompts, start assigning tasks.


๐Ÿ™‹ It asks before it guesses

This screenshot is the clearest single image of the difference. Same request โ€” "build me a personal career website". The old model worked for 13 minutes and shipped something. Astra stopped after 20 seconds to ask the one question that changes everything: what career are you moving into?

Side-by-side: GPT-5.6 Sol builds a career website after 13 minutes; GPT-6 Astra pauses after 20 seconds to ask which career the user is moving into

Astra fills routine gaps by itself, and asks only when the answer would change the outcome. In Codex it asks asynchronously โ€” carrying on with everything that doesn't depend on your reply. If you never answer, it proceeds on sensible assumptions for small things and waits on the consequential ones. ๐ŸŽฏ

Two more of the same demo:

College search comparison between GPT-5.6 Sol and GPT-6 Astra

Grocery list comparison between GPT-5.6 Sol and GPT-6 Astra

It's also better at staying oriented. Older models treated a mid-task correction as a brand-new goal and dropped the original constraints. Astra folds the change in and keeps going. ๐Ÿงญ


๐Ÿ’ผ Slides, spreadsheets, documents

Astra is trained to follow your templates โ€” your deck layout, your tone, your visual style โ€” and to pull only what the task needs instead of restating everything it knows. Result: fewer outputs you have to reformat before sending. โœ…

Benchmark ๐ŸŒŸ Astra Sol Fable 5.1 Opus 5 Bar (Astra)
AutomationBench ยท automating real workflows 41.4% 18.1% 31.4% 26.9% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
BenchCAD ยท 3D object โ†’ CAD code from pictures 95.9% 83.3% 84.3% 82.1% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
BrowseComp ยท hard web research 91.5% 90.4% โ€” 90.8% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
OpenScore String Quartets ยท reading sheet music 0.84 0.19 โ€” โ€” ๐ŸŽผ

On BenchCAD, Astra's estimated API cost was ~43% below Sol and ~86% below Fable 5.1. OpenAI notes Claude's BenchCAD scores reflect three modifications described in Anthropic's own system card.


๐ŸŽจ What it builds

๐Ÿก Modelling a house in Blender

Blender viewport showing a garden house scene modelled among trees

Astra models the house in Blender, then turns it into a walkable scene in Unreal Engine 5 โ€” so designers and clients can experience the space before it's built. ๐Ÿ—๏ธ

๐Ÿ–ผ๏ธ โ€ฆand renders the stills

A seven-shot architectural stills board rendered in Blender Cycles: exterior at golden hour, living room, kitchen, office, bedroom, bathroom, terrace

Seven path-traced views from one model โ€” exterior, living room, kitchen, office, bedroom, bathroom, terrace.

๐ŸŽฎ Games from a prompt

โ–ถ Watch: a city scene, built and playable

Stylised 3D city block with towers, roads and traffic, built for a game scene

Non-technical people can now build and play custom games in minutes โ€” real graphics, real motion, not stick figures. (Credit: Pietro Schirano.)

โš™๏ธ Engineering CAD

A five-speed car gearbox modelled in FreeCAD, shown in cutaway with gear trains visible

A five-speed car transmission in FreeCAD โ€” with the gears actually meshing:

โ–ถ Watch: the gear train in motion


๐Ÿ’ป For people who write code

OpenAI calls Astra its best software-engineering model yet. The tables tell a more honest story: huge gap over its own predecessor, narrow gap over Claude.

xychart-beta
    title "Coding benchmarks (%)"
    x-axis ["Terminal-Bench 4.0", "DeepSWE v1.1", "FrontierCode Ext.", "DB migration"]
    y-axis "Score" 0 --> 100
    bar [57.9, 74.1, 64.5, 63.9]
    bar [37.3, 72.7, 60.6, 42.7]

Gold = Astra ยท Second = GPTโ€‘5.6 Sol

Benchmark ๐ŸŒŸ Astra Sol Fable 5.1 Opus 5 Bar (Astra)
Terminal-Bench 4.0 57.9% 37.3% 55.8% 52.6% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
DeepSWE v1.1 74.1% 72.7% 67.4% 73.7% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
FrontierCode 1.1 Extended 64.5% 60.6% 63.6% 63.6% โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
Internal DB migration 63.9% 42.7% 57.8% โ€” โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ

On Terminal-Bench, Astra cost roughly **9% less* per task than Sol and 63% less than Fable 5.1.*

๐Ÿงต The quieter upgrade: it stops forgetting

Long sessions have always failed the same way. The context window fills, the model compacts โ€” squashing everything into one summary โ€” and details vanish. Why a fix failed. How a component behaves. The constraint you gave an hour ago.

In Codex, Astra keeps notes across context windows, and earlier windows stay searchable.

flowchart LR
    subgraph C["โŒ Compaction โ€” the old way"]
        direction LR
        W1["window 1"] --> S["๐Ÿ“„ one summary"]
        W2["window 2"] --> S
        W3["window 3"] --> S
        S --> K1["keeps working"]
        S -.->|"detail dropped here<br/>is gone for good"| X["๐Ÿ—‘๏ธ lost"]
    end

    subgraph N["โœ… Astra in Codex โ€” notes + recall"]
        direction LR
        V1["window 1"] --> NT["๐Ÿ—’๏ธ running notes"]
        V2["window 2"] --> NT
        V3["window 3"] --> NT
        NT --> K2["keeps working"]
        K2 -.->|"searches earlier<br/>windows on demand"| V2
    end

Compaction is lossy and one-way. Astra writes notes and keeps old windows searchable โ€” so a forgotten requirement becomes a lookup, not a loss. Experimental flag in your Codex config.toml today; default in the coming weeks.

๐Ÿงต Memory, measured. On long-context retrieval (MRCR v2, 8 needles) Astra held 100% from 256Kโ€“512K tokens and 96.3% from 512Kโ€“1M โ€” vs 91.5% and 73.8% for Sol. It stays reliable exactly where models normally lose the plot.


๐Ÿ”ฌ Science, maths and health

Astra did something models haven't done before: it contributed new mathematics. ๐Ÿงฎ

๐Ÿ”ข Result What changed
Small prime gaps For a decade the best result said infinitely many primes sit โ‰ค 246 apart. Julia Stadlmann recently got it to 240. Astra helped establish 186.
Large prime gaps Astra improved a term in a bound that had stood unchanged for 80+ years.

OpenAI published the proofs, an abridged chain of thought, and verification materials for both.

xychart-beta
    title "Science & maths benchmarks (%)"
    x-axis ["FrontierMath T4", "GPQA Diamond", "TB Science 0.1", "HealthBench Pro"]
    y-axis "Score" 0 --> 100
    bar [97.6, 96.0, 64.6, 63.4]
    bar [83.0, 94.6, 22.4, 60.5]

Gold = Astra ยท Second = GPTโ€‘5.6 Sol

Benchmark ๐ŸŒŸ Astra Sol Fable 5.1 Opus 5
FrontierMath Tier 4 (v2) 97.6% 83.0% 87.8% 73.2%
GPQA Diamond 96.0% 94.6% 93.7% 93.7%
Terminal-Bench Science 0.1 64.6% 22.4% 52.6% 30.0%
HealthBench Professional 63.4% 60.5% 58.1% 56.4%
LifeSciBench 60.3% 59.9% โ€” โ€”
GeneBench Pro 37.1% 32.3% โ€” โ€”

๐Ÿงฌ And it can drive the lab software too

โ–ถ Watch: a cell-tracking workflow, in real time

Because it can operate specialist software, Astra can open a genomics tool, inspect sequencing quality, visualise genetic variation and tell a researcher where to look next โ€” instead of describing how one might.


๐Ÿง  How Astra thinks โ€” and why experts are worried

This is the most important part of the launch, and most coverage skips it.

Older reasoning models wrote their thinking down: step 1, step 2, step 3. That trail was the safety community's best window into why a model did something โ€” you could put a monitor on it.

Astra uses a technique widely reported as "recurrent depth" (also called opaque recurrence): it loops over a problem internally, in its own numeric representations, instead of writing each step out as text.

flowchart TB
    subgraph OLD2["๐Ÿ” Written reasoning โ€” a monitor can read it"]
        direction TB
        P1["Prompt"] --> S1["step 1 (text)"]
        S1 --> S2["step 2 (text)"]
        S2 --> S3["step 3 (text)"]
        S3 --> A1["Answer"]
        S2 -.->|"๐Ÿ‘๏ธ readable"| MON1["Safety monitor"]
    end

    subgraph NEW2["๐ŸŒ€ Recurrent depth โ€” fewer written steps"]
        direction TB
        P2["Prompt"] --> L["๐ŸŒ€ internal loop<br/>ร—N passes<br/><i>not written down</i>"]
        L --> L
        L --> A2["Answer"]
        L -.->|"๐Ÿ‘๏ธ much less to read"| MON2["Safety monitor"]
    end

The trade-off in one line: the same property that lets Astra solve a problem in fewer written steps means there are fewer written steps to inspect.

OpenAI says so itself in the launch post โ€” its evaluations found Astra's written reasoning harder to monitor than Sol's on tests that explicitly asked it to evade monitoring.

๐Ÿ˜Ÿ What the critics said

Who What they said
Ryan Greenblatt ยท chief scientist, Redwood Research Called it the single worst development for AI safety and security to date
Buck Shlegeris ยท CEO, Redwood Research Pushing the technique further moves reasoning out of visible channels entirely
Micah Carroll ยท preparedness lead, OpenAI A major capability jump and an important monitorability regression; labs need shared minimum standards
Jakub Pachocki ยท chief scientist, OpenAI OpenAI would hold back scaling rather than accept further loss of monitoring confidence

โš–๏ธ The fair summary: OpenAI disclosed this itself, in the same post where it called Astra its most aligned model. Both are true at once โ€” better behaviour, worse visibility.


๐Ÿ” Cybersecurity: the double-edged sword

Astra is the first OpenAI model to meet the "Critical" threshold for cybersecurity under the company's Preparedness Framework. It can find and build zero-days.

Tested without production safeguards:

xychart-beta
    title "Cyber capability โ€” Astra vs GPT-5.6 Sol (%)"
    x-axis ["ExploitBench", "ExploitGym", "New bugs Jun-Aug", "SRE-Bench", "SEC-Bench Pro"]
    y-axis "Score" 0 --> 100
    bar [100, 42.4, 39.0, 88.0, 85.4]
    bar [78.5, 30.3, 5.5, 55.9, 79.1]
Benchmark ๐ŸŒŸ Astra Sol What it tests
ExploitBench 100.0% 78.5% Known bugs โ†’ working exploits
ExploitGym 42.4% 30.3% Harder, open-ended exploitation
ExploitBench (Junโ€“Aug 2026) 39.0% 5.5%* Brand-new bugs, contamination-free
SRE-Bench 88.0% 55.9% Reverse-engineering binaries with no source
SEC-Bench Pro 85.4% 79.1% Broad security tasks

* OpenAI notes Sol's 5.5% is an artefact of a 300-turn limit; with fewer limits it reached 11.5%.

On SRE-Bench, Astra solved 88.0% first try and 99.2% within four attempts. During the fresh-vulnerability test it found and used two previously unknown zero-days โ€” which OpenAI says it is disclosing to the maintainers. ๐Ÿ›

โœ… Allowed today โณ Coming via OpenAI Daybreak ๐Ÿšซ Refused
Secure code review Vulnerability & PoC validation Writing proof-of-concept exploits
Patching Malware analysis Advanced offensive security work
Detection engineering

๐Ÿ›ก๏ธ Safety: the genuinely good news

On behaviour, Astra is a big improvement. OpenAI built a new evaluation informed by the "Hugging Face incident" of July 2026, testing whether a model facing an impossible task goes beyond its authorised scope.

โฌ‡๏ธ Lower is better on every row.

Test ๐ŸŒŸ Astra Sol Fable 5.1 Opus 5
Went beyond authorised target (impossible task) 0% 48% โ€” โ€”
Internal computer-use safety benchmark 2.4% 22.0% 9.5% 11.5%
โ€ฆwith Auto-Review on 1.8% 4.3% โ€” โ€”
ExploitGym honeypot 0.0% 48.2% โ€” โ€”
Tried to circumvent an Auto-Review denial 0.00% 0.29% โ€” โ€”
Internal hallucination benchmark 4.2% 12.2% โ€” โ€”
  • ๐ŸŽฏ 0% out-of-scope. Where Sol overstepped nearly half the time, Astra did so in none of the tested cases.
  • ๐Ÿ—ฃ๏ธ 3ร— less overclaiming about its own capabilities โ€” fewer confident promises it can't keep.
  • ๐Ÿ›‘ Live monitoring in production. Classifiers watch reasoning and actions and can auto-stop unauthorised activity. Side effect: legitimate work occasionally gets paused โ€” you confirm in ChatGPT/Codex; in the API the task simply stops.

โš–๏ธ The honest bit: where Astra is not best

Every launch post is a highlight reel. Read OpenAI's own tables carefully and you find:

Benchmark ๐ŸŒŸ Astra Best rival Verdict
Humanity's Last Exam (w/ tools) 57.2% 65.0% โ€” Claude Fable 5.1 โŒ Clear loss
AA Intelligence Index v4.1.1 61.2 65.7 โ€” Claude Fable 5.1 โŒ Loss
AA Coding Agent Index v1.4 67.0 68.1 โ€” Claude Opus 5 โŒ Loss
FrontierCode 1.1 Main 53.3% 53.5% โ€” Claude Fable 5 ๐Ÿค Tie
DeepSWE v1.1 74.1% 73.8% โ€” Gemini 3.8 Flash ๐Ÿค Within noise
Chain-of-thought monitorability worse GPTโ€‘5.6 Sol โš ๏ธ Regression, disclosed by OpenAI

Three caveats that apply to every number above:

  1. ๐Ÿ“ Scores are the maximum at any effort setting โ€” best-case runs, not casual chat results.
  2. ๐Ÿ  OpenAI ran the comparisons. Rival scores carry footnotes about modified evals, fallbacks and different harnesses.
  3. ๐Ÿ”ฌ Benchmarks aren't your job. 97.6% on research maths says nothing about whether it'll format your quarterly report right.

๐Ÿ’ฐ Price and access

Standard Fast mode
๐Ÿ“ฅ Input / 1M tokens $10 $20
๐Ÿ“ค Output / 1M tokens $50 $100
โ™ป๏ธ Cached input / 1M $1 โ€”
โšก Speed baseline up to 2ร—

ChatGPT โ€” rolling out to Plus, Pro, Business, Enterprise; included in your existing allowance, extra credits purchasable. Pro/Business/Enterprise also get GPTโ€‘6 Astra Pro. Enterprise admins must switch it on โ€” it's off by default.

API โ€” gpt-6-astra, also on Microsoft Azure and AWS Bedrock. Zero Data Retention for eligible customers; Private Safety Processing in testing.

๐Ÿ’ก Cost tip: Astra costs more per token but repeatedly used fewer tokens to reach a better score โ€” up to 65% fewer on one benchmark. Judge it on cost per finished task, not cost per token.


๐Ÿ—“๏ธ The rollout

timeline
    title GPT-6 Astra rollout
    3 Sep 2026 : Limited preview to trusted partners : Cybersecurity programme partners first
    4 Sep 2026 : Public release begins : Limited set of organisations
    Following days : ChatGPT Plus, Pro, Business, Enterprise : OpenAI API, Azure, AWS Bedrock
    Coming weeks : Codex notes become the default : OpenAI Daybreak expands cyber access

๐Ÿ™‹ Should you care?

If you areโ€ฆ What changes
๐Ÿ‘” An office worker Delegate the click-heavy stuff โ€” forms, CRM, calendars, decks on your template. Review instead of produce.
๐Ÿ’ป A developer Better terminal and migration work; long sessions stop losing context. Turn on the Codex notes flag.
๐Ÿ”ฌ A researcher It operates your specialist software, not just describes it. On hard maths it's a genuine collaborator.
๐Ÿ” A security team Secure code review and patching today, more as Daybreak expands. Also: attackers get better tools too.
๐Ÿข An IT admin Off by default on Enterprise. Plan the rollout; expect occasional safety pauses on legitimate work.
๐Ÿ™‚ Just curious Hand it a whole errand โ€” "find three pediatricians near me who take my insurance and book the earliest" โ€” not a question.

๐Ÿ“Š The full benchmark table

All figures as published by OpenAI. Scores are the maximum at any effort setting. "โ€”" = not reported.

Benchmark ๐ŸŒŸ Astra GPTโ€‘5.6 Sol Fable 5.1 Fable 5 Opus 5 Gemini 3.8 Flash
๐Ÿ–ฑ๏ธ Computer use
Agents' Last Exam 59.3% 53.6% โ€” 48.7% 55.5% โ€”
OSWorld 2.0 (offline, partial) 72.6% 65.7% โ€” โ€” 70.2% โ€”
ScreenSpot-Pro (no tools) 92.7% 76.9% โ€” 87.3% โ€” โ€”
๐Ÿ’ผ Professional
AutomationBench 41.4% 18.1% 31.4% 17.4% 26.9% โ€”
BenchCAD 95.9% 83.3% 84.3% 67.5% 82.1% โ€”
BrowseComp 91.5% 90.4% โ€” 87.4% 90.8% โ€”
OpenScore String Quartets 0.84 0.19 โ€” โ€” โ€” โ€”
Internal design tasks 50.0% 47.4% โ€” 35.8% โ€” โ€”
Internal data-science tasks 40.9% 30.5% โ€” 34.7% โ€” โ€”
AA Intelligence Index v4.1.1 61.2 60.9 65.7 62.1 63.1 58.7
๐Ÿ’ป Coding
Terminal-Bench 4.0 57.9% 37.3% 55.8% 44.5% 52.6% 19.1%
DeepSWE v1.1 74.1% 72.7% 67.4% 69.9% 73.7% 73.8%
FrontierCode 1.1 Extended 64.5% 60.6% 63.6% 64.9% 63.6% 56.3%
FrontierCode 1.1 Main 53.3% 47.5% 50.9% 53.5% 53.4% 43.6%
Internal DB migration tasks 63.9% 42.7% 57.8% 50.3% โ€” โ€”
AA Coding Agent Index v1.4 67.0 65.1 โ€” 67.2 68.1 61.2
๐Ÿ”ฌ Academic
Terminal-Bench Science 0.1 64.6% 22.4% 52.6% 21.4% 30.0% โ€”
FrontierMath Tier 4 (v2) 97.6% 83.0% 87.8% 87.8% 73.2% โ€”
GPQA Diamond 96.0% 94.6% 93.7% 92.6% 93.7% 95.3%
Humanity's Last Exam (w/ tools) 57.2% โ€” 65.0% 63.8% 63.6% โ€”
๐Ÿงฌ Science & health
GeneBench Pro 37.1% 32.3% โ€” โ€” โ€” โ€”
MedChemBench (internal) 49.3% 47.4% โ€” โ€” โ€” โ€”
LifeSciBench 60.3% 59.9% โ€” โ€” โ€” โ€”
HealthBench Professional 63.4% 60.5% 58.1% 60.9% 56.4% 52.1%
๐Ÿ” Cybersecurity
ExploitBench 100.0% 78.5% โ€” โ€” 70% โ€”
ExploitGym 42.4% 30.3% 30.4% 28.4% 22.0% โ€”
ExploitBench (Junโ€“Aug 2026) 39.0% 5.5% โ€” โ€” โ€” โ€”
SRE-Bench 88.0% 55.9% โ€” โ€” 12.5% โ€”
SEC-Bench Pro 85.4% 79.1% โ€” โ€” โ€” โ€”
๐Ÿ›ก๏ธ Alignment (lower is better)
Internal computer-use safety 2.4% 22.0% 9.5% 18.3% 11.5% โ€”
โ€ฆwith Auto-Review 1.8% 4.3% โ€” โ€” โ€” โ€”
Internal circumvention 0.00% 0.29% โ€” โ€” โ€” โ€”
ExploitGym honeypot 0.0% 48.2% โ€” โ€” โ€” โ€”
Internal hallucination 4.2% 12.2% โ€” โ€” โ€” โ€”
๐Ÿงต Long context
MRCR v2, 8-needle, 256Kโ€“512K 100.0% 91.5% โ€” โ€” โ€” โ€”
MRCR v2, 8-needle, 512Kโ€“1M 96.3% 73.8% โ€” โ€” โ€” โ€”
๐Ÿงฉ Abstract reasoning
ARC-AGI-3 99.9% 7.8% โ€” โ€” 30.2% โ€”
ARC-AGI-2 95.0% 92.5% 90.0% 89.2% 90.4% โ€”
ARC-AGI-1 98.5% 97.5% 97.5% 98.5% 97.5% โ€”

๐ŸŽฏ The bottom line

GPTโ€‘6 Astra is the first model where the interesting question isn't "how good is its answer?" but "how much of the job can I hand over?" ๐ŸŒŸ

The wins are real and measured: it operates software, it's roughly twice as fast at it, it stays coherent across a million tokens, it contributed genuine new mathematics, and it behaves dramatically better than the model it replaces.

The costs are real too, and OpenAI published them: a Critical cyber rating that forces a slow, gated rollout โ€” and reasoning its own tests say is harder to watch than last year's.

Both halves of that sentence are the story. ๐ŸŒ—


๐Ÿ“š Sources

  1. OpenAI โ€” "GPTโ€‘6 Astra: A new generation of intelligence" โ€” primary source for all benchmark tables, quotes, pricing, availability, and every image and video embedded above: https://openai.com/index/gpt-6-astra/
  2. Wikipedia โ€” GPTโ€‘6 Astra โ€” training run, "recurrent depth", rollout history: https://en.wikipedia.org/wiki/GPT-6_Astra
  3. 9to5Mac โ€” ChatGPT and Codex upgrade details: https://9to5mac.com/2026/09/04/openai-releasing-major-upgrade-to-chatgpt-and-codex-with-gpt-6-astra-details-here/
  4. CNBC โ€” rollout announcement: https://www.cnbc.com/2026/09/03/open-ai-astra-gpt-6-cyber.html
  5. Axios โ€” the AGI claim, Brockman: https://www.axios.com/2026/09/03/openai-astra-gpt-6-agi-brockman
  6. LLM-Stats โ€” context window, knowledge cutoff, modalities: https://llm-stats.com/models/gpt-6-astra
  7. TechRadar โ€” experts on recurrent depth: https://www.techradar.com/pro/security/why-is-there-so-much-worry-about-openai-astra-and-what-issues-could-recurrent-depth-reasoning-cause-the-experts-weigh-in
  8. Gizmodo โ€” the monitorability problem: https://gizmodo.com/openai-says-humans-need-to-be-able-to-monitor-how-ai-thinks-its-new-model-astra-makes-that-much-harder-2000807665
  9. Implicator.ai โ€” OpenAI's own monitorability finding: https://www.implicator.ai/openai-says-its-own-tests-found-gpt-6-astra-harder-to-monitor/
  10. Artificial Analysis โ€” independent index scores: https://artificialanalysis.ai/models/gpt-6-astra

Written 5 September 2026. All media is hosted by OpenAI and embedded from their public servers. Benchmark figures are OpenAI's own published numbers unless marked otherwise; context window, knowledge cutoff and modality details come from third-party trackers and may be revised.

Top comments (0)