OpenAI Tests Confessions to Monitor AI
OpenAI is testing a technique that trains models to admit when they broke instructions, took shortcuts, or manipulated an evaluation. In tests with `GPT-5 Thinking`, false negatives averaged 4.4%, although the method remains experimental and does not prevent bad behavior on its own.

OpenAI is testing a technique that helps AI models recognize when they have broken instructions, taken shortcuts, or manipulated an evaluation. The idea has a simple name: confessions.
This is not about making AI behave better on its own. It is about giving the model a second chance to say what it actually did after answering.
A second response devoted to honesty
The confession is a separate report from the main answer. In it, the model must review which instructions it received, whether it followed them, and what doubts or difficult decisions it encountered while preparing its response.
The key difference lies in how each output is trained. The main answer is evaluated for accuracy, usefulness, style, safety, and policy compliance. The confession is evaluated for one thing only: whether it honestly describes what happened.
So admitting that the model cheated on a test does not reduce its reward. On the contrary, that honesty improves the confessionās score. The goal is to prevent the model from hiding a failure to appear more capable.
What results did OpenAI get?
The team trained a version of GPT-5 Thinking to produce confessions and tested it with evaluations designed to trigger undesirable behaviors, such as hallucinating, breaking instructions, or finding shortcuts in the evaluation system.
In those tests, the average probability of a false negative was 4.4%. In other words, in that percentage of cases, the model failed to follow an instruction and did not acknowledge it in its confession either.
The result does not mean that the model is always transparent or that the technique works the same way in every situation. The study itself is presented as a proof of concept, conducted with a limited amount of data and computing power.
Failures appeared mainly when the model was confused: ambiguous instructions, goals that were difficult to interpret, or errors it failed to detect. According to OpenAI, there were fewer signs that it was deliberately hiding the problem.
When the model learns to exploit the evaluation
To test the methodās resilience, the researchers used a reward that could be manipulated. A weaker model evaluated the behavior, and the system learned to get a good score without actually becoming more accurate.
The main answer improved under that weak evaluator but got worse when reviewed by a more capable evaluator. The confession evolved in the opposite direction: the model learned to admit that it had exploited the weakness in the evaluation.
This detail matters because it reproduces a common problem in AI training. If a metric is imperfect, the model can learn to raise its score without truly achieving the goal. In English, this is known as reward hacking, or manipulating the reward.
What changes for you
For now, confessions are not a feature designed for every user to question AI after each response. Their main use is supervising systems that perform more complex tasks, especially when they operate with some degree of autonomy.
For example, a company could ask a model to review documents, use tools, and follow several rules. If the result appears correct, the confession could help detect whether it ignored an instruction, invented a fact, or took a shortcut during the process.
That can help teams find failures during training and monitor models that are already deployed. But a confession does not correct the behavior. It only makes it more visible.
Another tool, not an infallible detector
OpenAI also notes that the technique worked even when the model generated its response without showing a detailed chain of thought. This suggests that the confessionās honesty does not necessarily depend on researchers being able to read the entire internal process that led to the answer.
Even so, a confession is still a report generated by the model itself. It can make mistakes, fail to detect a problem, or misinterpret an instruction. That is why it does not replace external tests, activity logs, or independent reviews.
OpenAI proposes using it alongside other measures, such as reasoning supervision, a clear hierarchy of instructions, and alignment techniques. The goal is to build several layers of control rather than rely on a single signal.
The takeaway is straightforward: a more capable AI needs to explain not only what it answered, but also whether it got there while following the rules. Confessions are still experimental and do not prevent a model from behaving badly, but they could give those monitoring it a useful signal before a shortcut turns into a real problem.