$catMANUAL||~37 min

GPT-5.6 Sol Just Dropped — But the US Government Gets to Decide Who Uses It First

advertisement

GPT-5.6 Sol Just Dropped — But the US Government Gets to Decide Who Uses It First

I was scrolling through Hacker News this morning when the top story stopped me cold: OpenAI just released GPT-5.6 Sol. 725 points, 450 comments. Clicked in, and it turns out the model itself isn't even the biggest story — the US government literally intervened to control who gets access first.

My first reaction: finally. My second: wait, government approval?

This isn't a joke. OpenAI's blog post says it plain as day: at the US government's request, they're starting with a limited preview for a "small group of trusted partners whose participation has been shared with the government." HN erupted — 811 comments arguing about whether this is reasonable safety theater or the beginning of something much worse.

I spent the morning reading through OpenAI's announcement, the HN threads, and a few third-party analyses. This is what developers actually need to know.

The New Naming: Sol, Terra, Luna

First, the model itself. GPT-5.6 introduces a new naming system that's actually... not terrible?

  • Sol (sun): The flagship. The big one.
  • Terra (earth): Balanced. Performance close to GPT-5.5, half the price.
  • Luna (moon): Fast and cheap. The budget option.

This is a massive improvement over the old naming. GPT-4o, GPT-4o-mini, GPT-4-turbo, GPT-5.3 Instant — I wrote a whole article about how Anthropic's naming was confusing, but honestly OpenAI was just as bad. Now it's "generation number + tier name," like Intel's i9/i7/i5. Simple, works.

OpenAI says the number identifies the generation, while Sol/Terra/Luna are "durable capability tiers that can advance on their own cadence." So we'll probably see GPT-6 Sol, GPT-6 Terra, GPT-6 Luna next. Each generation keeps three tiers. Makes sense.

But names don't matter if the capabilities don't back them up.

What's Actually Better

OpenAI's benchmark claims are, as always, worth taking with a grain of salt — companies always pick metrics that flatter them. But a few are genuinely interesting for developers.

TerminalBench 2.1

This benchmark tests command-line workflows: planning, iterating, calling tools, handling intermediate results. Not "write me a function" — more like "deploy this project and fix whatever breaks."

GPT-5.6 Sol set a new state of the art here.

Why should you care? Because TerminalBench is basically what Claude Code, Codex CLI, and Gemini CLI do all day. If a model scores well on TerminalBench, it should be better at real coding agent work.

I've been using Claude Code for months and the most common failure mode isn't "it wrote bad code" — it's "it wrote fine code but couldn't execute it properly." Wrong path, missing dependencies, permission errors. TerminalBench tests exactly this "last mile" capability.

ExploitBench

Cybersecurity vulnerability exploitation. Sol matches Mythos Preview's performance using roughly 1/3 of the output tokens.

That efficiency gain is wild. Mythos was considered one of the strongest models for security research. Getting similar results with 1/3 the tokens means the model is actually understanding vulnerabilities rather than brute-forcing its way through with volume.

But this is also exactly what scares the government. A model that can autonomously find and exploit vulnerabilities is genuinely dangerous. More on that later.

Two New Modes: max reasoning and ultra

These might be more impactful than any benchmark improvement:

max reasoning effort: Gives the model more time to think deeply. Similar to Claude's extended thinking, but OpenAI's implementation seems more dynamic — adjusting reasoning depth on the fly rather than a fixed "think first, then answer" approach.

ultra mode: This is the interesting one. Instead of a single agent doing everything, ultra mode coordinates sub-agents to tackle complex tasks in parallel. Multi-agent orchestration at the model level.

I've been running into the single-agent wall constantly. Ask Claude Code to migrate an Express project to Fastify, and it gets halfway through before losing the thread. If ultra mode can actually decompose and coordinate complex tasks automatically, that's a real upgrade.

But I'll believe it when I see it. GPT-5.4 was also supposed to have "major agent capability improvements," and in practice it was... fine. Incrementally better. Not transformative.

The Government Gatekeeping

This is what blew up on HN. OpenAI's exact words:

"As part of our ongoing engagement with the U.S. government, we previewed our plans and the models' capabilities ahead of today's launch. At their request, we are starting with a limited preview for a small group of trusted partners whose participation has been shared with the government."

