On July 9, 2026, OpenAI announced two things simultaneously: the GPT-5.6 model series and ChatGPT Work. Source links:
- Announcement: https://openai.com/index/gpt-5-6/
- ChatGPT Work: https://openai.com/index/chatgpt-for-your-most-ambitious-work
- Programmatic Tool Calling docs: https://developers.openai.com/api/docs/guides/tools-programmatic-tool-calling
- System Card: https://deploymentsafety.openai.com/gpt-5-6
- max: longer reasoning time and exploration space
- ultra: coordinates 4 parallel agents by default; via the Responses API multi-agent beta, up to 16 agents
- Agents' Last Exam: 53.6 (new high), +13.1 over Fable 5
- Terminal-Bench 2.1: 88.8% / Sol Ultra 91.9% (SOTA)
- BrowseComp: 90.4% / Sol Ultra 92.2% (SOTA)
- OSWorld 2.0: 62.6%, beating Opus 4.8 with 85% fewer output tokens
- SEC-Bench Pro: 71.2% / Sol Ultra 74.3%
- ExploitBench 2: 73.5% (GPT-5.5: only 47.9%)
- DeepSWE v1.1: 72.7%
- orchestrate tool calls
- process intermediate results
- monitor progress
- dynamically choose next actions
- filter large volumes of intermediate data, keeping only key information, drastically reducing tokens returned to the model
The Release: A Three-Tier Lineup Plus a Work Agent
Rather than a single model, OpenAI shipped three GPT-5.6 tiers (Sol / Terra / Luna) plus two reasoning tiers (max and ultra), covering the full price-performance curve.
| Model | Input \(/1M | Output\)/1M | Positioning | |-------|-----------|-------------|-------------| | Sol | 5.00 | 30.00 | Flagship, dual SOTA in intelligence + efficiency | | Terra | 2.50 | 15.00 | Balanced, matches GPT-5.5 at lower cost | | Luna | 1.00 | 6.00 | Extreme cost-efficiency for large-scale deployment |
Reasoning tiers:
The second launch, ChatGPT Work, is an agent that can autonomously gather information across apps and files, break complex projects into steps, and work for hours. It builds on Codex, which OpenAI says now has over 5 million weekly users.
Key Benchmarks: Coding Agent Index 80.0 Is a New SOTA
GPT-5.6 Sol (max reasoning) scored 80.0 on Artificial Analysis' Coding Agent Index v1.1, the current public SOTA:
| Model | Coding Agent Index v1.1 | |-------|------------------------| | GPT-5.6 Sol (max) | 80.0 (SOTA) | | GPT-5.6 Terra | 77.4 | | Claude Fable 5 | 77.2 | | GPT-5.5 | 76.4 | | GPT-5.6 Luna | 74.6 | | Claude Opus 4.8 | 72.5 | | Gemini 3.1 Pro Preview | 42.7 |
Notably, Sol used less than half the output tokens, less than half the time, and roughly one-third the cost compared to Fable 5 — a rare full-dimensional Pareto frontier advance.
Other Sol results:
Programmatic Tool Calling
The most architecturally significant piece of the release. Traditional agent flows either require developers to hand-orchestrate every step, or pass every tool response back to the model — the former is engineering-heavy, the latter explodes token consumption.
Programmatic Tool Calling lets GPT-5.6 write and run lightweight programs in memory to:
ChatGPT Work: Codex Goes Cross-App
ChatGPT Work is positioned as an agent that can gather information across apps and files, decompose complex projects into independently completed steps, and keep working for hours, powered by GPT-5.6. Codex's evolution from an IDE coding assistant into a cross-application digital employee — reading Slack, Notion, Excel, GitHub, Confluence — shifts the purchase decision from tooling budgets (developer spend) to labor budgets (operations spend), a key path for OpenAI raising enterprise ARPU.
Why It Matters
1. Tiered models + tiered reasoning is a maturing product strategy
Three tiers × two reasoning modes = 6 capability-cost combinations. Users pay for their actual workload (Luna for document summarization, Sol + ultra for complex multi-step research). For competitors, this creates direct product pressure: Anthropic and Google must either match the tiered approach or compete on single-model price.2. What 80 on the Coding Agent Index means
The index is a composite agentic-coding benchmark covering real engineering tasks. 80 means the model independently completes ~80% of end-to-end tasks (requirements → codebase reading → editing → testing → submission). The trajectory — ~30% in 2024, ~60% in 2025, 80% in 2026 — makes the "AI replaces junior programmers" forecast a quantifiable reality.3. The Chinese angle
The same day, Cognition released SWE-1.7 (built on Kimi K2.7) scoring 81.5% on Terminal-Bench, and Meituan's LongCat-2.0 surpassed GPT-5.5 on SWE-bench Pro (reported 07-06). Frontier AI coding capability is no longer a single-company or single-country game. Positive signal for China: Kimi K2.7 as an internationally adopted base model. Negative: core increments (RL pipelines, agent harnesses, product experience) are still mostly defined by US companies.Risks and Open Questions
1. Benchmark-selection concerns: Artificial Analysis' eval sets and weights are public, so vendors can optimize for them. SWE-1.7 leads slightly on Cognition's in-house FrontierCode (42.3%) but trails GPT-5.6 Sol by multiple points on the Coding Agent Index — expect more "same capability, different benchmark, different ranking" situations. 2. Is ChatGPT Work truly autonomous or template-driven? The announcement doesn't disclose its mechanics. Preset workflow templates would make it an advanced automation tool; an open-ended agent loop would be another order of product. 3. Does 4-agent parallelism in ultra actually pay off? Coordination overhead may eat parallel gains, and OpenAI hasn't published end-to-end latency data. 4. Sol's $5/$30 pricing isn't cheap. Luna's $1 input is the first sub-dollar frontier-tier option, but whether high-throughput inference can sustain the Sol 80-point experience remains open.
Overall, GPT-5.6 + ChatGPT Work is OpenAI's most important product move of mid-2026: tiered models covering all user scenarios, Codex moving from tool to employee, and a bid for pricing power in the enterprise market. Anthropic and Google must respond within the next 12 months.