Back to today's list

Hair-Trigger Alignment: Black-Box Evaluation Cannot Guarantee Post-Update Alignment

Yavuz Bakman, Duygu Nur Yaldiz, Eleni Triantafillou, Peter Kairouz, Salman Avestimehr, Sai Praneeth Karimireddy

Published Jul 13, 2026Featured #3In the daily list Jul 14, 2026
Daily score66.3
Editorial review7.2
Relevance0.457
Freshness0.722

Why It Matters

What makes this one worth your time

Understanding the limitations of static evaluations is crucial for developing reliable LLMs that remain aligned even after updates, which is vital for maintaining safety and trust in AI systems.

Static black-box evaluations fail to ensure LLM alignment after updates, necessitating robust post-update evaluations.

Summary

The paper investigates the limitations of static black-box evaluations in ensuring the alignment of large language models (LLMs) after updates. It formalizes model alignment in both static and post-update contexts, theoretically and empirically demonstrating that static alignment does not guarantee post-update alignment due to overparameterization. The study shows that LLMs can pass static tests but become misaligned after benign updates, with misalignment potential increasing with model scale.

Key contributions

  • Formalization of model alignment in static and post-update settings.
  • Theoretical proof of the limitations of static black-box evaluations for post-update alignment.
  • Empirical validation showing LLMs can become misaligned after benign updates.

Notable insights

  • Static alignment tests cannot detect latent adversarial behavior that can be triggered by benign updates.
  • The potential for post-update misalignment increases with the scale of the model.

Possible limitations

  • Not stated in the abstract

Abstract

arXiv:2601.22313v2 Announce Type: replace Abstract: Large Language Models (LLMs) are rarely static and are frequently updated in practice. A growing body of alignment research has shown that models initially deemed ``aligned'' can exhibit misaligned behavior after fine-tuning. These works typically assume that the initial model is aligned based on static black-box evaluation, i.e., the absence of undesired responses to a fixed set of queries. However, the limits of black-box evaluation for post-update scenarios is not explored sufficiently. In this work, we formalize model alignment in both the static and post-update settings and uncover a fundamental limitation of black-box evaluation. We theoretically show that, due to overparameterization, static alignment provides no guarantee of post-update alignment for any update dataset. Moreover, we prove that static black-box probing cannot distinguish a model that is genuinely post-update robust from one that conceals an arbitrary amount of adversarial behavior which can be activated by even a single benign gradient update. We further validate these findings empirically in LLMs across three core alignment domains: privacy, jailbreak safety, and behavioral honesty. We demonstrate the existence of LLMs that pass all standard black-box alignment tests, yet become severely misaligned after a single benign update. Finally, we show that the capacity to hide such latent adversarial behavior increases with model scale, confirming our theoretical prediction that post-update misalignment grows with the number of parameters. Together, our results highlight the inadequacy of static evaluation protocols and emphasize the urgent need for post-update--robust alignment evaluation. Code can be found at: https://github.com/Ybakman/safety_benign_update.