← Back to Blog

Ploy Switched Its Default Agent From Claude Opus 4.8 to GPT-5.6 Sol — 27% Cheaper Per Build

By Eric Bush · July 14, 2026 · 6 min read

Gold coins resting on top of US hundred-dollar bills, representing cost savings

A Default-Model Switch With Real Numbers

Ploy announced it is switching its AI agent's default model from Claude Opus 4.8 to OpenAI's newly released GPT-5.6 Sol. What makes the move worth studying is that Ploy published head-to-head numbers from real marketing-site build tasks rather than vague "it feels better" claims.

On its reported benchmark of building real marketing pages, GPT-5.6 Sol averaged 3 minutes 42 seconds per page versus 8 minutes for Opus 4.8 — about 2.2x faster. Cost per build dropped from $3.06 to $2.22, a 27% reduction. Output tokens fell from 33.0K to 17.1K, and the visual quality score edged up from 0.936 to 0.970.

The Counterintuitive Part: Sol's Sticker Price Is Higher

Here is what most cost comparisons would get wrong. Look at the list prices:

  • Claude Opus 4.8 — $5 input / $25 output per million tokens
  • GPT-5.6 Sol — $5 input / $30 output per million tokens

On paper, Sol is more expensive — its output rate is 20% higher. A naive per-token comparison would keep you on Opus. Yet Ploy's real cost dropped 27%. How? Because Sol produced roughly half the output tokens for the same task (17.1K vs 33.0K). A model that is more expensive per token but far more concise can be dramatically cheaper per completed task.

Doing the Output-Token Math

Consider just the output portion of one build:

  • Opus 4.8: 33.0K output tokens × $25/M = ~$0.825
  • GPT-5.6 Sol: 17.1K output tokens × $30/M = ~$0.513

Even at a 20% higher output rate, Sol's output cost is ~38% lower on this task purely because it emitted fewer tokens. That single dynamic — verbosity, not sticker price — is the hidden driver behind Ploy's savings, and it is invisible if you only compare dollars per million.

Speed Is a Cost Factor Too

The 2.2x speedup is not just about developer patience. In agentic workflows, faster completion means fewer wall-clock minutes holding open sessions, fewer timeouts and retries, and — for teams paying engineers to supervise agents — meaningfully less human time per build. When a build drops from 8 minutes to under 4, you roughly double throughput on the same headcount. Speed compounds with token savings.

Should You Switch Too?

Ploy's result is a data point from one workload — marketing-site generation — not a universal verdict. Before you re-platform your agents:

  • Measure your own tasks — verbosity ratios vary by domain; backend refactoring may not mirror front-end page generation
  • Track cost per completed task, not per token, and include retries
  • Watch quality regressions — a cheaper build that needs human rework can erase the savings
  • Note that defaults change — Ploy migrated the day Sol launched; today's best default may shift again next release

The Takeaway

Ploy's switch is a clean illustration of a principle we keep returning to: the cheapest model on the pricing page is often not the cheapest model on the invoice. Output-token efficiency and speed can outweigh a higher headline rate. To compare models on cost per completed task rather than sticker price, run your real workload through our AI coding cost estimator.

Want to calculate exact costs for your project?

Frequently Asked Questions

Why did Ploy switch its default agent to GPT-5.6 Sol?

On its own benchmark of building real marketing pages, Ploy found GPT-5.6 Sol completed builds about 2.2x faster (3m42s vs 8m), cost 27% less per build ($2.22 vs $3.06), used about half the output tokens (17.1K vs 33.0K), and scored slightly higher on visual quality (0.970 vs 0.936) compared to Claude Opus 4.8.

Isn't GPT-5.6 Sol more expensive than Claude Opus 4.8?

Per token, yes — Sol is $5/$30 versus Opus at $5/$25, so Sol's output rate is 20% higher. But Sol produced roughly half the output tokens for the same task, so the total cost per completed build was lower despite the higher sticker rate.

How can a pricier model be cheaper overall?

Because you pay per token, not per task. A model that is more concise emits fewer output tokens, and if that reduction outweighs a higher per-token rate, the total cost drops. Verbosity, not sticker price, often determines real cost.

Does the 27% saving apply to all coding tasks?

Not necessarily. Ploy measured marketing-site generation. Verbosity ratios and quality differences vary by domain, so you should measure your own workloads on cost per completed task, including retries, before switching.

What's the main lesson for choosing an AI coding model?

Compare cost per completed task rather than dollars per million tokens. Output-token efficiency and speed can make a model with a higher sticker price meaningfully cheaper in practice.