Sarmadi AI Digest September 14, 2026 Updated 7:15 AM CT Today Archive Topics Saved Subscribe RSS

Trump and Congress dismiss Amodei's slowdown call as research quietly advances agent skill routing

The pacing-the-frontier debate moved from lab statements into open political conflict. Trump and House Speaker Mike Johnson dismissed the AI industry's slowdown warnings as overreaction even as Sam Altman and Elon Musk backed Dario Amodei's call for restraint, and Stratechery argued the proposal is politically unrealistic. Obama separately urged Democrats to draft a clear AI-safeguards platform, while TechCrunch asked what is actually driving the doom rhetoric. Research output kept moving independent of the politics: three papers converged on making LLM agents choose and route skills more efficiently, StepAudio 3 Gen and SNAP3D pushed unified audio and physically grounded 3D generation, and a new attention-sparsification method and benchmark-discovery engine targeted the cost side of running these systems at scale. Two open-source roundups on Hacker News round out a day where the policy fight and the engineering roadmap are visibly diverging.

10 papers 9 news 6 sources ← Latest

News

5 items

Amodei's pacing-the-frontier call collides with the White House

Dario Amodei's open letter urging labs to 'pace the frontier' drew public backing from Sam Altman, Elon Musk, and Demis Hassabis, but Trump and House Speaker Mike Johnson dismissed the AI industry's warnings as overreaction. Stratechery argued the proposal is a politically unrealistic path to control rather than a workable policy, TechCrunch examined what is fueling the industry's doom rhetoric, and Obama urged Democrats to build a clear platform on AI safeguards ahead of the fight.

News The Verge AI

Trump and Mike Johnson think the AI industry is overreacting

Trump and House Speaker Mike Johnson pushed back on Dario Amodei's call to pace the frontier, even as Altman, Musk, and Hassabis voiced support for it.

Why it matters
  • Puts the White House in direct, public tension with the leaders of Anthropic, OpenAI, and Google DeepMind over slowdown.
  • Signals that any federal AI-safety push will face resistance from the executive branch rather than support.
News Wired AI

AI Leaders Are Calling for a Slowdown. Trump's Team Says It's on Them

Altman and Musk backed Amodei's call for restraint, but Trump's team says the pace of AI development is the industry's own decision, not the government's to slow.

Why it matters
  • Confirms the administration will not intervene to slow deployment, leaving pacing entirely to voluntary lab commitments.
  • Frames US AI strategy around maintaining a lead over China rather than caution.
News Stratechery

Pacing the Frontier, AI's Digital Limits, AI Commissars

Stratechery argues Amodei's pace-the-frontier proposal is unrealistic and reads mostly as a bid for political control over AI rather than a workable safety policy.

Why it matters
  • Offers a sharp counter-read to the week's slowdown consensus from someone closely tracking lab incentives.
  • Raises the concern that voluntary pacing concentrates decision power rather than distributing safety oversight.

Papers

10 items

Three papers converge on smarter skill selection for LLM agents

A trio of papers tackled how LLM agents choose what to use: Diverse Skill Routing applies a determinantal point process to avoid wasting context on redundant skills, a bandit-based online routing paper learns to pick the best LLM expert per prompt from limited feedback, and COBRA-Skills cuts the cost of evolving reusable agent skills by 55-58% versus a prior method. Together they treat skill and model selection as a first-class optimization problem rather than a fixed lookup.

Paper Hugging Face

Beyond Top-k Skill Retrieval: Diversity-Aware Skill Routing for LLM Agents

Diverse Skill Routing uses a determinantal point process to rerank agent skills for both relevance and non-redundancy, improving recall on multi-skill queries.

Why it matters
  • Pointwise skill rankers waste context budget on redundant skills; DSR directly optimizes for complementary coverage instead.
  • Gains are largest on multi-skill queries, which is where production agent registries most often fail.

Unified audio generation and physically grounded 3D and robot models

StepAudio 3 Gen introduces a single autoregressive model spanning zero-shot TTS, voice design, sound effects, and music over shared discrete tokens instead of diffusion. SNAP3D generates 3D assembly parts from a single image with physics-based connectors so results can be printed and assembled. A robotics paper reduces reliance on spurious vision-action shortcuts, improving generalization under camera and lighting shifts by up to 16.7 points.

Paper Hugging Face

StepAudio 3 Gen Technical Report

StepAudio 3 Gen is a discrete autoregressive model that unifies zero-shot TTS, voice design, sound effects, and music generation over shared residual-quantized tokens.

Why it matters
  • Departs from the diffusion-transformer paradigm dominant in general audio generation, betting on autoregressive token modeling instead.
  • Reports state-of-the-art results on both TTS and voice design within a single unified model rather than separate specialist systems.

Cutting inference cost and mapping the benchmark landscape

SAS trains attention sparsification end-to-end with the language modeling loss instead of distilling dense attention, with larger gains under tight budgets. Benchmark Radar catalogs 1,283 AI benchmarks and 12,916 score observations into a searchable, daily-updated database. PLC-DPO corrects noisy preference labels during DPO training, and a small independent team describes training open-weight cyber-agent models ranking first among peers at comparable scale.

Also today