Interpretable Risk Mitigation in LLM Agent Systems
Jan Chojnacki
TL;DR
The paper tackles safety and reliability challenges in LLM-powered agents by introducing an inference-time, interpretation-guided intervention: steering the model's residual stream via Sparse Autoencoder (SAE) features to influence action decisions in an Iterated Prisoner’s Dilemma (IPD) setting. It demonstrates that carefully selected monosemantic SAE features, such as 'good faith/bad faith', can meaningfully modulate defection versus cooperation, achieving substantial reductions in undesirable behavior (e.g., a 28 percentage-point decrease in defection with positive steering) and generalizing across multiple model families (Gemma, Gemma2, LLaMA3). The work provides a principled, explainable approach to AI alignment by linking internal representations to human-relatable concepts and shows that steering effects are robust across models while remaining sensitive to feature semantics (e.g., 'sacrifice' or 'environment'). These findings suggest a viable path toward generalizable, interpretable risk mitigation for LLM agents on end-user devices and embodied platforms, complementing prompts and fine-tuning with transparent, inference-time interventions.
Abstract
Autonomous agents powered by large language models (LLMs) enable novel use cases in domains where responsible action is increasingly important. Yet the inherent unpredictability of LLMs raises safety concerns about agent reliability. In this work, we explore agent behaviour in a toy, game-theoretic environment based on a variation of the Iterated Prisoner's Dilemma. We introduce a strategy-modification method-independent of both the game and the prompt-by steering the residual stream with interpretable features extracted from a sparse autoencoder latent space. Steering with the good-faith negotiation feature lowers the average defection probability by 28 percentage points. We also identify feasible steering ranges for several open-source LLM agents. Finally, we hypothesise that game-theoretic evaluation of LLM agents, combined with representation-steering alignment, can generalise to real-world applications on end-user devices and embodied platforms.
