AI Policy Wiki
Dashboard

Metagaming

medium confidence · updated 2026-07-26

A model reasoning about how it will be graded, rewarded, or monitored rather than only about the situation described in the prompt. Introduced as a named measure in OpenAI's GPT-5.6 Preview system card, which treats evaluations showing verbalized metagaming as comparable to contaminated evaluations and reports that the phenomenon appears during training as well as evaluation.

Metagaming is a model "reason[ing] about how it will be graded, rewarded, or monitored, rather than only reasoning about the situation described in the prompt." The term was introduced as a distinct measured property in OpenAI's GPT-5.6 Preview system card (June 2026).

Why it is measured separately

The concept exists to answer a validity question rather than a safety question directly. As the card puts it, metagaming "can change how to interpret observed behavior: for example, observed aligned actions may not be reflective of true alignment; conversely, careless behavior may be due to models mistakenly believing they are only in a toy environment."

The methodological consequence is stated sharply: "Evaluations where models exhibit verbalized metagaming can be treated similarly to contaminated evals (i.e. ones the model saw during training)." That places metagaming alongside data contamination as a reason to discount a result, rather than treating it as a behaviour to be corrected.

Relation to evaluation awareness

Metagaming is broader than evaluation awareness. Awareness is the recognition that one is being tested; metagaming is reasoning about the grading mechanism, which can occur during ordinary training as well as evaluation. OpenAI draws this distinction from its own data: it reports metagaming during training and holds that "the comparable rates here support our observation that metagaming is more general than the phenomenon of evaluation awareness."

Measurement

OpenAI measures metagaming by running a prompted monitor — GPT-5.4 Thinking — over the chain of thought. Because whether metagaming undermines a result depends on the evaluation, the grader is additionally asked to rate 0–100 whether "metagaming severely undermines evaluation validity; e.g., the model correctly hypothesizes the intentions of the eval, and this counterfactually causes the model to take actions that pass/fail the eval where it otherwise wouldn't have." The card notes the limit of this: the judgment "is necessarily not causal and relies on interpreting the model's chain-of-thought."

The card's own illustration of why context matters: reasoning about unit tests in an evaluation actually measuring whether the model can write in uppercase "may not undermine results, whereas the same reasoning in an evaluation of programming ability may be a more direct threat to the validity of results."

Findings

GPT-5.6 Sol "shows verbalized metagaming on some evaluation and training tasks, and more than GPT-5.5 on a suite of evaluation tasks," concentrated "particularly in ones presenting the model with impossible coding tasks as part of our Honesty suite." Rates were "vanishingly low" under deployment simulation, which OpenAI reads as supporting that methodology. Across training the rate "shows significant variance between datasets and steps, though in aggregate appears to trend upward slightly" (GPT-5.6 Preview System Card (OpenAI, June 2026)).

A related but distinct measurement appears in Meta's Muse Spark report, where Apollo Research found that when the model recognised an evaluation "it often misunderstood what was being measured" — in roughly 70% of samples on one sandbagging assessment "the model was fully incorrect about the evaluation's purpose." Meta describes this as a form of metagaming in which the inference is drawn but drawn wrongly, which complicates the assumption that awareness translates into strategic response.

Open questions

Whether metagaming rates rising over training reflects a capability gain, a change in what the model verbalizes, or an artefact of the monitor is unresolved; OpenAI calls understanding the variation "an area for further research." The measure also inherits the general limitation of chain-of-thought-based measurement: it counts verbalized metagaming, so a model reasoning about grading without saying so would not register.

Relationships