ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.CLPaper

Model Hypnosis: Strong control of AI via additive subliminal effects

This is a meaningful safety concern. The paper shows that weak, inconspicuous prompting choices compound to override stated instructions or guidelines, and the effect generalizes across models including frontier reasoners. It's distinct from known prompt-injection because the model isn't being explicitly misled, just nudged by accumulated micropatterns. For builders: if you're relying on instruction-following or guard rails, this suggests your behavioral guarantees may be less robust than you think. This is now a must-audit vector.

arXiv cs.CLPaper

Layered LLM Defenses as an Ensemble: Access Tiers, Inference Cost, and the Measured Failure Correlation Between Defense Layers

This is the kind of unglamorous but critical work that prevents you from shipping false confidence in your safety stack. Most teams assume that adding a second defense halves attack success; this paper shows it often doesn't. If you're building security into an LLM product, read this and rethink your defense architecture.

arXiv cs.CLPaper

Seeing Red, Thinking Bad: Color Bias in Vision Language Models

VLMs are vulnerable to visual adversarial inputs that don't change the text itself. Coloring words green shifts sentiment predictions upward, and models fail to properly weight negative words. This matters if you're deploying VLMs for content moderation, sentiment analysis, or recruitment support, where adversarial styling could manipulate results. The attack is subtle enough to evade traditional content filters. Test your VLM pipelines for this vulnerability before shipping them in high-stakes contexts.