Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Farage senior aide filmed suggesting way to avoid donations law

    September 3, 2026

    AI data centres are booming in Australia – but at what cost?

    September 3, 2026

    OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold

    September 3, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Farage senior aide filmed suggesting way to avoid donations law
    • AI data centres are booming in Australia – but at what cost?
    • OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold
    • Capsule Security Launches ‘AI Circuit Breaker’ to Stop Rogue Agents
    • Bitcoin Bear Market May Not Yet Be Over, Says Fidelity
    • BBC Inside Science – The quest for dark matter
    • In South Florida, a Crackdown on Overdue Electricity Bills Coincides With Peak Summer Heat, ICE Enforcement
    • Job posting indicates rare investment into Venezuela’s gold industry
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Thursday, September 3
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Artificial Intelligence

    OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 3, 2026 Artificial Intelligence No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Today, OpenAI released GPT-6 Astra. The company calls it its most intelligent and aligned model, and positions it primarily as a computer-use system rather than a chat model. The pitch is that Astra operates software the way a person does, across browsers, spreadsheets, desktop applications and terminals, and finishes multi-step jobs instead of describing how to do them.

    Is it deployable? Partly, and not on your own hardware. Astra is a closed, hosted model with no released weights, so self-hosting is not an option. It is live today only for organizations in OpenAI’s Trusted Access and Daybreak programs.

    What is actually new

    The main change for devs is context handling. Codex previously used compaction, summarizing earlier turns once context filled up. That process discards the detail an agent later needs: why a fix failed, which tests ran, which requirement was added early. Astra instead keeps notes across context windows and searches back into earlier messages and tool output. The feature ships experimental behind a config.toml setting and becomes the Codex default in the coming weeks.

    Astra can also ask the user a question while continuing work that does not depend on the answer. That removes a common agent failure where one unresolved decision stalls an entire job.

    On the model page, Astra lists a 1,050,000-token context window, 128,000 max output tokens and an April 30, 2026 knowledge cutoff. Input is text and image, output is text only. reasoning.effort adds two new levels above high: xhigh and max. Tool support covers computer use, hosted shell, apply patch, skills, MCP and tool search. Fine-tuning is not supported.

    The benchmark picture

    OpenAI reports 72.6% on OSWorld V2-Offline against 65.7% for GPT-5.6 Sol, with average task time falling from roughly 75 minutes to 40. Anthropic reports 77.9% for Claude Fable 5.1 but says it used a different OSWorld release and should not be compared directly.

    Astra scores 98.6% on ARC-AGI-3. That number was produced with a Responses API harness that retains reasoning between turns and uses compaction for long contexts, and OpenAI has previously shown those settings move ARC-AGI-3 scores substantially without changing the model. The result measures the model plus the agent system.

    Other reported figures: 97.6% on FrontierMath Tier 4, 95.9% on BenchCAD Vision2Code against 84.3% for Fable 5.1, and 64.6% on Terminal-Bench Science against Anthropic’s reported 52.6%. Epoch AI notes OpenAI funded FrontierMath and has exclusive access to part of it.

    Coding is the weak spot in the story. Astra scores 74.1% on DeepSWE v1.1 versus 70.8% for Sol. Meta reported 75.4% for Muse Spark 1.3 at maximum reasoning, and the public leaderboard puts Gemini 3.8 Flash and Claude Opus 5 near 74%. On a 113-task benchmark, those gaps are one or two tasks.

    ‘;wrap.insertAdjacentHTML(‘beforeend’,h);
    });
    function run2(){var f=document.querySelectorAll(‘#bars .fill’);
    f.forEach(function(x){x.style.width=”0″});
    setTimeout(function(){f.forEach(function(x,i){setTimeout(function(){x.style.width=x.dataset.w+’%’},i*70)})},60);}

    // panel 3
    var inT=document.getElementById(‘inTok’),outT=document.getElementById(‘outTok’);
    function fmt(n){return n.toLocaleString(‘en-US’)}
    function cost(i,o,pi,po){var m=i>272000?1:0;var ci=(i/1e6)*pi*(m?2:1);var co=(o/1e6)*po*(m?1.5:1);return ci+co;}
    function calc(){var i=+inT.value,o=+outT.value;
    document.getElementById(‘inLab’).textContent=fmt(i);
    document.getElementById(‘outLab’).textContent=fmt(o);
    var a=cost(i,o,10,50),s=cost(i,o,5,30);
    document.getElementById(‘cAstra’).textContent=”$”+a.toFixed(2);
    document.getElementById(‘cSol’).textContent=”$”+s.toFixed(2);
    document.getElementById(‘cRatio’).textContent=(a/s).toFixed(1)+’x’;}
    inT.addEventListener(‘input’,calc);outT.addEventListener(‘input’,calc);calc();

    run0();run2();
    window.addEventListener(‘load’,sync);setTimeout(sync,200);setTimeout(sync,900);
    })();

    “>

    Astra is the first model OpenAI has designated as reaching the Critical cybersecurity threshold in its Preparedness Framework. In testing it developed exploits for hardened browsers and operating systems, and found two previously unknown V8 vulnerabilities that OpenAI says it is disclosing to maintainers.

    The consequences are practical. Standard access refuses advanced cybersecurity work including exploit discovery. For API developers, a cybersecurity safety check stops a task outright rather than pausing for approval. OpenAI’s Mia Glaese warned that users outside trusted-access programs may hit slowdowns, pauses or blocks, sometimes during unrelated work.

    OpenAI reports 100% on ExploitBench, an aggregate capability-coverage score rather than a pass rate, and 42.4% on ExploitGym against 30.3% for Sol, with the usual six-hour time limit removed for both.

    Astra costs $10 per million input tokens and $50 per million output, with cached input at $1.00. Requests above 272K input tokens bill at 2x input and 1.5x output for the full request. Batch and Flex run at 50%, Fast mode at 2x. Pro, Business and Enterprise users also get Astra Pro.

    Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

    1.05MContext Astra ComputerUse critical Cyber Gated GPT6 model OpenAI Releases threshold
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Playco cut manual fixes 50% prototyping games with GPT-6 Astra

    Anthropic Released Claude Commerce Agents: An Apache-2.0 Blueprint for Shopping and Merchant Agents Across Retail, Travel, Telecom and Entertainment

    Critical Cisco Nexus 9000 Flaw Lets Unauthenticated Remote Attackers Run Code as Root

    OpenAI’s next big AI model has ‘entered the AGI era’

    Meta AI Released Muse Spark 1.3: An Agentic Coding Model That Uses ~20% Fewer Tool Calls and ~25% Fewer Tokens Than Muse Spark 1.2

    OpenAI Releases GPT-6 Astra: The Closest AI Model Yet to AGI

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Farage senior aide filmed suggesting way to avoid donations law

    September 3, 2026

    AI data centres are booming in Australia – but at what cost?

    September 3, 2026

    OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold

    September 3, 2026

    Capsule Security Launches ‘AI Circuit Breaker’ to Stop Rogue Agents

    September 3, 2026
    Latest Posts

    Ultrafast X-rays capture chemistry unfolding atom by atom

    July 31, 2026

    How a PPE company’s highly publicized $32M Bitcoin strategy quietly expired without purchasing a single coin

    July 31, 2026

    Critical Flaw Led to Azure Cosmos DB Pwnage

    July 31, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Farage senior aide filmed suggesting way to avoid donations law

    September 3, 2026

    AI data centres are booming in Australia – but at what cost?

    September 3, 2026

    OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a ‘Critical’ Cyber Threshold

    September 3, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.