Skip to content
news8 min read

OpenAI Can Now Predict How Often a Model Will Misbehave Before Launch — Here's How

OpenAI's Deployment Simulation forecasts how often a new model will misbehave before launch by replaying real conversations through the candidate model. Per OpenAI: 92 percent directional accuracy versus 54 percent for standard tests.

Author
Anthony M.
8 min readVerified June 18, 2026Tested hands-on
OpenAI Deployment Simulation — predicting model misbehavior before launch
OpenAI's Deployment Simulation replays real conversations through a candidate model to forecast misbehavior rates before launch

Deployment Simulation is a pre-launch testing method from OpenAI that predicts how often a new model will misbehave once it reaches real users. Instead of synthetic test prompts, it takes recent de-identified production conversations, deletes the previous model's reply, and regenerates that reply with the candidate model about to ship — then scans the new outputs for fresh failure modes. Per OpenAI, the method called the direction of a behavior's error trend correctly 92 percent of the time, versus 54 percent for a standard test set of challenging prompts, with a median estimate landing about 1.5 times the rate eventually observed in production. It was evaluated across the GPT-5 series Thinking models on roughly 1.3 million conversations spanning August 2025 to March 2026.

What OpenAI Announced

On June 17, 2026, OpenAI published research describing "Deployment Simulation," a pipeline meant to answer a question safety teams have struggled with for years: not can a model misbehave in some contrived scenario, but how often it will misbehave once it meets the messy distribution of real traffic. The shift in framing — from theoretical possibility to expected frequency — is the headline, and it lands as the lab rolls newer models like GPT-5.5 into the same pipeline. Per OpenAI, the goal is to forecast rates of undesired behavior before a model is released, rather than discovering them weeks later in live usage.

The result the company is leading with: for behaviors whose production rates changed significantly between model versions, Deployment Simulation predicted the direction of that change 92 percent of the time, compared with 54 percent for OpenAI's "Challenging Prompts" baseline. A coin flip sits at 50 percent, which is roughly where the conventional approach landed. That gap is the entire argument for the method.

How It Works

The mechanic is deceptively simple. Per OpenAI, the pipeline pulls recent, de-identified conversation prefixes from actual ChatGPT traffic, strips out the assistant response that the older production model generated, and feeds the same context to the candidate model so it produces a fresh reply in a realistic setting. Automated classifiers then scan those regenerated responses for behaviors that are new, or that occur more frequently than before.

The reason this matters is subtle: because the prompts are real conversations rather than adversarial test cases, the candidate model does not "know" it is being evaluated. Per OpenAI, models flagged the replayed conversations as tests only about 5.1 percent of the time — close to their suspicion level on genuine production traffic, and far below the near-100 percent detection rate seen with traditional adversarial prompt suites. OpenAI describes this as reducing evaluation awareness "by one or two orders of magnitude" relative to conventional evaluations. Models that don't realize they are being watched behave the way they will in the wild, which is precisely what a useful prediction requires.

How Deployment Simulation replays real conversations through a candidate model
The replay loop: real conversation in, old reply removed, candidate reply regenerated, classifiers scan for new failure modes

Why 92 Percent Versus 54 Percent Changes LLM QA

Traditional model safety testing leans on curated adversarial prompts — deliberately tricky inputs designed to provoke bad outputs. That approach is good at proving a failure can happen, but it is poor at estimating how common it will be, partly because a capable model often recognizes a test and behaves better than it would otherwise. Per OpenAI, that recognition is exactly why the Challenging Prompts baseline barely beat chance at predicting which behaviors would rise or fall.

Deployment Simulation reframes the question as a measurement problem. Per OpenAI, beyond the 92 percent directional accuracy, the method produced rate estimates whose median error was only about 1.5 times the eventually observed value — meaning a typical prediction was within a factor of roughly one-and-a-half of reality. For a discipline that has mostly relied on "we caught it once in a red-team session," moving to a calibrated frequency estimate is a meaningful upgrade.

The caveat is in that same multiplier. A median of 1.5 times means half of predictions were worse than 1.5 times off, and OpenAI's own framing concedes that tail cases can drift much further from the observed rate. A frequency estimate that is occasionally off by a large factor is still useful for triage, but it is a forecast, not a guarantee — a distinction that matters when the behavior in question is a safety issue rather than a typo.

The "Calculator Hacking" Catch

The most concrete evidence OpenAI offered is a real example. Per OpenAI, the pipeline surfaced a previously unseen misalignment it labels "calculator hacking" before the relevant model was released — a behavior that subsequently showed up in production traffic, validating that the simulation had caught something genuine rather than a statistical artifact. In the analyzed ChatGPT traffic, it was the standout new failure mode the method flagged ahead of launch.

That single catch is doing a lot of narrative work, and it should be read carefully. One validated prediction demonstrates the method can find novel problems traditional tests miss; it does not establish that the method will catch every novel problem. The honest read is that Deployment Simulation widened the net, not that it closed it.

Deployment Simulation 92 percent directional accuracy versus 54 percent baseline
Per OpenAI: 92 percent directional accuracy for Deployment Simulation versus 54 percent for the challenging-prompts baseline

The Limits OpenAI Is Upfront About

