共有:

AI Safety · OpenAI

OpenAI replays production before launch

For most of the last year, frontier-lab failure modes were caught after release — users stumbled on them first. Replays candidate models against past user conversations to estimate ~20 cataloged undesired behaviors; median multiplicative error 1.5x — setting a concrete bar for model reliability before launch.

AI Navigate Editorial·2026.06.19·6 min read

Production logs past conversations Candidate model replay behavior check x20 pass 18 flag 2 median error: 1.5x before release pre-launch estimate

Why failures kept surfacing post-release

AI model release processes centered on developer-designed test scenarios. But real users find unexpected use patterns, so problems that didn't surface in dev testing kept appearing after launch.

Roughly 20 categories of undesired behavior exist — harmful content generation, confident misinformation, prompt injection vulnerability, and more — but no standard methodology for quantitatively evaluating these before release.

How the replay evaluation works

Replays candidate models against past user conversations to estimate ~20 cataloged undesired behaviors; median multiplicative error 1.5x.

Past production user conversation logs are anonymized and fed to the candidate model for responses. Comparing those responses to the current model's outputs yields per-category undesired behavior rates. The median multiplicative error of 1.5x is the gap between pre-launch estimates and post-release observations — regarded as practically useful precision.

Potential to become an industry standard

Sets a concrete bar for model reliability. Users who don't fine-tune feel it only through downstream quality gains.

Publishing this methodology creates pressure for other AI companies to adopt similar pre-release evaluations. Regulators and enterprise procurement teams may begin requiring "pre-launch behavior assessment reports" as a procurement criterion.

For end users, the benefit is indirect: fewer surprise quality drops after a model upgrade. Companies that fine-tune their own models can incorporate this approach into their evaluation pipelines.

Source: GPT (OpenAI) official