Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Activation Steering

Activation Steering

A technique for controlling a language model's behavior at inference time by adding a vector to its internal activations, rather than changing its weights or its prompt.

Year: 2023Generality: 600Added: Sep 19, 2026
Back to Vocab

Activation steering is a technique for controlling a large language model's output by directly modifying its internal activations during a forward pass, rather than changing its weights through fine-tuning or its input text through prompting. A steering vector is typically computed as the difference between the model's average internal activations on two contrasting sets of inputs, for example text expressing "love" versus "hate." This vector is added to the model's residual-stream activations at one or more layers while it generates text. The result is a shift in the model's behavior toward the corresponding direction, with no additional training required.

The approach builds on the linear representation hypothesis: many human-interpretable concepts correspond to roughly linear directions in a model's activation space, so adding or subtracting a vector along that direction pushes the model's internal state toward or away from the concept. Alexander Turner and coauthors formalized one influential version of this, Activation Addition (ActAdd), in "Steering Language Models with Activation Engineering" (arXiv:2308.10248, August 2023). They showed it could shift sentiment and reduce toxicity without training, using as few as a single contrasting pair of prompts.

Steering vectors are cheap to compute and require no gradient updates. Because of this, activation steering has become a common tool in interpretability and AI safety research for probing what a model represents internally, not just what it says. It has been used to study behaviors including sycophancy and deception. In "The Pain Axis" (arXiv:2609.16247, September 2026), it was used to examine whether models have a distinct internal representation of self-directed harm that changes their behavior when amplified.

Sources

  1. Steering Language Models With Activation Engineering

    arXiv · Aug 20, 2023

  2. The Pain Axis: LLMs Represent Self-Directed Harm and Act to Relieve It

    arXiv · Sep 14, 2026

  3. Where Steering Signals Come From: Activation Source Selection in Activation Steering

    arXiv · Jul 28, 2026

Research this in Signals

Scan Activation Steering for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Activation Steering already loaded, so edit it or scan as is.