Daily AI intelligence

Daily AI Briefing — March 29, 2026

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

Daily synthesis

Executive Summary

Top Story

NVIDIA unveiled ProRL Agent, a decoupled rollout-as-a-service infrastructure for reinforcement learning of multi-turn LLM agents at scale, addressing a core bottleneck in training agentic AI systems.

Key Developments

  • Taalas is reportedly etching Qwen 3.5 27B into a dedicated PCIe ASIC card achieving ~10,000 tok/s at $600–$800, sparking intense debate about purpose-built inference hardware as an alternative to general-purpose GPUs
  • Andrej Karpathy's post on using LLMs to argue against your own position went massively viral (2.4M views), surfacing how models expose weak reasoning and connecting to broader concerns about sycophantic validation
  • David Silver is raising $1B for an RL-based superintelligence venture, signaling renewed high-profile investment in reinforcement learning approaches beyond the dominant LLM paradigm
  • Yann LeCun forcefully argued that closed AI labs profit from open-source research without reciprocating, intensifying the open-versus-closed debate alongside Nathan Lambert clarifying Ai2's commitment to open model releases

Safety & Regulation

  • A critical litellm supply chain attack (versions 1.82.7–1.82.8) scraped SSH keys and cloud credentials from users — a sobering security wake-up call for ML infrastructure dependencies
  • AI-generated fraudulent survey responses are now corrupting UK polling data, while political deepfakes are growing in influence as propaganda tools even when audiences recognize them as synthetic
  • The US embassy in Mexico drew outrage over an AI-generated video encouraging migrant self-deportation, highlighting contested government use of generative AI
  • 40% of Australian GPs now use AI scribes, raising adoption speed and ethics questions in healthcare

Research Highlights

  • Original empirical work found that GPT-5.4, Claude Opus 4.6, and Claude Sonnet 4.6 still express divergent values across languages, though the gap is narrowing in frontier models
  • A practical guide to designing Terminal Bench tasks codified principles for unambiguous, reproducible agentic AI evaluation — an increasingly critical methodological need as agent benchmarks proliferate
  • François Chollet predicted a post-AGI split between a "focus class" retaining cognitive agency and a "slop class" that cedes it, sparking broad discussion on AI-driven inequality
  • TurboQuant ecosystem momentum continued on r/LocalLLaMA, with an Apple MLX implementation achieving 4.6x KV cache compression at 98% of FP16 speed and new combinations with H2O/StreamingLLM

Looking Ahead

The litellm supply chain compromise exposes how the ML ecosystem's deep dependency chains create attack surfaces far beyond model security itself — watch for whether Anthropic's rumored Mythos model or OpenAI's "Spud" gets a formal announcement, and whether dedicated inference ASICs like Taalas's gain traction as H100 rental prices continue climbing.

Cross-category signals

Top Topics

Top Topic

Anthropic Legal, Rumors & Drama

Anthropic dominated multiple categories: a federal court granted a preliminary injunction against the US Department of War, establishing major legal precedent for AI companies resisting compelled government access, as covered on LessWrong. Meanwhile, an explosive rumor on r/singularity claims Anthropic achieved an architectural breakthrough with a model codenamed Mythos, performing far above scaling law predictions. A WSJ exposé on the decade-long Altman-Amodei feud, with Amodei reportedly comparing Altman to Stalin, drew massive Reddit engagement, while social aggregation surfaced hints of Anthropic training a dramatically smaller competitive model.
1 Research 1 Social

Top Topic

Claude Code & AI Agent Practices

The rapidly maturing AI coding agent ecosystem saw convergent coverage across categories. Anthropic published official guidance on Claude Code harness design using a GAN-inspired multi-agent architecture, heavily discussed on r/ClaudeAI alongside a community-sourced 10-tip cheat sheet. On LessWrong, a practical guide to using Claude Code and Codex CLI agents effectively was posted. On the social side, Levelsio went viral demonstrating a startup built in 24 minutes with Claude Code and Grok 4.1, while Greg Brockman offered a provocative framing comparing Codex use cases to 'Skills for humans.'
2 Social 1 Research

Top Topic

