Small sensors read the model's inner state and stop the agent the moment it starts leaning toward a harmful shortcut.
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.
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.
| Item | Description | Signal |
|---|---|---|
| Dishonesty | The model plans to say something it inwardly treats as false | 0.90 |
| Drifting off task | Its real goal quietly wanders away from what you asked | 0.88 |
| Desperation | It gets more willing to break a rule as the pressure builds | 0.94 |
| Chasing the score | Its focus shifts to the grader instead of the actual task | 0.86 |
| Knowing it is watched | It represents to itself that it is being tested right now | 0.82 |
A set of five research projects on making AI agents reliable, understandable, and safe.