High cyber. High bio. Below critical.
All three models carry the same ratings — High in cybersecurity, High in bio/chem, under the critical line. Independent evaluator SecureBio warned of real uplift for some actors.
On June 26th OpenAI finished a model they wouldn't let you use — not because it was broken, but because it was too good at breaking into systems. Here's what's actually inside GPT-5.6.
OpenAI split the generation from the capability. The number — 5.6 — is the generation. The name is a durable tier that moves on its own clock. You don't pick a model anymore. You pick a tier per job.
Find the flaw, describe the flaw, weaponize the flaw. That's a short road.
Source: OpenAI system cardA model that can find a vulnerability is most of the way to a model that can write the exploit for it. That dual-use is the whole reason a review happened.
All three models carry the same ratings — High in cybersecurity, High in bio/chem, under the critical line. Independent evaluator SecureBio warned of real uplift for some actors.
OpenAI flew technical staff to Washington to answer questions. Honest caveat: a White House official pushed back on the word "clearance." The gate was real; who held the key is murkier.
Per NeuralTrust's read of the system card: autonomous vuln-research campaigns, real proof-of-concept inputs, controlled exploitation primitives on a memory-safety bug the last model only crashed on.
It could not produce a working full-chain exploit against a hardened target. That distinction is everything — speed at recon, not autonomous end-to-end attack.
The orchestration you used to own now happens behind a single API call.
Point 04 — Ultra modeSol can spawn its own parallel subagents. You give it one complex task; it decides how to split the work, runs the pieces at once, returns one answer. Power with a meter running.
One task becomes separate sub-runs and you never wrote the decompose-spin-up-gather dance. For hand-built multi-agent pipelines, the model just absorbed a layer we used to write ourselves.
Each subagent runs independently, so a single Ultra call can cost several times a standard Sol call. The convenience is real — so is the meter behind it.
Per Augment Code's research: in an orchestrator-subagent setup, one compromised agent can propagate malicious instructions downstream. Hijack the orchestrator via injection and every subagent inherits it.
The tier-routing playbook, the Ultra-mode subagent patterns, and the permission tiers that keep an orchestrator from taking your whole system down — that's inside the AI Founders Vault.