GPT-5.5: From Fog to Dawn — OpenAI Reforges the King's Sword
This post is an English translation/summary of a Chinese forum analysis of OpenAI's GPT-5.5 release.
Key points
- Positioning: OpenAI describes GPT-5.5 as "a new class of intelligence built for real work — our smartest, most intuitive model yet, and the next step toward new ways of getting work done on a computer." The emphasis is on reshaping how work gets done, not benchmark chasing.
- Terminal-Bench 2.0 (complex command-line workflows): 82.7%, vs 75.1% for GPT-5.4, ~13 points above Claude Opus 4.7 and ~14 points above Gemini 3.1 Pro.
- Expert-SWE (internal eval, 20-hour senior-engineer tasks): 73.1% (+4.6 points), with reduced token spend and no speed loss.
- Anecdotes: Every CEO Dan Shipper recounts GPT-5.5 correctly diagnosing a post-launch bug that GPT-5.4 could not. MagicPath CEO Pietro Schirano says the model merged hundreds of frontend branch changes in ~20 minutes. NVIDIA engineers reportedly felt crippled after losing internal preview access.
- GDPval (44 professions): 84.9% — 4.6 points above Claude, 17.6 above Gemini.
- Tau2-bench: 98.0% with no prompt tuning (vs 92.8% for GPT-5.4).
- OfficeQA Pro: 54.1% vs Gemini 3.1 Pro's 18.1% — a nearly 36-point gap.
- Internal adoption: 85%+ of OpenAI employees use Codex with GPT-5.5 weekly. Examples: a finance team reviewed 24,771 K-1 tax forms (71,637 pages) two weeks ahead of schedule; comms teams built automated Slack risk-triage agents; a GTM employee saves 5–10 hours weekly on automated reports.
- FrontierMath Tier 4: 35.4% (Gemini 3.1 Pro: 16.7%, Claude Opus 4.7: 22.9%).
- Immunology professor Derya Unutmaz (Jackson Laboratory) used GPT-5.5 Pro to analyze a 62-sample, ~28,000-gene expression dataset — work his team estimated at months, done in days.
- An internal GPT-5.5 variant with custom tools helped discover a new proof of a Ramsey number, verified in Lean.
- Long context (512K–1M range): 74%, more than double GPT-5.4's 36.6%.
- ARC-AGI-2 (Francois Chollet's abstract reasoning benchmark): 85.0%, up from 73.3%.
- MCP Atlas tool use: Claude Opus 4.7 slightly leads (79.1% vs 75.3%) — competition remains real.
The context: OpenAI's quiet half-year
Over the prior six months, OpenAI shipped GPT-5.3, GPT-5.3 Instant, GPT-5.4 Thinking, and GPT-5.4 Pro, but reactions grew muted. Meanwhile, Gemini 2.5 Flash won on cost/speed, Claude Sonnet earned a reputation as the best writer, and a common developer saying went: "Chat with GPT, work with Claude" — a stinging assessment for the company that pioneered chat-based AI.
From assistant to autonomous agent
Previously, multi-step tasks requiring tools often stalled with clarifying questions, turning users into task managers. GPT-5.5 is designed to judge, verify, push forward, and self-correct — carrying tasks through ambiguity to completion without pausing.
Coding: the core battleground
Knowledge work
Scientific research
Long context and reasoning
GPT-5.5 Pro
Same underlying model, but with Parallel Test Time Compute: multiple reasoning paths run concurrently and the best is synthesized. On a tacit biochemistry knowledge eval, Pro scored 81.67%, exceeding the expert-consensus baseline. Pro is aimed at science, law, medicine, and other high-stakes domains.
Infrastructure self-optimization
GPT-5.5 was co-designed with NVIDIA GB200/GB300 NVL72 systems. Codex analyzed weeks of production traffic and wrote custom load-balancing heuristics that improved token generation speed by over 20% — the model helping optimize its own serving infrastructure.
Safety
The most extensive safety evaluation in OpenAI's history: bio/chemical and cyber capabilities are classified as High under the Preparedness Framework, triggering maximum safeguards. Nearly 200 early partners tested pre-launch; external evaluations by SecureBio and US CAISI, a Bio Bug Bounty, and Apollo Research alignment assessments found no significant deceptive behavior. Cybersecurity CTF: 88.1% (up from 83.7%); CyberGym: 81.8% (up from 79.0%).
Conclusion
The author argues GPT-5.5 signals a turning point in the AI wave — from assistance to delegation, from chat to taking over real workloads — comparable to the moment electric lighting replaced candles.
------ References 1. Lizette. "GPT-5.5为啥能让OpenAI一雪前耻,超深度拆解GPT-5.5." AI变革公众号, April 24, 2026. 2. OpenAI official release documentation: GPT-5.5 model capabilities and evaluation report. 3. Terminal-Bench 2.0 and Expert-SWE evaluation methodology, OpenAI internal technical white paper. 4. GDPval and OfficeQA Pro cross-profession knowledge-work agent capability research. 5. FrontierMath and ARC-AGI-2 abstract reasoning evaluation frameworks, Francois Chollet et al.