GPT-6 Astra is the best computer-use model anyone has shipped, it costs 2.5x the model it replaces, and on independent reasoning tests it is flat. All three are true. This guide is about what to do with that.

It is written for the person who has to decide what runs where on Monday, not for the timeline argument about whether this is AGI.

The path
Seven sections, four moves
ORIENT ROUTE RUN GUARD 1 2 3 4 5 6 7 what it is the harness routing QA not build knowledge base failure modes Monday what you are buying pick the task shape make it useful safely, and worth it
Read left to right, or jump to the move your week needs.
Deciding whether to switch137
You already have access346
You run the engineering org267
You run the company127
Start from zero1234567
The shape of it
One model, two very different verdicts
It got much better at doing. It did not get better at thinking. DOING  /  ARC-AGI-3, NEUTRAL STANDARD HARNESS GPT-5.6 SOL 7.8 ASTRA 62.7 EIGHT TIMES SOL, ON THE HARNESS ANYONE CAN REPRODUCE. ALSO EXPLOITBENCH 78.5% TO 100%. THINKING  /  ARTIFICIAL ANALYSIS INTELLIGENCE INDEX GPT-5.6 SOL 61 ASTRA 61 CLAUDE FABLE 5.1 66 IDENTICAL TO THE MODEL IT REPLACES. FIVE POINTS BEHIND FABLE, AT THE SAME PRICE. Both bars are the same scale. Route by which one your task sits on.
Drawn to one scale so the contrast is real rather than rhetorical. The execution gain is eightfold and reproducible; the reasoning line does not move at all.
Data: ARC Prize and Artificial Analysis, September 3, 2026. Chart: nativefirst.ai

For completeness, the other execution numbers: OSWorld 2.0 offline went from 65.7% on Sol to 72.6% on Astra, with Claude Opus 5 at 70.2% in between, and ExploitBench went from 78.5% to 100%. The OSWorld gain is real but modest; the ARC-AGI-3 jump is the one with a factor in front of it.

1. What you are actually buying

Strip the launch language and Astra is one capability sold hard: it can drive a computer for hours without losing the thread. Everything else in the announcement is downstream of that.

The pricing is $10 per million input tokens and $50 per million output. Two comparisons matter and most coverage only made the first:

Against GPT-5.6 Sol, it is 2.5x. That is the number your CFO will ask about, and the capability gain is real but not obviously 2.5x real for general work.

Against Claude Fable, it is identical. That is the number that should drive your decisions. At the same price you are choosing between a model that is ahead on operating software and one that is ahead on reasoning quality. Price has stopped being the tiebreaker, which means task shape is the only tiebreaker left.

Budget for two things that are not in the headline rate. Search and computer-use tool calls bill per call on top of tokens. And long agentic runs are exactly the workload that generates the most tokens, so the bill scales with the capability you bought it for.

2. The 37-point lesson, and why it is the most useful thing in the launch

On ARC-AGI-3, Astra scored 99.9% under OpenAI's own Provider Adapter harness and 62.7% under ARC Prize's standard harness. Same model, same tasks. The difference is that the Provider Adapter preserves opaque reasoning state between requests and compacts long contexts, so the model reuses prior work instead of rebuilding it.

The cost detail is the part to internalise: the run that scored 37 points higher was also 3.66x faster, used 49% fewer tokens, and cost $7,281 less. Better scaffolding was not a tax on performance. It was the performance.

Greg Kamradt
Greg
Kamradt

"Saturating the benchmark would not represent proof of achieving AGI."

ARC Prize · September 3, 2026

Take the operator lesson rather than the AGI argument. A frontier lab found 37 points of capability by changing what the model carries between calls. Nobody has done that work on your workflows. Whatever you are running today is on the equivalent of the standard harness, and the gap between your current results and your achievable results is probably larger than the gap between two model versions.

Concretely, the three things the Provider Adapter did are three things you can do:

Carry state between calls instead of restarting the context each time. Compact rather than truncate when the context fills, so earlier work survives in summary instead of falling off the end. Let the model reuse its own prior reasoning rather than forcing it to re-derive. That is not exotic infrastructure. It is a week of plumbing on most stacks.