AI Depolarization vs. Disinformation

A striking tension emerged between evidence that AI chatbots reduce political polarization and mounting evidence of AI-generated disinformation. Ethan Mollick shared FT research on Bluesky showing all studied AI models nudge users toward the political center, a finding echoed in an r/accelerate discussion of the same study noting even Grok has depolarizing effects. Simultaneously, The Guardian reported on AI-generated fraudulent survey data corrupting UK polling, growing influence of political deepfakes as propaganda tools, and a controversial AI-generated US embassy video in Mexico encouraging migrant self-deportation.
3 News 1 Social

Top Topic

Open vs. Closed AI Models

The open-versus-closed AI models debate intensified across platforms. Yann LeCun forcefully argued on Twitter that all closed AI labs profit from open-source research without giving back, drawing widespread engagement. Nathan Lambert clarified on Twitter that Ai2 remains committed to open model releases despite organizational uncertainty. On the product side, Mistral launched Voxtral TTS as a 4B-parameter open-weight model, and Cohere announced Transcribe as a state-of-the-art open-source ASR model running in-browser.
3 Social 1 News

Top Topic

AI Compute Economics & Hardware

GPU economics and inference hardware innovation surfaced as linked themes. Latent Space reported that H100 rental prices have surged significantly since December 2025, reversing the prior depreciation trend, driven by booming demand from reasoning models and agents. On r/singularity, Taalas is rumored to be etching Qwen 3.5 27B into a dedicated PCIe ASIC card achieving roughly 10,000 tokens per second at a $600-800 price point, sparking intense debate. The TurboQuant wave on r/LocalLLaMA, including 4.6x KV cache compression on Apple MLX, reflects the broader push to make inference more efficient amid rising compute costs.
1 News

Top Topic

Frontier Model Evaluation & Values

Evaluating and understanding frontier model behavior drew attention across categories. A LessWrong post tested whether GPT-5.4, Claude Opus 4.6, and Claude Sonnet 4.6 still express divergent values across languages, finding the phenomenon persists but is narrowing. A complementary practical guide on designing Terminal Bench tasks codified principles for rigorous agentic AI evaluation. Karpathy's massively viral Twitter post on using LLMs to argue against one's own position revealed how models expose weak reasoning, connecting to broader concerns about sycophancy and model reliability discussed on Reddit regarding quality regression in Claude's behavior.
2 Research 1 Social

Current evidence

AI News

View category →

Mistral AI launched Voxtral TTS, a 4B-parameter open-weight streaming text-to-speech model supporting multilingual voice generation—its first foray into audio. NVIDIA unveiled ProRL Agent, a decoupled RL training infrastructure for scaling multi-turn LLM agents, addressing key bottlenecks in agentic AI development.

On the infrastructure economics front, H100 GPU rental prices have surged sharply since December 2025, driven by booming demand from reasoning models and agents, reversing the prior depreciation trend.

  • AI-generated content is increasingly corrupting real-world data, with fraudulent AI-produced survey responses threatening polling integrity in the UK
  • Political deepfakes are growing in influence as propaganda tools, even when audiences recognize them as AI-generated
  • 40% of Australian GPs now use AI scribes, raising adoption and ethics questions in healthcare
  • The US embassy in Mexico drew outrage for an AI-generated video encouraging migrant self-deportation
70 score
AI Analysis

NVIDIA researchers introduced ProRL Agent, a scalable 'Rollout-as-a-Service' infrastructure that decouples agentic rollout orchestration from the RL training loop for multi-turn LLM agents. The system addresses resource conflicts between I/O-intensive environment interactions and GPU-intensive policy updates that bottleneck agent development.

NVIDIA researchers introduced ProRL AGENT, a scalable infrastructure designed for reinforcement learning (RL) training of multi-turn LLM agents. By adopting a ‘Rollout-as-a-Service’ philosophy, the system decouples agentic rollout orchestration from the training loop. This architectural shift addresses the inherent resource conflicts between I/O-intensive environment interactions and GPU-intensive policy updates that currently bottleneck agent development. The Core Problem: Tight
AI infrastructurereinforcement learningagentic AINVIDIA
News Latent.Space Mar 28

