May 6, 2026

D.A.D. today covers 10 stories from 5 sources. What's New, What's Innovative, What's Controversial, What's in the Lab, and What's in Academe.

The Daily AI Digest is a daily AI briefing automated by Alexander Panetta — a veteran political journalist tracking the field during a Master's in AI Management at Georgetown University.

D.A.D. Joke of the Day: My AI wrote a condolence card for my coworker. It was so moving, I almost forwarded it to HR as a resignation letter.

What's New

AI developments from the last 24 hours

White House Plans New Powers Over AI Releases

The Trump administration is reportedly drafting a slate of executive actions that would give it sweeping new control over how the most powerful AI models get deployed—a story first broken by The New York Times and matched by Politico and other outlets this week. Among the provisions reportedly under consideration: a federal vetting regime that could require labs to receive a green light from the government before releasing frontier models; a separate 16-page executive order that would bar AI companies from "interfering" with the government's use of their models, with more aggressive contracting and termination terms for federal vendors; and new technical guidelines to secure open-weight models, potentially with help from the intelligence community.

The push appears driven in significant part by the administration's running fight with Anthropic, which earlier this year refused to let the Defense Department use Claude to surveil Americans or power autonomous weapons. Defense Secretary Pete Hegseth retaliated in March by designating Anthropic a supply-chain risk to national security—an unprecedented move that restricted government access to Anthropic products. Officials are now also reportedly worried about Anthropic's still-unreleased Mythos model, which early testing suggests can find and exploit software vulnerabilities beyond what human hackers can do. The White House is reportedly working to create a board to review the supply-chain-risk designation so federal agencies can use Mythos to stress-test their own systems.

In a notable parallel development, the Center for AI Standards and Innovation (CAISI) at NIST announced expanded pre-deployment evaluation agreements with Microsoft, xAI, and Google DeepMind. Anthropic is conspicuously not on that list. Per CAISI's announcement, developers frequently turn over "models that have reduced or removed safeguards" for testing.

Why it matters: This may be a sharp reversal from the laissez-faire posture David Sacks and Marc Andreessen had pushed in this White House, and it has reportedly surprised some in the anti-regulation tech sector. However, where it lands is genuinely unclear. The same set of powers could deliver safer AI, or result mainly in more power for the U.S. government, giving it new leverage over the most capable tools and the companies building them—shaping who gets access, picking winners and losers, and potentially reserving the best systems for itself. The Anthropic standoff is also a preview of what "non-cooperation" with the government's preferred AI use cases now costs a lab.


Google Claims 3x Speed Boost for Open-Source Gemma Models

Google released a speed upgrade for its open-source Gemma 4 models, claiming up to 3x faster responses using a technique called multi-token prediction. The method lets the model predict multiple words at once rather than one at a time, then verify them—a trick called speculative decoding. Google says quality stays identical. A demo showed the Gemma 4 26B model running at roughly double speed on high-end NVIDIA hardware. The Gemma family has logged over 60 million downloads since launch.

Why it matters: For teams running Gemma locally or self-hosting AI, this could meaningfully cut response times and compute costs—if the 3x claim holds in real workloads.


Chrome Reportedly Downloads 4 GB AI Model Without User Consent

Google Chrome is reportedly downloading a 4 GB AI model (Gemini Nano) to users' devices without explicit consent, according to a technical analysis gaining attention online. The file, which appears in a Chrome directory called OptGuideOnDeviceModel, allegedly re-downloads itself if users delete it. The author claims this violates EU privacy regulations including the ePrivacy Directive and GDPR, and estimates the practice could generate thousands of tonnes of CO2 emissions at Chrome's global scale. Google has not publicly addressed the claims.

Why it matters: If verified, this would represent a significant shift in how browser makers deploy AI capabilities—downloading large models without user approval raises both privacy and bandwidth concerns, particularly for users with metered connections or storage constraints.


Three Rules for Working With AI: Don't Anthropomorphize, Don't Blindly Trust, Stay Accountable

