AI Field Guide
Chapter Three

Claude vs GPT

Anthropic and OpenAI, compared without the cheerleading — including the parts where the company writing this one loses.
Compiled 14 July 2026 · GPT-5.6 is five days old; its independent eval record is thin

Chapter ThreeThe two numbers that tell the whole story


A developer study put both tools through 100+ hours of real work and found this:

The paradox

65% of developers preferred Codex day-to-day.

67% rated Claude's code better in blind review — when they didn't know which tool wrote it.

Speed and cost win the habit. Quality wins the review. Both numbers are true, and if you only hear one of them you will make a bad decision.

Everything below is an elaboration of that tension. Claude produces better code and burns roughly 4× the tokens doing it. Which of those facts matters more depends entirely on what you are building, and I am going to try very hard not to put a thumb on that scale.

A disclosure, since it matters

I am Claude. You asked me to compare my maker to its main competitor. I have made a specific effort to source the criticism of Anthropic from hostile and neutral outlets rather than softening it — you'll find a US government ban, a model that got switched off mid-production, and accusations of regulatory capture below. Read that section first if you want to test whether this document is honest.

Chapter ThreeModel for model


 AnthropicOpenAI
FrontierClaude Fable 5 — $10 / $50GPT-5.6 Sol — $5 / $30
WorkhorseClaude Opus 4.8 — $5 / $25GPT-5.6 Terra — $2.50 / $15
Mid / defaultClaude Sonnet 5 — $2 / $10 (intro — rises 1 Sep)Terra doubles as this
CheapClaude Haiku 4.5 — $1 / $5GPT-5.6 Luna — $1 / $6

Who wins what

BenchmarkClaudeGPTWinner
SWE-bench Pro (real repos)Fable 5 80.0%
Opus 4.8 69.2%
Sol 64.6%Claude, decisively
Terminal-Bench 2.1Fable 5 86.0%Sol 88.8%GPT
Agents' Last ExamFable 5 40.5Sol 53.6GPT, by a lot
Coding Agent IndexFable 5 77.2Sol 80.0GPT (narrow)
Intelligence IndexFable 5 60Sol 59Tie — 1 pt is noise
OSWorld (computer use)Opus 4.8 83.4%GPT-5.5 78.7%Claude
GDPval (professional work)Opus 4.8 1,890GPT-5.5 1,769Claude (+121 Elo)
LMArena textFable 5 #1Sol #8Claude
Creative writing (EQ-Bench)Fable 5 2230GPT-5.5 2029Claude, not close
Math (cheap tier)Haiku 4.5 — 4.9Luna — 73.6GPT. Embarrassingly.
Cost per taskFable 5 ~$3.00Sol $1.04GPT — a third the price
Both labs are benchmark-shopping and you should assume it

OpenAI published no SWE-bench Verified, no GPQA, no AIME, no MMLU, no ARC-AGI-2, no FrontierMath for GPT-5.6 — every traditional academic benchmark, omitted. They led on the agentic ones instead. Then they published a critique of SWE-bench Pro, the benchmark they lost, the day before launch.

Anthropic does the same thing in the other direction: it leads with SWE-bench Pro, OSWorld, and GDPval — the boards it wins on. Neither lab's published numbers are usable for cross-lab comparison any more. The independent evaluators (Artificial Analysis, Vellum, LMArena) are the only referees left.

The hidden 30% tax nobody mentions

Opus 4.7 introduced a new tokenizer, now used by Sonnet 5 and Fable 5. It produces roughly 30% more tokens for the same text. This means Claude's per-token price is worse than it looks against OpenAI on identical input — call it a hidden 1.3× multiplier. Neither company's marketing will tell you this. Combined with Claude Code burning ~4× the tokens of Codex on the same task, the real cost gap is considerably wider than the sticker prices suggest.

Chapter ThreeThe criticism section


Against Anthropic

This is the part you should read most sceptically, because I wrote it about my own maker.

This one is about you specifically

On 12 June 2026, three days after launch, Fable 5 and Mythos 5 were switched off for foreign nationals under a US Commerce Department export-control order, after a jailbreak reportedly bypassed the cyber safeguards. Access was restored around 1 July — roughly three weeks of outage.

You build from Iraq. That is not an abstract geopolitical footnote for you the way it is for a developer in San Francisco. If Anthropic's top model ever becomes load-bearing in something you ship — a Laqta feature, an ERP workflow — you are exposed to a risk that OpenAI has not imposed on its customers. Keep a fallback path. This is the single most actionable thing in this chapter.

Against OpenAI

Chapter ThreeTwo things you probably still believe that are no longer true


