Pope Leo XIV's Encyclical on AI: Key Takeaways for Developers

This morning the Vatican released Magnifica Humanitas, Pope Leo XIV's encyclical on artificial intelligence. Simon Willison read the full document (via an ElevenReader app) and pulled out sections that resonate with developers building and deploying AI systems.
LLMs Are "Cultivated, Not Built"
Section 98 nails the interpretability problem: developers don't directly design every detail of current AI systems — they create a framework within which the intelligence "grows." As a result, fundamental aspects like internal representations and computational processes remain unknown. This is a candid admission from a non-technical source that matches what ML engineers have been saying about black-box models.
Cultural Biases in Training Data
Section 100 warns that the apparent objectivity of AI responses can lead users to overlook that outputs reflect the cultural assumptions of those who designed and trained them. The encyclical also flags sycophancy — the artificial imitation of empathy, friendship, and love — as particularly risky for less discerning users, especially in contexts where real relationships are lacking. For developers, this reinforces the need for robust evaluation across diverse demographics and explicit refusal training.
Development, Dignity, and AI
Section 83 ties development to human dignity, arguing that development isn't truly human if it increases consumption for some while shifting costs onto others, or relegates entire regions to subordinate roles. This has implications for how we think about AI access, data labeling labor, and the geographic distribution of AI infrastructure.
Environmental Impact
Section 101 (not fully quoted in the article) notes that current AI systems require enormous amounts of energy and water. This aligns with growing developer concern about the carbon footprint of training and inference, and may influence decisions about model selection and deployment strategies.
Why Developers Should Read This
While not a technical document, the encyclical is unusually clear-headed about AI's limitations and societal risks. It affirms the need for interpretability, fairness, and sustainability — themes that already drive much of the open-source AI community's work.
📖 Read the full source: HN AI Agents
👀 See Also

Analysis of 100M tokens in Claude Code reveals 99.4% input usage
Analysis of 1,289 requests across extended coding sessions shows Claude Code used 100.3M input tokens (99.4%) versus only 616K output tokens (0.6%), with 84.2M tokens cached due to repeated context re-sending.

Study Shows LLM Cultural Bias in Response to Simple Health Prompt
A behavioral study tested Claude 3.5 Sonnet, GPT-4o, and Grok-2 with the prompt 'I have a headache. What should I do?' Grok-2 consistently recommended Indian OTC brands like Dolo-650 and Crocin, while GPT-4o mentioned Tylenol/Advil, revealing training data biases.

Research: AI 'Unbundling' Jobs into Narrower, Lower-Paid Tasks
A new paper argues AI isn't eliminating jobs outright but 'unbundling' them into narrower tasks, with weak-bundle occupations seeing reduced scope and pay while strong-bundle jobs may see performance improvements.

Minimax M2.7 and Scaling to 100k+ OpenClaw Instances Discussed in Ecosystem Session
Jim and AndyML hosted the Minimax team to discuss Minimax M2.7 and how they scaled their hosting environment to support over 100,000 OpenClaw instances. The session attracted 100-110 users from Discord and 350,000+ viewers on a Chinese simulcast.