Category intelligence

AI News Briefing — March 22, 2026

9 current items analyzed and ranked.

Executive synthesis

AI News Summary

Anthropic dominates this cycle with two interlinked stories: the Department of Defense alleging the company could sabotage AI models during wartime, and FBI Director revealing mass surveillance capabilities that bypass AI companies entirely. Together, these signal an escalating confrontation between frontier AI labs and the US national security apparatus.

  • Kaiser Permanente therapists are striking over an AI screening system they say endangers mental health patients—a stark real-world case of AI deployment risk in healthcare.
  • DoorDash and platforms like Kled AI are paying gig workers worldwide to sell personal data and record daily activities for AI training, raising ethical and privacy concerns about AI's human data supply chain.
  • The UK government has failed to trial any OpenAI technology eight months after a high-profile partnership, exposing the gap between political AI ambitions and execution.
  • A North Carolina man pleaded guilty to defrauding music streaming platforms of millions using AI-generated songs and bots—an early landmark AI content fraud conviction.

Key Themes

AI Policy, Military & Surveillance · 2AI Training Data & Gig Labor · 2AI Deployment Risks & Healthcare · 1Government AI Adoption · 1AI-Enabled Fraud & Legal Precedents · 1ML Engineering & Best Practices · 2

Primary evidence

Top Ranked Signals

News Feed: Artificial Intelligence Latest Mar 21

Anthropic Denies It Could Sabotage AI Tools During War

By Paresh Dave

82 score
AI Analysis

The Department of Defense alleges Anthropic could sabotage or manipulate AI models during wartime. Anthropic executives deny this is technically possible, escalating tensions between AI companies and the US military over model control and deployment.

The Department of Defense alleges the AI developer could manipulate models in the middle of war. Company executives argue that’s impossible.
AI SafetyAI Policy & RegulationMilitary AIAnthropic
News AI (artificial intelligence) | The Guardian Mar 21

How the FBI can conduct mass surveillance – even without AI

By Nick Robins-Early

78 score
AI Analysis

FBI Director Kash Patel revealed that the FBI can conduct mass surveillance at scale even without AI cooperation, amid the ongoing Anthropic-DoD standoff. Authorities are purchasing Americans' data commercially, bypassing AI firms' objections to enabling domestic surveillance.

Anthropic fought against the government’s misuse of its technology, but authorities are buying Americans’ data, enabling them to surveil citizens at scaleThe FBI declares it can conduct mass surveillance without AI, despite Anthropic’s protest.A central part of the standoff between Anthropic and the Department of Defense has revolved around the artificial intelligence firm’s refusal to allow its technology to be used for mass domestic surveillance. Yet even without the cooperation of AI firms, r
AI Policy & RegulationSurveillancePrivacyAnthropic
72 score
AI Analysis

Kaiser Permanente therapists allege the health system's new AI-powered screening system is delaying mental health care and putting patients at higher risk. Striking workers say licensed professionals are being replaced by automated triage, with potentially life-threatening consequences.

Kaiser pushed back on striking workers’ claims and AI fears, saying it delivers ‘timely, high-quality care to meet members’ needs’Ilana Marcucci-Morris is worried about the patients she treats and how long it took for them to arrive in her office. At Kaiser Permanente’s psychiatry outpatient clinic in Oakland, California, she says she increasingly finds herself assessing people experiencing severe mental health issues who she believes should have been sent to the emergency room weeks earlier. Fo
AI in HealthcareAI SafetyLabor & AIAI Deployment Risks
News AI (artificial intelligence) | The Guardian Mar 21

Thousands of people are selling their identities to train AI – but at what cost?

By Shubham Agarwal

62 score
AI Analysis

Thousands of gig workers globally are selling personal data—videos, texts, calls, and daily activities—through apps like Kled AI to train AI models. Workers in developing countries earn relatively high pay, but the long-term privacy and ethical costs remain unclear.

