Research

Digests of notable academic papers, primarily from arXiv

212 articles · page 2 of 5

Safety & Evals

LLM judges as measurement instruments fail reliability tests on shared endpoints

Haoyuan Zhu and Jie Zhang preregistered two evaluation campaigns that assumed LLM judges (used to score generations, filter training data, or rank leaderboards) would produce stable outputs for identical inputs on shared endpoints. They found that the instruments themselves failed validation: same-window repeat rankings reached only Spearman 0.400 against a 0.90 threshold, and byte-identical next-day replays reached 0.78 against 0.99. The authors document three mechanisms—a label-to-meaning mapping bias, candidate gaps below the noise floor, and input-identical ranking noise—and show that neither metric substitution nor sampling fixes the problem.

6 Sept·3 min
Safety & Evals

Graph-based policy constrains LLM agents for topology-aware incident response

Vallabhaneni, Cagwin, and Wild built a security-operations architecture in which a graph encoder and reinforcement-learning policy analyze enterprise authentication activity instead of placing the full network state into an LLM’s context. On public cyber-security data and an Indiana University computing cluster, the system achieved 0.91 precision and 0.87 recall on labeled red-team events, with a median 6.3-second end-to-end response cycle.

6 Sept·2 min
Creative Agents

Coding agents combine generated imagery with editable web-based visual layouts

Ye and colleagues present Editable Visual Design, a system for producing visual designs that remain structurally editable rather than being flattened into a single image. The agent generates isolated visual assets, assembles them with native HTML/CSS, and revises the result using feedback from rendered previews; the authors report successful applications to posters, infographics, and related formats.

5 Sept·2 min
RL for Agents

Distillation Before Reinforcement Learning Improves Reasoning Model Post-Training

Li and colleagues compare ways to combine on-policy distillation (OPD), which supplies dense teacher feedback at the token level, with reinforcement learning from verifiable rewards (RLVR), which uses sparse outcome-based signals. Across logic and mathematics benchmarks, they find that completing OPD before switching to RLVR works consistently better than pure OPD, pure RLVR, or joint optimization.

5 Sept·2 min
Research

Agent Security Shifts from Prompt Defenses to Stateful Runtime Control

This week’s clearest signal is that prompt-level defenses are insufficient once agents operate through harnesses, tools, and persistent loops. Independent results show that runtime authorization and stateful monitoring can suppress attacks, while structured interfaces and reusable operational knowledge substantially improve capability. Long-horizon control remains the major weakness: agents still struggle to monitor evolving state, direct workers, and recover from early commitments.

4 Sept·5 min
AI & ML

Graph Machine architecture uses dynamic sparse routing to handle large state efficiently

The authors introduce the Graph Machine (GM), an architecture that maintains an O(n)-sized state and accesses it via sparse, dynamic routing using edges—pointer-like objects updated by a referral mechanism. They replace 75% of the dense Transformer layers in Qwen3-0.6B with GM sparse layers and pretrain from scratch on 15.7B tokens. With only 2 of 4,096 tokens retrieved per KV head per sparse layer, loss degrades only slightly; with 4 tokens, the best model marginally improves loss over the dense baseline.

4 Sept·2 min
RL for Agents

Sparse verifier feedback makes broad credit assignment outperform turn targeting

Zhou et al. study how reinforcement-learning credit should be distributed across multi-turn agent trajectories when only the final outcome is verified. They find that the decisive factor is verifier information density—the share of prerequisite steps whose correctness is observable—and that broad coverage outperforms targeted credit in the low-information regime typical of terminal-state evaluation.

4 Sept·3 min
Agent Harnesses

Branching Across Hypotheses Helps Research Agents Avoid Early Search Traps

Zhou et al. analyze deep-research agent trajectories and identify premature commitment as a recurring failure mode: early tool calls steer later searches toward the same potentially misleading path. Their HypoSearch method uses lightweight hypotheses to organize parallel exploration, outperforming single-trajectory and standard parallel-search baselines across four benchmarks and three backbone models.

3 Sept·2 min
Agent Harnesses

Layered agent harnesses improve software over repeated autonomous development cycles

Yan and colleagues developed Harness-of-Harness, a supervisory framework designed to help coding agents improve a software project across repeated development loops without human intervention. Across three benchmarks and three harness–model pairings, the authors report a 52.25% average relative gain over standalone harnesses, alongside a multi-day demonstration lasting more than 70 iterations.

3 Sept·2 min
AI & ML

Embedding retrieval ranks matching words above shared underlying structure

Rashid and Kellis tested structural retrieval under controlled surface-form changes using 500 mathematics queries and 118 embodied-agent queries. At the hardest mathematics tier, two production embedding models scored 0% strict Hit@1 despite placing the correct item in the top 10 nearly every time; trajectory retrieval fell to chance or below when matching required different object names. Reranking with an LLM improved results, but some mathematics gains appeared attributable to competition-problem memorization.

3 Sept·3 min
Agent Harnesses

Long-video agent adapts retrieval to each question’s evidence needs

The authors developed a training-free agent that searches long videos differently depending on whether a question requires localized evidence, broad coverage, or comparison between hypotheses. Across four benchmarks, this policy-steered approach generally outperformed a uniform-retrieval baseline, including gains of 2.7 accuracy points on Video-MME-v2 and 6.9 points on LongVideoBench’s long-video subset.

2 Sept·2 min
RL for Agents

Privileged supervision improves action-level credit for language-model agents

Yang et al. address a credit-assignment problem in reinforcement learning for agents: a verified task outcome is typically applied uniformly to every decision in a long interaction. Their TASPO method uses privileged information from successful experiences to weight individual actions, improving performance over GRPO by 10.6% across three agentic benchmarks and transferring better to unseen tasks.

2 Sept·2 min
Memory & Planning

LLM agents do not reliably improve from their own experience

Shi and colleagues introduce S³Gym, a benchmark that separates open exploration from held-out evaluation to test whether language-model agents can examine, assess, and learn from their own behavior. They find that experience can improve later decisions, but gains vary substantially by model, game, and whether experience is retained as raw history, compressed into summaries, or incorporated through parameter training.

2 Sept·2 min
RL for Agents

Paper-derived rubrics improve AI generation of scientific research plans

The authors turn 20,000 scientific papers into training environments for research-plan generation, deriving prompts from each paper’s goals and background while extracting evaluation criteria from its methods and experiments. Across three Qwen3 model sizes, their rubric-centered training schedule produced higher benchmark scores than supervised fine-tuning, either training stage alone, or the same stages in reverse order.

2 Sept·2 min