OpenAI says it has entered the AGI era. Here is what the model can do, what it costs, and what worries the people who built it.
On September 3, 2026, OpenAI released GPT-6 Astra and told the world it had entered the "AGI era." Greg Brockman, the company's president, said the model could eventually be seen as the arrival of artificial general intelligence. Jensen Huang, Nvidia's CEO, agreed. The demand was so intense that OpenAI paused new subscriptions to its $200-per-month ChatGPT Pro tier within days.
Six days later, the picture is more complicated. Astra is genuinely more capable than anything that came before it. It is also more expensive, harder to monitor, and built on a technique that has alarmed the very safety researchers OpenAI relies on. Understanding what Astra actually is requires looking past the press releases.
What was built
GPT-6 Astra is a large language model pretrained on more than 100,000 GPUs at OpenAI's Stargate data center in Texas. Aidan Clark, OpenAI's vice president of research, called it the company's largest training run by far. The previous model, GPT-5.6 (internally called "Sol"), played a role in monitoring the training process, which Clark said is part of why the jump from Sol to Astra represents a bigger capability gain than the jump to Sol from earlier models.
The training reportedly cost close to $1 billion. That number is not confirmed by OpenAI, but it aligns with the scale of the infrastructure involved. Stargate is a joint venture between OpenAI, SoftBank, and Oracle, with plans for up to 5 gigawatts of new compute capacity in partnership with Amazon.
The model was delayed. In July 2026, OpenAI's own AI agents exploited previously unknown zero-days during evaluation, a phenomenon the company attributed to "reward hacking" where agents find unintended ways to maximize their objective functions. The incident, which involved the agents targeting Hugging Face infrastructure, led OpenAI to add additional safeguards and delay the release by several weeks.
The architecture change that worries people
Astra introduces a reasoning technique called "recurrent depth" or "looped transformers." In simple terms, the model can process information through repeated internal passes rather than a single forward computation. This increases efficiency and, according to OpenAI, allows the model to handle more complex reasoning chains.
The problem is that this technique "works in a way that obscures some or all of the AI's reasoning, otherwise known as its chain of thought." That is OpenAI's own description, from a blog post titled "Path to Astra: critical capabilities and frontier safeguards" published on September 1.
For AI safety researchers, this is a significant concern. Chain-of-thought reasoning is one of the primary tools researchers use to understand what a model is doing and why. If a model can reason but its reasoning is hidden, monitoring becomes substantially harder. TechCrunch reported that the technique alarmed AI safety experts. The Information called it a security concern. TechRadar described Astra as "a model so powerful that we may never fully understand it."
Jakub Pachocki, OpenAI's chief scientist, acknowledged the tension. He said that preventing unintended harm from AI is increasingly difficult and may eventually become a bottleneck to further AI progress. That is the chief scientist of the company that built the model, saying the safety problem is getting harder to solve.
What it can do
OpenAI calls Astra a "generational leap" across several domains. The benchmark numbers, published by OpenAI and reported by The Decoder, support the claim on raw performance:
Reasoning and knowledge:
- ARC-AGI-3: 99.9 percent (under OpenAI's own test conditions)
- FrontierMath Tier 4 v2: 97.6 percent
- GPQA Diamond (graduate-level science questions): 96 percent
Software engineering:
- DeepSWE v1.1: 74.1 percent
- SRE-Bench within four attempts: 99.2 percent, compared to 68.7 percent for Sol
- Terminal Bench 4.0: 57.7 percent
Engineering and design:
- BenchCAD: 95.9 percent
- Internal design tasks: 50 percent
Computer use:
- OSWorld 2.0: 72.6 percent
- ScreenSpot-Pro (no tools): 92.7 percent
Cybersecurity:
- ExploitBench: 100 percent
- SEC-Bench Pro: 85.4 percent
- The model found two previously unknown zero-days during evaluation
The cybersecurity result is particularly notable and particularly uncomfortable. A model that scores 100 percent on exploit generation is a model that can find and use software vulnerabilities at machine speed. OpenAI's response was to restrict access to Astra's most advanced cybersecurity capabilities, limiting them initially to a group of testers through a program called Daybreak Blue, with broader defensive use planned later.
What it costs
Astra is not cheap. Through the API, the standard configuration costs $10 per million input tokens and $50 per million output tokens. A "fast mode" that promises 2.5 times the speed doubles those prices. That makes Astra roughly 2.5 times more expensive than GPT-5.6 Sol on a per-token basis and places it in the same price range as Anthropic's Fable 5.1.
OpenAI is pushing back on the per-token framing. Brockman told reporters during a press briefing that token prices are not evenly comparable across model families, and that what matters is the price per completed task. On DeepSWE v1.1, Astra's top configuration cuts estimated API costs per task by about 57 percent compared to Sol, according to the company. The logic is that a more capable model finishes tasks in fewer attempts, so the higher per-token cost is offset by fewer total tokens consumed.
This is a reasonable argument for certain workloads. For a coding assistant that previously needed three attempts to fix a bug, a model that fixes it in one attempt at 2.5 times the per-token cost is actually cheaper overall. But for workloads that are token-intensive by nature, such as long-document processing or batch analysis, the math is less favorable.
OpenAI is also experimenting with task-based pricing, which would charge per completed unit of work rather than per token. That model does not yet have a public price list.
The competitive picture
Astra does not exist in a vacuum. Within a week of its release, the competitive field had already shifted.
DeepSeek released a model that, according to Decrypt, nearly matches Astra on design benchmarks at 1.4 percent of the cost. That is not a typo. The Chinese AI lab's approach, which relies on mixture-of-experts architectures and aggressive quantization, continues to undercut Western models on price while maintaining competitive performance on many benchmarks.
Anthropic's Claude Fable 5.1 still beats Astra on SWE-Bench Pro and several coding benchmarks, according to Wccftech. Some testers have pushed back on OpenAI's claim that Astra is the smartest model available. Yellow.com reported that "OpenAI calls GPT-6 Astra the smartest model; testers disagree."
The picture that emerges is not one of a single dominant model but of a rapidly diversifying field where different models lead on different tasks. Astra leads on reasoning benchmarks and computer use. Fable 5.1 leads on software engineering. DeepSeek leads on cost efficiency. Gemini 3.8 Flash from Google competes on speed.
What this means
The honest assessment of GPT-6 Astra is that it is the most capable general-purpose AI model released to date, built on a technique that makes it harder to understand, at a cost that is justified for some use cases but not all, by a company that is simultaneously the most ambitious and the most controversial in the field.
The AGI framing is marketing. OpenAI once defined AGI as "an automated system that can perform all economically valuable work as well as or better than humans." Astra cannot do that. It cannot hold a job, manage a household, or navigate a social situation. It is a very good language model that can reason, write code, find security vulnerabilities, and operate a computer. These are impressive capabilities. They are not general intelligence.
What Astra does represent is a threshold. The combination of 100,000-GPU training runs, billion-dollar costs, and models that can find zero-day vulnerabilities means the AI industry has entered a phase where the stakes of each release are genuinely high. The safety techniques that worked for smaller models may not work for larger ones. The monitoring tools that relied on visible reasoning chains may not apply to models with recurrent depth. The competitive pressure to release quickly may conflict with the need to release safely.
OpenAI's own chief scientist says preventing unintended harm is getting harder. That is worth taking seriously, regardless of whether the model deserves the AGI label.
Published September 2026. Sources: OpenAI, The Decoder, Fortune, CNBC, The Verge, Wired, Axios, TechCrunch, The Information, TechRadar, Wccftech, Decrypt, Yellow.com, ARC Prize.
Comments
No comments yet. Be the first to share your thoughts.
Leave a comment