Gig AI trainers worldwide are selling moments of their lives, including calls and texts, to AI companies for quick cashOne morning last year, Jacobus Louw set out on his daily neighborhood walk to feed the seagulls he finds along the way. Except this time, he recorded several videos of his feet and the view as he walked on the pavement. The video earned him $14, about 10 times the country’s minimum wage, or for Louw, a 27-year-old based in Cape Town, South Africa, half a week’s worth of grocerie
AI Training DataGig EconomyPrivacyAI Ethics
News Feed: Artificial Intelligence Latest Mar 21

I Tried DoorDash’s Tasks App and Saw the Bleak Future of AI Gig Work

By Reece Rogers

60 score
AI Analysis

First spotted on Social earlier this week, DoorDash launched a new Tasks app where gig workers are paid to record videos of everyday activities—like doing laundry and cooking—to train AI models, likely for robotics. The experience reveals a bleak vision of commodified human behavior as AI training input.

I recorded videos of myself doing laundry, scrambling eggs, and walking around the park in DoorDash’s new Tasks app, where gig workers are paid to train AI.
AI Training DataGig EconomyRoboticsDoorDash
News AI (artificial intelligence) | The Guardian Mar 21

UK government yet to trial OpenAI tech months after signing partnership

By Aisha Down

58 score
AI Analysis

Eight months after signing a partnership with OpenAI, the UK government has yet to conduct any trials of the company's technology. An FoI request revealed no evidence of testing despite ministers' earlier claims about AI-led public service reform.

FoI request reveals no evidence of testing despite ministers hailing agreement as key to delivering AI-led public service reformWhen the UK government signed a memorandum of understanding with OpenAI, the tech firm behind ChatGPT, the partnership was hailed as one that could harness artificial intelligence to “address society’s greatest challenges”.But eight months on from the fanfare of that announcement, the government has yet to hold any trials involving the firm’s tech. Continue reading...
AI Policy & RegulationOpenAIGovernment AI AdoptionUK Policy
News AI (artificial intelligence) | The Guardian Mar 21

US man pleads guilty to defrauding music streamers out of millions using AI

By Edward Helmore in New York

55 score
AI Analysis

Michael Smith, 52, pleaded guilty to wire fraud conspiracy after using AI-generated songs and bots to defraud music streaming platforms of millions in royalties. The case is among the first major criminal convictions involving AI-generated content fraud.

Michael Smith, 52, charged after flooding platforms with thousands of AI songs and boosting them with botsSign up for the Breaking News US email to get newsletter alerts in your inboxA North Carolina man has pleaded guilty to defrauding music streaming platforms and his fellow musicians out of millions in royalties by flooding the services with thousands of AI-generated songs – and using automated “bots” to artificially boost the number of listens into the billions.As part of a deal with federal
AI-Generated ContentAI FraudLegal & RegulatoryMusic Industry
48 score
AI Analysis

A technical tutorial demonstrating how to build an uncertainty-aware LLM system with confidence estimation, self-evaluation, and automatic web research fallback. The three-stage pipeline enables models to assess their own reliability and seek external information when confidence is low.

In this tutorial, we build an uncertainty-aware large language model system that not only generates answers but also estimates the confidence in those answers. We implement a three-stage reasoning pipeline in which the model first produces an answer along with a self-reported confidence score and a justification. We then introduce a self-evaluation step that allows the model to critique and refine its own response, simulating a meta-cognitive check. If the model determines that its confidence is
LLM EngineeringAI ReliabilityTutorialConfidence Estimation
38 score
AI Analysis

A technical overview of four controlled ML deployment strategies: A/B testing, canary releases, interleaved experiments, and shadow testing. The article covers best practices for safely rolling out models to production environments.

Deploying a new machine learning model to production is one of the most critical stages of the ML lifecycle. Even if a model performs well on validation and test datasets, directly replacing the existing production model can be risky. Offline evaluation rarely captures the full complexity of real-world environments—data distributions may shift, user behavior can change, and system constraints in production may differ from those in controlled experiments.  As a result, a model that appear
MLOpsTutorialModel DeploymentBest Practices