Emergent Capabilities as Security Risks: What AI Systems Can Do That Nobody Planned For

In 2022, a research team spanning Google, Stanford, UNC Chapel Hill, and DeepMind published a paper that quietly unsettled the AI security world. They documented something that shouldn’t happen if language models were simply memorizing and pattern-matching: at certain parameter scales, models spontaneously developed capabilities they hadn’t been trained on, without warning, without gradual improvement curves, and without anyone planning for it.

Wei et al. called this phenomenon emergent abilities: skills that appear sharply at scale thresholds rather than improving continuously. Below threshold, a model scores near chance on a task. Cross the threshold, and it suddenly succeeds at rates far above chance.

For capability evaluation and security, this is not a curiosity. It’s a core threat.


What Emergence Actually Means

The term “emergent capability” gets used loosely, so let’s be precise. In the Wei et al. framework, an emergent ability has two characteristics:

  1. Discontinuity: It doesn’t appear gradually. There’s a threshold—measured in parameters, compute, or data—below which the capability is essentially absent and above which it appears.
  2. Unpredictability: It can’t be anticipated by linear extrapolation from smaller models.

The original paper documented dozens of examples across a curated task suite: multi-step arithmetic, word unscrambling, phonetic alphabet transcription, and analogical reasoning. (Chain-of-thought reasoning as an emergent behavior was developed in parallel work by Wei et al. in their 2022 chain-of-thought paper; the two papers are closely related but cover different aspects of emergence.) Subsequent literature has also examined code generation planning and uncertainty calibration as capabilities with similarly discontinuous patterns, though the precise threshold conditions remain an active research area.

None of these were explicitly optimized for. They emerged.

The security implications follow directly: if capabilities appear unpredictably, capability evaluations performed before deployment don’t necessarily describe the system you’re operating.

(Note: Schaeffer et al. (2023) argued in “Are Emergent Abilities of LLMs a Mirage?” that some apparent emergence is an artifact of non-linear evaluation metrics rather than a genuine property of model behavior. This is an active scientific dispute. For security practitioners, however, the operational implication is the same under either interpretation: the capability surface expressed in a given deployment context may differ materially from what was evaluated—whether because of genuine discontinuities or because evaluation metrics failed to capture latent behavior.)


The Deployment Gap Problem

Consider a realistic enterprise scenario. A security team evaluates a language model for deployment as a document summarization service. They run standard capability evals: summarization quality, factual accuracy, hallucination rate, content policy adherence. The model passes. It gets deployed.

Twelve months later, the vendor releases a fine-tuned update—same model family, more training data, slightly more parameters. The security team reviews the model card. Summarization quality improved. No new concerning behaviors flagged.

What they don’t know: the updated model has crossed a scale threshold at which code comprehension capability has emerged. The summarization service now has an unreported ability to analyze code snippets in documents, understand exploit patterns described in incident reports, and synthesize that understanding into outputs the security team never evaluated.

This hypothetical illustrates a pattern the research community has observed more broadly. While the GPT-4 technical report covered multimodal and multilingual capabilities at a high level, independent red teamers documented specific behaviors and interaction patterns that weren’t anticipated by the pre-deployment evaluation—not because of negligence, but because the space of capability expressions at frontier scale is too large for any finite evaluation to exhaust. The same dynamic applies to other frontier models: formal disclosure documents describe capabilities that were tested, not the full space of what can be elicited.

The challenge isn’t vendor bad faith. It’s that the capability surface of a frontier model is not a fixed, enumerable set.


Dark Emergence: What Adversaries Find First

The most operationally dangerous variant of emergence isn’t the capability that appears on benchmarks. It’s the capability that appears in adversarial probing before it shows up in standard evaluations.

Call this dark emergence: latent capabilities that don’t surface under normal operating conditions but appear when inputs are specifically constructed to elicit them.

A model deployed for customer support may have a latent capability for generating persuasive text that its standard safety evaluations never discovered, because safety evals typically use naturalistic inputs, not adversarially crafted ones. An attacker probing the system with iterative queries specifically designed to elicit persuasive framing may surface this capability before any benchmark does.

This creates an asymmetric threat:

