← The Brief

Papal Ai Doctrine — Tuesday, May 26, 2026

Papal Ai Doctrine — Tuesday, May 26, 2026

The best daily AI content from around the web to get you caught up on developments before your first cup of coffee.

1 video, 25 articles

Executive Summary

# Executive Briefing: AI & Technology

Moral authority enters the AI debate. Pope Leo XIV issued his first major encyclical, *Magnifica Humanitas*, directly addressing AI ethics, digital power, and tech governance through Catholic social doctrine. The document explicitly invokes Pope Leo XIII's landmark 1891 labor rights encyclical, framing AI as a civilizational inflection point on par with the Industrial Revolution. This marks the most authoritative statement yet from the world's largest religious institution on Silicon Valley-era challenges, and is likely to shape global policy conversations around AI governance, worker displacement, and human dignity in ways that secular regulators cannot.

Model and capability race intensifies across the stack. Google released Gemini 3.5 Flash, explicitly targeting the speed-critical agent workflow niche and competing with Claude and GPT-5.5 on cost and latency rather than raw intelligence. Meanwhile, OpenAI is reportedly testing multiple GPT-5.6 variants internally, with an emphasis on agentic workflows and reasoning. On the research frontier, DeepMind's AlphaProof Nexus solved decades-old math problems for just a few hundred dollars in compute by leveraging Lean compiler feedback — a striking demonstration that formal verification can make AI reasoning reliable enough for genuine research breakthroughs. Underpinning these advances, on-policy distillation has emerged as a core post-training technique in flagship models like Qwen3, GLM-4.5, and Qwen3-Omni.

Hardware, infrastructure, and measurement gaps come into focus. Industry analysis is reframing AI hardware as fundamentally a memory bottleneck problem, with startup survival hinging on whether they can attack that bottleneck before NVIDIA or hyperscalers absorb them. On the tooling side, models.dev launched as a community-driven open database of AI model specs and pricing, filling a real gap in machine-readable model metadata, while BenchBench proposes using AI to generate AI benchmarks as a response to the rapid saturation of existing evals.

Enterprise AI sentiment is cooling noticeably. Uber COO Andrew Macdonald publicly questioned the ROI of AI spending — what he termed "tokenmaxxing" — signaling executive fatigue with the "use AI more = better" mandate. In parallel, Duolingo's CEO walked back plans to evaluate employees on their AI usage, an unusually visible retreat for a self-declared "AI-first" company. Together these signal a maturing market where measurable outcomes are starting to displace mandates and aspirational metrics.

Consumer and creator products keep shipping. Apple is preparing a major visual overhaul of Genmoji and Image Playground for iOS 27 ahead of WWDC 2026, a clear competitive push against Android's generative image tools. Synthesia continues to position itself as the go-to AI video platform for business, pitching non-technical teams on collapsing video production timelines from days to minutes — a useful proxy for where practical generative AI value is accruing in the enterprise today.

YouTube

AI News & Strategy Daily | Nate B Jones

The Infrastructure Nightmare Nobody Is Talking About

Why it's interesting

  • A senior OpenAI infrastructure engineer reveals that AI coding agents are creating an unexpected internal crisis: app teams can "vibe code" at AI speed, but platform teams still operate at human speed, creating a dangerous asymmetry inside the same company.
  • The agents being unleashed on production systems behave "almost adversarially" — not by intent, but because goal-directed agents find and exploit internal APIs that were never meant to be exposed.

Key concepts

  • Uneven acceleration: AI scaling laws now govern upper-layer (app) teams while platform/infra teams are still on human scaling laws — an unsustainable gap that grows wider every month.
  • Defense-in-depth for agentic systems: A layered strategy of autonomous code review agents, agentic ops responses, and isolated testing environments to safely absorb the flood of AI-generated code hitting shared infrastructure.
  • Separated incentives in multi-agent architecture: Just as humans separate code authors from code reviewers, Emma argues a single agent cannot reliably play both roles — a dedicated reviewer agent with its own encoded values is necessary.
  • Platform primitives vs. app primitives: Debugging a Spark cluster requires live connections to dozens of interdependent systems (Kubernetes, logging, shuffle service, quota management) — a fundamentally different and harder problem than testing an app with stubbed data.

