Alignment and Filtering Cannot Fully Eliminate LLM Harm

Aryan Dutt, Rui Mao, Anupam Chattopadhyay· July 22, 2026 View original

Summary

This paper investigates whether alignment schemes and bounded safety filters can eliminate harmful behavior in large language models (LLMs), concluding that practical pipelines may fail to drive the probability of harmful outputs to zero, suggesting a persistent empirical harm floor.

The widespread deployment of large language models (LLMs) necessitates robust methods to prevent harmful outputs. Current strategies often involve alignment schemes that reshape a model's output distribution and external safety filters. However, it remains an open question whether these practical pipelines can truly eliminate all harmful behavior or merely suppress its most visible forms. This research formalizes the problem by analyzing support-preserving alignment operators combined with bounded filtering algorithms, considering black-box, white-box, and statistical-query access to LLMs. Through computational and information-theoretic arguments, the study indicates that under these constraints, bounded filtering may not be able to remove all harmful outputs that are inherently supported by the base model's distribution. This suggests a fundamental limitation in achieving zero-harm. Empirical evaluations across various state-of-the-art open-weight and hosted LLMs, using adversarial prompts from cybersecurity scenarios and safety benchmarks, support these theoretical findings. While additional filtering compute reduces the estimated harmful-output rate, it consistently plateaus above zero. This persistent "empirical harm floor" implies that current alignment and filtering techniques, while effective at reduction, cannot entirely eliminate the potential for harmful generations.

Why it matters

For professionals involved in AI ethics, governance, and product deployment, this research provides a crucial understanding of the inherent limitations of current safety mechanisms for LLMs. It underscores that achieving "zero harm" may be practically impossible, necessitating a shift towards robust risk management and mitigation rather than absolute prevention.

How to implement this in your domain

  1. 1Shift from a goal of "zero harm" to a strategy of robust harm reduction and continuous monitoring for LLM deployments.
  2. 2Implement multi-layered safety mechanisms, combining alignment with diverse filtering approaches, acknowledging their limitations.
  3. 3Develop comprehensive incident response plans for managing harmful LLM outputs that inevitably occur.
  4. 4Invest in ongoing research and development for more advanced safety techniques, including those beyond support-preserving alignment.

Who benefits

AI/ML DevelopmentCybersecurityLegalPublic PolicyContent Moderation

Key takeaways

  • Current LLM alignment and bounded filtering schemes may not eliminate all harmful outputs.
  • Computational and information-theoretic arguments suggest a persistent "harm floor."
  • Empirical tests on various LLMs confirm that harmful output rates plateau above zero.
  • Achieving "zero harm" with current methods is likely impractical, requiring risk management.

Original post by Aryan Dutt, Rui Mao, Anupam Chattopadhyay

"arXiv:2607.18295v1 Announce Type: new Abstract: We study whether alignment schemes that reshape a base model's output distribution, combined with bounded safety filters, can drive the probability of harmful behavior to zero in modern large language models. Recent research suggest…"

View on X

Originally posted by Aryan Dutt, Rui Mao, Anupam Chattopadhyay on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

New Tool Generates Contamination-Resistant, Labeled Code Datasets for LLMs

Spaghetti Architect is a new open-source tool that generates controlled, multi-language code datasets, addressing issues of contamination and lack of semantic control in existing code corpora. It creates correct-by-construction programs with adjustable "messiness" and difficulty labels, making it ideal for training and evaluating code-generating LLMs.

Yuxiang JiJul 22, 2026
AI ResearchAI Engineering & DevTools

New Method Safely Gates Hazardous LLM Knowledge Without Deletion

Researchers introduce Token Inoculation, a method that allows large language models to retain sensitive "dual-use" knowledge while selectively refusing hazardous queries. This approach uses a special token to condition the model's behavior, improving safety without sacrificing benign domain performance.

Seunghyun Lee, Dongyoon Han, Sangdoo YunJul 22, 2026
AI ResearchAI Engineering & DevTools

GNNAS-TSP Selects Optimal Algorithms for Traveling Salesman Problem

Researchers introduce GNNAS-TSP, a Graph Neural Network (GNN)-based framework for automated algorithm selection (AS) for the Traveling Salesman Problem (TSP). GNNAS-TSP learns TSP instance representations directly from raw graph data, avoiding manual feature engineering, and formulates AS as a joint cost-prediction and ranking task to select the best solver from a portfolio under fixed computational budgets.

Zhaoxuan Li, Jiale Yang, Yifei Lu, Mustafa MisirJul 22, 2026