AI News AI资讯 6h ago Updated 1h ago 更新于 1小时前 56

OpenAI Releases GPT-6 Astra: A 1.05M-Context Computer-Use Model Gated Behind a 'Critical' Cyber Threshold OpenAI发布GPT-6 Astra:一款105万上下文计算机使用模型,受限于'关键'网络安全门槛

OpenAI released GPT-6 Astra, a 1.05M-context computer-use model positioned as its most intelligent and aligned system, operating software across browsers, spreadsheets, desktop apps, and terminals to complete multi-step jobs autonomously. Astra replaces Codex's context compaction with a "notes" system that preserves critical detail across context windows, and introduces the ability to ask users questions while continuing independent work in parallel. The model is the first designated at OpenAI's OpenAI发布GPT-6 Astra,定位为计算机使用模型而非聊天模型,可跨浏览器、电子表格、桌面应用和终端完成多步任务 模型拥有1,050,000-token上下文窗口和128,000最大输出token,知识截止2026年4月30日 首个达到OpenAI"Critical"网络安全阈值的模型,发现两个未知V8漏洞,标准访问将拒绝高级网络安全工作 引入跨上下文笔记机制替代Codex压缩策略,保留失败原因等关键细节;支持并行提问不阻塞任务 无开源权重,仅通过API和AWS提供,定价$10/百万输入token和$50/百万输出token

85
Hot 热度
70
Quality 质量
82
Impact 影响力

Analysis 深度分析

TL;DR

  • OpenAI released GPT-6 Astra, a 1.05M-context computer-use model positioned as its most intelligent and aligned system, operating software across browsers, spreadsheets, desktop apps, and terminals to complete multi-step jobs autonomously.
  • Astra replaces Codex's context compaction with a "notes" system that preserves critical detail across context windows, and introduces the ability to ask users questions while continuing independent work in parallel.
  • The model is the first designated at OpenAI's "Critical" cybersecurity threshold, having discovered two previously unknown V8 vulnerabilities and developed exploits for hardened systems, restricting standard access for cybersecurity work.
  • Benchmark performance shows 72.6% on OSWorld V2-Offline (down from ~75 to ~40 min task time), 99.9% on ARC-AGI-3, 97.6% on FrontierMath Tier 4, and 74.1% on DeepSWE v1.1 — with coding gains being marginal compared to competitors.
  • Astra is a closed, hosted-only model with no open weights, priced at $10/M input tokens and $50/M output tokens, available exclusively through OpenAI's Trusted Access and Daybreak programs.

Why It Matters

GPT-6 Astra represents a strategic pivot by OpenAI toward agentic, computer-use capabilities rather than pure chat, signaling that the next competitive frontier in AI is autonomous task completion across real software environments. The "Critical" cybersecurity designation and restricted access model demonstrate how advanced AI capabilities are becoming gated behind trust frameworks, creating both security risks and business barriers for broader deployment. For practitioners, the notes-based context system and parallel questioning feature address two of the most persistent failure modes in long-running agent workflows.

Technical Details

  • Context Architecture: Astra features a 1,050,000-token context window with 128,000 max output tokens. It replaces Codex's compaction mechanism (which summarized and discarded earlier turns) with a "notes" system that preserves critical details across context windows and enables searching back into earlier messages and tool outputs. This ships experimentally via a config.toml setting before becoming the Codex default.
  • Parallel Questioning: The model can ask users clarifying questions while continuing to execute work that does not depend on those answers, eliminating a common agent failure mode where a single unresolved decision stalls an entire multi-step job.
  • Model Specifications: Input accepts text and image; output is text-only. New reasoning.effort levels added above high: xhigh and max. Tool support includes computer use, hosted shell, apply patch, skills, MCP, and tool search. Fine-tuning is not supported. Knowledge cutoff is April 30, 2026.
  • Benchmark Results: OSWorld V2-Offline: 72.6% (vs. GPT-5.6 Sol's 65.7%); ARC-AGI-3: 99.9% (via Responses API harness with compaction); FrontierMath Tier 4: 97.6%; BenchCAD Vision2Code: 95.9% (vs. Fable 5.1's 84.3%); Terminal-Bench Science: 64.6% (vs. Anthropic's 52.6%); DeepSWE v1.1: 74.1% (vs. Sol's 72.7%, Meta's Muse Spark 1.3 at 75.4%); ExploitBench: 100% (capability-coverage score); ExploitGym: 42.4% (vs. Sol's 30.3%).
  • Cybersecurity Capabilities: First OpenAI model to reach the "Critical" threshold in its Preparedness Framework. Developed exploits for hardened browsers and operating systems; disclosed two previously unknown V8 vulnerabilities. Standard access now refuses advanced cybersecurity work outright rather than pausing for approval.

