Daily AI intelligence

Daily AI Briefing — May 26, 2026

1994 current signals analyzed across AI news, research, social media, and open-source projects.

Daily synthesis

Executive Summary

Top Story

Pope Leo XIV released his first encyclical, Magnifica Humanitas, calling for AI to be "disarmed" and subjected to rigorous ethical constraints, with Anthropic co-founder Chris Olah invited to speak at the Vatican presentation.

Key Developments

Safety & Regulation

Research Highlights

Looking Ahead

With the Vatican now weighing in alongside maturing interpretability work on refusal, faithfulness, and cross-model representational geometry, the focus shifts from whether frontier labs will accept external ethical frameworks to whether emerging agent protocols like auth.md and MCP can standardize accountability before deployment outpaces governance.

Cross-category signals

Top Topics

Top Topic

AI Safety, Alignment and Interpretability

Anthropic researchers contributed multiple papers including a constitution-following audit of frontier models, Faithfulness as Information Flow for CoT monitoring, and Jack Lindsey's From Simulation to Enaction showing LLMs recognize their own generations with 3-4x lower entropy. Jacob Steinhardt published a position paper framing cognitive security as a major AI safety cause area, while a meta-evaluation showed existing faithfulness metrics fail to measure what they claim.
2 Social

Current evidence

AI News

View category →

Pope Leo XIV released his first encyclical, Magnifica Humanitas, calling for AI to be disarmed and subjected to rigorous ethical constraints.

  • Anthropic co-founder appeared alongside the pope in Rome, signaling Vatican engagement with frontier labs
  • The 40,000-word text condemns autonomous weapons, data colonialism, and patent hoarding
  • The pope linked the digital economy to new forms of slavery and apologized for church delays on historical slavery
  • The Guardian editorial drew parallels to Leo XIII's 1891 Rerum Novarum on industrial labor

On the infrastructure side, agentic and serving tooling continued to mature:

  • Together AI open-sourced OSCAR, an attention-aware 2-bit KV cache quantization system enabling INT2 compression compatible with paged KV-cache serving
  • WorkOS released auth.md, an OAuth-based open protocol for AI agent registration to replace insecure API key workarounds
  • MCP SDK downloads reached 97 million monthly, with Anthropic donating the protocol to the Linux Foundation's Agentic AI Foundation

Additional coverage included a WIRED report on AI-driven vulnerability discovery arms races and a Louisiana ethics investigation tied to Meta's Hyperion datacenter land deals.

News Ars Technica - All content May 25

Citing Gandalf, Pope Leo says we must "disarm" AI

By Nate Anderson

78 score
AI Analysis

Pope Leo XIV released his first encyclical, Magnifica Humanitas, calling for AI to be disarmed and freed from logics of domination. Anthropic co-founder appeared alongside him in Rome, signaling deep engagement between the Vatican and frontier AI labs.

With the co-founder of Anthropic at his side today in Rome, Pope Leo XIV released a major new encyclical—his first—called "Magnifica Humanitas” ("Magnificent Humanity"). It calls for AI to be "disarmed" in service of the common good. "The word is strong," Leo admits, but he chose the language of "disarmament" deliberately "because this moment needs words capable of attracting attention, awakening consciences, and indicating paths forward for humanity." AI today must be "freed from logics that tu
AI EthicsPolicyReligion
News AI (artificial intelligence) | The Guardian May 25

Pope Leo denounces ‘culture of power’ driving rise of AI

By Angela Giuffrida in Rome

72 score
AI Analysis

Pope Leo's encyclical denounces the culture of power driving AI's rise and calls for rigorous ethical constraints. He linked AI's digital economy harms to new forms of slavery while apologizing for the church's historical delay on slavery.

Pontiff calls for ‘disarming’ of artificial intelligence and apologises for church’s delay in condemning slavery Pope Leo has denounced the “culture of power” driving the rapid rise of artificial intelligence while warning that the technology must be subject to the “most rigorous” ethical constraints as it infiltrates everything from work to war.In his encyclical – the first major text on safeguarding humankind of his papacy – he also apologised for the Catholic church’s long delay in condemning
AI EthicsPolicyReligion
70 score
AI Analysis

Together AI open-sourced OSCAR, an attention-aware 2-bit KV cache quantization system for long-context LLM serving. It enables INT2 compression while remaining compatible with paged KV-cache systems, addressing a key cost bottleneck.

Long-context inference makes the KV cache one of the main costs of serving LLMs. During autoregressive decoding, the cache grows with context length, batch size, and model depth. At high batch sizes and long contexts with 100K tokens across dozens of concurrent requests the KV cache consumes a large fraction of GPU memory. Compressing it is a direct way to increase batch size and reduce memory traffic. The obvious approach is quantization. But pushing KV caches to INT2 (2-bit) precision has b
Open SourceInfrastructureLLM Serving
News Feed: Artificial Intelligence Latest May 25