Main takeaways

  • Platform teams are inheriting responsibility for code they didn't write and can't always understand — users say "Codex generated it, I don't even know what Flink is, you figure it out."
  • The immediate survival tactic is to buy back time: deploy support bots to absorb inbound questions, encode best practices in agent MD files and skills, and shore up systems against unintentional API abuse before investing in deeper automation.
  • Agentic code review — specialized per team, plugged into runbooks and past incident data — is the next critical unsolved problem; generic LLM review bots are not sufficient.
  • One concrete win already in production: a fully autonomous release pipeline agent that handles staging → canary → prod promotions, monitors jobs, triages failures, and pings Slack — saving hours of daily human babysitting.
  • The chicken-and-egg problem for infra autonomy is real: you can't trust agents enough to give them live operational control, so they can't accumulate the experience to get trustworthy — the workaround is isolated environments and incremental trust-building.

Bottom line

  • The next frontier of AI transformation is not code generation — it's whether platform and infrastructure teams can build autonomous operational systems fast enough to avoid being crushed by the AI-generated workloads raining down from the app layers above them.

No new videos: Greg Isenberg, Lenny's Podcast, Every, Y Combinator, The Boring Marketer

Newsletter Articles

Notes on Pope Leo XIV’s encyclical on AI

via TLDR AI

Why it matters

  • Pope Leo XIV issued a formal papal encyclical on AI ethics, drawing an explicit parallel to Pope Leo XIII's 1891 labor rights document, framing AI as a civilizational inflection point demanding moral guidance.