Industry Insight

  • Agentic AI is the new battleground: OpenAI's positioning of Astra as a computer-use model first — not a chat model — signals that autonomous task completion in real software environments is becoming the primary differentiator. Practitioners should prioritize integrating agents with robust context preservation and parallel execution capabilities.
  • Security gating will fragment access: The "Critical" cybersecurity designation creates a two-tier ecosystem where advanced security research capabilities are restricted to trusted organizations. Teams relying on OpenAI's API for cybersecurity work should anticipate slowdowns, pauses, or blocks, and consider alternative paths or early enrollment in Trusted Access/Daybreak programs.
  • Coding performance is plateauing: Astra's marginal gains on DeepSWE (74.1% vs. 72.7%) and parity with competitors like Gemini 3.8 Flash and Claude Opus 5 suggest that raw coding ability is converging across top models. Competitive advantage will increasingly come from agentic workflow features, context management, and ecosystem integration rather than benchmark scores alone.

TL;DR

  • OpenAI发布GPT-6 Astra,定位为计算机使用模型而非聊天模型,可跨浏览器、电子表格、桌面应用和终端完成多步任务
  • 模型拥有1,050,000-token上下文窗口和128,000最大输出token,知识截止2026年4月30日
  • 首个达到OpenAI"Critical"网络安全阈值的模型,发现两个未知V8漏洞,标准访问将拒绝高级网络安全工作
  • 引入跨上下文笔记机制替代Codex压缩策略,保留失败原因等关键细节;支持并行提问不阻塞任务
  • 无开源权重,仅通过API和AWS提供,定价$10/百万输入token和$50/百万输出token

为什么值得看

GPT-6 Astra标志着AI从对话助手向自主操作系统操作的范式转变,其计算机使用能力将重新定义企业自动化工作流。作为首个触及"Critical"网络安全阈值的模型,它同时揭示了AI安全治理与能力边界的新挑战。

技术解析

  • 上下文管理革新:Astra引入跨上下文笔记系统,替代Codex原有的压缩机制,能够保留失败原因、测试运行记录等关键细节,避免长任务中信息丢失。该功能通过config.toml配置,即将成为Codex默认设置。
  • 并行任务处理:支持在继续不依赖答案的工作时向用户提问,解决单点决策阻塞整个任务的常见问题,提升Agent执行效率。
  • 推理强度分级:reasoning.effort新增xhigh和max两级,超越原有的high级别,为复杂任务提供更强的推理能力。
  • 工具生态与基准表现:支持computer use、hosted shell、apply patch、skills、MCP和tool search,不支持微调。OSWorld V2-Offline达72.6%(任务时间从75分钟降至40分钟),ARC-AGI-3达99.9%,FrontierMath Tier 4达97.6%。
  • 安全能力突破:在ExploitBench达100%(能力覆盖率),ExploitGym达42.4%(Sol为30.3%),发现两个未知V8漏洞并计划披露给维护者。

行业启示

  • 计算机使用成为新战场:AI模型正从"回答问题"转向"执行任务",企业应评估Astra在自动化工作流中的部署价值,优先应用于多步骤、跨应用的操作场景。
  • 安全治理门槛提升:Critical阈值模型的出现意味着标准访问将拒绝高级网络安全工作,企业需提前规划可信访问计划,避免API调用被阻断影响业务。
  • 编码能力边际增长:DeepSWE v1.1仅74.1%,与竞品差距微小(1-2个任务),AI编程助手仍需依赖人类审查,短期内难以完全替代开发者。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

GPT GPT Closed Source 闭源 LLM 大模型 Agent Agent Product Launch 产品发布