
TL;DR
OpenAI teases its most capable coding model yet - Sol Ultra uses trained subagents that communicate during tasks, reportedly hitting 91.9% on Terminal-Bench 2.1.
OpenAI's Codex engineering lead Thibault Sottiaux dropped a teaser this weekend that set off a 340-comment Hacker News thread: GPT-5.6 Sol Ultra is coming to Codex. The "Ultra" tier had not been formally announced alongside the Sol, Terra, and Luna preview, so this confirmation caught the developer community off guard.
The key differentiator is architecture. While Sol already represents OpenAI's flagship model, Ultra "goes beyond the capabilities of a single agent by leveraging subagents to accelerate complex work." Critically, these subagents are "trained to cooperate and allowed to communicate with each other during a task."
This is not the same as spawning independent parallel agents. The subagents share context and coordinate in real time. If the reported Terminal-Bench 2.1 scores hold up - 91.9% for Sol Ultra versus 88.8% for base Sol - that 3-point jump represents meaningful progress on multi-step coding tasks.
For comparison, Claude Mythos 5 and GPT-5.5 both sit at 88.0% on the same benchmark, though these figures remain "reported, not settled" since they do not appear on OpenAI's official Sol preview page.
The Hacker News discussion split into a few distinct camps.
Skeptics on naming: Multiple commenters expressed fatigue with OpenAI's model naming conventions. One wrote: "Bruh when did understanding chatbots become like following pokemon? Wtf does any of this mean. Tf is sol? Tf is ultra? Tf is codex?" The Sol/Terra/Luna trio, plus Ultra/Pro/Extended variants, does create a confusing product matrix.
Pricing concerns: A commenter working at a large US corporation noted that internal guidance has shifted toward token conservation. Two months ago, management was praising employees who used the most tokens. Now they are getting weekly emails urging cheaper model usage and monitoring spend dashboards. This aligns with reports that OpenAI has found ways to cut inference costs by more than half through optimizations, though those savings have not translated to lower API prices yet.
Competition awareness: Several comments pointed to Anthropic and the GLM models as competitive pressure. One wrote: "they better get that out fast, it will become totally meaningless when the next GLM gets there first." Another hoped the release would "force Anthropic to be less stingy with Fable."
Architecture curiosity: The most interesting technical thread debated what "trained to cooperate" actually means. One commenter speculated about caching "the progression, the graph" rather than static answers - essentially edit scripts that can be replayed or adjusted. Another pointed out that this does not obviously fit standard LLM architecture, suggesting there may be novel inference-time coordination happening.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Alongside the Sol Ultra news, OpenAI engineers reportedly told colleagues they have figured out how to more than halve inference costs through newly discovered optimizations. According to The Information, when these techniques were applied to ChatGPT for logged-out visitors, it reduced GPU requirements to "just a couple hundred" at one point.
Possible techniques include quantization, key-value caching, batching, and routing simple tasks to smaller models. But the specifics remain unclear, and OpenAI has not announced cheaper rates for ChatGPT or the API.
For developers, this matters because running frontier models in agentic loops burns tokens fast. If Ultra's subagent coordination is genuinely more efficient than naive parallel calls, the architecture could partially offset the higher per-token cost of using a flagship model.
Base Sol pricing sits at $5 input and $30 output per million tokens. No Ultra-specific pricing has been disclosed. The GPT-5.6 models remain in limited preview, with broader access "expected in the coming weeks."
OpenAI is also launching GPT-5.6 Sol on Cerebras infrastructure at up to 750 tokens per second - a significant latency improvement for interactive coding sessions.
For now, access is limited to trusted partners and organizations. Individual subscribers are asking when they will get access, but there is no confirmed timeline.
If you are currently using Codex with GPT-5.5, Sol represents a clear upgrade path. The Terra and Luna variants offer balanced and budget options respectively, while Ultra sits at the top for complex multi-step work.
The cooperative subagent architecture is the interesting part. Most current agentic coding workflows spawn independent agents and hope they do not conflict. Trained cooperation could reduce the coordination overhead that currently requires careful orchestration at the application layer.
Whether the 91.9% benchmark holds under real-world coding conditions remains to be seen. But if OpenAI can deliver frontier performance with genuinely efficient multi-agent coordination, that changes the cost calculus for agentic development.
Keep an eye on the official rollout. The combination of Sol Ultra's capabilities with the reported inference cost improvements could shift the value proposition for teams evaluating their AI coding stack.
Read next
A Codex CLI SQLite logging bug showed how global TRACE logs can burn SSD write endurance. OpenAI has now merged fixes, but the incident is a useful local-agent operations lesson.
5 min readOpenAI's April 2026 Codex changelog shows a clear product shift: Codex is becoming a full agent workspace with goals, browser verification, automatic approval reviews, plugins, and tighter permission profiles.
9 min readGPT-5.6 Sol dropped on June 26, 2026 as a limited preview with government-imposed access restrictions. Here is what developers need to know about the three-tier Sol/Terra/Luna model family, pricing, availability timeline, and how to prepare your codebase for GA.
9 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolMac app for running parallel Claude Code, Codex, and Cursor agents in isolated workspaces. Watch every agent work at onc...
View ToolSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting StartedSpawn isolated workers with independent context windows.
Claude CodeInstall the dd CLI and scaffold your first AI-powered app in under a minute.
Getting Started
OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem

Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N

In this video, we delve into OpenAI's latest release, Codex, a cloud-based software engineering agent designed for various coding tasks. Unlike tools like Cursor or Windsurf, Codex integrates...

A Codex CLI SQLite logging bug showed how global TRACE logs can burn SSD write endurance. OpenAI has now merged fixes, b...

A controlled study of 660 Claude Code trials shows clean codebases reduce token usage by 7-8% and file revisitations by...

The Godot Foundation has established a policy banning autonomous AI agent code and substantial AI-generated contribution...

A developer used OpenAI Codex to build a fully open-source WYSIWYG editor for TikZ figures. The technical approach and r...

The Transformer co-creator leaves Google DeepMind for OpenAI just two years after Google paid $2.7 billion to bring him...

Codex CLI 0.129.0 added modal Vim editing in the composer. The feature is small, but it points at a bigger shift: termin...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.