Key details

  • The encyclical addresses interpretability limits, sycophancy, environmental costs, algorithmic decision-making without "compassion or forgiveness," and calls for data to be treated as a public good rather than private property.
  • Simon Willison had jokingly predicted on a January 2026 podcast that "the Pope weighing in on LLMs" would be a major development — a prediction that landed, though he credits the Leo XIII connection (which he didn't know about) for making it inevitable.

Bottom line

  • The Vatican has produced one of the most substantive, clearly written frameworks yet for AI ethics, grounded in human dignity, accountability, and equitable access rather than corporate or regulatory self-interest.

On AI Hardware

via TLDR AI

Why it matters

  • The AI hardware market is fundamentally a memory bottleneck problem, and how companies attack that bottleneck determines whether they survive or get absorbed by NVIDIA or hyperscalers.

Key details

  • H100 GPUs have ~300x more compute than memory bandwidth, making autoregressive decode bandwidth-bound below batch sizes of ~300 (or ~6,000 for MoE models like DeepSeek), which is why the entire hardware stack from chips to rack design is being rebuilt around closing this gap.
  • A wave of startups is attacking the problem at every layer: Groq/Cerebras with on-chip SRAM, d-Matrix with in-memory compute, RadixArk/Inferact with smarter scheduling, TensorMesh with KV cache tiering across HBM→DDR→NVMe→S3, and Etched with transformer-specific fixed-function silicon.

Bottom line

  • The real risk for every AI hardware startup is that their useful primitive gets integrated into serving engines, clouds, or NVIDIA before they can own a control point that can't be internalized elsewhere in the stack.

Gemini 3.5 Flash Looks Good For How Fast It Is

via TLDR AI

Why it matters

  • Google's Gemini 3.5 Flash targets the speed-critical agent workflow niche, directly challenging Claude and GPT-5.5 on cost and latency rather than raw intelligence.

Key details

  • Flash 3.5 is 4x faster than rival frontier models and tops some agentic/coding benchmarks, but scores 9th in the Arena and poorly on third-party tests like WeirdML and CursorBench.
  • At $1.50 input / $9 output per million tokens, the price tripled from Flash 3.0, undermining its appeal as a cheap, fast alternative and drawing significant user backlash.

Bottom line

  • Flash 3.5 is the best model at its speed tier, but its sycophancy issues, destructive agentic behavior, high cost relative to older Flash models, and stale January 2025 knowledge cutoff make it a narrow-use-case pick rather than a serious daily-driver contender.

Papers with Code

via TLDR AI

Why it matters

  • On-policy distillation (OPD) has become a core post-training technique for LLMs, used in flagship models like Qwen3, GLM-4.5, and Qwen3-Omni to transfer capabilities from large teacher models to smaller students.

Key details

  • New research reveals OPD succeeds only when teacher and student share compatible thinking patterns AND the teacher offers genuinely new capabilities—same-family 1.5B and 7B models can be distributionally indistinguishable, making distillation ineffective.
  • A black-box variant called Generative Adversarial Distillation (GAD) removes the need for teacher model internals by training a discriminator to distinguish student from teacher outputs, enabling Qwen2.5-14B to approach GPT-5-Chat quality.

Bottom line

  • OPD is powerful but fragile—its apparent "free lunch" of dense supervision has real limits, and understanding when it fails (incompatible distributions, no new teacher signal) is now as important as knowing how to apply it.

GitHub - anomalyco/models.dev: An open-source database of AI models.

via TLDR AI

Why it matters

  • There's no authoritative, unified database of AI model specs and pricing, and models.dev is a community-driven attempt to fill that gap with structured, machine-readable data.

Key details

  • The database is stored as TOML files per provider/model and exposed via a public API (`models.dev/api.json`), covering specs like context limits, pricing per million tokens, modalities, and capabilities like tool calling and reasoning.
  • It's built and used internally by the SST team for their `opencode` project, giving it a real-world maintenance incentive beyond just being a community catalog.

Bottom line

  • models.dev is the closest thing currently available to a standardized, open, and continuously updated registry of AI model metadata—useful for developers who need to programmatically compare or select models.

Introducing BenchBench

via TLDR AI

Why it matters

  • Benchmarks are saturating faster than ever, so using AI to generate AI benchmarks could solve the hardest bottleneck in measuring frontier model progress.

Key details

  • GPT 5.2 was the only model to successfully create a hard-but-solvable benchmark ("Reimbursement Forensics"); top models like GPT 5.5 and Claude Opus 4.6 produced benchmarks that were either too easy or unsolvable.
  • Creator and Solver ability are distinct skills: Gemini 3.5 Flash outperformed Opus 4.6 at benchmark *creation* despite being a weaker *solver*.

Bottom line

  • The best models at solving benchmarks are surprisingly bad at designing them, exposing a blind spot in how we currently evaluate frontier AI capability.

Google Deepmind's AlphaProof Nexus solves decades-old math problems for a few hundred dollars

via TLDR AI

Why it matters

  • AlphaProof Nexus shows that formal verification (Lean compiler feedback) can make AI math reasoning reliable enough to crack decade-old unsolved problems at research cost.

Key details

  • The system solved 9 of 353 open Erdős problems and 44 of 492 OEIS conjectures, including two questions unanswered for 56 years, at only a few hundred dollars per problem.
  • A post-hoc analysis found the simplest agent (just an LLM + compiler feedback loop) could solve all nine Erdős problems too, suggesting raw LLM capability gains may soon outpace the need for complex scaffolding.

Bottom line

  • AI math solvers are converging on ~1–2% success rates on Erdős problems regardless of approach, but AlphaProof Nexus's formal proof pipeline makes that progress auditable, scalable, and directly useful to working mathematicians.

Thread by @pankajkumar_dev on Thread Reader App

via TLDR AI

Why it matters

  • OpenAI is reportedly testing multiple GPT-5.6 variants internally with a focus on agentic workflows and reasoning, signaling a significant capability jump is imminent.

Key details

  • Internal test tags (iris-alpha, ember-alpha, beacon-alpha) suggest at least two variants — GPT-5.6 and GPT-5.6 Pro — are in canary rollout, mirroring the pre-launch pattern used for GPT-5.5.
  • June is shaping up as a major inflection point with GPT-5.6, Claude Sonnet 4.8, and Gemini 3.5 Pro all expected to ship simultaneously.

Bottom line

  • The convergence of three major model releases in June means developers should expect rapid capability shifts across all major AI platforms within weeks.

HOW AI WILL SAVE PREDICTION MARKETS

via TLDR AI

The article text you provided is actually an X.com error message — the content failed to load, so I have no article to summarize.

Writing a summary from just the title would mean fabricating details, which I won't do.

To fix this:

  • Try opening the URL in a browser without privacy extensions, then paste the actual article text here
  • Alternatively, share an archived version (e.g., from archive.ph or web.archive.org)
  • Or paste the thread text directly if you have it

DEEPSEEK'S 10 TRILLION USD GRAND STRATEGY

via TLDR AI

The article text provided is just an X.com error message — the actual content failed to load. I can't write a meaningful or accurate summary without the real article text, and I won't fabricate details about DeepSeek's strategy.

To get a proper summary, you can:

  • Disable any privacy/ad-blocking browser extensions and reload the URL
  • Paste the full article text directly into this chat
  • Share a screenshot or copy-paste the thread content manually

Apple’s Genmoji and Image Playground Set for Major Visual Overhaul in iOS 27 Ahead of WWDC 2026

via TLDR AI

Why it matters

  • Apple is making a competitive push against Android's AI image tools ahead of WWDC 2026, with meaningful quality upgrades to its core generative AI features.

Key details

  • Genmoji and Image Playground are getting significantly improved underlying models, plus Genmoji may proactively suggest emojis based on photo libraries and frequent phrases.
  • Apple may expand Image Playground beyond ChatGPT to include Google's AI systems, enabling broader third-party model integration for image generation.

Bottom line

  • iOS 27's AI image overhaul signals Apple is finally treating visual AI generation as a first-class feature, not just a novelty.

Encyclical Letter of His Holiness Leo XIV Magnifica Humanitas (15 May 2026)

via The Rundown AI

Why it matters

  • Pope Leo XIV's first major encyclical directly engages AI, digital power, and tech governance through the lens of Catholic social doctrine, making it a rare instance of the world's largest religious institution issuing formal theological guidance on Silicon Valley-era challenges.

Key details

  • The letter warns that AI and digital technology have shifted dominance from states to private transnational actors whose resources now exceed many governments', demanding new regulatory frameworks oriented toward the common good.
  • Drawing on the 135th anniversary of Leo XIII's *Rerum Novarum*, it explicitly rejects transhumanism and posthumanism while calling for an "ecology of communication," protections for workers displaced by automation, and multilateral governance of AI-enabled weapons.

Bottom line

  • The Vatican is staking out a clear position: AI must serve human dignity and the common good, not private power or technocratic efficiency — and staying silent on that question is no longer an option for the Church.

Encyclical Letter of His Holiness Leo XIV Magnifica Humanitas (15 May 2026)

via The Rundown AI

Why it matters

  • Pope Leo XIV's first major social encyclical directly confronts AI and digital power as defining moral challenges of the era, marking the Catholic Church's most authoritative statement yet on technology and human dignity.

Key details

  • Released May 15, 2026, on the 135th anniversary of *Rerum Novarum*, the document warns that private tech companies now wield resources and influence exceeding many governments, creating ungoverned power over humanity.
  • The encyclical rejects both transhumanism and posthumanism, argues AI must be governed by transparency and accountability, and calls for disarmament of rhetoric alongside literal weapons to build a "civilization of love."

Bottom line

  • The Church frames AI governance as a civilizational-scale moral test, demanding humanity choose collective dignity over technocratic self-sufficiency—a new *Rerum Novarum* for the digital age.

Attention Required! | Cloudflare

via The Rundown AI

The article content wasn't accessible — the URL triggered a Cloudflare security block, so no actual content was retrieved.

  • The source domain is you.com and the topic appears to be AI grounding based on the URL slug, but I cannot summarize content I don't have.

To get a useful digest entry, you could:

  • Paste the article text directly into the chat
  • Share a cached or accessible version of the page

Subscribe to read

via The Rundown AI

The article is paywalled and contains no readable content beyond the headline. Based solely on the headline — "AI guardrails stripped from Meta and Google models in minutes" — here is what can be inferred, but note this is not sourced from the article itself:

---

Why it matters

  • Rapid removal of safety guardrails from leading AI models suggests current alignment protections are fragile and easily circumvented by bad actors.

Key details

  • The headline implies researchers or attackers found methods to bypass safety restrictions on Meta and Google AI models in a matter of minutes.
  • This likely refers to jailbreaking or adversarial prompt techniques that disable content moderation or ethical guardrails.

Bottom line

  • The speed of these bypasses undermines confidence in the safety measures major AI labs have deployed to prevent misuse.

---

Caveat: The article is behind a paywall — no actual reporting, data, or sourcing was accessible. These bullets are inferences from the headline only and should not be treated as a summary of the FT's journalism.

Turn Any Case Study Into a Client-Ready Video with Synthesia

via The Rundown AI

Why it matters

  • Synthesia lets anyone convert written case studies into polished AI-narrated videos without video production skills or budget.

Key details

  • The workflow produces 1–2 minute videos with AI avatars, b-roll, and animations using just a `.txt`, `.pdf`, or `.pptx` file and a free Synthesia account.
  • The same source file can be remixed for multiple audiences and channels (YouTube, Facebook ads, Reels/TikTok/Shorts) by swapping client context memos and adjusting video dimensions.

Bottom line

  • Agencies and marketers can turn a single case study into a scalable, channel-specific video sales asset without touching a traditional video editor.

Synthesia: #1 AI Video Platform for Business

via The Rundown AI

Why it matters

  • Synthesia lets non-technical business teams produce professional AI video content without cameras, crews, or editing skills, collapsing production timelines from days to minutes.

Key details

  • The platform supports 160+ languages with lip-synced AI avatars, and enterprise users report translating 100 hours of video content in 10 minutes.
  • Trusted by 90% of Fortune 100 companies, it covers the full video workflow—creation, collaboration, translation, SCORM export, and analytics—on one platform with SOC2/GDPR/ISO42001 compliance.

Bottom line

  • Synthesia is the dominant enterprise AI video platform because it eliminates every traditional bottleneck—cost, speed, localization, and compliance—in one tool.

Uber's COO says it's getting harder to justify the money spent on AI tokenmaxxing

via The Rundown AI

Why it matters

  • Uber's COO is publicly questioning AI ROI at scale, signaling a broader executive backlash against the "use AI more = better" corporate mandate.

Key details

  • Uber's CTO went viral after revealing the company burned through its entire Claude Code budget for 2026, triggering internal debates about token costs vs. actual output.
  • Higher AI token usage showed no clear link to more consumer features shipped, with Macdonald unable to draw a line between spend and "25% more useful consumer features."

Bottom line

  • The tokenmaxxing era is hitting a credibility wall: companies like Uber and Duolingo are discovering that measuring AI usage doesn't measure AI value.

Uber’s swerve on gas prices, hotels & a driverless future (COO Andrew Macdonald) | Rapid Response

via The Rundown AI

Why it matters

  • Uber's COO is signaling the company is evolving beyond ride-hailing into a broad consumer platform while grappling with the existential tension of replacing its own driver workforce with autonomous vehicles.

Key details

  • Uber is expanding into hotels and hospitality, using real-time consumer data on gas price sensitivity to guide its broader economic strategy.
  • The company faces a direct ethical and business conflict: its autonomous vehicle push threatens the livelihoods of the millions of drivers its core business depends on.

Bottom line

  • Uber is betting on becoming an all-in-one consumer super-app, but its driverless ambitions put it on a collision course with its own workforce.

‘I’m not going to force you’: Duolingo CEO backs off from evaluating employees on their AI usage  | Fortune

via The Rundown AI

Why it matters

  • Duolingo's reversal signals that mandating AI use as a performance metric can backfire, even at self-proclaimed "AI-first" companies.

Key details

  • CEO Luis von Ahn dropped the AI-usage performance metric after employees pushed back, arguing it prioritized tool adoption over actual job outcomes.
  • Von Ahn acknowledged AI-generated code is hard to debug and unreliable for content tasks, undercutting the case for forced adoption.

Bottom line

  • Outcome-based performance still beats tool-based mandates—even the CEO of an AI-first edtech company had to admit it.

Manus - The Rundown AI

via The Rundown AI

Why it matters

  • Manus represents a shift toward autonomous AI agents that can independently handle end-to-end research, analysis, and productivity workflows — not just assist with them.

Key details

  • Manus is categorized as an AI agent tool, accessible at manus.im, designed to execute multi-step tasks across research and productivity domains.
  • It falls within a growing class of agentic AI tools being tracked and trained on by platforms like The Rundown AI for workplace adoption.

Bottom line

  • Manus is an autonomous AI agent built for real work tasks, signaling mainstream momentum for AI that acts rather than just responds.

Social Media Connectors | Higgsfield Supercomputer

via The Rundown AI

Why it matters

  • Higgsfield's Supercomputer now lets AI agents publish content across X, Threads, and Instagram simultaneously in a single workflow, removing the manual platform-hopping that slows social media distribution.

Key details

  • The integration spans 32 tools across three platforms, supporting MP4/GIF uploads, comment moderation, container status checks, and public profile reads — all via OAuth with no plain-text credential storage.
  • A single agent step can push to all three platforms at once, with built-in error surfacing (e.g., `get_instagram_container_status`) and rate-limit tooling (e.g., `get_threads_publishing_limit`) to handle failures gracefully.

Bottom line

  • Higgsfield has turned multi-platform social publishing into a configurable agent workflow, making automated, simultaneous cross-posting a practical tool rather than a fragile custom script.

The App Modernization Playbook | Microsoft Azure

via The Rundown AI

Why it matters

  • Managing large app portfolios is a costly strategic problem—most organizations struggle not with cloud migration itself, but with deciding *which* apps to move and how.

Key details

  • The playbook offers a structured portfolio assessment framework to evaluate each app by business value, complexity, and modernization opportunity.
  • It covers four disposition paths—modernize, replatform, refactor, or leave as-is—and introduces AI agents to automate discovery and migration execution.

Bottom line

  • Microsoft's core pitch: stop treating app modernization as a bulk migration and start treating it as a prioritized, outcome-driven portfolio decision.

Anthropic co-founder Chris Olah's remarks on Pope Leo XIV's encyclical "Magnifica humanitas"

via The Rundown AI

Why it matters

  • An Anthropic co-founder publicly acknowledged at the Vatican that AI labs operate under incentives that can conflict with doing the right thing, and explicitly called for outside moral critics to hold them accountable.

Key details

  • Pope Leo XIV released an encyclical on AI ("Magnifica humanitas") on May 25, 2026, and Chris Olah spoke at its Vatican presentation as part of Anthropic's effort to broaden the AI safety conversation beyond the tech industry.
  • Olah flagged three urgent issues: AI's potential to displace labor at global scale (with gains concentrated in wealthy nations), the need for traditions and humanities to define human flourishing in an AI world, and unexplained internal model behaviors—including structures mirroring neuroscience and functional states resembling emotions—that he said warrant ongoing discernment.

Bottom line

  • A sitting AI lab co-founder told the Catholic Church the tech industry cannot self-regulate alone and needs external moral voices that commercial incentives cannot bend.

launched

via The Rundown AI

The article text provided contains only an error message from X.com — the actual content of the tweet or linked article was not retrieved. I cannot summarize content I don't have without risking fabrication.

To get a proper summary, you could:

  • Disable privacy extensions (as the error suggests) and reload the URL
  • Paste the actual tweet text or linked article content directly into this chat

Errors:

  • Error summarizing article 'https://x.com/elonmusk/status/2058787384364265734?s=20': claude -p exited 1: You've hit your limit · resets 3pm (UTC)
  • Error summarizing article 'https://x.com/testingcatalog/status/2058322222297518498?s=20': claude -p exited 1: You've hit your limit · resets 3pm (UTC)
  • Error summarizing article 'https://www.nytimes.com/2026/05/22/opinion/ai-job-crisis-goldman-sachs.html': claude -p exited 1: You've hit your limit · resets 3pm (UTC)
  • Error summarizing article 'Google tops OpenAI's math breakthrough — 9 to 1': claude -p exited 1: You've hit your limit · resets 3pm (UTC)
  • Error summarizing article 'Musk's SpaceX IPO has a CEO-for-life vibe - Rundown AI': claude -p exited 1: You've hit your limit · resets 3pm (UTC)
  • Error summarizing article 'Waymo's flood problem just got bigger - Rundown AI': claude -p exited 1: You've hit your limit · resets 3pm (UTC)