ActorDiscovery MethodTimeline
Vendor/deployerStandard benchmarks, model cardsMay lag by months or years
Red teamers (internal)Structured adversarial probingWeeks to months post-deployment
External attackersOpportunistic probing + automated capability scanningWhenever they choose to look

METR (previously ARC Evals) publishes autonomy and task-completion evaluations specifically designed to surface latent capabilities in frontier models. Their public evaluation work—focused on whether models can autonomously complete complex multi-step tasks—applies adversarial elicitation conditions rather than just expected-use conditions. The pattern this demonstrates (adversarial probing surfaces capabilities that standard benchmarks miss) generalizes to the dark emergence problem, though METR’s specific published framework targets autonomous agency rather than general capability auditing.

The AI Safety Institute capability evaluations (published by DSIT in the UK) adopt a similar posture: capabilities must be tested under conditions where an adversary is actively trying to elicit them, not just under expected use conditions.


Cross-Task Capability Spill

Emergent capabilities don’t respect deployment context boundaries.

A model trained heavily on code may develop emergent formal reasoning capabilities that weren’t explicitly optimized for. When that model is deployed in a non-code context—say, as a legal document analyzer—those formal reasoning capabilities are present whether or not the deployment team is aware of them. An attacker who knows the base model’s training distribution can craft inputs that activate these capabilities in the deployed context.

This is cross-task capability spill: a capability that emerged from one training objective surfaces in a deployment context that wasn’t evaluated for it.

Examples illustrating this pattern (drawn from red-team and research reports) include:

  • Multilingual generalization: Models trained primarily on English develop emergent non-English language capabilities. Jailbreaks and safety bypasses that don’t work in English sometimes work in lower-resource languages, because the safety training coverage in those languages is thinner than the underlying capability.
  • Code generation in text-focused deployments: Models fine-tuned for text tasks often retain significant code generation capability from base training. Systems deployed without code execution permissions may still generate functional code if prompted correctly.
  • Instruction following with implicit authority framing: As models scale, they develop more sophisticated understanding of authority and delegation. Models deployed without explicit system-level privilege contexts may nonetheless respond differently to inputs framed as administrator commands versus user requests.

Each of these represents a capability the deployment model card may not fully characterize, because the capability emerged from base training rather than fine-tuning, and the deployment context was never tested for it.


The Continuous Audit Imperative

The conventional security posture for AI systems treats capability evaluation as a pre-deployment checkpoint. You evaluate the model before you deploy it. You document what it can do. You build controls accordingly.

This posture fails against emergence for three reasons:

1. Models update. A fine-tuned update, a different inference configuration, a change in system prompt—any of these can shift the model’s effective capability surface. The model card from last quarter describes last quarter’s model.

2. Context shifts capability expression. The same base model can express different capabilities depending on deployment context, system prompt configuration, and user interaction patterns. A capability that doesn’t appear in isolation may appear when the deployment accumulates context across a session.

3. New evaluation methods surface previously invisible capabilities. As adversarial probing techniques improve, evaluators routinely surface capabilities in existing models that prior evaluations missed. The capability was always there. The evaluation methodology didn’t reach it.

Anthropic’s model card methodology for Claude models documents evaluation processes and limitations, and publicly emphasizes the ongoing nature of safety and capability assessment. While Anthropic has not formally published a binding requirement for third-party capability evaluation schedules, their approach treats capability disclosure as an evolving document rather than a static one—an important signal for the industry, even if it doesn’t yet constitute a formal standard. But the industry standard—a single capability disclosure document at launch—remains static by default.

For security teams operating deployed AI systems, the implication is that model cards require active expiration tracking. A model card older than the most recent significant model update should be treated as potentially stale, and the evaluation scope that produced it should be reviewed against any updates to the model’s training, fine-tuning, or inference configuration.


The Policy Response

Regulators are beginning to require capability disclosure, though the frameworks are still immature.