3. Route to it, route past it

The routing rule follows straight from the profile. Send Astra the work where the task is operating something over time. Send reasoning-dense work elsewhere, because at the same price you can currently get better judgment.

Fig. 2
A routing table you can actually apply
Task shape decides, not model loyalty. ROUTE TO ASTRA Driving a browser or desktop app Terminal and environment work QA sweeps against a real UI Long-horizon corpus assembly Defensive security review THE WORK IS OPERATING SOMETHING ROUTE PAST IT Product and architecture judgment High-stakes writing and positioning Cheap high-volume classification Anything reasoning-dense Anything a small model already passes SAME PRICE BUYS BETTER JUDGMENT TODAY ROUTE NOWHERE YET Unattended runs that touch money, credentials, or customers. A model that operates your computer for hours has the blast radius of an employee and none of the accountability. Two frontier models at one price is a routing problem, not a procurement decision.
The third band is the one companies skip. Long autonomous computer use is exactly the capability that makes an unsupervised mistake expensive.
Framework: nativefirst.ai. Benchmark inputs: OpenAI, Artificial Analysis, ARC Prize, September 2026

4. Computer use is for QA, not building

The single best piece of operating guidance from launch week came from Claire Vo, who used Astra on real production work and landed on a rule.

Claire Vo
Claire
Vo

"How I'm using browser use for QA, not building, and what it found that I would've missed."

Claire Vo, ChatPRD · September 3, 2026

The logic holds up on inspection. Building through a UI is the slowest possible way to build, because the API underneath is faster, cheaper and more reliable. But QA through a UI is the only honest way to QA, because the UI is what your customer touches, and a model clicking through it at 3am finds the things your test suite was never pointed at.

So the highest-value first deployment is not "let it build the feature." It is "let it use the product the way a customer would, every night, and tell you what broke." That work has ground truth, a clear owner, and a baseline you already measure.

Vo's other observation is the one with strategic teeth, and it cuts against the direction most AI architecture writing has been running: UI is back. If agents operate software through its interface, then the interface is an agent surface, not a legacy human affordance to be deleted. That is worth sitting with if you had concluded that the API is the only thing that matters. Both can be true: the record layer matters more, and the screens just became machine-readable.

5. The knowledge-base pattern

The most transferable demo of the week was not a coding benchmark. Ethan Mollick pointed Astra at tens of thousands of his own emails, writings and calendar entries and had it assemble a personal knowledge base of research, contacts, ideas, relationships and tasks.

That is a company-shaped job wearing a personal disguise. Every organisation has a decade of decisions sitting in inboxes, documents and calendars that nobody can query, and until now assembling it was a project nobody would fund. Long-horizon computer use changes the arithmetic, because the model can grind through the corpus for hours without supervision and the cost is tokens rather than a team.

If you do this, do it on a copy, scope credentials to read-only, and pick a corpus with a clear boundary. The failure mode is not a bad summary. It is a model with live credentials to everything because it was easier than scoping.

6. What actually goes wrong

It overcomplicates. This is the consistent complaint from the people who liked it most. Dan Shipper's read is that Fable still has better instincts for building a product, and the failure mode is not wrong output, it is elaborate output. Watch for this on anything where a simple answer was correct.

The bill scales with the thing you bought. Hours-long autonomous runs plus per-call tool billing is a combination that surprises people in month two, not week one. Set a budget per workflow before the first unattended run, not after.

The headline number is not your number. OpenAI's best benchmark result came from OpenAI's own harness. Your results will come from your harness. Assume the neutral figure is the honest starting point and that the gap is yours to close.

Offensive security work is gated. Astra supports defensive work, secure code review and patching, and refuses advanced offensive tasks such as writing proof-of-concept exploits. If your security team was planning red-team automation, plan around this.

7. What to do Monday

Do not switch your default model. Add Astra as a route, not a replacement. The independent index says your general reasoning gets no better and your bill gets 2.5x worse if you move everything.

Pick one long-horizon job and run it overnight. Nightly QA against your real UI is the highest-signal first test, because you will know by morning whether it found something your tests missed. That is a falsifiable pilot, which is rarer than it should be.

