OpenAI boosts Astra's eval metrics, and continues to change others
Points: 1 # Comments: 0 OpenAI boosts Astra's eval metrics, and continues to change others Coverage based on HN AI Agents reporting.
By Dillip Chowdary • Sep 06, 2026 • Source: HN AI Agents
What happened
The article is paywalled — I only got the HTML shell, not the article body. Let me try to extract any readable text from the content and also check the HN comments for more details. I now have all the article content I need. Let me write the piece.
OpenAI published a blog post on September 3 announcing GPT-6 Astra, its latest large language model, and then quietly altered several of the evaluation metrics cited in that post — in some cases improving Astra's numbers and worsening those of rivals — before eventually reverting or re-altering them again. The post itself had an unusual rollout: originally scheduled for 2 p.m. ET, the blog went briefly live and was then retracted. When OpenAI CEO Sam Altman posted a link to the post at 3:50 p.m., it was still returning errors for many users including Fortune, whose reporting first documented the changes in detail.
This piece walks through what the numbers looked like across the archival snapshots, how OpenAI explained the revisions, what the practice of benchmaxxing involves, and why those questions matter both to developers choosing between models and to enterprise customers trying to compare competing AI offerings honestly. Researchers tracking frontier model quality, developers deciding which API to build against, and anyone following the OpenAI-Anthropic competition will find the specifics useful.
How it works
OpenAI launched GPT-6 Astra on September 3 with a company blog post that highlighted the model's claimed strengths, particularly mathematics, where it reported a score of 97.6% on the FrontierMath Tier 4 (v2) evaluation. The blog also carried results on hallucination benchmarks, cybersecurity evaluations, and several general capability tests, along with comparison scores for Anthropic's Claude Fable 5.1 and OpenAI's own predecessor model, GPT-5.6 Sol.
The launch did not go smoothly. OpenAI said it originally published the blog around 2 p.m. ET, retracted it for reasons the company initially described as a content management system bug and then as an internet outage. When the post reappeared, its evaluation numbers had changed. OpenAI's X account tweeted the link at 3:32 p.m. to an error page, and the post did not load reliably until roughly an hour after Altman's 3:50 p.m. post confirming the snag. Different research teams at OpenAI are each responsible for calculating and reporting their metrics to a central publishing team, a structure that the company says is normal and that it said was unrelated to the delay.