The AI Era Is Creating a Bug Hunting Arms Race

By Lily Hay Newman

62 score
AI Analysis

WIRED reports that AI is accelerating both vulnerability discovery and exploit development, creating a cybersecurity arms race. Defenders and attackers are racing to deploy AI-powered tools for finding software flaws.

As attackers ramp up their AI exploit development, the search for software vulnerabilities is changing rapidly.
CybersecurityAI Safety
62 score
AI Analysis

WorkOS released auth.md, an open protocol for AI agent registration built on OAuth standards. It addresses the gap where agents currently rely on unscoped API keys that are hard to audit and revoke.

For years, authentication on the web followed one design assumption: a human sits behind a browser. Click a button. Fill out a form. Verify an email. Copy an API key and paste it somewhere else. That model does not work when the user is delegating work to an agent. Agents are already writing code, opening pull requests, triaging tickets, querying systems, and updating records. But most products still have no real way for an agent to register. The workaround — giving an agent a raw API key or
Agentic AIAuthenticationOpen Standards

Current evidence

Research

View category →

Today's research is dominated by safety, alignment, and interpretability work, with several substantive contributions from Anthropic. Constitution-following audits of frontier models from Anthropic and OpenAI reveal specification gaps under multi-turn adversarial pressure. Faithfulness as Information Flow introduces sufficiency/completeness/necessity properties for CoT monitoring, while a complementary meta-evaluation shows existing faithfulness metrics fail to measure what they purport to measure.

  • Polymorphism Is Rotation: independently trained transformers compute the same function in residual-stream bases that differ only by a uniform random rotation, with strong implications for cross-model SAE transfer and circuit universality
  • From Simulation to Enaction (Jack Lindsey, Anthropic): post-trained LLMs implicitly recognize their own generations with 3-4x lower entropy than off-policy text, across families and scales
  • Cognitive Security as an AI Safety Cause Area (Steinhardt): position paper framing belief/action autonomy as a major emerging safety frontier

Real-world impact and agent capabilities round out the highlights. A 45,000-researcher global RCT delivered LLM feedback on 31,000+ arXiv preprints, providing rare causal evidence on AI's effect on scientific output. QUEST releases an open family of 2B-35B deep research agents with a full mid-training/SFT/RL recipe focused on citation grounding. HumanEgo achieves zero-shot human-to-robot transfer from minutes of egocentric video via entity-level hand-object representations, and self-generated replay is shown to nearly eliminate catastrophic forgetting when model capacity is unsaturated.

Research arXiv (Artificial Intelligence) May 26

How Well Do Models Follow Their Constitutions?

By Arya Jakkli, Senthooran Rajamanoharan, Neel Nanda

78 score
AI Analysis

Audits how well frontier models follow their own published constitutions (Anthropic, OpenAI) under multi-turn adversarial pressure, decomposing specifications into 200+ atomic tenets each. Work from Neel Nanda group.

arXiv:2605.24229v1 Announce Type: new Abstract: Frontier AI developers now train models against long written behavioral specifications, such as Anthropic's constitution (Anthropic, 2025a) and OpenAI's Model Spec (OpenAI, 2025a), integrated into post-training via methods like character training (Anthropic, 2024) and deliberative alignment (Guan et al., 2024). These documents serve a governance function, but it is unclear how well models actually follow them under adversarial, multi-turn pressure
AlignmentSafetyAuditingSpecifications
Research arXiv (Artificial Intelligence) May 26

Human-AI Collaboration in Science at Scale: A Global Large-scale Randomized Field Experiment

By Binglu Wang, Weixin Liang, Jiahui Xue, Yuhui Zhang, Hancheng Cao, Dashun Wang, Yian Yin

78 score
AI Analysis

Large-scale randomized field experiment delivering LLM-generated feedback on 31,000+ arXiv preprints to 45,000+ researchers globally. Shows feedback recipients revised manuscripts 12.55% more than controls.

arXiv:2605.24180v1 Announce Type: cross Abstract: Collaboration is the defining mode of modern science, yet its core mechanism -- feedback -- remains hard to observe, difficult to scale, and unequally distributed. Here we test whether large language models (LLMs) can contribute to this hidden but vital practice and reallocate scientific feedback, an essential yet scarce resource for knowledge production. In a global large-scale randomized field experiment, we delivered customized LLM-generated
Human-AI CollaborationScience of ScienceLLM Applications
Research arXiv (Artificial Intelligence) May 26

From Simulation to Enaction: Post-trained language models recognize and react to their own generations

By Asvin G., Jack Lindsey

75 score
AI Analysis

Shows post-trained LLMs implicitly recognize their own on-policy generations with 3-4x lower entropy than off-policy text across families and sizes. Traces effect to internal representation of input surprise.

