Straight answers, pulled from across all 23 breakdowns.
What is GPT-5.6 Sol?
Sol is the flagship model in OpenAI’s GPT-5.6 family, positioned as a new default coding and agentic model. Creators found it posts state-of-the-art scores — 73% on DeepSWE at max reasoning, 88.8% on Terminal-Bench — while costing roughly a quarter to half of Claude Fable 5 for comparable work. Its defining trait is finish-power: it was trained to keep working end-to-end instead of stopping to ask, so it can run unattended for hours on a single brief.
GPT-5.6 Sol vs Claude Fable 5 — which is better?
Across seven-plus independent head-to-heads the pattern held: Sol wins on cost and reliable execution, Fable wins on planning, design taste, and creative ambition. On 130 API tasks the two tied on quality (0.982 vs 0.966) but Sol answered every time while Fable silently failed roughly 1 in 5, and Sol cost $16 to Fable’s $63. The practical verdict most creators reached: use Fable as the ‘manager’ for judgment calls, Sol as the ‘worker’ for volume.
What are Sol, Terra, and Luna?
They are the three tiers of the GPT-5.6 family: Sol is the flagship ($5/$30 per million in/out tokens), Terra is the mid-tier workhorse (~$2.50/$15, about half of GPT-5.5), and Luna is the small, cheap agent tier ($1/$6, undercutting Google Flash). Theo framed them as competitive strikes — Luna to kill Flash, Terra to kill Sonnet, Sol to replace GPT-5.5 itself. Match the tier to the task instead of always reaching for Sol.
Why is GPT-5.6 burning through my usage limits?
Because 5.6 was trained to stop asking for permission mid-task, so a single message can burn up to 15% of a five-hour limit versus 0.1–2% on 5.5. It isn’t a hidden setting — the fixes are habits: turn off fast mode (1.5x faster but 2.5x the burn), default to high not max reasoning, rein in sub-agents with one AGENTS.md line, and write an explicit stop point into every prompt. OpenAI temporarily removed the five-hour cap during launch, leaving only the weekly limit.
What reasoning effort should I use on GPT-5.6?
Default to High. On DeepSWE, Sol scores 45% (low, ~$1), 61% (medium, ~$1.86), and 69% (high, ~$3.47) — each step is a real gain for the money — but max only adds 4 points for $8.39, more than double the cost. Medium is the balance point for routine work; reserve Ultra (parallel agents) for tasks that genuinely need the coordination, since it tends to overthink and roughly double the bill.
What is ChatGPT Work and Codex Sites?
ChatGPT Work is a task-completion mode built on GPT-5.6 that connects to your email, calendar, files, and apps and runs multi-step jobs — OpenAI’s own finance team used it to run variance analysis, update an Excel forecast, build a deck, and publish a dashboard from one request. Codex Sites turns any chat output into a shareable interactive website with one instruction (‘take this into a Site’) in five to ten minutes — positioned as the single highest-leverage feature for non-developers.