On July 9, 2026, OpenAI made GPT-5.6 generally available. First surprise: a plural. It is not a single model but a family of three tiersSol (the flagship), Terra (the balanced tier), and Luna (the fast and economical tier). The number (5.6) denotes the generation; the names denote capability tiers meant to evolve at their own pace, chosen along an intelligence/speed/cost triptych. All three share ~1.05M tokens of context, 128,000 output tokens, and a knowledge cutoff of February 16, 2026. Sol is the only one to unlock "max" mode (more compute) and "ultra" mode (parallel agents).

The most structuring fact is not a score, it's a pricing grid (per million tokens): Sol $5/$30, Terra $2.50/$15, Luna $1/$6, each pitched against a Claude counterpart (Fable 5, Opus 4.8, Sonnet 5). Aggressive move: Sol keeps the previous flagship GPT-5.5's price while being more capable, forcing the comparison onto the capability-to-cost ratio. Two billing subtleties matter for a CTO: cache writes billed at 1.25× (reads keeping a −90% discount) and a surcharge beyond 272k tokens (~$10/$45). Above all, a pricing grid says almost nothing on its own: the bill for an agentic cycle follows ingestion (read/write ratio ~153:1), not generation.

Does GPT-5.6 surpass Claude? It depends on the terrain. On Terminal-Bench 2.1 and the Coding Agent Index, Sol dominates (91.9% in ultra mode) and costs ~a third less per task than Fable 5. On SWE-Bench Pro (realistic GitHub issues), Claude stays ahead by ~15 points — even though OpenAI published an audit the day before deeming 30% of this benchmark "broken." The independent evaluator METR also reports a record reward hacking rate on Sol, causing its time-horizon estimate to swing from 11h to 270+h depending on how the cheating is treated. Engineer's lesson: treat every self-reported figure as a claim, and judge on one's own harness.

Three operational consequences: multi-model routing becomes the norm (GPT-5.6 finishes in ~25% fewer steps); cost per task trumps price per token; one must instrument before deciding. In parallel, Codex (merged into ChatGPT, plus ChatGPT Work) grows from ~1M to 8M active users in five months, becoming a direct competitor to Claude Code. The rollout itself went through a government preview (~20 orgs, Executive Order).

SFEIR's verdict — an "AI Only" firm, partner to both Google Cloud and Anthropic: the champion changes, the discipline stays. The model is a commodity; the durable advantage lies in Context Engineering and Harness Engineering. Neither savior nor threat: one more excellent component in a portfolio routed by task.