Audit what your agents carry between calls. This is the 37-point question applied to your own stack. Are you restarting context every call? Truncating instead of compacting? Making the model re-derive what it already worked out? Fix that before you shop for a better model.

Write the blast-radius rule before the capability tempts you. Decide now what an unattended run is allowed to touch. A model that can operate any application for hours is only as safe as the credentials you handed it.

The launch argument was about whether this is the AGI era. The operator question is smaller and more useful: OpenAI found 37 points in the scaffolding around a model that was already trained.

Yours is untouched.

Want the harness built, not just the model swapped?

Book a free Diagnostic: 30 to 45 minutes, no deck, no pitch. We pick the one workflow where long-horizon computer use pays for itself, and scope what it takes to run it unattended without handing an agent the keys to everything.

Book the Diagnostic →
Sources
1OpenAI, "GPT-6 Astra: A new generation of intelligence", September 3, 2026: claimed state of the art on FrontierMath Tier 4, ARC-AGI 3, TerminalBench-4.0, Terminal-Bench Science 0.1 and HealthBench Pro; ExploitBench 100% (GPT-5.6 Sol 78.5%); OSWorld 2.0 offline 72.6% (Sol 65.7%, Claude Opus 5 70.2%). Rollout via limited Daybreak Access, then ChatGPT Plus/Pro/Business/Enterprise, the API and AWS. Defensive cyber work supported; advanced offensive work such as proof-of-concept exploits refused. openai.com
2ARC Prize, "OpenAI's GPT-6 Astra on ARC-AGI-3", September 3, 2026: 62.7% on the Semi-Private set at maximum reasoning effort under the Standard harness at a total cost of $26,098, versus 99.9% at high reasoning effort under the Provider Adapter harness at $18,817, which was ~3.66x faster by elapsed time and used 49% fewer tokens. The Provider Adapter "preserves opaque reasoning state between requests and uses compaction for longer conversations, allowing the model to reuse prior work"; the Standard harness carries forward only notes the model chooses to keep. Prior scores: Claude Opus 5 30.2%, GPT-5.6 Sol 7.8%. ARC Prize's caveat: "saturating the benchmark would not represent proof of achieving AGI." arcprize.org
3Simon Willison, "GPT-6 Astra", September 3, 2026, for pricing and the benchmark caveat: $10/million input and $50/million output, matching Claude Fable; "clearly OpenAI's Fable competitor"; on Artificial Analysis's Intelligence Index Astra scores 61, level with GPT-5.6 Sol and behind Claude Fable 5.1 at 66. simonwillison.net
4Claire Vo, "GPT-6 Astra is a banger, here's everything I've built", Lenny's Newsletter, September 3, 2026: one-shot wins including a ChatPRD product-intelligence feature she had failed at for six months, an AIM-style Mac desktop app, a Divoom MiniToo hardware CLI chased since GPT-5.5, and Blender 3D assets. Her rule: browser use "for QA, not building." Also argues "UI is genuinely back" and what that means for SaaS and MCPs. lennysnewsletter.com
5Dan Shipper, "Vibe Check: GPT-6 Astra Is a Big Upgrade With Some Bad Habits", Every, September 3, 2026 (partly paywalled): "a big upgrade from 5.6-Sol, with some frustrating habits that keep it from matching Fable at the top end." Astra wrote the piece's first draft from a single prompt. every.to
6Aaron Levie, September 3, 2026, on Box's enterprise complex-work eval: "It is now the best model we've ever tested on our expanded and hardest test set." x.com
7Ethan Mollick, September 3, 2026: assigned GPT-6 tens of thousands of emails, writings and calendar appointments to assemble a personal knowledge base of research, contacts, ideas, relationships and tasks. x.com
8Sam Altman, September 3, 2026: "We believe it is the best model in the world for computer use, professional work, science, coding, cybersecurity, and more." Greg Brockman's "not unreasonable to feel that we are now in the AGI era" and Tobi Lutke's one-word "Singularity" reaction date from the same day. x.com
John Tan
John Tan

Founder and CEO of nativefirst.ai. Embeds with scaling founders and CEOs to ship Level-3 agents and AI workflows in production.