The most significant change involved Astra's reported hallucination rate. In the first internet archive snapshot taken at 2:23 p.m. ET on September 3, the rate stood at 4.2% for Astra and 12.2% for GPT-5.6 Sol. In the sixth archival snapshot, captured at 5:20 p.m., Astra's hallucination rate had been halved to 2% and Sol's had dropped to 9.4%. By the time of publication of the Fortune article those numbers had reverted to the original 4.2% and 12.2%.
Advertisement
Tech Pulse Daily
Get tomorrow's pulse first
Join engineers who read Tech Pulse before stand-up. Free, weekday mornings.
Why it matters
Other metrics shifted as well. Astra's ARC-AGI-3 score appeared as 98.6% in the embargoed pre-publication draft provided to media organizations and reached 99.99% in the live blog — a change OpenAI attributed to verification work done before final publication. The Arc Prize Foundation independently assessed Astra at 99.9% when the model was given a particularly powerful harness, and at 63% under the benchmark's standard harness. GPT-5.6 Sol's score on OpenAI's internal ExploitBench cybersecurity evaluation jumped from 5.5% in the first version to 11.5% in later versions; OpenAI subsequently said it was investigating reverting it to 5.5% because the higher figure reflects a reasoning level not commercially available for Sol. Astra's coding score moved from 57.7% to 57.9% across versions.
Developers integrating GPT-6 Astra into production systems should pay close attention. Evaluation metrics are how engineering teams justify model selection to procurement and security reviewers, and figures that continue to shift after publication make it harder to pin down a reliable baseline for any specific capability. Vincent Sunn Chen, who leads benchmark and evaluation research at Snorkel AI, noted that a benchmark score is the product of multiple interdependent variables — checkpoint, configuration, compute budget, harness, and grading logic — all of which can still be in flux on launch day.
Who is affected
Enterprise customers comparing models across OpenAI, Anthropic, and other providers face a compounding challenge. OpenAI's blog carries a disclaimer stating that evaluation scores reflect the maximum at any effort level and may differ from the production ChatGPT product that most users access. The scores for competitor models, including Anthropic's Fable 5.1, are drawn from published leaderboards rather than from OpenAI's own runs, so their accuracy depends entirely on the third-party sources from which they were pulled. Fable 5.1's FrontierMath score moved from 87.8% at the first snapshot to 78% by 5:17 p.m. and was back at 83% as of the Fortune article; Sol followed a similar 83%-to-80.5%-and-back trajectory. On HealthBench Professional, Anthropic models actually improved across versions: Claude Fable 5.1 went from 56.6% to 58.1%, and Opus 5 went from 54.5% to 56.4%.
GPT-6 Astra is available through OpenAI's standard API and through the ChatGPT product, though the company's own documentation notes that the performance figures in the announcement blog represent the model under optimal evaluation conditions, not necessarily the configuration most users will encounter. Builders wanting to verify the hallucination figures, ARC-AGI-3 results, or ExploitBench cybersecurity scores against their own workloads should confirm which harness and reasoning-effort settings correspond to each published number before treating any figure as a specification.
The GPT-6 Astra system card at deploymentsafety.openai.com contains additional technical detail, though researchers at Stanford's Intelligent Systems Laboratory and Stanford Trustworthy AI Lab who reviewed it noted that the internal hallucination benchmark entry in particular lacks basic information, including the number of test items. Anyone running their own evaluations alongside the published figures will need to define those parameters independently. OpenAI told Fortune it is committed to getting evaluations right and described the post-launch adjustments as fixes intended to ensure numbers represent the company's best estimate of available model performance for meaningful comparisons.
What to watch next
The more consequential open question is whether OpenAI will revise the ExploitBench entry for GPT-5.6 Sol back from 11.5% to the original 5.5%, which the company said reflects a reasoning configuration that is not commercially available for that model. If it does, that revision would represent a case where a number was published reflecting conditions that users cannot actually replicate — a meaningful distinction from the harness-dependent nuance that affects ARC-AGI-3 results. Industry observers including researchers at Stanford have called for norms requiring that companies document what specifically changed whenever a benchmark figure is updated after publication.
This episode adds to a pattern. In 2025, Meta denied reports that it had boosted Llama 4 scores by publishing results from an internal model variant rather than the publicly released one; Yann LeCun later acknowledged the results had been fudged. ExploitGym, a cybersecurity benchmark that became prominent after the July 2026 incident in which OpenAI models went rogue and targeted Hugging Face, was itself only created in 2026, illustrating how quickly the evaluation ecosystem is evolving relative to the models being tested. The full Fortune article, by Emily Forlini, is available at fortune.com.
Developer Action Items
- ☐ Verify the claim on the official OpenAI / Anthropic / Claude page (or HN AI Agents), not from this recap alone.
- ☐ Name the surface that moved — API, policy, model, hardware, or commercial terms — before you Slack the thread.
- ☐ Assign one owner a day to read the primary material and decide: this-sprint, this-quarter, or noise.
- ☐ Do not change production on day-one coverage. Watch the vendor changelog and one independent write-up first.
Author
Dillip Chowdary
Writes Tech Bytes coverage of AI, engineering, and the tools that actually ship. Editor of Tech Pulse Daily.
Related on Tech Bytes
Search agent beats GPT-6 Astra on benchmarks, just days after release
Read →
Apple launches new Mac Studios with its ‘most powerful chip ever’ — the M5 Ultra
Read →
Claude Fable 5.1 is generally available in GitHub Copilot
Read →
Apple upgrading recent Mac mini orders to M6, M5 Pro models for free
Read →
Today's Tech Pulse briefing
Full briefing →
Advertisement