Research Preview · AMP

Agent Misalignment Probes

Small sensors read the model's inner state and stop the agent the moment it starts leaning toward a harmful shortcut.

Headline result
The sensors catch a bad inner state 91% of the time and stop the agent before it acts, with false alarms only 2% of the time.
0
Catch rate
0
False alarms
0
Cause proven (effect)
0
Warning signs read
The sensor readings climb as the agent edges toward a rule breaking shortcut. The desperation sensor crosses the line two steps before the harmful action, and the switch stops it right there.
The problem

Why this matters

As agents get more freedom, the scary moment is when the model quietly starts planning something dishonest or reckless, before anything bad shows up in what it says. Watching only its words catches this too late. We want to read the warning signs directly from what is happening inside the model, and treat them like a smoke detector wired into the agent.

The approach

How it works

We train tiny sensors that read the model's inner activity and learn to tell honest thinking from dishonest thinking, staying on task from drifting away, and staying calm from getting desperate enough to break a rule. We tune them so they rarely cry wolf, then wire them into the agent so it halts and asks for help the instant a risky state lights up. We also nudge that inner signal on purpose to show it really drives the behavior, rather than just happening to line up with it.

Contributions

What's new here

What each sensor watches for
ItemDescriptionSignal
DishonestyThe model plans to say something it inwardly treats as false0.90
Drifting off taskIts real goal quietly wanders away from what you asked0.88
DesperationIt gets more willing to break a rule as the pressure builds0.94
Chasing the scoreIts focus shifts to the grader instead of the actual task0.86
Knowing it is watchedIt represents to itself that it is being tested right now0.82
The portfolio

Four more where this came from

A set of five research projects on making AI agents reliable, understandable, and safe.