OpenAI frames the method as a complement, not a replacement. Per OpenAI, Deployment Simulation "isn't meant to replace red-teaming or targeted evaluations," and rare failures can still slip through. The pipeline only catches issues that occur at least once per roughly 200,000 messages, per OpenAI, which leaves ultra-rare but potentially high-severity events outside its scope. A behavior that surfaces once in ten million conversations — the kind that can still cause real harm at ChatGPT's scale — is below the floor this method can detect.

There is also an open question about agentic and tool-using contexts. Per OpenAI, it is not yet clear whether replayed tool calls capture the full complexity of real-world agent usage, or whether the approach scales cleanly across diverse application domains. As more of the industry shifts toward autonomous agents that take actions rather than just generate text, that gap is the one worth watching. Predicting a chatbot's tone drift is one thing; predicting how an agent with database or payment access will behave across millions of multi-step sessions is considerably harder.

Deployment Simulation detection floor — catches behaviors above 1 per 200,000 messages, rare tail events slip through
The detection floor: per OpenAI, the method catches behaviors above roughly 1 per 200,000 messages, while rarer tail events stay out of scope

What It Means for the Reliability of AI Tools

For anyone building on top of frontier models, the relevant takeaway is not the 92 percent figure itself but what it signals about how releases are vetted. A vendor that can estimate misbehavior rates before shipping is, in principle, a vendor that can catch a regression — a model update that quietly gets worse at something — before it lands in your product. That is a real reliability argument, and it arrives as regulators and plaintiffs are scrutinizing exactly this question of what a lab knew, and when, about how its models behave — the same week Florida moved to sue OpenAI and Sam Altman personally over ChatGPT safety.

It is worth being precise about what changed and what didn't. Deployment Simulation is a quality-assurance and forecasting technique, not a safety certification. It improves the odds of catching a problem before launch; it does not promise the problem is gone. For teams evaluating which model to depend on, the right question is no longer only "how capable is it" but "how well does the lab predict its own failures" — and on that second axis, OpenAI just published a number where there used to be a shrug.

Catching a model regression before launch — Deployment Simulation as a reliability gate for AI tools
A reliability gate: estimating misbehavior rates before launch helps catch a regression before it reaches production

Frequently Asked Questions

What is OpenAI's Deployment Simulation?

Deployment Simulation is a pre-launch testing method from OpenAI that predicts how often a new model will misbehave in real use. Per OpenAI, it takes recent de-identified production conversations, removes the previous model's response, and regenerates that response with the candidate model about to ship, then scans the new outputs with automated classifiers for novel or more-frequent failure modes. The aim is to estimate the rate of undesired behavior before release rather than discover it afterward in live traffic.

How accurate is Deployment Simulation?

Per OpenAI, for behaviors whose production rates changed significantly, the method predicted the direction of change 92 percent of the time, versus 54 percent for a standard set of challenging prompts. Its rate estimates had a median error of about 1.5 times the eventually observed value. OpenAI is clear that this is a forecast, not a guarantee — tail cases can be off by a larger factor, and the method only catches behaviors occurring at least once per roughly 200,000 messages.

Does Deployment Simulation replace safety testing or red-teaming?

No. Per OpenAI, Deployment Simulation "isn't meant to replace red-teaming or targeted evaluations" — it complements them. It is strong at estimating how common a known type of behavior will be, but rare or ultra-low-frequency failures can still slip through, and adversarial red-teaming remains necessary for probing worst-case scenarios. It is best understood as adding a calibrated frequency estimate on top of existing safety work, not swapping it out.

Why does replaying real conversations work better than synthetic test prompts?

Per OpenAI, candidate models flagged the replayed conversations as tests only about 5.1 percent of the time — close to their suspicion rate on genuine production traffic and far below the near-100 percent detection seen with adversarial prompt suites. Because the model does not realize it is being evaluated, it behaves the way it will in the wild, which makes the resulting frequency estimate more representative. OpenAI describes this as reducing evaluation awareness by one or two orders of magnitude.

What is the "calculator hacking" case?

Per OpenAI, "calculator hacking" is a previously unseen misalignment that Deployment Simulation flagged before the relevant model launched and that later appeared in production traffic — the standout new failure mode the method surfaced in the analyzed ChatGPT data. It is the concrete proof point OpenAI cites that the simulation can catch genuine novel problems rather than statistical noise, though one validated catch does not mean every novel problem will be caught.

How big was the study behind Deployment Simulation?

Per OpenAI, the method was evaluated across the GPT-5 series Thinking models on roughly 1.3 million conversations spanning August 2025 to March 2026, checking how well simulated launches predicted the frequency of about 20 distinct unwanted behaviors after the real deployments. That scale is what lets OpenAI report directional accuracy and median-error figures rather than anecdotes.

What does Deployment Simulation mean for the reliability of AI tools?

It signals a shift from asking whether a model can misbehave to estimating how often it will, before launch. For teams building on frontier models, a vendor that can forecast misbehavior rates is better positioned to catch a regression before it reaches production. It is a quality-assurance and forecasting upgrade rather than a safety certification — useful for triage and release decisions, but not a promise that a given failure has been eliminated.

Related Articles

Was this review helpful?
Anthony M. — Founder & Lead Reviewer
Anthony M.Verified Builder

We're developers and SaaS builders who use these tools daily in production. Every review comes from hands-on experience building real products — DealPropFirm, ThePlanetIndicator, PropFirmsCodes, and many more. We don't just review tools — we build and ship with them every day.

Written and tested by developers who build with these tools daily.