A proposed framework called the 'Three Inverse Laws of AI' (a nod to Asimov's Laws of Robotics) offers guidelines for humans interacting with AI systems: don't anthropomorphize AI, don't blindly trust its output, and remain fully responsible for consequences of AI use. The author argues these principles are necessary as AI services become more embedded in professional workflows. No evidence or research backs the framework—it's a normative argument about best practices rather than an empirical finding.

Why it matters: The framing inverts a classic science fiction concept to make a practical point: as AI tools proliferate, the burden of safe use falls on humans, not machines—a perspective increasingly relevant as organizations grapple with AI governance policies.


What's Controversial

Stories sparking genuine backlash, policy fights, or heated disagreement in the AI community

Publishers Allege Zuckerberg Personally Approved Pirated Books for Llama Training

Five major publishers—Hachette, Macmillan, McGraw Hill, Elsevier, and Cengage—plus novelist Scott Turow filed a proposed class-action lawsuit against Meta and Mark Zuckerberg on May 5, alleging the company illegally copied millions of books from pirate sites to train Llama. The suit claims Zuckerberg personally authorized the infringement and that Meta abandoned a potential $200 million licensing strategy at his direction. Internal communications cited in the filing allegedly show an employee warning that licensing even one book would undermine Meta's fair use defense.

Why it matters: This is the most direct legal challenge yet to AI labs' fair use arguments, and naming Zuckerberg personally—with alleged internal evidence of strategic decisions to avoid licensing—raises the stakes considerably for how courts will view AI training practices across the industry.


What's in the Lab

New announcements from major AI labs

ChatGPT's New Default Model Claims 50% Fewer Errors on Complex Questions

OpenAI rolled out GPT-5.5 Instant as the new default model for all ChatGPT users, replacing GPT-5.3 Instant. The company claims significant accuracy improvements: internal testing showed 52.5% fewer hallucinated claims on high-stakes prompts (medicine, law, finance) and 37.3% fewer inaccurate responses on conversations users had flagged as problematic. OpenAI says the model is also less verbose and better at personalization, drawing on past chats, uploaded files, and connected Gmail to tailor responses.

Why it matters: If the hallucination reductions hold up in real-world use, this addresses one of the biggest barriers to trusting AI output for consequential decisions—though OpenAI's internal benchmarks deserve independent verification.


ChatGPT Opens Self-Serve Ads Platform to US Businesses

OpenAI is opening ChatGPT advertising to more businesses with a self-serve Ads Manager now in beta for US advertisers. The expansion adds cost-per-click bidding alongside existing cost-per-thousand-impressions pricing, plus measurement tools including a Conversions API and tracking pixels. OpenAI says it will provide only aggregated performance data, not individual chat content, to advertisers. The move signals OpenAI is building serious ad infrastructure—not just testing the waters.

Why it matters: This positions ChatGPT as a potential competitor to Google and Meta for digital ad dollars, while creating a new channel marketers may soon need to evaluate alongside traditional search and social.


What's in Academe

New papers on AI and its effects from researchers

All Five LLMs Tested Show Gender Bias in ER Triage Decisions

A fairness audit of five major LLMs used for emergency department triage found all failed a pre-set bias threshold, with gender-related decision flip rates ranging from 9.9% to 43.8% when patient gender was swapped in otherwise identical cases. DeepSeek showed the steepest disparity, undertriaging women at more than twice the rate of men. Notably, chain-of-thought prompting—often touted as improving AI reasoning—actually degraded accuracy across all models tested. Demographic blinding helped in some cases but didn't eliminate bias entirely.

Why it matters: Healthcare systems piloting AI triage tools face real liability and patient safety risks; this research suggests no current model is deployment-ready without rigorous per-model fairness auditing.


Bigger Medical AI Models Aren't Automatically Safer, 34-Model Study Finds

New research challenges a core assumption in healthcare AI: bigger models aren't automatically safer. Researchers tested 34 clinical LLMs and found that accuracy and safety follow different scaling laws. The key factor isn't model size—it's evidence quality. When models received clean, verified medical evidence, high-risk errors dropped from 12% to 2.6% and dangerous overconfidence fell from 8% to 1.6%. Retrieval-augmented generation helped accuracy but didn't fully close the safety gap. The team released RadSaFE-200, a radiology-specific benchmark with clinician-labeled risk categories.

Why it matters: For healthcare organizations evaluating AI tools, this suggests procurement decisions should focus less on model size and more on how systems source and verify medical evidence—a shift from 'biggest is best' to 'cleanest data wins.'


AI Symptom Interviews Outperformed Clinicians in 14,000-Patient Study

A Google-backed study of nearly 14,000 Fitbit app users found that AI agents conducting symptom interviews produced more accurate differential diagnoses than independent clinicians working from the same conversation transcripts. The AI was 2.5 times more likely to reach the correct diagnosis (OR = 2.47, p < 0.001). Structured AI-led interviews also significantly outperformed conversations where users guided the questioning. Researchers validated results against clinician-provided diagnoses and a 517-case expert panel review.

Why it matters: This is one of the largest randomized studies suggesting AI can outperform clinicians at a specific diagnostic task—potentially reshaping how symptom-checking apps and telehealth triage evolve.


What's On The Pod

Some new podcast episodes

AI in BusinessFrom Experimentation to Clinical-grade AI in Healthcare - with Alex Tyrrell of Wolters Kluwer

How I AIThe internal AI tool that’s transforming how Stripe designs products | Owen Williams

Suggested citation: The Daily AI Digest, created by Alexander Panetta — dailyaidigest.net (May 6, 2026).