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

Agent skill pipelines scale from code; UN and Amazon push back on unchecked agents

Today's papers cluster around turning source code itself into training fuel for coding and computer-use agents, with several groups building large synthetic skill or environment banks directly from GitHub repositories. A second cluster targets efficiency at the architecture level: block-conditioned mixture-of-experts, context-aware memory lookups, and calibrated distillation all aim to decouple capacity from compute cost. On the reliability side, one paper documents a recursive collapse risk when AI-generated peer reviews start training future AI reviewers. Meanwhile the news cycle turned skeptical of agent autonomy: Amazon blocked Meta's Muse shopping agent, a UN panel called for AI safeguards ahead of full risk certainty, and the US and China discussed a bilateral AI incident-notification channel. Stratechery frames the strategic tension as frontier labs pacing releases to manage capability overhangs.

20 papers 6 news 6 sources ← Latest

News

4 items

Governance and platform friction over agent autonomy

Regulators and platform operators grew more cautious about autonomous AI agents this cycle. A UN panel called for precautionary safeguards, Amazon blocked a rival's shopping agent outright, and the US and China discussed a bilateral incident-notification channel, while Stratechery frames frontier labs' pacing as a deliberate hedge against capability overhangs.

News The Verge AI

UN says AI safeguards can't wait for certainty

A UN scientific panel's first major risk assessment, prompted partly by OpenAI's hack of Hugging Face earlier this year, argues governments should rein in capable AI agents before risks are fully understood.

Why it matters
  • Signals a precautionary-principle stance entering the global diplomatic agenda as leaders convene in New York this week
  • Directly ties agent risk assessment to a concrete prior incident rather than speculative harms
News The Verge AI

Amazon doesn't trust Meta's Muse AI agent

Amazon began blocking Meta's Muse shopping agent from acting on Amazon on users' behalf, citing unauthorized agent access to its Conditions of Use; Meta reportedly didn't notify Amazon first.

Why it matters
  • A concrete case of a platform unilaterally shutting out a third-party shopping agent, a preview of how e-commerce sites may respond broadly to agentic browsing
  • Raises the question of whether agent access requires bilateral agreements rather than being assumed as a user right
News Wired AI

US and China Discuss Alerting Each Other to AI National Security Threats

Officials from the US and China discussed a mechanism for notifying each other of AI incidents that could threaten national security.

Why it matters
  • First reported step toward a bilateral AI incident-notification channel between the two largest AI powers
  • Parallels existing nuclear/military hotline precedents, suggesting AI risk is being treated with comparable urgency at the state level
News Stratechery

Frontier Overhangs

Stratechery argues frontier labs' pacing of releases may be strategically useful for managing capability overhangs caused by model advancement, not only a safety gesture.

Why it matters
  • Offers a strategic (not purely safety) explanation for why leading labs might slow-walk releases, relevant context for reading lab announcements
  • Connects directly to the day's other governance stories about caution around deploying capable agents

Papers

12 items

Agentic coding and skill infrastructure

Multiple groups are mining source code and running environments directly into training data for coding and computer-use agents, moving past hand-curated issue/commit datasets toward automated, verifiable task and skill extraction at scale.

Paper Hugging Face

CodeMidas: Scaling Agentic Coding RL Environments from Code Itself

An agentic pipeline turns implemented functionality in 3,185 open-source repos into 5,545 executable RL training tasks using only source code as input.

training tasks 5,545 from 3,185 reposDeepSWE improvement +11.7%Terminal-Bench v2.1 improvement +8.5%
Why it matters
  • Removes dependence on curated issue/commit datasets, widening the pool of usable RL environments for coding agents
  • Training MiMo-V2.5 on the resulting tasks improved issue repair, whole-program construction, and terminal-work benchmarks
  • Suggests RL environment construction can scale with the growth of open-source code itself
Paper Hugging Face

RecreationWorld: Scalable and Verifiable Environments for Hybrid Computer-Use Agents

A five-platform benchmark asks agents to recreate a running reference application from scratch, blending GUI interaction with software development and grading against reference-based oracle tests.

