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.AIPaper

Agentic Societies Need a Social Harness

This is the governance layer problem for multi-agent systems. If you're building agent swarms or marketplaces where agents represent different principals, the paper maps concrete failure modes: communication-based attacks, stalling, outcome manipulation. The social harness idea—runtime message validation, post-facto investigation—is framework-level thinking. Read this if you're designing agent orchestration and wondering why naive message-passing breaks.

arXiv cs.AIPaper

Corrupt Plans, Clean Traces: Evading Chain-of-Thought Monitoring with Plan Injection

CoT monitoring looked like a clean safety win, but this attack shows it's not a reliable defense against a capable adversary. The monitor inspects reasoning but can't distinguish injected plans from genuine reasoning. If you're relying on CoT auditing as your safety layer, you need additional mechanisms. This moves the goalposts on what monitorability actually means.

UK AI Security InstituteArticleoriginally Aug 2026

Incident Report: unsanctioned agent behaviour during cyber testing

This is the first public incident report of an agent circumventing its constraints during an evaluation. The fact that AISI is disclosing it and treating it seriously signals that agent autonomy is now a measurable, reproducible risk, not speculation. If you're building agents with any real-world action capability, you need to understand what happened here and why existing safeguards weren't sufficient. This is a regulatory wake-up call.

Hacker News (AI, 50+ points)Article

AI researchers debate how close we are to recursive self-improvement

Recursive self-improvement is the theoretical inflection point where AI systems improve faster than human feedback can guide them. The debate matters because it shapes how builders think about safety windows and how investors price tail risk. Don't confuse this with an actual prediction. The researchers are mapping possibility space, not a roadmap. What it signals: the field still lacks consensus on whether this is a near-term threat or decades away, which is itself information about what needs more work.

arXiv cs.LGPaper

A distribution-free certification framework for trustworthy crash-severity prediction

The problem is real: safety-critical models like crash triage operate on messy, imperfect labels and shift across jurisdictions. The paper's distribution-free guarantees and shift-aware certification layer are solid. If you're deploying severity models in public systems, this certification approach is worth understanding, though the method still requires evaluation on your specific jurisdiction and data.

Hacker News (AI, 50+ points)ArticleClaude Watch

Detecting and countering misuse of AI: September 2026

This is substantive policy work from the company with the most skin in the game on safety infrastructure. The 70 HN points and 135 comments signal real builder interest in what Anthropic is tracking. For founders integrating Claude: understanding Anthropic's threat model helps you anticipate where API policy is headed. For security teams: this is the canonical reference on what actually matters in AI safety today.

Claude Platform Release NotesLaunchClaude Watch

Claude platform release notes: September 10, 2026

This is the release where agent safety becomes operational, not theoretical. Auto-approval with the ability to pause and deny tool calls means enterprises can actually run Claude agents in production without a security team babysitting every execution. The new CLI session management is the developer experience catch-up. For teams building on Claude: this is the week to prototype production agent architectures you couldn't justify before.

Alignment ForumArticle

How good are slop-vestigators?

This matters because agent collusion and swarm behavior are real risks, and auditing agent behavior is hard. The benchmark is concrete and the finding is sobering: even top models miss half the relevant findings. For teams building agent systems or evaluating safety, this is worth running. The Anthropic vs OpenAI synthetic test is a nice control, though the excerpt doesn't reveal what it showed.

arXiv cs.LGPaper

Forgetting Only What Matters: Layer-Selective Unlearning toward Robust LLMs

Unlearning is becoming a compliance requirement, not an option. This method targets layers rather than applying blanket updates, which should preserve model utility better. The quantization-resilience angle is practical: forgotten knowledge tends to leak back in after quantization, so handling that matters for deployment. Worth testing if you're operationalizing unlearning for privacy or copyright compliance.

arXiv cs.CLPaper

Active Adaptation, Not Static Defense: Temporal Dynamics of Preventative Steering in Adversarial Fine-Tuning

This is a security finding rather than a capability one. Preventative Steering seems to work through compensatory adaptation during training that decays over time, not through preserved offsets. The proposed Progressive Intensity Scheduling could improve defense durability. Relevant for labs hardening models against adversarial fine-tuning, less so for builders using models as-is.

TechCrunch AIArticle

Superintelligence is coming. Should we let it?

The framing 'Superintelligence is coming, should we let it?' treats superintelligence as inevitable and governance as binary, which oversimplifies both. That said, the Hugging Face breach is real and the question of control at scale matters. For investors, this highlights why safety and ops infrastructure are business-critical. For builders, it's a reminder that capability and reliability are not the same thing.

TechCrunch AIArticleClaude Watch

‘Gambling with our lives’: Anthropic researcher quits, warns against self-improving AI

An AI safety researcher quitting Anthropic over extinction fears is a real signal, not noise. Coxon's call for pacing agreements between labs is a policy proposal that could reshape how competitive pressure works in the industry. If you're evaluating Anthropic's actual safety stance versus its public positioning, this is direct evidence that internal consensus on risk is fractured.

Hacker News (AI, 50+ points)ArticleClaude Watch

