Skip to content

GPT-5.5 Review: The Terminal-Bench Monster

GPT-5.5 posts 83.4 on Terminal-Bench — above every Claude but Fable. Where OpenAI's flagship shines (agentic shell work) and where it trails.

The Vibe Father 7 min read

Model Review

GPT-5.5 is OpenAI's current flagship for coding work, and it arrives on our leaderboard with one distinction nobody else can claim: the top Terminal-Bench score on the entire board. Not top-among-OpenAI-models, not top-in-its-price-class — the outright number one, ahead of Claude Fable 5 itself. For a benchmark that measures what agents actually do all day — driving a shell, chaining commands, recovering from errors — that is a headline worth taking seriously, and it is why we have been routing our terminal-heavy agent work through it since it landed.

On pricing we will be straight with you: GPT-5.5's per-token rates are not in our dataset — pricing varies by tier and access route, so check OpenAI's site for what applies to you. That gap matters for this review, and we will flag where it bites.

The numbers

Here is GPT-5.5 against the models it competes with, per our live board at /benchmarks. The Vibe Coding Index weights SWE-bench Verified 40%, Terminal-Bench 30%, LiveCodeBench 30%.

ModelSWE-bench VerifiedTerminal-BenchLiveCodeBenchPrice (in/out per M)
GPT-5.580.683.485.3varies by tier
Claude Fable 595.083.189.8$10 / $50
Claude Opus 4.888.678.987.8$5 / $25
GPT-5.3 Codex74.878.487.3$1.75 / $14

The shape of this model is unusual, and the table shows it plainly. On Terminal-Bench, 83.4 edges out Fable 5's 83.1 and clears Opus 4.8 by 4.5 points — GPT-5.5 is the best terminal operator we have ever measured. On LiveCodeBench, 85.3 is strong, sitting between Opus and Sonnet. But on SWE-bench Verified, 80.6 trails Fable by 14.4 points and Opus by 8. That is not noise; that is a profile. GPT-5.5 excels at doing — executing multi-step work in a live environment — and is merely good at the deep multi-file repository reasoning where Anthropic's top models pull away.

What does that profile feel like in practice? Resilience. Where other models hit an unexpected error mid-session and start thrashing — rerunning the same failed command, hallucinating flags — GPT-5.5 reads the failure, adjusts, and keeps moving. We have watched it recover a broken deployment sequence that had already defeated a Claude session, purely on the strength of methodical shell work: check the state, form a hypothesis, test it cheaply, proceed. That is Terminal-Bench made flesh. The flip side also shows up as advertised: on a genuinely tangled cross-file refactor it produces workmanlike plans where Fable 5 produces insightful ones. It is a superb pair of hands and a good — not great — architect.

The price math

Our standard yardstick is a heavy month of 50M input and 10M output tokens: $1,000 on Fable 5, $500 on Opus 4.8, $300 on Sonnet 5, $227.50 on GPT-5.3 Codex. For GPT-5.5 we cannot give you the equivalent figure, because its pricing is not in our dataset and varies by tier — OpenAI's pricing page is the source of truth for your setup.

What we can say: run the same arithmetic before you commit. Multiply your monthly input millions by the input rate, output millions by the output rate, and compare against the numbers above. A model is never expensive or cheap in isolation — only against what the same workload costs elsewhere, a discipline we apply throughout our cheapest coding models guide.

Its best seat on the team

GPT-5.5 is your agentic terminal specialist. Any role where the model lives inside a shell loop — running builds, wrangling CI, debugging a failing pipeline, managing deploys, orchestrating tools across long autonomous sessions — is a role this model was measurably built for. That top Terminal-Bench score translates directly: fewer botched commands, better error recovery, less babysitting on long-horizon operational tasks. If your harness runs agents that spend most of their turns executing rather than architecting, this is the strongest engine on the board for that seat.

Where we would not put it: the planning chair on a hard repository problem. The 80.6 SWE-bench score is solid but the 14.4-point gap to Fable 5 shows up in exactly the ambiguous, cross-cutting work planners exist for. The strong pairing is a Claude planner with GPT-5.5 as the operator that executes in the terminal, with its cheaper sibling GPT-5.3 Codex handling volume implementation. The complete matrix is in best model for each agent role.

👑
The best terminal operator ever measured — number one on Terminal-Bench, merely good everywhere else.

Verdict

GPT-5.5 is a genuine specialist flagship. It does not try to out-Fable Fable on repository reasoning, and it does not need to: it owns the benchmark closest to real autonomous agent work, and it owns it against every model on our board, including ones that beat it everywhere else. See where its profile lands in our best coding model rankings.

Who should pay for it: teams running long-horizon autonomous agents, DevOps-heavy shops, and anyone whose agents live in a shell more than in an editor.

Who should not: if your bottleneck is hard multi-file reasoning, an 8-to-14-point SWE-bench deficit against Opus and Fable is the wrong trade regardless of price — our cross-lab shootout walks through those matchups. And budget-conscious OpenAI loyalists should look hard at GPT-5.3 Codex first: known pricing, a higher LiveCodeBench score, and only a 5-point Terminal-Bench concession. GPT-5.5 is the right tool when terminal excellence is the job. Confirm that it is, then buy with confidence.

Run every AI coding tool. Keep every conversation. Own your work.

The Vibe Father is the model-agnostic command deck we built for ourselves — 22 CLIs, multi-agent teams, your own keys.

Keep reading