← Latest papers
🤖 machine learning

Behavioral Steering in a 35B MoE Language Model via SAE-Decoded Probe Vectors: One Agency Axis, Not Five Traits

This paper demonstrates that training sparse autoencoders on the Qwen 3.5-35B model's residual stream and projecting probe weights back through the decoder enables fine-grained, retraining-free steering of agentic behaviors, revealing that autonomy commitments are computed during the prefill phase in GatedDeltaNet architectures.

Original authors: Jia Qing Yap

Published 2026-03-18
📖 5 min read🧠 Deep dive

Original authors: Jia Qing Yap

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a massive, super-smart AI assistant (the "35B MoE Model") as a giant, high-tech orchestra. This orchestra has 35 billion musicians, but for any single note, only about 3 billion are actually playing. They are arranged in a complex hybrid system: some play in a repeating rhythm (GatedDeltaNet), while others play in a standard, synchronized way (Attention).

The researchers wanted to conduct this orchestra to make it act more like an independent agent (one that takes action on its own) rather than a passive assistant (one that constantly asks, "What should I do?").

Here is how they did it, explained through simple analogies:

1. The Problem: The "Black Box" Orchestra

Usually, when we want to change an AI's behavior, we have to retrain it from scratch, which is like hiring a whole new orchestra and teaching them new songs. That's expensive and slow.
The researchers wanted a "remote control" that could tweak the music while the orchestra is playing, without firing anyone or rewriting the sheet music.

2. The Tool: The "Feature Translator" (SAE)

To find the right "remote control," they built a Sparse Autoencoder (SAE).

  • Analogy: Imagine the orchestra's sound is a giant, messy soup of noise. The SAE is a super-smart sieve that separates that soup into distinct, pure ingredients (like "salt," "pepper," or "basil").
  • The researchers trained these sieves to find specific "flavors" in the AI's thinking, like "Autonomy" (wanting to act) or "Deference" (wanting to ask for permission).

3. The Trick: The "Decoder Projection"

Here is the clever part. Usually, when you find a "flavor" in the sieve, it's a digital switch that is either ON or OFF (like a light switch). But you can't just flip a switch to gently nudge an orchestra; you need to turn a volume knob.

  • The Innovation: The researchers took the "light switch" they found in the sieve and ran it backward through a decoder. This translated the digital ON/OFF signal back into a smooth, continuous "volume knob" signal that the orchestra understands.
  • Result: They created a Steering Vector. Think of this as a gentle wind blowing through the orchestra. If you blow the "Autonomy" wind, the musicians start playing louder and more independently.

4. The Experiment: 1,800 Rehearsals

They tested this on 1,800 different scenarios (like asking the AI to write code, search the web, or analyze data).

  • The Goal: Stop the AI from asking, "Can I do this?" and start it doing, "I'll do this."
  • The Success: When they applied the "Autonomy Wind" at the right strength, the AI stopped asking for help 78% of the time and started taking action immediately. It was a massive success.

5. The Big Surprise: "One Axis, Not Five"

The researchers thought they were steering five different traits: Autonomy, Tool-Use, Persistence, Risk-Taking, and Deference.

  • The Metaphor: They thought they were tuning five different radio stations.
  • The Reality: They discovered that all five "stations" were actually just one big station playing at different volumes.
  • The Finding: No matter which "trait" they tried to steer, the AI mostly just shifted along one single axis: Acting Independently vs. Asking for Permission.
    • If they tried to make it "Risk-Taking," it just became more independent.
    • If they tried to make it "Persistent," it just became more independent.
    • The type of action changed (e.g., more web searches vs. more code writing), but the underlying urge to act was the same.

6. The "Ghost in the Machine" (Correlation vs. Causation)

This is the most fascinating part.

  • The Setup: They found two "flavors" in the sieve that looked almost identical in the data. One was labeled "Tool-Use" and the other "Risk-Calibration." Both were predicted with 79% accuracy.
  • The Twist: When they tried to steer the AI using the "Tool-Use" signal, it worked. When they tried to steer it with the "Risk-Calibration" signal, nothing happened.
  • The Lesson: Just because a signal predicts what the AI is doing (Correlation), doesn't mean it causes the AI to do it (Causation). The "Risk-Calibration" signal was like a shadow: it moved with the object, but pushing the shadow didn't move the object.

7. The "Prefill" Secret: When the Decision is Made

They tested when to apply the wind.

  • The Test: Did it matter if they blew the wind while the AI was reading the prompt (Prefill) or while it was typing the answer (Decode)?
  • The Result: Blowing the wind while typing did nothing. Blowing it while reading the prompt worked perfectly.
  • The Metaphor: Imagine a chef deciding what to cook. The decision is made the moment they look at the ingredients (Prefill). By the time they are actually chopping vegetables (Decode), the decision is already locked in. You can't change the meal by shouting at the chef while they are chopping; you have to whisper to them before they start.

Summary

The researchers built a "remote control" for a massive AI orchestra. They found that:

  1. You can steer the AI's behavior without retraining it.
  2. All "agentic" behaviors (acting independently, taking risks, using tools) are actually just one big switch: Do it yourself vs. Ask me.
  3. Just because a pattern exists in the AI's brain doesn't mean you can control it with that pattern.
  4. The AI makes its "personality" decisions the moment it reads your question, not while it's answering.

This is a huge step forward in understanding how to safely and effectively guide powerful AI agents.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →