OpenAI has launched GPT-6 Astra with one of its boldest product claims yet: “Anything you can do on a computer, Astra can do for you.” The interesting part is not that GPT-6 is better at answering questions. Astra is designed to operate software, browse websites, write and test code, manipulate files and complete multi-step professional work rather than merely explain how a human could do it.
The official GPT-6 Astra announcement backs that positioning with substantial improvements in computer-use benchmarks, coding and professional tasks. It also exposes the limitation hidden inside the headline: even OpenAI’s strongest computer-use results are not close to evidence that Astra can reliably perform every task a human can perform on a computer.
| GPT-6 Astra detail | What OpenAI says | What it means in practice |
|---|---|---|
| Computer use | 72.6% on OSWorld 2.0 | A significant advance, but autonomous computer work still needs checking |
| Speed | About 47% less time per OSWorld task than GPT-5.6 Sol | Long agent workflows become more commercially realistic |
| Professional automation | 41.4% on AutomationBench versus 18.1% for GPT-5.6 Sol | The improvement is particularly large on multi-step work rather than simple chat |
| Cybersecurity | OpenAI’s first model to reach its Critical cyber capability threshold | More useful for defensive security, but permissions and safeguards become much more important |
| API pricing | $10 per million input tokens and $50 per million output tokens | Failed long-running agent tasks can become expensive |
| Availability | Rolling out across paid ChatGPT plans and the API | Access may still vary while the rollout completes |
What “anything you can do on a computer” actually means
The important word in OpenAI’s claim is not “anything”. It is “do”.
Previous frontier models could often tell you how to update a CRM, analyse a spreadsheet, troubleshoot software or build a website. Astra is being trained around completing more of that chain itself. OpenAI gives examples including filling online forms, updating customer records, organising calendars, researching information online, drafting documents, analysing scientific data, installing software and testing websites.
This moves ChatGPT further from conventional generative AI towards agentic AI, where the model has tools, an environment and enough autonomy to pursue an outcome across several steps.
That changes what determines whether the AI is useful. Prompt quality still matters, but so do permissions, browser state, application compatibility, confirmation rules, tool reliability and the model’s ability to notice when the screen no longer matches what it expected.
Computer use is becoming more important than another intelligence benchmark
GPT-6 Astra has spectacular benchmark numbers elsewhere. OpenAI reports 97.6% on FrontierMath Tier 4, 100% on ExploitBench and 95.9% on BenchCAD. Those results will attract most of the attention.
For everyday commercial use, however, the OSWorld improvement may prove more consequential. Astra scored 72.6%, compared with 65.7% for GPT-5.6 Sol, while OpenAI’s latency simulation had Astra finishing tasks in roughly 40 minutes rather than 75.
Agent speed compounds differently from chatbot speed. Saving five seconds on a single answer is convenient. Cutting tens of minutes from a workflow involving a browser, terminal, documents, and multiple decisions can change whether delegating that workflow is economical at all.
This is also why the raw 72.6% figure should not be ignored in the excitement. It is an excellent benchmark result, but it is not 100%. Computer agents encounter authentication prompts, changed interfaces, ambiguous buttons, expired sessions, inconsistent page loading and actions that are difficult to reverse. A benchmark improvement does not make those problems disappear.
The real upgrade may be needing less hand-holding
Early reports from people using Astra are already showing a more useful pattern than the usual claims that a new model simply “feels smarter”. Some users describe it as requiring fewer clarifications, handling ambiguous instructions more sensibly and producing more concise work. Reports around larger codebases also suggest better persistence across complicated tasks.
That characteristic is disproportionately valuable for an agent. A chatbot asking one unnecessary question is mildly irritating. An autonomous workflow repeatedly stopping for clarification destroys most of the benefit of delegating the work in the first place.
There are counterexamples already. Some users report burning through usage allowances quickly, while others have encountered cybersecurity safeguards during legitimate debugging work. Experiences also vary by task and product surface.
The early lesson, therefore, is not that Astra can be left alone. It is that OpenAI may have reduced the level of supervision required for an agent to become useful. That is a much more meaningful threshold.
GPT-6 Astra’s cyber capability creates a new type of product friction
Astra is also OpenAI’s first model to reach the company’s Critical cybersecurity capability threshold. OpenAI says that, given appropriate tools and access, the underlying model can discover previously unknown vulnerabilities and develop methods to exploit well-protected systems without requiring a person to direct each step.
OpenAI says Astra discovered two previously unknown zero-day vulnerabilities during its own evaluations. The production version consequently has stronger restrictions around advanced offensive cybersecurity work.
There is an awkward operational trade-off here. A model capable of inspecting software deeply enough to find genuine security flaws also needs controls that can occasionally obstruct legitimate security research, debugging, or systems administration.
For organisations deploying Astra internally, the main governance question should therefore change from “Which prompts should employees be allowed to use?” to “Which systems should the agent be allowed to operate, and which actions require human approval?”
Browser profiles, production credentials, payment systems, customer databases and deployment tooling should not all inherit identical permissions simply because one agent can technically interact with them.
Astra makes agent reliability more important than model intelligence
This is where benchmark leaderboards can become misleading. A model can be exceptionally capable yet still a poor production agent if a failed action leaves the environment in an undesirable state.
A coding agent that proposes the wrong function can be corrected. An agent that edits a production configuration, sends an incorrect message, overwrites a document or submits a form prematurely has created a different class of problem.
OpenAI appears acutely aware of this. Astra’s launch includes additional monitoring designed to identify cases where the model may be moving outside the intended task. The company reports that Astra performed considerably better than GPT-5.6 Sol in internal tests measuring whether a model exceeded its authorised scope.
That should eventually matter as much as coding benchmark scores. Our coding agent benchmark focuses on completed work rather than treating raw model intelligence as a substitute for successful execution. Computer-use agents need the same treatment.
The economics of GPT-6 Astra are different from normal ChatGPT usage
OpenAI lists standard API pricing at $10 per million input tokens and $50 per million output tokens. Fast processing can run at up to twice the standard speed, but costs twice the standard rate.
That makes token efficiency particularly important. An agent may inspect files, process screenshots, call tools, reconsider failed actions and maintain a substantial history before producing the final result. A workflow that looks cheap when judged by the final answer can be expensive when the entire trajectory is taken into account.
Some early users report lower token consumption than competing frontier models, while others find that Astra consumes paid usage allowances noticeably faster than GPT-5.6 Sol. Both observations can be true because agent economics depend heavily on the task, the reasoning setting, and the number of unsuccessful actions.
The metric worth watching, therefore, is not cost per million tokens. It is cost per successfully completed workflow.
How we would evaluate Astra before giving it meaningful access
The worst way to evaluate a computer-use agent is to give it a few impressive demo tasks and then connect it to production systems. A useful test should deliberately expose the places where autonomous workflows normally fail.
- Start in a disposable environment. Use test accounts, sample documents and a browser profile without valuable saved credentials.
- Give it an ambiguous instruction. Check whether Astra makes a reasonable assumption, asks for clarification or confidently heads in the wrong direction.
- Introduce a failure halfway through. Change a file, move a button or cause a tool call to fail. Recovery is more informative than a perfect first run.
- Test permission boundaries. Put an attractive but unauthorised action within reach and check whether the agent respects the original scope.
- Inspect the finished state, not the narrative. Verify the database, file, webpage, or application itself rather than accepting the agent’s statement that the task succeeded.
- Record the total cost and intervention count. A task completed after four rescues is not equivalent to an autonomous completion.
GPT-6 Astra is a bigger deal if the boring workflows work
The most impressive Astra demos involve coding, scientific research, cybersecurity, CAD and complex professional software. Those capabilities deserve attention, but they may not determine how quickly computer agents spread.
The larger change comes if Astra can reliably handle mundane chains of work: opening the correct record, finding information across several systems, editing the right document, checking the result and moving on without needing a human every two minutes.
That is where the difference between a chatbot and an agent becomes economically meaningful.
OpenAI’s claim that Astra can do anything a person can do on a computer should still be treated as positioning rather than a literal statement of reliability. The benchmark data itself shows there is plenty of room for failures. What GPT-6 Astra appears to change is the distance between a model that understands a task and a system that can actually carry it through.
If that gap keeps shrinking, the important question around future frontier models will no longer be whether they can answer better than the previous generation. It will be how much real computer access we are prepared to give them.