[AINews] H100 prices are melting *UP*

By Unknown

68 score
AI Analysis

H100 GPU rental prices have surged significantly since December 2025, reversing the prior depreciation trend. The price increase is attributed to a general chip shortage, the reasoning model/agent inflection, and improved software making the 4-year-old chip more useful than ever.

At GTC 2022, NVIDIA announced the Hopper architecture and the first H100s started rolling out in October of that year. 2 years later, in October 2024, we published a popular piece on the H100 rental price depreciation cycle, which we had observed to be a going faster than previous cycles and theorized that it was a slight bubble burst dynamic due to temporarily inflated demand. While true for the time (bottoming out after the DeepSeek R1 shock, it did not last; since December 2025 the H100 renta
GPU economicscompute infrastructureAI market dynamics
News AI (artificial intelligence) | The Guardian Mar 28

‘Our assumptions are broken’: how fraudulent church data revealed AI’s threat to polling

By Sinéad Campbell

55 score
AI Analysis

Fraudulent survey data generated by AI tools was discovered to have corrupted polling and research data, including a widely cited report on church attendance in Britain. Experts warn that paid survey participants are using automated AI tools at scale to generate unreliable responses, threatening the integrity of polling.

Experts say paid participants are using automated tools to generate unreliable survey responses at scaleIf you had been keeping tabs on the news about church attendance in Britain lately, you would be forgiven for thinking the country was in the midst of a Christian revival.Stories of swelling congregations, filled with young people returning to the flock, spurred on by everything from social media to a rise in bible sales appeared to be confirmed by a 2024 report from the Bible Society. Continu
AI-generated contentdata integritysocietal impactpolling
50 score
AI Analysis

Researchers find that AI-generated political deepfakes, including fabricated people in military contexts, are growing in influence and generating revenue even when viewers know the content is fake. Sexualized AI-generated women in camouflage have built significant audiences and serve as effective propaganda.

AI images of people – such as women in military contexts – are making money and serving as propaganda, researchers sayOnline content creators are not just building fake images and videos of prominent public figures, they are also fabricating people and using them in military contexts, which can make them money and even serve as effective propaganda, according to artificial intelligence researchers.Some of these online avatars are sexualized images of women wearing camouflage garb that have gener
deepfakesdisinformationAI propagandasocietal impact
News AI (artificial intelligence) | The Guardian Mar 28

Two in five Australian GPs use AI scribes to record patient notes – but do they trade care for convenience?

By Josh Taylor Technology reporter

45 score
AI Analysis

Two in five Australian GPs now use AI scribes to record patient consultations, raising questions about consent, data privacy, and whether the technology improves or hinders the doctor-patient relationship. Advocates warn the technology may trade genuine care for administrative convenience.

Some doctors argue it allows them to better connect with patients, but advocates warn the AI technology risks the oppositeGet our breaking news email, free app or daily news podcastWhen a patient walks into a GP’s office in Australia today, the doctor may begin with a question: “Do you give consent to use an AI scribe to record our conversation?”That’s what is supposed to happen, at least. Continue reading...
AI in healthcareAI adoptionmedical AIprivacy

Current evidence

Research

View category →

A landmark legal ruling dominates today's landscape: a federal court granted a preliminary injunction against the U.S. Department of War on behalf of Anthropic, establishing significant precedent for AI companies resisting compelled government access—a development with sweeping governance implications.

  • Original empirical work tests whether GPT-5.4, Claude Opus 4.6, and Claude Sonnet 4.6 still express divergent values across languages, finding the phenomenon persists but is narrowing in frontier models
  • A practical guide to designing Terminal Bench tasks codifies principles for unambiguous, reproducible agentic AI evaluation—an increasingly critical methodological need
  • A proposal to systematically track expert and superforecaster AI predictions addresses accountability gaps in the forecasting ecosystem
  • Practical tips for effective use of Claude Code and Codex CLI agents reflect the maturing agent-use paradigm, though lack rigorous methodology

Remaining items span AI-adjacent epistemics and rationality: arguments for forming independent AI timeline views, a Milgram reanalysis relevant to authority/obedience dynamics in AI deployment contexts, and alignment-themed fiction exploring the limits of human-centric alignment frameworks.

Research LessWrong Mar 27

Anthropic vs. DoW Preliminary Injunction Ruling

By anaguma

88 score
AI Analysis

Continuing our coverage from Mar 27, Full text of a federal court ruling granting Anthropic a preliminary injunction against the U.S. Department of War, which attempted to compel Anthropic to remove safety restrictions on Claude for use in autonomous weapons and mass surveillance. The court found the government's actions likely violated the First Amendment and exceeded statutory authority.

Below is the full text of the preliminary injunction ruling in the Anthropic vs. DoW case. I'm posting it here so that it's easier to read/listen to and discuss. UNITED STATES DISTRICT COURTNORTHERN DISTRICT OF CALIFORNIAANTHROPIC PBC,Case No. 26-cv-01996-RFLPlaintiff,v.ORDER GRANTING MOTION FORPRELIMINARY INJUNCTIONRe: Dkt. No. 6U.S. DEPARTMENT OF WAR, et al.,Defendants.I. INTRODUCTIONThis case touches on an important public debate. Anthropic says its artificial intelligence product, Claude, is
AI GovernanceAI SafetyLegal/RegulatoryMilitary AIAnthropic
62 score
AI Analysis

Tests whether frontier LLMs (GPT-5.4, Claude Opus 4.6, Claude Sonnet 4.6) still express different values when prompted in different languages. Finds that Arabic prompts systematically shift scores on sensitive topics like homosexuality and religion, and that Sonnet 4.6 exhibits a peculiar Hindi-specific safety refusal pattern across all 20 samples.

Previous work [1] [2] [3] [4] has found that the same model can give different value judgments when prompted in different languages. I wanted to know whether this still holds for the newest frontier models, so I tested GPT-5.4, GPT-5.4-mini, Claude Opus 4.6, and Claude Sonnet 4.6 on translated prompts over a set of sensitive topics. In this setup, the answer is yes.How Opus 4.6 scores topics when prompted in different languages. Higher = more favorable. Each cell is the mean of 20 samples.In eac
AI SafetyLanguage ModelsMultilingual AIAI AlignmentBias
Research LessWrong Mar 27

What Makes a Good Terminal Bench Task

By Ivan Bercovich

52 score
AI Analysis

A practical guide to designing good benchmark tasks for Terminal Bench, an agentic AI benchmark. Discusses principles like making tasks unambiguous, ensuring deterministic grading, calibrating difficulty, and avoiding tasks that test narrow tool knowledge versus genuine reasoning ability.

Disclosure: I cross-posted this on X and my personal blog, but I felt it might be a useful first post for lesswrong.Most people write benchmark tasks the way they write prompts. They shouldn’t. A prompt is designed to help the agent succeed. A benchmark is designed to find out if it can.I’ve been a contributor and reviewer for terminal bench since last August, and this post is about what I’ve learned designing and reviewing tasks. The guidance is broadly applicable to anyone building an agentic
AI EvaluationBenchmarksAI AgentsMethodology
Research LessWrong Mar 28

Tracking (Expert/Influential) Predictions about AI

By Noah Birnbaum

35 score
AI Analysis

Proposes building a website to track and evaluate AI predictions made by experts, superforecasters, and lab personnel, aggregating from platforms like Metaculus and scraping predictions from interviews and podcasts. The goal is to create accountability for vague predictions and help identify whose AI forecasts have actually been accurate.

I think the future of AI is really important, and it would be pretty good to know which experts have been right and wrong about progress and effects. It would be pretty good to keep a website up on important peoples' track records (superforecasters, famous domain experts, frontier lab people, AI 2027, Situational Awareness, etc).Currently, I think there's an incentive problem where it kinda pays to make vague predictions. This disincentivizes people who are putting their neck out and means it's
AI ForecastingPrediction MarketsAI Governance
Research LessWrong Mar 28

The Skill of Using AI Agents Well

By becausecurious

30 score
AI Analysis

A practical guide to using AI coding agents (Claude Code, Codex CLI) more effectively, sharing tips like using the best available model, providing thorough context via CLAUDE.md files, running multiple agents in parallel, and knowing when to intervene versus let the agent work. Frames agent usage as a learnable skill with a jagged capability frontier.

AI usage for this post: I wrote the draft on my own. While writing, I used Claude Code to look up references. Then Claude Code fixed typos and reviewed the draft, I addressed comments manually.Epistemics: my own observations often inspired by conversations on X and Zvi's summaries.As Zvi likes to repeat Language Models Offer Mundane Utility. Agent harnesses is the most advanced way to use language models. At the same time, they are not perfect - the capabilities frontier is jagged, sometimes the
AI AgentsHuman-AI InteractionSoftware Engineering

Current evidence

Social Media

View category →

Andrej Karpathy's massively viral post (2.4M views) on using LLMs to argue against your own position dominated the day, revealing how AI exposes weak arguments and the danger of sycophantic validation.

  • François Chollet predicted a post-AGI 'focus class vs. slop class' divide based on cognitive agency, sparking widespread discussion on AI-driven inequality
  • Yann LeCun forcefully argued that closed AI labs profit from open-source research without giving back, intensifying the open vs. closed models debate
  • Ethan Mollick shared counter-intuitive research showing AI may reduce political polarization, opposite to social media's effect
  • Cohere announced Transcribe, a SOTA open-source ASR model running in-browser, while NousResearch's Hermes agent framework gained significant traction
  • Nathan Lambert clarified Ai2's commitment to open models despite organizational uncertainty

On the builder side, Levelsio went viral demonstrating a startup built in 24 minutes with Claude Code and Grok 4.1. Greg Brockman offered a provocative framing: 'Codex use cases are like Skills, but for humans.' Aggregated signals also surfaced David Silver raising $1B for RL-based superintelligence and hints of Anthropic training a dramatically smaller competitive model.

92 score
AI Analysis

Karpathy describes spending 4 hours refining a blog post argument with an LLM, then asking it to argue the opposite—which demolished his original position. Advises using LLMs to stress-test your own opinions by asking multiple directions.

  • Drafted a blog post
  • Used an LLM to meticulously improve the argument over 4 hours.
  • Wow, feeling great, it’s so convincing!
  • Fun idea let’s ask it to argue the opposite.
  • LLM demolishes the entire argument and convinces me that the opposite is in fact true.
  • lol
The LLMs may elicit an opinion when asked but are extremely competent in arguing almost any direction. This is actually super useful as a tool for forming your own opinions, just make sure to ask different directions and be car
LLM_sycophancyAI_as_thinking_toolcritical_thinkingAI_workflows
82 score
AI Analysis

Chollet predicts a post-AGI class divide: a 'focus class' that controls attention and does things vs. a 'slop class' whose reward loops are managed by AI. Argues cognitive agency, not wealth, will define future class structure.

A lot of folks talk about "escaping the permanent underclass". If AGI pans out, the future class divide won't be based on wealth, but on cognitive agency. There will be a "focus class" (those who control their attention and actually do things) and a "slop class" (those whose reward loops are fully RL-managed by AI)
AGI_societyAI_ethicsattention_economyclass_divideAI_philosophy
75 score
AI Analysis

Ethan Mollick shares FT research suggesting AI may reduce political polarization, opposite to social media's effect. All AI platforms nudge people toward more moderate, expert-aligned stances.

Som evidence that AIs may reduce polarization, the opposite of the effect of social media: “while different AI platforms behave in subtly different ways, all of them nudge people away from the most extreme positions and towards more moderate and expert-aligned stances.” www.ft.com/content/3880...
AI_social_impactpolarizationAI_policyAI_research
75 score
AI Analysis

Continuing our coverage from [yesterday](/?date=2026-03-28&category=social#item-9d8a1a3380c5), Scobleizer publishes a deep dive report on Hermes, described as 'the new hot AI agent harness' from NousResearch, tagging Teknium for additional input

The Hermes Deep Dive. (The new hot AI agent harness). t.co/Ldmfiy9a6C Hey @Teknium got anything to add?
AI agentsHermesNousResearchopen source AIagent frameworks