held-out tasks 250 (RecreationBench)top model overall score 58.1% (GPT-6 Astra)full programmatic pass rate 2.8%
Why it matters
  • Targets the gap between GUI-only and code-only computer-use agents by requiring both in one workflow
  • Best model (GPT-6 Astra) leads at 58.1% overall but passes all programmatic tests on only 2.8% of tasks, showing large headroom
  • Reference-grounded evaluation provides execution-based rewards rather than relying on human judgment
Paper Hugging Face

MintAct: A Unified Visual Agent for Digital Environments

A family of 2B/4B/8B vision-language models unifies UI grounding, multi-step navigation across mobile, desktop and web, and visual tool use, matching per-domain specialist models.

OSWorld-Verified score 48.9model scales 2B / 4B / 8B
Why it matters
  • A single model family matching specialists across UI grounding, navigation, and tool use simplifies deployment of computer-use agents
  • Achieves state-of-the-art 48.9 on OSWorld-Verified at comparable model sizes
  • Async RL infrastructure hosting hundreds of concurrent environment instances is a reusable systems contribution
Paper Hugging Face

Grounded Skill Synthesis from Code at Scale for Agentic Intelligence

Code2Skill mines 19,769 GitHub repos into a bank of over 1 million verified, implementation-anchored agent skills, improving downstream benchmarks by 11.7% on average.

accepted skill records 1,006,822average benchmark improvement +11.7%repos mined 19,769
Why it matters
  • Shows repository-derived skills can substitute for skills requiring prior agent trajectory experience
  • Verification via source-body-blind reconstruction gives an auditable grounding signal missing from document-derived skill sets
  • Skills synthesized from AI-generated code nearly match those from human-written code (93.50% vs 93.00% pass rate), hinting the pipeline scales with AI-authored software

Decoupling capacity from compute cost

A set of architecture papers attacks the same underlying problem from different angles: getting more effective model capacity, memory, or distillation signal without a proportional rise in compute or storage.

Paper Hugging Face

IntBMoE: Integrating Block-Level Conditioning into Expert Composition for Full-Participation Mixture-of-Experts

A block-conditioned MoE decouples participation, execution, and materialization cost by pairing dense expert composition with sparse block execution, deployed live in AMap's recommendation system.

latency budget 60msonline A/B UVCTR gain +2.4% relative
Why it matters
  • Already running in production at AMap serving hundreds of millions of users under a 60ms latency budget
  • Reports a 2.4% relative UVCTR gain in online A/B testing, a rare real-world MoE deployment result rather than only offline benchmarks
  • Generalizes beyond vision to language modeling and sequential recommendation
Paper Hugging Face

MLLMs Hallucinate when Information Distribution Drifts in Synergy Heads

HEAL identifies specific attention heads whose information-distribution drift causes multimodal hallucination and calibrates them at inference time to reduce it.

Why it matters
  • Moves past indirect attention-weight heuristics to a causal, head-level account of why hallucinations occur
  • Calibration is applied at inference without retraining, making it practical to add to existing deployed MLLMs
  • Finding that hallucination tracks 'synergy head' equilibrium rather than modality-head strength challenges a common assumption in the mitigation literature

Multimodal generation and evaluation reliability

Work on native audio-visual dialogue and fine-grained color control for image generation was matched by a cautionary study on AI peer review: as model-generated reviews enter training corpora, a controlled recursive-training experiment shows rating diversity collapses, motivating explicit mitigation tooling.

Paper Hugging Face

When AI Reviews Train AI Reviewers: Scientific-Judgment Collapse and Mitigation

Training successive LLM reviewers on mixtures of official and model-generated ICLR reviews shows rating distributions and semantic diversity compress over generations, a pattern the authors call scientific-judgment collapse.

Why it matters
  • Directly relevant as more venues use LLM-assisted peer review and model-generated reviews enter future training corpora
  • Introduces TrustReviewer with both training-time and test-time (activation steering) mitigations rather than only diagnosing the problem
  • A concrete instance of model-collapse dynamics applied to a high-stakes evaluation process rather than general text generation

Also today