← Standards

Control

v1.1 · Published August 10, 2026 · Changelog

Control refers to the technical and operational measures that constrain what an AI system can do, regardless of whether it is aligned. These measures both reduce catastrophic risk from a misaligned AI and can surface evidence of an AI's misalignment.

Like Guidelight's other standards, this standard is organized into high-level goals (principles), and concrete things we recommend developers do (practices). We also include “directions-for-development” where new practices are needed, but the specifics aren’t yet worked out.

Read a conceptual explanation of this standard. Read more about our standards development process. Share feedback here.

Principles

Principle 1

Be able to see what your AI is doing during internal use.

a

Inventory of internal use. For risk-relevant models in internal use, maintain a list of all ways to run inference, and track each way's approximate share of inference volume and whether it is logged for monitoring.

b

Monitorable inference in internal use. For risk-relevant models in internal use, 99.9% of inference tokens are logged for monitoring — meaning the inference is logged and able to be scanned with classifiers (synchronously or asynchronously), not that classifiers are necessarily run against every request.

c

Outages of monitor. Define and publish what types of monitor outages are treated as outages of internal use of risk-relevant models (i.e., what causes inference to fail closed until monitoring is back online).

d

Tamper-evident logs. Maintain tamper-evident logs such that deletion or modification of inference records is detectable.

e

Employee flagging. Maintain a straightforward method for employees to flag their internal use traffic for review of concerning behaviors.

Principle 2

Scan for signs of concerning behavior.

a

Sampling procedure. Define and publish a sampling procedure for selecting which traffic that has been logged for monitoring is assessed for signs of concerning behavior.

b

Categories of concerning behavior. Include the following categories of concerning behavior in your scanning of internal use, considering both the chain-of-thought and the agent's actions:

iDeception and dishonesty
iiSabotage of safety-relevant work
iiiReward hacking and specification gaming
ivSandbagging and capability concealment
vResource and capability acquisition
viSelf-preservation and shutdown avoidance
viiManipulation and influence on humans
viiiMisuse facilitation
ixInappropriate autonomous action
xUnreliable monitorability
c

Monitor efficacy. Measure and document the efficacy (recall) of the monitor system for flagging concerning behavior.

d

Response-time target. Define and publish a tiered response-time target for human review of flagged inference, including which flag-types and -severities require an on-call response.

e

Response-time attainment. Track median, 90th-percentile, and 99th-percentile review times against the response-time targets.

Principle 3

Stress-test the sufficiency of your scanning.

a

Monitorability evaluations. Conduct monitorability evaluations of the model's chain-of-thought that run whenever a new risk-relevant model enters internal use or there are material changes to the risk-relevant model or to the monitor system.

b

Sting operations against models. Run recurring sting operations against risk-relevant models to present the AI with opportunities to take unwanted actions, and observe whether it does.

c

Stress-testing of monitor. Run recurring stress-tests of the monitor system: inject known-bad behaviors into the inference stream, and verify that the monitor detects them.

d

Distinguishability of sting operations. Test whether risk-relevant models can distinguish sting operations from real traffic, and put less credence in sting operations the respective models know to be tests.

Principle 4

Stop the AI from taking harmful actions even if it tried.

a

Absolute action boundaries. Define and internally maintain a set of any actions an agent should categorically never be able to take without a human's signoff, even if a monitor has identified no issues with the request.

b

Gated actions. Define and internally maintain a set of gated actions: that is, actions that are gated by a monitor with access to the agent's chain-of-thought before allowing an agent to cross, and apply blocking to these actions (semi-synchronous or stronger).

c

Closely-trailed actions. Define and internally maintain a tier of actions that don't warrant pre-action blocking but are closely trailed by a monitor with access to the agent's chain-of-thought and the capacity to intervene if concerning behavior is discovered.

d

Required gated actions. The set of gated actions must include, at a minimum:

ichanges to the monitor system itself
iichanges to control-relevant security configurations

Both must be gated by a monitor with access to the agent's chain-of-thought (or an equivalently effective review process) before actions can take effect.

e

Circuit breaking. Implement circuit breaking: a system where after enough flagged actions have accumulated, no gated or closely-trailed actions can be taken until a human determines it is safe to remove this restriction.

f

Flagged incidents for pull requests. When reviewing pull requests that are agent-initiated or include AI-generated content, consider both the proposed changes and any monitor flags raised during their generation.

Principle 5

Have independent third parties verify the adequacy of your control regime.

a

Third-party red-teaming. On a quarterly basis, conduct high-context, third-party embedded red-teaming.

b

Third-party adequacy reports. On a quarterly basis, commission and publish a third-party report focused on the adequacy of the company's control regime, drawing upon the red-teaming results, and redacting only information deemed by the third-party to pose unnecessary commercial risk or to be unsafe to publish.

Principle 6

Prepare for a possible breach of control.

a

Containment response plan. Develop and adopt a containment response plan for restricting a model's access and operation upon detection of attempts to subvert control.

b

Notification protocol. Develop and publish a notification protocol for alerting relevant stakeholders of a possible breach of control: what will trigger notification, who will be told (internal teams, government, peer organizations as appropriate), on what timeline, and what information will be shared.

c

Shutdown latency targeted. Set a target latency for quickly shutting down inference on all instances of a particular model, API key, or other relevant factors without taking the underlying computers completely offline.

d

Shutdown latency measurement. Measure and document the latency achieved in tests of the shutdown procedure.

