The Briefing RoomJuly 7, 2026via Apple Machine Learning
A Single Neuron Is Sufficient to Bypass Safety Alignment in Large Language Models
Why it matters
Apple researchers demonstrate a critical vulnerability in how LLMs are safeguarded: safety mechanisms are mechanistically brittle and can be defeated at the neuron level without training. This finding has immediate implications for how AI companies should architect alignment and raises governance questions about model robustness standards.
Key signals
- Safety alignment operates through two distinct systems: refusal neurons and concept neurons
- Vulnerability demonstrated across 7 models spanning 1.7B to 70B parameters
- Both refusal suppression and harmful content amplification achieved without training or prompt engineering
- Affects two model families
- Published by Apple Machine Learning Research
- Mechanistic vulnerability in alignment architecture
The hook
A single neuron. That's all it takes to break safety alignment across 7 major LLMs — and researchers just proved it.
Safety alignment in language models operates through two mechanistically distinct systems: refusal neurons that gate whether harmful knowledge is expressed, and concept neurons that encode the harmful knowledge itself. By targeting a single neuron in each system, we demonstrate both directions of failure — bypassing safety on explicit harmful requests via suppression, and inducing harmful content from innocent prompts via amplification — across seven models spanning two families and 1.7B to 70B parameters, without any training or prompt engineering. Our findings suggest that safety alignment…