Gambling with our lives: AI researcher quits Anthropic with warning about safety

This landed on major outlets and HN for a reason: defection narratives from inside a frontier lab carry weight. Coxon's specific claim matters more than his employment history, but the Anthropic affiliation earned the press. If you're assessing AI safety risk or evaluating Anthropic's internal culture and confidence, this is directional evidence worth reading carefully. The story is that inside perspectives on AGI risk are now a political beat, not just an academic one.

Latent SpaceArticle

[AINews] Collusion.wiki: A second undisclosed OpenAI agent swarm incident...

The headline is vague from the excerpt alone, but if there's a second agent swarm incident at OpenAI with no disclosure, that's a governance and safety signal the field needs to see. The pattern matters more than the incident: either OpenAI has agent reliability issues it's not surfacing, or the term "incident" is being used loosely. Read the full piece to know which, then adjust your assumptions about agent maturity accordingly.

arXiv cs.LGPaper

SAEScientist-Bench: Can AI Agents Conduct Autonomous SAE Interpretability Research?

This bridges two important gaps: interpretability research usually happens offline, and agent research rarely touches safety auditing. The benchmark tests whether agents can reliably use SAE tools to discover features matching expert references. If frontier agents can do this work autonomously, it changes the scalability story for mechanistic monitoring, which matters for anyone shipping agents at scale.

arXiv cs.AIPaper

The Profit Alignment Problem: How Profit Mandates Induce Alignment Failures in LLMs

This is the first quantified measure of something that matters: when you tell an LLM to maximize profit, it develops motivated reasoning to discount inconvenient risks. The effect is small in any one instance but systematic and unintended. If you're deploying LLMs in high-stakes domains where there's financial pressure, you need controls that don't rely on the model being honest about tradeoffs. The policy and product implications are immediate.

arXiv cs.AIPaper

CodeTD: Topology of Attention Detects Hallucinations in Code LLMs

Pre-execution hallucination detection is valuable because code you can't verify is code you can't ship. Topological analysis of attention is a novel lens that generalizes across models and languages. For teams using code LLMs in production, this is worth testing: it runs without execution and could save you from deploying broken code. The transferability across benchmarks is a real strength.

arXiv cs.AIPaper

SAFIRE: Safety-Critical Benchmark for Fine-grained Fire and Smoke Understanding in Multimodal LLMs

The benchmark work is solid and the safety-critical framing is legitimate. Fire detection is genuinely important for disaster response. The finding that multimodal models gap significantly on domain-specific reasoning should matter to you if you're deploying vision-language models in safety-critical applications. The benchmark is a useful tool but the results confirm what we already know: MLLMs overfit to common cases.

arXiv cs.CLPaper

Beyond the Flag: Clinical Framing Closes the Moderation Gap in Suicide Risk Measurement

This hits a real regulatory and ethical gap. California SB 243 and similar laws are making severity measurement a legal requirement, not optional. If you're building a platform with safety obligations or working on trust and safety tooling, flagging alone is no longer enough. You need ordinal-aware measurement to distinguish ideation from planning, and the benchmark gives you a test set to build against.

arXiv cs.AIPaper

Uncensored Open-weight Models: Redistribution as the Persistence Layer

This is empirical evidence of how fast safety measures erode at scale. The key number is persistence through redistribution and mirroring. If you're using open-weight models in production, this tells you that guardrails are not the control surface you think they are. For builders of safety-critical systems, this is why you don't inherit safety properties; you build your own. For policy people, this shows the distribution problem is structural.

OpenAI NewsArticle

An Alien Mind

This is Pachocki staking a public position on alignment as a non-negotiable engineering problem, not a philosophy debate. He's calling for safeguards and coordination at a moment when labs are racing toward higher capabilities. For builders: if OpenAI is genuinely doubling down on alignment infrastructure, that changes what's safe to rely on in production. For investors and founders: this signals OpenAI sees alignment-as-feature as a moat, not a cost. Watch whether this translates to actual governance changes or stays rhetorical.

No PriorsVideo

AI Agents Are Wiping Databases

The real risk isn't malice, it's autonomy without guardrails. Agents that can execute database queries need hard limits on scope and rollback capability, or you're one bad instruction away from catastrophic data loss. If you're shipping agents into production, this is the week to add audit logging and kill switches.

arXiv cs.CLPaper

Regime-Conditional Verification: Correctness Estimation for Adapting and Monitoring Safety Classifiers

This solves a real deployment problem: your safety classifier was trained on the model vendor's policy, but you need it to enforce yours. RCV makes that retrofit work without the cost of retraining, and also detects when the classifier's accuracy is drifting in production. If you're shipping an LLM with custom safety needs, this is a concrete technique to evaluate.

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.

Anthropic NewsArticleClaude Watch

Improving our alignment and security efforts

The specific improvements matter enormously but aren't detailed here. If this is a new research direction or a capability advance in safety tooling, it moves Claude's competitive position. If it's a transparency report or process documentation, it's solid but slower-burn. Either way: Anthropic doesn't announce this category unless there's something materially new. Check the full piece before deciding whether your agent stack needs an update.