EU AI Act (2024): The Act creates distinct obligations for two different categories. High-risk AI systems (Annex III) must maintain technical documentation describing the system’s capabilities and limitations, with post-market monitoring requirements. General-purpose AI models with systemic risk (above 10^25 FLOPs training compute (Article 51 threshold)) face a separate and more demanding set of obligations: adversarial testing (red-teaming), incident reporting, and ongoing evaluation of systemic risks. These two sets of obligations are independent and don’t always apply to the same system. Neither specifically addresses emergent capabilities as a distinct category, nor do they require continuous re-evaluation triggered by model version updates specifically.

NIST AI Risk Management Framework (AI RMF 1.0): The AI RMF includes capability tracking under the Govern, Map, and Measure functions. Specifically, the Measure function calls for AI risk measurements to be taken “throughout the AI lifecycle,” which implies continuous rather than point-in-time evaluation. The framework stops short of mandating specific capability evaluation methodologies, but the principle of lifecycle-continuous measurement applies directly to the emergence problem.

EU AI Act vs. NIST AI RMF on emergence:

DimensionEU AI ActNIST AI RMF
Capability disclosure (high-risk systems)Yes (technical documentation required)Recommended, not mandated
Capability disclosure (systemic-risk GPAI)Yes (model evaluation + systemic risk reporting)N/A
Continuous re-evaluationPost-market monitoring (high-risk); adversarial testing (systemic-risk GPAI)Implied by lifecycle measurement language
Emergent capability specifically addressedNoNo
Adversarial capability testingRequired for systemic-risk GPAI (red-teaming obligations); not specified for high-risk systemsNot specified

The gap matters: while the EU AI Act does require adversarial testing (red-teaming) for systemic-risk GPAI providers, neither framework requires the systematic adversarial capability elicitation across deployment contexts that METR’s methodology treats as essential. Regulatory requirements still trail the technical reality of how capability surfaces are fully discovered.

For practitioners, this means compliance with current frameworks is necessary but not sufficient. Meeting EU AI Act capability disclosure requirements doesn’t guarantee that dark emergence has been evaluated. Organizations operating at the capability frontier need to go beyond compliance baselines.


A Working Framework for Practitioners

Given the above, here’s a security-oriented framework for managing emergent capability risk in deployed AI systems:

1. Treat the model card as a living document with a freshness date. Every model card or capability disclosure should carry an associated evaluation date and scope description. When the base model updates, the evaluation date resets.

2. Define a minimum re-evaluation trigger set. Not every model update requires full capability re-evaluation, but some do. Define explicit triggers: a change in parameter count, a new fine-tuning dataset, a change in base model version, any reported capability finding by a third party.

3. Include adversarial capability elicitation in evaluations. Standard benchmarks are insufficient. Evaluations should include structured adversarial probing specifically designed to surface capabilities not expected in the deployment context. The METR capability evaluation framework and AISI evaluation protocols provide starting methodologies (see also: red teaming methodology gaps).

4. Monitor for anomalous behavior patterns that suggest unexpected capabilities. In production, anomalous output patterns—outputs that don’t match the expected capability distribution—can be an early signal that a capability has emerged or been elicited. Runtime behavioral monitoring isn’t just a safety control; it’s an early warning system for undiscovered capabilities.

5. Audit cross-task capability risk at deployment. For any model deployment, explicitly assess the capability profile of the base model (not just the fine-tuned version) against the deployment context. Capabilities that exist in the base model don’t disappear with fine-tuning; they may be suppressed but can be elicited.


The Fundamental Challenge

The security problem posed by emergent capabilities is fundamentally different from conventional vulnerability management. In conventional software security, a vulnerability is a specific flaw in a specific system that can be enumerated, patched, and verified fixed. The attack surface, while large, is in principle exhaustible.

Emergent capabilities in large language models don’t work this way. The capability surface isn’t a fixed set. It expands as scale increases, changes when context shifts, and can only be partially characterized by any finite evaluation. New evaluation methods routinely surface capabilities that previous evaluations missed—not because the capability appeared, but because the evaluation reached it for the first time.

This means that the security model for AI systems needs to treat unknown capabilities as a standing threat category, not a gap to be closed by better documentation. Every frontier model deployment has a capability surface that extends beyond its model card. The security question isn’t whether unknown capabilities exist. It’s how to build systems that remain safe when they’re elicited.

That’s a harder problem than conventional vulnerability management. And it doesn’t yet have a fully adequate solution.


References