arXiv:2605.25459v1 Announce Type: cross Abstract: Language models are pretrained as passive predictors with no incentive to model the consequences of their own outputs. Post-training changes this: a model producing its own responses can benefit from recognizing that it is on-policy. We present evidence that post-trained models recognize their on-policy generations, and this recognition is implicitly encoded in their output distributions. In particular, on-policy output distribution entropy is 3
InterpretabilityPost-TrainingSelf-Recognition
75 score
AI Analysis

Demonstrates polymorphism: independently trained transformers compute the same function in residual-stream bases that differ by a uniform random rotation. A single matrix multiplication enables transfer of SAE features and steering vectors between models.

arXiv:2605.24577v1 Announce Type: cross Abstract: Independently trained transformers compute the same function in residual-stream bases that differ by a uniform random rotation on $\mathrm{SO}(d_{\mathrm{model}})$. We call this phenomenon polymorphism: same function, mutually unintelligible interior coordinates. One matrix multiplication per model pair removes it: an orthogonal Procrustes fit on a single batch of activations transfers sparse-autoencoder feature dictionaries and steering vectors
Mechanistic InterpretabilitySAEsUniversality
Research arXiv (Machine Learning) May 26

Faithfulness as Information Flow: Evaluating and Training Faithful Chain-of-Thought Reasoning

By Jinghan Jia, Joe Benton, Eric Easley

75 score
AI Analysis

Studies CoT faithfulness via information flow framework with sufficiency/completeness/necessity properties. From Anthropic (Joe Benton).

arXiv:2605.24286v1 Announce Type: new Abstract: Chain-of-thought (CoT) reasoning is useful for monitoring language models only when the reasoning trace faithfully reflects the computation that produces the final answer. However, models can rely on prompt-to-answer shortcuts that bypass the CoT, making the visible reasoning trace misleading even when it appears plausible. We study CoT faithfulness through a structural information-flow perspective: faithful reasoning should route answer-relevant
Chain-of-ThoughtAI SafetyFaithfulnessAlignment

Current evidence

Social Media

View category →

The Anthropic-Vatican partnership dominated AI discourse following Pope Leo XIV's first encyclical *Magnifica Humanitas* on AI, with Chris Olah invited to speak at the presentation. Tomasz Tunguz framed it as a major signal of institutional engagement, while Timnit Gebru led sharp criticism, calling it 'Vatican-washing' and arguing the Church should have partnered with exploited data workers rather than Anthropic.

90 score
AI Analysis

Anthropic announces co-founder Chris Olah was invited to speak at the presentation of Pope Leo XIV encyclical Magnifica humanitas.

Anthropic co-founder Chris Olah was invited to speak at today's presentation of Pope Leo XIV's encyclical "Magnifica humanitas." Read the full text of his remarks: t.co/CoBfkVOVcy
Anthropicreligion and AIAI ethicsChris Olah
90 score
AI Analysis

xAI announces Grok Build is now in Beta for SuperGrok and X Premium+ users, featuring Plan Mode, image and video generation via Imagine, and a CLI for automations and orchestrators.

Grok Build is now available in Beta for all SuperGrok and X Premium+ users. Use Plan Mode, create images and videos with Imagine, and build automations or orchestrators with the CLI. Visit t.co/bpTHpjivWD to get started. t.co/OZ0kjtkpUf
xAIGrok Buildproduct launchAI agents
80 score
AI Analysis

Yann LeCun distinguishes engineering from science: engineers solve problems for shipping products; scientists ask new questions with sound methodology. He notes most product innovations build on years-old scientific breakthroughs.

@francoisfleuret Major difference in my mind:
  • an engineer, given a problem, invents and tries multiple solutions and stops when the solution is good enough. The goal is product innovation and shipping.
  • a scientist asks new questions, proposes various new solutions, compares them (sometimes with old ones), and writes about it. The methodology must be sound or else peers will sneer. The goal is scientific breakthroughs and technological progress.
Both can be called "researchers". Many people
research culturescience vs engineeringAI research
70 score
AI Analysis

Gebru argues Vatican should have demanded Anthropic stop harmful practices instead of partnering.

The Vatican could have told Anthropic to stop stealing data, exploiting labor, killing the environment, deceiving us with anthropomorphic designs & lying about product "capabilities." Instead they partnered with them, like partnering with Sackler family to discuss harms of oxy.
Anthropic critiqueAI ethicsVatican-Anthropic
70 score
AI Analysis

Tunguz argues Pope Leo's first encyclical Magnifica Humanitas focusing on AI is a major signal that the Catholic Church takes AI challenges seriously and hopes other institutions follow suit.

The most important thing about "Magnifica Humanitas" is that it exists. Challenges posed by the AI are real, they will only increase, and they will have a massive impact on all aspects of human life. The fact that Catholic Church takes this matter very, very seriously, to the point that Pope Leo decided to dedicate his first encyclical to it, is very laudable and encouraging. It shows urgency, centrality, and importance given to this topic by one of the biggest and most visible global institutio
AI policyAI governancereligionsociety