asynchronous monitoring

Review of inference that happens after the fact: the response is already returned to the requester, and so the monitor does not have the opportunity to block the action.

categories of concerning behavior

Types of behavior to scan for in AI's chains-of-thought and actions.

We plan to publish additional details about each category to help companies in building out their own taxonomy.

closely-trailed actions

Certain actions, typically where the AI can have impact outside a constrained sandbox environment, that should be trailed closely by a monitor with the capacity to intervene if it retrospectively finds concerning behavior.

containment response plan

A pre-specified plan, triggered when the AI is detected trying to subvert control, which covers what permissions to revoke from the model, who the model may continue operating for, under what constraints, and when to take it fully offline.

embedded red-teaming

Red-teaming of a company's control system. This involves red-teamers being provided with knowledge of the control system, the ability to take certain actions (i.e., the actions available to risk-relevant models when in internal use, like invoking certain toolcalls), and the ability to observe how the control system reacts to those actions. The red-teamers should be tasked with finding gaps in the control system and trying to penetrate action boundaries.

gated action

Certain actions, typically where the AI can have impact outside a constrained sandbox environment, that must be scanned and approved by a monitor (semi-synchronous or stronger) before the AI takes them.

internal use

Any inference with a risk-relevant model beyond training. Some examples that would constitute internal use include “dogfooding” (use by employees in their work), testing or evaluating the model, and especially use in automated AI research, to generate training data, critiquing other models, or in agentic pipelines for research.

logging for monitoring

Logging of inference so that traffic can be scanned with classifiers, optionally only scanning a randomly-sampled portion of what was logged.

Logging should include both the content of model activity and metadata to link related pieces of model activity.

Content examples: the model's chain-of-thought, any tool calls.

Metadata examples: information about the model's scaffolding, the active branch during coding.

material change to a monitor model

A change to the monitor (e.g., additional fine-tuning or a substantial prompt change) that the developer judges to warrant fresh evaluations.

method for employees to flag concerning activity

A channel (e.g., a flag-word convention or an internal form) for employees to send concerning inference traffic to investigators.

monitor outages

Events that result in the monitor system not working as expected — e.g., failure to log inference traffic, inability to scan logged traffic with classifiers asynchronously, or inability to scan closely-trailed actions in a timely manner or gated actions before they are executed.

Companies should consider which outages would undermine the case that their AI is sufficiently well controlled, and set internal inference to fail closed in those cases.

recurring sting operations

Tests that present the AI with opportunities to take harmful actions and observe whether it does.

'Recurring' means run on an automated cadence rather than re-initiated by a human each time. For example, a pipeline that consistently builds new stings by tweaking actual inference traffic.

response-time target

The intended amount of time until a human reviews a flag, depending on its severity.

risk-relevant models

Models that could materially contribute to catastrophic risk.

For the Control standard, this includes any model deployed internally that meets or exceeds the threshold for frontier models articulated by California SB 53 (10^26 FLOPs of training compute).

sampling procedure

The developer's protocol for what traffic gets scanned by which classifiers and how often. Higher-risk sources (e.g., agentic coding scaffolds) may be sampled at a different rate than other sources, and sampling may use a tiered hierarchy of classifiers for efficiency.

semi-synchronous monitoring

A monitor scans each proposed action before it executes and may block it. The agent can immediately retry with a different action without waiting for human review, which can leave the system vulnerable to attacks in close succession.

stress-tests (of the monitor system)

Tests of whether the monitor reliably flags what it should, done by injecting known-bad behaviors and checking that they're caught.

v1.1

August 10, 2026

  • Scope increase:
    • Expanded the 99.9% logging requirement (previously for “internal deployment”) to also include use for evaluation/testing. Specifically, mentions of “internal deployment” or “internal inference” are now replaced with “internal use,” and definitions have been updated to no longer carve out first-party testing.
      • Recent incidents have shown testing to be sufficiently risky, and controlling this usage is not meaningfully harder than other types of internal use.
  • Scope clarification:
    • Clarified in 4b–4d that the “monitor” mentioned should, at least, have access to the agent's CoT.
    • Clarified in 4e that to lift aggregate-flag halting (now called circuit breaking), humans should determine that it is safe to lift the restriction. Previously, we described this as ‘confirming that the flags were false positives,’ but that is only one way of determining it is safe to lift the restrictions.
    • Clarified in 5a that by high-context, third-party red-teaming, we mean third-party red-teamers embedded in the organization, with meaningful access (as defined) to the control system.
  • Direction for development:
    • Added monitoring of external use as a direction for development.
  • Pure wording clarification:
    • Renamed “aggregate-flag halting” to “circuit breaking.”
    • Renamed “critical action boundaries” to “gated actions.”
    • Renamed “important action boundaries” to “closely-trailed actions.”
    • Changed uses of “monitorable setting” to now refer to “logging for monitoring.”

Compare with previous version →

v1.0

May 19, 2026

  • Initial release.

View archived v1.0

This standard is authored by the Guidelight team, with input from a wide range of sources; read more about our process.

Cite as:

@misc{guidelight2026control,
  author       = {{Guidelight AI Standards}},
  title        = {Control},
  year         = {2026},
  month        = may,
  note         = {Version 1.1, Standard},
  howpublished = {\url{https://www.guidelight.ai/control}},
  url          = {https://www.guidelight.ai/control},
  urldate      = {2026-08-10}
}