The Washington Post headline was even more blunt: "U.S. government will decide who gets to use GPT-5.6." That article got 671 points on HN — more than OpenAI's own announcement.

The HN debate broke down roughly into three camps:

Pro-restriction: The cyber capabilities are real. ExploitBench shows Sol can do serious vulnerability research. Having a brief cooling-off period before general availability makes sense. Better to test safeguards with friendly partners first than to deal with the fallout of a wide-open release.

Anti-restriction: AI models are general-purpose technology. You don't make Google get government approval before letting people use search. And if only OpenAI faces this requirement while Anthropic and Google don't, OpenAI's competitive position takes a direct hit.

Pragmatic: OpenAI themselves said "We don't believe this kind of government access process should become the long-term default." They're doing it because it's the fastest path to broader availability in a few weeks. Short-term pain for long-term gain.

My take: the safety concerns are legitimate, but government approval for general-purpose technology is a dangerous precedent. The right model is rule-based regulation (you can't use AI to do X) rather than access-based regulation (you need government permission to use AI at all). The former protects the public; the latter protects privilege.

And there's a historical parallel worth noting. A HN commenter brought up PGP encryption in the 1990s — the US government classified strong encryption as "munitions" and restricted its export. That restriction was eventually recognized as absurd. I worry we might be heading down the same road with AI models.

The Safety Stack: Seven Layers Deep

Setting aside the government debate, GPT-5.6's safety measures are genuinely more sophisticated than anything we've seen before. OpenAI calls it a "layered safeguard stack":

Layer 1: Model training — The model is trained to refuse harmful requests, including disguised intent and jailbreak attempts. Basic stuff, but the foundation.

Layer 2: Real-time classifiers — Output is checked as it's generated. If something looks potentially harmful, generation pauses while a larger reasoning model reviews the conversation context. If it's disallowed, the output is blocked before the user ever sees it.

This "pause and review" mechanism is new. Previous models filtered after generation; this one filters during. More latency, but better safety.

Layer 3: Account-level review — Doesn't just look at one conversation; looks at patterns across the entire account. This helps distinguish "security researcher testing vulnerabilities" from "attacker exploiting vulnerabilities" — the technical content looks similar, but the behavioral pattern is different.

Layer 4: Differentiated access — Different permission levels for different users and workloads.

Layer 5: Monitoring and enforcement — Ongoing surveillance of usage patterns.

Layer 6: Automated red-teaming — This is the heavy one. OpenAI dedicated over 700,000 A100-equivalent GPU hours to automated red-teaming focused on universal jailbreaks — attacks that work across many prompts, not just narrow specific cases.

700,000 GPU hours. At AWS pricing for p4d.24xlarge instances (~$32/hour), that's roughly $22 million in compute. OpenAI has their own clusters so actual cost is lower, but the scale is still staggering.

They're using their own models to find weaknesses in their own safeguards. Fighting fire with fire, essentially.

Layer 7: Human red-teaming — Third-party experts trying creative attacks that automation might miss. Automated red-teaming finds variations on known patterns; humans find entirely new approaches.

OpenAI acknowledges the tradeoff: "Users may encounter safeguards that block or refuse some requests. Other requests may take longer because generation is paused for additional review." Early adopters will get false-positive blocked, especially in dual-use security scenarios.

Pricing: Not Cheap, But There's a Sweet Spot

Per 1M tokens:

  • Sol: $5 input / $30 output
  • Terra: $2.50 input / $15 output
  • Luna: $1 input / $6 output

For comparison, GPT-5.5 was roughly $3 input / $15 output. Sol's output price doubled. But Terra claims "competitive performance to GPT-5.5 at half the price."

For most developers, Terra is the sweet spot. You get near-flagship capability at a reasonable price, plus GPT-5.6's new features like improved prompt caching.

Speaking of which, prompt caching billing changed:

  • Cache writes: 1.25x the uncached input rate (used to be free)
  • Cache reads: Still 90% discount
  • New: Explicit cache breakpoints
  • New: 30-minute minimum cache lifetime

The cache write charge is a real change. If your app relies heavily on prompt caching, costs will go up. OpenAI is monetizing every layer.

Cerebras inference: Sol will also be available through Cerebras at up to 750 tokens/sec. That's 5-10x normal API speed. But initially limited to select customers.

A Concrete Cost Comparison

Let me run some actual numbers. Assume you're a full-stack developer using AI coding tools 4 hours per day:

Plan A: Sol only

  • ~200K input + 50K output tokens per hour
  • Daily: ~$2.50
  • Monthly (22 workdays): $55

Plan B: Terra primary, Sol for complex tasks

  • 80% Terra, 20% Sol
  • Daily: ~$1.80
  • Monthly: ~$40

Plan C: Luna primary, Terra for complex tasks

  • 80% Luna, 20% Terra
  • Daily: ~$0.78
  • Monthly: ~$17

Claude Code (Opus 4) for comparison:

  • Similar token consumption patterns
  • Daily: ~$6-8
  • Monthly: $132-176

Plan B costs roughly 1/3 to 1/4 of Claude Code. If Terra's quality really approaches GPT-5.5, that's a compelling value proposition.

How This Affects the AI Coding Tool Ecosystem

Pricing pressure. Terra's "near-flagship at half price" strategy will force Anthropic and Google to respond. Good for us.

Agent benchmarking matures. TerminalBench existing at all means the industry is finally measuring "can the model actually do work" rather than "can the model answer questions." This is good news for tools like Claude Code, Codex, and Cursor — they finally have a standardized way to demonstrate their capabilities.

Compliance costs go up. The government approval thing sends a signal: more capable models will face more regulation. Smaller companies and indie developers may bear a disproportionate burden.

Multi-model routing becomes essential. With Sol (expensive, powerful), Terra (balanced), Luna (cheap), plus Claude and Gemini each with their own strengths, using different models for different tasks will be the economically rational approach. I saw a project called router on HN (129 points) that does exactly this — intelligent model routing across Claude, Codex, and Cursor. Expect more of this.

What the Open Source Crowd Is Thinking

There's another angle here that's easy to miss: open source models are closing the gap.

Doubleword's analysis shows open source models are only 1-2 months behind closed source on coding benchmarks. Their projection: by late 2026, open source could match closed source on some metrics.

If GPT-5.6's pricing makes you wince, Qwen, DeepSeek, and Llama are worth a serious look. I've written about DeepSeek V4 before — paired with Claude Code, it works surprisingly well, and it's completely free.

Of course, open source still lags in agent capabilities, safety features, and ecosystem integration. But if your primary need is code generation and understanding, open source is already viable.

What Developers Should Actually Do

Short term (1-2 weeks): Don't panic. Sol is in limited preview — most of us can't access it. Watch for Terra and Luna availability announcements. Those are more practical for daily work.

Medium term (1-2 months): When Sol opens up, test it on non-critical projects first. Focus on TerminalBench-adjacent scenarios: command-line workflows, tool calling, multi-step tasks. That's where Sol should shine.

Long term: Watch the pricing and caching changes. If your project is heavily dependent on prompt caching, recalculate your costs. And start exploring multi-model routing architectures — the future isn't "pick one model," it's "use the right model for each task."

My Take

A few personal observations:

GPT-5.6 Sol is significant but not revolutionary. Model capabilities are still improving, but the rate of improvement is plateauing. The real breakthroughs will come from how we use models — agent frameworks, multi-model routing, tool integration — not from the models themselves.

The government approval is a bigger deal than the model. It could set a precedent for AI regulation worldwide. If other countries follow suit, global distribution of AI models gets a lot more complicated.

For most developers, Terra > Sol. Unless you have a specific need (security research, complex agent workflows), the premium for Sol isn't worth it.

Open source is your Plan B. If closed-source models get more expensive and more restricted, open source is the fallback. Start learning Qwen, DeepSeek, and Llama's strengths and limitations now, before you need them in a hurry.

GPT-5.6 Sol should be broadly available in the coming weeks. I'll test it as soon as I can and write up a detailed hands-on review. Let me know in the comments what scenarios you'd like me to focus on.

Also: if you're one of the "trusted partners" who already has Sol access, I'd love to hear your experience. I'm particularly curious whether ultra mode actually delivers on the multi-agent promise.

The HN thread on government approval is worth reading — 811 comments with actual domain experts (law, policy, security) weighing in. Better than any news article.

Questions? Comments section.

advertisement

GPT-5.6 Sol Just Dropped — But the US Government Gets to Decide Who Uses It First — AI Hub