MCP is not an Anthropic advantage any more

Anthropic donated MCP to the Linux Foundation. OpenAI, Google and Microsoft are co-sponsors; OpenAI is a co-founder of the foundation that now governs it. OpenAI supports MCP natively in its Agents SDK and Apps SDK.

Anthropic won the protocol war and then gave away the trophy. Practical consequence: write your MCP servers once, both sides consume them. MCP is no longer a reason to pick Claude.

Skills aren't either

Agent Skills became a de facto open standard. They're now adopted by Claude Code, OpenAI Codex CLI, Cursor, Gemini CLI, GitHub Copilot, OpenCode, Kiro, and Antigravity.

The good news for you: the skills you've already built (erp-builder, core-2.0-dashboard) are more portable than you think. That investment is not locked to Claude.

Chapter ThreeThe business reality


 AnthropicOpenAI
Revenue mix~85% enterprise / developer~85% consumer
Enterprise LLM API spend40% (was 12% in 2023)27% (was >50%)
Enterprise coding spend54%21%
ProfitabilityProjects first operating profit, Q2 2026Projects −$14B for 2026
ConsumerMarginal~1B weekly users

That one 85/85 split explains almost every product difference between the two companies. OpenAI's incentives point at a billion consumers; Anthropic's point at developers with company cards. It's why Codex is a cloud autonomous executor and Claude Code is a local supervised pair-programmer. It's why OpenAI put ads in the product and Anthropic didn't. And it's why OpenAI re-added sycophancy when users asked for it — their users asked for it.

The one-line version

OpenAI gives you more agent per dollar and better raw throughput. Anthropic gives you better code, better prose, and better agent-loop economics — and charges you in tokens, rate limits, and the occasional refusal for the privilege.

Chapter ThreeWhat to actually do


Pay for both. They're $20 each and everyone serious does. The question is where each dollar goes.

When you're…UseBecause
Refactoring across files; touching auth or your DB schemaClaude Code + Opus 4.8The SWE-bench Pro gap; the 67% blind-review win
Doing bulk grunt work — 40 lint fixes, dependency bumps, test scaffoldingCodex + Terra4× cheaper in tokens, runs in the cloud, no babysitting
Running production inference inside an appSonnet 5Near-Opus quality at a fifth the price — but see the deadline below
Running an agent loop against a big fixed system promptClaude1-hour cache, 0.1× reads, 1M context at flat rate
Making scattered one-shot API callsGPT-5.6No cache write fee; Anthropic's 1.25–2× write penalty never amortises
Writing anything a human will read — copy, docs, client emailsClaude#1 LMArena, #1 EQ-Bench, ~200 Elo clear
Building a shareable client prototypeClaude ArtifactsLive link, MCP connectors — and it runs on the viewer's plan, not your bill
Building anything voice or realtimeOpenAINo contest. Claude has no answer here.
Writing an Agent SDK in TypeScriptClaude Agent SDKTS is first-class; OpenAI's is Python-first
Making an architecture decision alone, with nobody to challenge youClaudeGPT's sycophancy is now an explicit, user-demanded product property
Diarise this: 1 September 2026

Sonnet 5's introductory pricing ends. It goes from $2/$10 to $3/$15 — a 50% rise. At that price it sits against GPT-5.6 Terra at $2.50/$15 and the calculus genuinely tightens.

If Sonnet 5 is going to be your production inference model — and for Laqta or the Elite apps it probably should be — the six weeks between now and then are the cheapest they will ever be. Re-benchmark on 1 September, not before.

Three things that would change this verdict

  1. GPT-5.6 is five days old. Sol's Terminal-Bench and Agents' Last Exam wins are currently OpenAI-reported. Independent evaluation lands over the next month.
  2. Sonnet 5's price rise on 1 September. See above.
  3. Sol vs Fable 5 on your codebase. They're within one point on the Intelligence Index and Sol costs a third as much per task. If Sol clears your bar, the money argument is brutal. If your work looks like SWE-bench Pro — real repos, real mess — Claude's fifteen-point lead is the only number that matters. You have the projects to test this properly. Do it once, on X-Grid, and stop guessing.

Sources. Anthropic platform docs & pricing · OpenAI developer docs · Artificial Analysis · Vellum · Simon Willison · Composio (100+ hour developer study) · LMArena · EQ-Bench · The Register · Fortune · Al Jazeera · NPR · CNBC · Forbes · Menlo Ventures · Linux Foundation / Agentic AI Foundation. Business figures from secondary aggregators; treat direction as solid and precise magnitudes as approximate.