A cost-tracking chart from a developer running two Claude Max 20x subscriptions and a ChatGPT Pro account side by side went viral on r/ClaudeAI this week — 102 upvotes, a stickied auto-mod summary, over a hundred replies — because of one number: Claude Sonnet 5 cost $15.26 an hour of active use. GPT-5.6 Luna cost $1.10. The thread's title was blunt: "Sonnet 5's pricing is outrageous."
explainx.ai has been running its own side-by-side testing on Claude Sonnet 5 and GPT-5.6 Luna at Max reasoning effort, and our read lines up with the thread's: at medium effort, Sonnet 5 has been both pricier and weaker on our own tasks than Luna Max, which is now part of our own model-routing table for routine agentic coding. This piece lays out the Reddit data, cross-checks it against explainx.ai's earlier coverage of Anthropic's Sonnet 5 pricing and OpenAI's Luna price cuts, and adds our own first-hand findings.
TL;DR
| Question | Direct answer |
|---|---|
| What sparked this? | A self-reported cost chart on r/ClaudeAI (Aug 13, 2026) from ~$800 spent to consume ~$35,000 in tracked token value across Claude and OpenAI subscriptions |
| Which model was cheapest per hour? | GPT-5.6 Luna — $1.10/hr, lowest on the chart |
| Where did Sonnet 5 rank? | $15.26/hr — over 14x Luna's rate, and pricier than Opus 5 ($22.62/hr counted separately from its lower total spend) |
| What does explainx.ai's own testing say? | At medium effort, Sonnet 5 ran more expensive and scored lower on our own coding tasks than Luna Max |
| Is Sonnet 5 useless now? | No — it still runs on OAuth subscription usage in CI (GitHub Actions) without an API key, which Luna can't do the same way |
| Is the community verdict unanimous? | No — a few commenters still prefer Sonnet 5 for long-horizon, multi-agent work; Luna is the volume-workhorse pick, not a universal replacement |
The chart everyone was arguing about
The original poster tracks cost per model using a self-built tool, run against the same billing data their company uses for API invoicing. Over roughly three months of heavy Claude Code and Codex usage, here's what it showed — total dollars consumed and effective cost per hour of active model time:
| Model | Total cost (3 months) | Cost per hour |
|---|---|---|
| Claude Fable 5 | $16,672.16 | $94.98 |
| GPT-5.6 Sol | $4,287.52 | $23.21 |
| Claude Opus 4.8 | $4,175.15 | $14.95 |
| Claude Sonnet 5 | $4,080.01 | $15.26 |
| Claude Haiku 4.5 | $1,065.84 | $2.39 |
| Claude Opus 5 | $855.82 | $22.62 |
| Claude Sonnet 4.6 | $720.77 | $3.91 |
| GPT-5.6 Terra | $360.42 | $6.59 |
| GPT-5.5 | $291.46 | $8.56 |
| Claude Opus 4.7 | $36.40 | $4.52 |
| GPT-5.6 Luna | $32.42 | $1.10 |
Two things stand out immediately. First, Luna is the cheapest model on the chart by a wide margin — both in total spend and per-hour rate — despite being used heavily enough to register real numbers. Second, Sonnet 5 sits closer to Fable 5 and Opus territory than to the cheap tier, at $15.26/hr — roughly 14x Luna's rate, and only marginally below Opus 4.8's $14.95/hr, a model Anthropic positions well above Sonnet on capability.
This tracks with numbers explainx.ai already had on record. When Anthropic made Sonnet 5's $2/$10 pricing permanent on August 11, a circulating Artificial Analysis chart put Sonnet 5 (max) at $1.72 per completed Intelligence Index task versus GPT-5.6 Luna (max) at $0.05 — a 34x gap that's even wider than the Reddit thread's hourly-rate spread. Different measurement, same direction.
What the thread actually said
The subreddit's auto-mod summary bot characterized the discussion as broadly agreeing with the original poster, framing GPT-5.6 Luna as "the superior workhorse right now, delivering similar intelligence at a much lower cost," and noting several users calling Claude "a rip off" in its current state.
The most-upvoted reply put it plainly: no real reason to use Sonnet with Luna Max available, citing similar intelligence at roughly a tenth of the price and twice the speed. A separate reply laid out what several commenters converged on as their working model stack — Fable and a top-tier reasoning model for architecture, a mid-tier model for routine execution, and Luna Max specifically for high-volume tasks, on the reasoning that Luna at Max effort matched or beat pricier mid-tier models on real coding work for a fraction of the cost.
Not every reply agreed on mechanism. One commenter argued the gap is partly tokenizer efficiency, not just list price — claiming Claude-based harnesses burn roughly 2x the input tokens and 3x-plus the output tokens of a comparable GPT-5.6 task for the same scope of work, which would explain why a close per-token sticker price produces such a wide per-task gap. That claim wasn't independently verified in the thread, and it's worth treating as one commenter's estimate rather than a measured fact — but it matches the mechanism explainx.ai flagged in the Sonnet 5 pricing piece: cost per task is dominated by tokens burned, not the number on the pricing page.
One useful correction came from a reply pushing back on lock-in concerns: Claude Code's skill system isn't proprietary to Anthropic's harness — skills are portable across providers and harnesses by design, so switching a workhorse model doesn't mean losing skills built for Claude Code. That matters for anyone hesitant to route work to Luna because of tooling investment already made in the Claude Code / skills ecosystem.
A minority of replies pushed back on switching entirely. One engineer noted Claude Code can run in GitHub Actions on OAuth subscription usage, where OpenAI's equivalent path requires a separate API key — a real, practical reason to keep Sonnet 5 in a CI pipeline regardless of the cost chart. Another pointed out that "the discount isn't ending" — i.e., current Claude pricing is not artificially depressed and due to jump, which several commenters treated as settled rather than speculative.
explainx.ai's own read: medium effort, side by side
We didn't just read the thread — we'd already been running our own comparison before it went up, on the kind of routine agentic coding work our teaching and internal tooling actually involves: multi-file edits, test-writing, and small refactors scoped the way a Claude Code or Codex session handles them day to day.
At medium reasoning effort, our own sessions found Sonnet 5 running more expensive per completed task than Luna Max, without a corresponding jump in output quality that justified the gap. That's consistent with the broader pattern explainx.ai covered in Claude Code model vs effort: effort controls thoroughness, not capability, so a mid-effort Sonnet 5 session isn't drawing on the model's ceiling — it's paying Sonnet-tier prices for output that a cheaper, well-configured Luna Max session matched or beat on our tasks.
To be direct about where we land: we personally prefer Luna as the default workhorse for this category of task right now. That's our own operational conclusion, running alongside — not derived from — the Reddit thread's numbers, and it should be read the same way we'd ask you to read the thread itself: as one team's real-world result on real workloads, not a universal benchmark claim.
Reading the chart correctly
A few caveats worth stating before anyone reroutes a production budget off this thread alone:
- This is one user's self-tracked usage, not an audited benchmark. The chart reflects that person's specific task mix — reportedly weighted toward subagent-heavy Claude usage, which the poster themselves flagged as inflating the input/output ratio for Claude models relative to a single-agent workload.
- Total spend and hourly rate answer different questions. Fable 5 has the highest total spend on the chart because it was used the most, not because it's the least efficient per hour — its $94.98/hr reflects premium usage, not waste.
- Cost-per-task and intelligence score are separate axes. Luna scoring competitively on Artificial Analysis' index against Opus 5 (Low) doesn't mean it beats Sonnet 5 or Opus 5 outright on every task type — it means it's dramatically cheaper to reach a comparable score on the tasks that index measures.
- "Permanent" pricing has a short half-life industry-wide. explainx.ai's own coverage noted DeepSeek called a discount "permanent" in May 2026 and warned of a significant increase by August. Treat every number in this piece, including our own, as accurate for August 2026 and worth re-checking before you budget against it.
When Sonnet 5 still makes sense
The thread's own dissenters point at real, specific cases, not blanket brand loyalty:
| Use case | Why Sonnet 5 still wins here |
|---|---|
| CI pipelines on subscription usage | Claude Code runs via OAuth subscription billing inside GitHub Actions without a separate API key; Codex-based paths typically need one |
| Deep integration with Claude Code's harness | Session management, hooks, and skills tooling built specifically around Claude Code's conventions |
| Long-horizon, multi-agent orchestration | Several commenters still rate Claude's context handling and multi-agent coordination ahead of GPT-5.6 for the hardest long-running tasks, even while preferring Luna for routine work |
| Regulatory or enterprise BAA requirements | Some enterprise agreements are locked to a specific vendor's compliance terms regardless of per-task cost |
None of those are arguments that Sonnet 5 is cheap. They're arguments that "cheapest per task" isn't the only variable that matters for every workflow — which is exactly the same qualifier explainx.ai applied to Anthropic's own permanent-pricing announcement: run your own cost-per-completed-task numbers on your actual workload before switching a production pipeline off list-price sentiment, ours included.
Bottom line
The r/ClaudeAI chart and explainx.ai's own medium-effort testing point the same direction: for routine agentic coding work, GPT-5.6 Luna at Max effort currently beats Claude Sonnet 5 on cost per completed task, by a wide enough margin — 14x on the Reddit thread's hourly figures, 34x on the Artificial Analysis cost-per-task numbers explainx.ai already had on file — that it's hard to justify Sonnet 5 as a default workhorse on price alone. Sonnet 5 keeps real, specific advantages tied to the Claude Code harness and CI subscription billing, and this is one thread plus one team's internal testing, not an audited benchmark — measure your own workload before you commit a budget to either verdict.
Related on explainx.ai
- Fable 5 vs Grok 4.6 vs GPT-5.6 Sol vs Qwen3.8-Max: full comparison — the same cost-per-task pattern shows up on Bug Hunt Bench v10's frontier-model results
- Anthropic makes Claude Sonnet 5 pricing permanent at $2/$10 — the cost-per-task figures this piece cross-checks against
- OpenAI cuts GPT-5.6 Luna price 80%, Terra 20% — how Luna got this cheap
- GPT-5.6 vs Claude Fable 5 — full comparison
- Claude Code model vs effort: knowing more vs trying harder
- Why developers say Claude Opus 5 over-engineers simple tasks — another r/ClaudeAI thread explainx.ai broke down the same way
- Databricks on managing AI coding costs at scale
- How to read AI benchmarks
- AI token pricing explained
- What are agent skills? Complete guide — on portability across harnesses
- Fable 5 advisor + Sonnet 5 executor: Claude Code guide
Sources: r/ClaudeAI thread "Sonnet 5's pricing is outrageous," posted August 13, 2026, including the subreddit's auto-mod summary bot · Anthropic Sonnet 5 pricing announcement, August 11, 2026 · OpenAI GPT-5.6 Luna/Terra pricing update, July 30, 2026 · explainx.ai internal testing, August 2026
Pricing, chart figures, and community sentiment reflect August 13, 2026. The cost chart is one user's self-tracked usage log, not an audited benchmark; explainx.ai's own testing is separately sourced first-hand comparison work. Verify current API and subscription pricing directly with Anthropic and OpenAI, and benchmark your own workload, before shifting production spend.
