2026-07-01
AI Agents
A new benchmark for orchestrating subagents finds the bottleneck isn't perception but the manager agent granting permissions. Another evaluation framework shows simple prompting often beats complex methods for dense supervision. The day's papers also offer new techniques for credit assignment and context window management, alongside a practical tool for having agents record video demos of their work.
Papers
5ClawArena-Team: Benchmarking Subagent Orchestration and Dynamic Workflows in Language-Model Agents
This paper introduces ClawArena-Team, a benchmark designed to isolate an LLM's ability to manage a team of subagents. The main agent is deliberately constrained, perceiving only text and accessing a limited part of the workspace, and must delegate tasks to a fixed pool of subagents. The surprising result across twelve models is that the key bottleneck is not perception or task decomposition, but the manager's inability to grant the correct workspace permissions to subagents, with precision never exceeding 50%.
TRIAGE: Role-Typed Credit Assignment for Agentic Reinforcement Learning
The authors argue that standard GRPO's uniform credit assignment is flawed, as it can punish useful exploration in failed runs and reward redundant actions in successful ones. They propose TRIAGE, a framework that adds role-typed credit. A structured judge classifies action segments as 'decisive progress', 'useful exploration', etc., and applies fixed, segment-level process rewards based on these roles. This corrects GRPO's blind spots while keeping verifier outcomes as the main optimization signal, showing consistent gains on ALFWorld, Search-QA, and WebShop.
QVal: Cheaply Evaluating Dense Supervision Signals for Long-Horizon LLM Agents
Evaluating dense supervision signals for long-horizon agents is expensive, usually requiring a full training run. This paper introduces QVal, a training-free testbed to directly evaluate these signals by measuring how well they align with the Q-values of a strong reference policy (
Q-aligned). Benchmarking 21 methods across four environments, the authors find a surprising negative result: simple prompting baselines for generating supervision often outperform more recent, complex methods. This suggests many recent techniques may not be generating qualitatively better signals.World-Model Collapse as a Phase Transition
This paper reframes world-model collapse in long-horizon agents as a measurable phase transition, like water boiling. A large grid search reveals a phase diagram with a narrow critical boundary where a small change in task complexity causes sudden failure. Tracing the failure mechanism, they find that the agent's internal world-state fidelity collapses before it starts choosing invalid actions. The agent isn't just picking a bad action; it's acting from a corrupted world model. Stronger models shift the boundary but don't eliminate the transition.
ACE: Pluggable Adaptive Context Elasticizer across Agents
Existing context management techniques like truncation are irreversible—once information is dropped, it's gone. ACE (Adaptive Context Elasticizer) is a plug-and-play module that addresses this by maintaining a lossless history of both raw messages and compressed summaries. At each step, its orchestration layer decides whether to include each historical step as raw, as a summary, or not at all. This reversible design provides a compact context without permanent information loss. The authors show it boosts performance across four agent frameworks without retraining.
Blogs
2Have your agent record video demos of its work with shot-scraper video
Simon Willison releases
shot-scraper video, a new tool to have agents record video demos of their work. You define a routine in a storyboard.yml file, and the tool uses Playwright to execute and record it. Willison argues this is a key step in "proving code actually works" for coding agents. The post includes a sample video of an agent using a new Datasette feature and the simple command-line invocation to generate it. It's a concrete, actionable pattern for improving agent observability and verification.What's new in Claude Sonnet 5
Simon Willison unpacks the developer-relevant changes for Claude Sonnet 5, which Anthropic positions as near Opus 4.8 performance at a lower price. The actionable details are in the API changes:
temperature, top_p, and top_k are no longer supported. The context window is 1M tokens with 128k max output, and adaptive thinking is on by default. Willison notes that while the token price is the same as 4.6, a new tokenizer means more tokens for the same text, effectively raising the price for some users.28 more items the ranker flagged but didn't feature
Papers
- FeatX: Editing Software by Editing Features for Repository-Level Code Evolutionarxiv:arxiv-software-eng
- MECoBench: A Systematic Study of Multimodal Agent Collaboration in Embodied Environmentsarxiv:arxiv-agents
- JETO-Bench: A Reproducible Benchmark for Execution Time Improvement Patches in Javaarxiv:arxiv-software-eng
- The Past Is Prologue: A Plug-in Controller for Selective Updates in Sequentially Evolving LLM Memoryarxiv:arxiv-agents
- Embodied CAD: Solver-Grounded LLM Agents for Parametric B-Rep Assembly Modelingarxiv:arxiv-agents
- CSTrader: A Testbed for Language-Grounded Trading in a Community-Driven Virtual Asset Marketarxiv:arxiv-agents
- An Empirical Study of Security Calibration in Large Language Models for Codearxiv:arxiv-software-eng
- Calibrating the Evaluator: Does Probability Calibration Mitigate Preference Coupling in LLM Agent Feedback Loops?arxiv:arxiv-agents
- MultiUAV-Plat: An LLM-Oriented Platform, Benchmark and Framework for Multi-UAV Collaborative Task Planningarxiv:arxiv-agents
- Design and Implementation of Agentic Orchestrations and Orchestration of Agentsarxiv:arxiv-agents
- OpenLife: Toward Open-World Artificial Life with Autonomous LLM Agentsarxiv:arxiv-agents
- Failure-Based Testing for Deep Reinforcement Learning Agentsarxiv:arxiv-software-eng
- A Modular Vision-Language-Action Robotics Framework for Indoor Environmentsarxiv:arxiv-agents
- A Tutorial on Autonomous Fault-Tolerant Control Using Knowledge-Grounded LLM Agentsarxiv:arxiv-agents
- Beyond the Library: An Agentic Framework for Autoformalizing Research Mathematicsarxiv:arxiv-agents
- Agentic-Ideation: Sample Efficient Agentic Trajectories Synthesis for Scientific Ideation Agentsarxiv:arxiv-agents
- Xiaomi-GUI-0 Technical Reportarxiv:arxiv-agents
- A Self-Evolving Agentic System for Automated Generation and Execution of Biological Protocolsarxiv:arxiv-agents
- AxDafny: Agentic Verified Code Generation in Dafnyarxiv:arxiv-agents
- Think in English, Answer in Korean: Efficient Adaptation of Multilingual Tool-Using Agentsarxiv:arxiv-agents
- DDIAgents: Mechanism-Conditioned Context Flow for Drug-Drug Interaction Predictionarxiv:arxiv-agents
- Agentic RAG-VLM: Affordance-Aware Retrieval-Augmented Generation with Self-Reflective Planning for Robotic Graspingarxiv:arxiv-agents
- ShopX: A Foundation Model for Intent-to-Item Fulfillment in Agentic Shoppingarxiv:arxiv-agents
- HealthAgentBench: A Unified Benchmark Suite of Realistic Agentic Healthcare Environments for Challenging Frontier AI Agentsarxiv:arxiv-agents
Blogs
- AIEWF Daily Dispatch: Loops, Software Factories & Forward Deployed Engineersrss:latent-space
- shot-scraper 1.10rss:simonw
- Ahmad Osman on why local AI is catching uprss:latent-space
- Forward Deployed Engineers and the future of software engineeringrss:latent-space