July 20, 2026 Research Brief
Agent oversight gets audited.
Today’s papers argue that agent reliability depends less on final scores and more on traceable workflows, executable checks, and skepticism toward judge-based optimization signals.
Takeaways
- Agent evaluation is shifting from static end scores to **process- and artifact-level auditing**: several papers show that final accuracy/pass rates can hide wrong reasoning, unsafe actions, or broken intermediate workflows.
- **Closed-loop judge or oversight signals are often weaker than they look offline.** LLM judges, deployment-time auditors, and imagined-future monitors can all fail as optimization or safety signals unless paired with verifiable structure.
- A strong pattern across agent papers is **decoupling expensive reasoning from cheap execution/exploration**: planner/explorer, retrieval/generation, analyzer/actor, and skill/verifier splits improve cost-efficiency and reliability.
Start with: Evaluation Ability Does Not Imply Optimization Utility: LLM-as-a-Judge Signals in Closed-Loop Table Recognition
Why it catches my eye: It cleanly shows that a strong evaluator can still be a bad optimization signal in closed-loop agent systems.
Read skeptically for: Evidence is from reference-free judges in table recognition, so transfer to other loops is not guaranteed.
Themes
Papers Worth Your Reading Time
Ranked for research usefulness: novelty, method pattern, evidence quality, and skepticism value.
Evaluation Ability Does Not Imply Optimization Utility: LLM-as-a-Judge Signals in Closed-Loop Table Recognition
#1A sharp warning that evaluation competence does not automatically make a signal safe for optimization.
- Why now
- Judge-driven refinement loops are spreading across agent pipelines and need stronger validation.
- Skepticism
- The claim is strongest for the tested reference-free judges and task setup.
StructureClaw: Traceable LLM Agents and an Executable Benchmark for Structural Engineering Workflows
#2It offers a reusable benchmark pattern for safety-critical agents with traceable steps and executable verification.
- Why now
- Agent evaluation is moving toward domain-grounded, auditable workflows rather than static benchmark scores.
- Skepticism
- Structural engineering is specialized, so generalization of the benchmark design needs testing.
DREA: Decoupled Reasoning and Exploration Agents for Repository-Level Vulnerability Detection
#3A practical agent architecture showing how planner-explorer decomposition can improve repository-scale security analysis at lower cost.
- Why now
- Enterprise code-security use cases need agent designs that are both cheaper and easier to inspect.
- Skepticism
- The paper reports many true positives as lucky hits, so core reasoning remains fragile.
Chinese version: [中文]
Run stats
- Candidates: 2689
- Selected: 30
- Deepread completed: 30
- Window (UTC): 2026-07-17T00:00:00Z → 2026-07-18T00:00:00Z (weekend_backlog_sat, expanded=0)
Show selected papers
| arXiv ID | Title / Links | Categories | Score | Why | Tags |
|---|---|---|---|---|---|
2607.13347 | Evaluation Ability Does Not Imply Optimization Utility: LLM-as-a-Judge Signals in Closed-Loop Table Recognition | cs.CL, cs.AI, cs.LG | 91 | Useful caution: LLM-as-a-judge signals fail to optimize reliably in closed-loop selection. | llm-evaluation, llm-as-a-judge, reliability, closed-loop, benchmark |
2607.14896 | StructureClaw: Traceable LLM Agents and an Executable Benchmark for Structural Engineering Workflows | cs.SE, cs.AI, cs.MA | 90 | Executable benchmark for traceable LLM agents in safety-critical engineering workflows. | llm-agents, benchmark, evaluation, traceability, tool-use, safety-critical |
2607.14989 | OmniaBench: Benchmarking General AI Agents Across Diverse Scenarios | cs.CL, cs.AI | 90 | Broad benchmark for general agents across diverse scenarios; high reuse for capability and safety eval. | agents, benchmark, evaluation, tool-use, generalization |
2607.13439 | DREA: Decoupled Reasoning and Exploration Agents for Repository-Level Vulnerability Detection | cs.CR, cs.SE | 90 | Agentic repo-level vuln detection with adaptive exploration; strong security relevance. | LLM, agents, security, vulnerability-detection, code |
2607.14777 | SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning | cs.CL | 89 | Agentic RL for LLMs with self-distilled hindsight skills; strong relevance to long-horizon tool-use training. | LLM, agents, reinforcement-learning, distillation, tool-use, long-horizon |
2606.30966 | HyPOLE: Hyperproperty-Guided Multi-Agent Reinforcement Learning under Partial Observation | cs.AI, cs.LO, cs.MA | 89 | Formal hyperproperty-guided MARL under partial observation; strong safety/control relevance. | multi-agent, reinforcement-learning, formal-methods, safety, HyperLTL |
2607.11472 | LLM-Guided Program Evolution for Targeted Black-Box Attacks on Perceptual Hash Algorithms | cs.CR | 89 | LLM-guided black-box attacks on deployed perceptual hashes; concrete security relevance. | security, adversarial-attacks, black-box, llm-agents, perceptual-hash |
2607.15247 | AutoSynthesis: An agentic system for automated meta-analysis | cs.AI | 89 | End-to-end multi-agent meta-analysis with transparent outputs; strong agentic workflow impact. | agents, scientific-workflows, evaluation, automation, multi-agent |
2607.15190 | Can We Trust Item Response Theory for AI Evaluation? | cs.AI | 89 | Important caution on IRT-based LLM benchmark reliability under realistic AI eval regimes. | evaluation, benchmarks, LLM, measurement, IRT |
2607.15207 | BadWAM: When World-Action Models Dream Right but Act Wrong | cs.LG, cs.RO | 88 | Introduces WAM-specific adversarial attacks exposing safety gaps in embodied world-action models. | embodied-ai, adversarial-attacks, robotics, safety, world-models, evaluation |
2607.14499 | Contextualized Evaluation of Vision Language Models through Dynamic, Multi-turn Interactions | cs.AI | 88 | Dynamic multi-turn MLLM evaluation better matches real deployment than static benchmarks. | evaluation, multimodal, interactive, benchmark, red-teaming |
2607.02141 | A$^{2}$utoLPBench: An Auto-Generated, Agent-Friendly LP Benchmark via Inverse-KKT Construction | cs.AI | 88 | Auto-generated LP benchmark for LLM agents; leakage-resistant, scalable, and reproducible. | benchmark, agents, evaluation, reasoning, optimization |
2607.01709 | COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows | cs.AI, cs.LG | 88 | Agent workflow memory, skill evolution, tool constraints, and verifier-guided repair are highly reusable. | agents, workflow, tool-use, memory, verification, image-generation |
2607.15275 | RoboTTT: Context Scaling for Robot Policies | cs.RO, cs.AI, cs.LG | 88 | Robot foundation model scales context to 8K steps, enabling long-horizon adaptation and imitation. | robotics, foundation-models, long-context, test-time-training, policy-learning |
2607.08257 | MentalHospital: A Virtual Environment for Evaluating Psychiatric Clinical Encounters | cs.AI | 88 | LLM psychiatric encounter benchmark with full workflow, EHR grounding, and dual-track evaluation. | llm-evaluation, benchmark, healthcare, agents, clinical-simulation |
2607.12835 | Can LLMs Write Reliable Rubrics? A Meta-Evaluation for Experiment Reproduction | cs.CL | 87 | Meta-evaluates LLM-written rubrics for reproduction; useful for agent evaluation reliability. | evaluation, LLM, research-agents, meta-evaluation, reproducibility |
2607.01951 | Robust for the Wrong Reasons: The Representational Geometry of LLM Robustness to Science Skepticism | physics.soc-ph, cs.AI, cs.CL | 87 | Probes LLM behavior under science skepticism; useful reliability and sycophancy analysis. | LLM-reliability, sycophancy, interpretability, evaluation, behavior |
2607.14943 | Steering Robustness into World Action Models via Mechanistic Interpretability and Optimal Control | cs.RO, cs.AI, cs.LG, eess.SY, math.OC | 87 | Mechanistic interpretability plus control for steering robustness in world action models. | interpretability, robustness, agents, control, world-models |
2607.13501 | LAPO: Leave-One-Turn Attribution for Self-Generated Process Rewards in Multi-Turn Search Reasoning | cs.AI | 87 | Process reward attribution for multi-turn search reasoning targets better agent training signals. | llm, reasoning, rl, process-supervision, search-agents |
2607.14628 | Routing Ceilings Are Domain-Independent: Structural Prior Injection in Code Security Vulnerability Detection | cs.CL, cs.CR | 87 | Tests whether structural-prior routing failures transfer to code security; strong safety relevance. | LLM, security, code, robustness, OOD, evaluation |
2607.01668 | VeriChat: An Agentic Conversational AI Assistant for Hardware Security Verification | cs.CR | 86 | RAG multi-agent assistant for hardware security verification with explicit hallucination concerns. | rag, multi-agent, hardware-security, verification, reliability, domain-assistant |
2607.07527 | A Unified Detection Framework for AI-Related Content and Artifacts | stat.ML, cs.LG | 86 | Unified framework for LLM text, hallucination, watermark, and adversarial detection is broadly useful. | hallucination, detection, watermarking, adversarial, reliability |
2607.07391 | MIRA-Math: A Benchmark for Minimal Information Requesting and Mathematical Reasoning | cs.AI | 86 | Targets minimal-information querying in math; useful diagnostic for agentic reasoning. | benchmark, reasoning, agents, interactive, math |
2607.05346 | OptiAgent: End-to-End Optimization Modeling via Multi-Agent Iterative Refinement | cs.AI, cs.MA | 86 | Multi-agent NL-to-optimization with iterative validation; strong agent reliability angle. | agents, llm, multi-agent, verification, reliability, code-generation |
2606.29112 | A Novel Latent-Class Attack and its Detection by Class Subspace Orthogonalization | cs.LG | 86 | Introduces a novel poisoning attack and post-training detection without training-set access. | security, data-poisoning, backdoor, detection, robustness |
2607.01131 | Autonomous Scientific Discovery via Iterative Meta-Reflection | cs.CV, cs.AI | 86 | Open-ended LLM discovery agent with code execution and statistical validity checks; strong agentic relevance. | agents, scientific-discovery, code-execution, evaluation, autonomy |
2607.13548 | How Far Can Root Cause Analysis Go on Real-World Telemetry Data? | cs.AI | 85 | Structured multi-agent RCA on hard telemetry benchmark; concrete limits and gains. | agents, evaluation, root-cause-analysis, telemetry, benchmark |
2607.14753 | Large Audio Language Models for Spoofing-Aware Speaker Verification | cs.SD, cs.AI | 85 | Audio LMs for spoofing-aware speaker verification with auditing/robustness implications. | audio-llm, security, spoofing, authentication, robustness |
2607.14582 | MathCoPilot: An Interactive System for Human-AI Symbiotic Paradigm of Mathematical Research | cs.AI | 85 | Human-AI theorem proving system for guided agentic collaboration, not just autonomous proving. | agents, human-in-the-loop, reasoning, formal-math, tool-use |
2607.08681 | SolarChain-Eval: A Physics-Constrained Benchmark for Trustworthy Economic Agents in Decentralized Energy Markets | cs.AI | 84 | Benchmark for trustworthy economic agents with safety, fairness, auditability, and physics constraints. | agents, benchmark, trustworthiness, auditability, fairness, cyber-physical |
AI Paper Insight Brief
2026-07-20
0) Executive takeaways (read this first)
- Agent evaluation is shifting from static end scores to process- and artifact-level auditing: several papers show that final accuracy/pass rates can hide wrong reasoning, unsafe actions, or broken intermediate workflows.
- Closed-loop judge or oversight signals are often weaker than they look offline. LLM judges, deployment-time auditors, and imagined-future monitors can all fail as optimization or safety signals unless paired with verifiable structure.
- A strong pattern across agent papers is decoupling expensive reasoning from cheap execution/exploration: planner/explorer, retrieval/generation, analyzer/actor, and skill/verifier splits improve cost-efficiency and reliability.
- Robustness work is increasingly mechanistic and interventionist: papers probe internal representations, identify low-dimensional failure directions, and then steer or detect failures at inference time without retraining.
- Benchmarks are becoming more executable, contamination-resistant, and domain-grounded—from LP generation and repository security to psychiatry, structural engineering, and decentralized energy markets—raising the bar for what “agent capability” means.
- For safety-critical deployments, the practical lesson is consistent: prefer systems with explicit evidence chains, deterministic checks, and traceable intermediate artifacts over fluent end-to-end outputs.
2) Key themes (clusters)
Theme: Process-level evaluation beats final-answer scoring
- Why it matters: Multiple papers show that aggregate correctness can mask flawed reasoning, unsafe intermediate behavior, or brittle optimization signals. Evaluation is moving toward checking trajectories, artifacts, and rationale correctness rather than only end outputs.
- Representative papers:
- Evaluation Ability Does Not Imply Optimization Utility: LLM-as-a-Judge Signals in Closed-Loop Table Recognition
- DREA: Decoupled Reasoning and Exploration Agents for Repository-Level Vulnerability Detection
- StructureClaw: Traceable LLM Agents and an Executable Benchmark for Structural Engineering Workflows
- MentalHospital: A Virtual Environment for Evaluating Psychiatric Clinical Encounters
- Common approach:
- Replace single final metrics with trajectory- or artifact-level assertions.
- Audit whether rationales match documented mechanisms, not just labels.
- Use executable environments or deterministic verifiers to localize failure stages.
- Separate objective outcome checks from subjective process-quality assessment.
- Open questions / failure modes:
- LLM judges can align at dataset level yet fail as within-instance optimization signals.
- Single-run evaluations still leave variance and stochasticity under-measured.
- Domain-grounded evaluators may inherit local practice biases or annotation artifacts.
- Strict artifact checks improve trustworthiness but can be expensive to build and maintain.
Theme: Agent architectures are converging on decoupled roles and reusable skills
- Why it matters: A recurring design pattern is to split planning, exploration, retrieval, verification, and execution into specialized modules. This improves cost control, makes failures more diagnosable, and enables reuse of validated skills across tasks.
- Representative papers:
- VeriChat: An Agentic Conversational AI Assistant for Hardware Security Verification
- DREA: Decoupled Reasoning and Exploration Agents for Repository-Level Vulnerability Detection
- COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows
- OptiAgent: End-to-End Optimization Modeling via Multi-Agent Iterative Refinement
- Common approach:
- Use a strong planner/reasoner paired with cheaper local retrieval or execution modules.
- Add explicit validation loops that route errors back to the right stage.
- Distill successful traces into reusable skills or procedures.
- Ground outputs in retrieved evidence or tool outputs rather than free-form generation.
- Open questions / failure modes:
- Better decomposition does not solve weak core reasoning; DREA still shows many “lucky hits.”
- Skill libraries can become domain-specific and retrieval-sensitive.
- Multi-agent pipelines add orchestration overhead and more failure interfaces.
- Tool-grounding reduces hallucination but depends on tool quality and coverage.
Theme: Robustness is becoming mechanistic, not just benchmarked
- Why it matters: Several papers move beyond reporting robustness gaps to identifying internal representations or structural causes, then using those findings for detection or steering. This is a more actionable robustness agenda than pure black-box benchmarking.
- Representative papers:
- Steering Robustness into World Action Models via Mechanistic Interpretability and Optimal Control
- Robust for the Wrong Reasons: The Representational Geometry of LLM Robustness to Science Skepticism
- A Novel Latent-Class Attack and its Detection by Class Subspace Orthogonalization
- BadWAM: When World-Action Models Dream Right but Act Wrong
- Common approach:
- Probe hidden states for low-dimensional separability of nuisance or control signals.
- Use contrastive or counterfactual interventions to test causal relevance.
- Detect anomalies via representation-space geometry rather than task-specific heuristics.
- Evaluate whether internal robustness transfers across domains, turns, or perturbation types.
- Open questions / failure modes:
- Mechanistic signals can be architecture-dependent and may not transfer.
- Causal evidence is often partial rather than decisive.
- Inference-time steering helps only when the relevant feature is linearly recoverable.
- Monitoring one channel (e.g., imagined futures) may miss action-level failures.
Theme: Safety-critical oversight needs verifiable constraints, not post-hoc auditors alone
- Why it matters: Across cyber-physical and security settings, post-hoc oversight helps but does not fully correct misspecified objectives or hidden attack surfaces. The stronger pattern is combining oversight with hard constraints, physics, or executable checks.
- Representative papers:
- SolarChain-Eval: A Physics-Constrained Benchmark for Trustworthy Economic Agents in Decentralized Energy Markets
- BadWAM: When World-Action Models Dream Right but Act Wrong
- VeriChat: An Agentic Conversational AI Assistant for Hardware Security Verification
- A Unified Detection Framework for AI-Related Content and Artifacts
- Common approach:
- Add domain constraints such as physics penalties, formal verification, or anomaly detectors.
- Log intervention traces and audit decisions explicitly.
- Compare constrained vs unconstrained training/evaluation to expose reward hacking.
- Use black-box detection when model internals are unavailable.
- Open questions / failure modes:
- LLM auditors can reduce risk but cannot fully repair bad reward design.
- Detection quality degrades in high-dimensional or complex multi-class settings.
- Safety checks may be bypassed by adaptive attackers.
- Constraint design itself can be incomplete or domain-specific.
Theme: Benchmarks are becoming executable, generative, and contamination-aware
- Why it matters: Static benchmarks are increasingly seen as too narrow, too exposed, or too easy to game. New work emphasizes fresh instance generation, executable environments, and richer diagnostics over one-shot leaderboard scores.
- Representative papers:
- A$^{2}$utoLPBench: An Auto-Generated, Agent-Friendly LP Benchmark via Inverse-KKT Construction
- OmniaBench: Benchmarking General AI Agents Across Diverse Scenarios
- MIRA-Math: A Benchmark for Minimal Information Requesting and Mathematical Reasoning
- Contextualized Evaluation of Vision Language Models through Dynamic, Multi-turn Interactions
- Common approach:
- Generate fresh tasks with certified or deterministic ground truth.
- Use executable tool interfaces and structured verifiers.
- Separate subskills such as information acquisition, planning, and integration.
- Stress models with multi-turn, contextual, or adversarial interaction rather than static prompts.
- Open questions / failure modes:
- Synthetic control improves diagnosis but can reduce realism.
- Judge- or simulator-mediated evaluation still introduces model dependence.
- Fresh generation reduces contamination risk but complicates comparability over time.
- Broad benchmarks can dilute interpretability unless capability taxonomies are strong.
Theme: Long-horizon agent training is moving toward self-generated dense supervision
- Why it matters: Sparse outcome rewards are a bottleneck for search, web, and robotics agents. New methods derive token- or turn-level supervision from the agent’s own trajectories, reducing dependence on external reward models.
- Representative papers:
- LAPO: Leave-One-Turn Attribution for Self-Generated Process Rewards in Multi-Turn Search Reasoning
- SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
- RoboTTT: Context Scaling for Robot Policies
- HyPOLE: Hyperproperty-Guided Multi-Agent Reinforcement Learning under Partial Observation
- Common approach:
- Convert completed trajectories into denser local supervision signals.
- Use counterfactual attribution, hindsight skills, or formal robustness semantics as rewards.
- Preserve decentralized or constant-latency execution while enriching centralized training.
- Show strongest gains on long-horizon or multi-hop tasks where delayed credit matters.
- Open questions / failure modes:
- Self-generated supervision can reinforce model errors.
- Some methods still require gold answers, formal specs, or expensive scoring passes.
- Overhead rises with longer trajectories or alternating quantifiers.
- Generalization to larger models, web environments, or multimodal settings remains open.
3) Technical synthesis
- A common methodological move is replacing scalar end rewards with structured intermediate signals: HyperLTL robustness in HYPOLE, leave-one-turn attribution in LAPO, hindsight-skill distillation in SEED, and artifact assertions in StructureClaw.
- Several papers distinguish evaluation validity from optimization utility. The clearest example is the table-recognition judge paper, but the same lesson appears in SolarChain-Eval (auditors help but don’t fix reward misspecification) and BadWAM (plausible imagined futures are not reliable safety signals).
- Counterfactual reasoning is a shared tool: LAPO deletes turns, BadWAM optimizes perturbations against action/future divergence, the science-skepticism paper patches activations, and CEDI uses adversarial/unanswerable turns to expose hallucinations.
- Many systems use specialized decomposition to control cost: DREA pushes most tokens to a local Explorer, VeriChat separates query understanding/retrieval/generation, and OptiAgent routes errors through targeted loops instead of re-running the whole pipeline blindly.
- There is a strong trend toward representation-space diagnostics: LC-CSO detects poisoning via class-subspace geometry; the unified detector uses robust Mahalanobis distances; WAM steering relies on low-dimensional contrastive directions; science-skepticism robustness is analyzed with layerwise probes.
- Executable verification is increasingly preferred over judge-only scoring: OpenSees in StructureClaw, EDA tools in VeriChat, solver-backed LP evaluation in A²utoLPBench, exact math verifiers in MIRA-Math, and deterministic TEDS in the table-recognition audit.
- Several papers show that distribution shift breaks prompt-level fixes: structural priors help synthetic vulnerability detection but hurt real CVE transfer; science-skepticism robustness does not transfer cleanly across domains/turns; adversarial and OOD WAM robustness is architecture-dependent.
- Held-out validation before committing reusable knowledge appears in multiple forms: COMFYCLAW validates skill mutations on synthesized prompts, DiscoPER validates hypotheses on train and held-out splits, and rubric-generation work evaluates rubrics extrinsically via induced repository scores.
- Benchmarks are increasingly designed to expose separable failure modes rather than one blended score: request acquisition vs answer integration in MIRA-Math, reasoning correctness vs label correctness in DREA, objective competence vs process quality in MentalHospital.
- In robotics and embodied settings, two complementary directions emerge: long-context adaptation (RoboTTT) and inference-time steering/attack analysis (WA-LQR, BadWAM), suggesting future robust agents will need both memory and online monitoring.
4) Top 5 papers (with “why now”)
- SEED: Self-Evolving On-Policy Distillation for Agentic Reinforcement Learning
- Converts completed on-policy trajectories into natural-language hindsight skills, then distills their effect back into token-level supervision.
- Shows broad gains over outcome-only RL across ALFWorld, Search-based QA, and WebShop, with reported improvements of 14.9–45.9 points on ALFWorld and 8.7–19.8 on WebShop task completion.
- Matters now because long-horizon agent training is bottlenecked by sparse rewards, and SEED offers a general recipe for denser supervision without external reward models.
- Skeptical about: self-evolving supervision can reinforce analyzer errors, and the method adds analysis/re-scoring overhead.
- RoboTTT: Context Scaling for Robot Policies
- Scales robot-policy context to 8K timesteps using test-time-training fast weights while keeping inference latency constant.
- Delivers strong real-robot gains: 79% average task completion vs 42% for the single-step baseline, plus one-shot human-video imitation and on-the-fly improvement from DAgger Distillation.
- Matters now because long-context is becoming a serious scaling axis beyond text, and this paper shows concrete capability unlocks in robotics.
- Skeptical about: training cost rises with context length, and some long-range gradient signal is traded away via TBPTT.
- BadWAM: When World-Action Models Dream Right but Act Wrong
- Identifies a WAM-specific vulnerability where small visual perturbations can decouple imagined futures from executed actions.
- Reports large closed-loop degradation, including an example drop from 96.5% to 43.1% success under action-only attack.
- Matters now because WAMs are increasingly sold as safer due to inspectable imagined futures; this paper directly challenges that assumption.
- Skeptical about: defenses are preliminary and non-adaptive, so the paper is stronger as an attack diagnosis than a defense solution.
- DREA: Decoupled Reasoning and Exploration Agents for Repository-Level Vulnerability Detection
- Splits repository security auditing into a strong Planner and a lightweight local Explorer, enabling goal-directed context gathering at much lower billable cost.
- Improves pair-correctness from 19–26% to 30–42% across three planner backbones and cuts estimated API cost by roughly 16×–48×.
- Matters now because repository-scale code security is a realistic enterprise use case, and static context retrieval is clearly insufficient.
- Skeptical about: reasoning remains the main bottleneck, with 26–55% of true positives classified as “lucky hits.”
- Evaluation Ability Does Not Imply Optimization Utility: LLM-as-a-Judge Signals in Closed-Loop Table Recognition
- Carefully separates “good evaluator” from “useful optimization signal” in a real closed-loop generation task.
- Shows weak, tied, and non-reproducible judge rankings; on FinTabNet, final outputs degrade relative to iter0, and structure-preserving instructions significantly reduce severe losses.
- Matters now because judge-driven loops are spreading across agent systems, and this paper is a strong warning against assuming offline judge quality implies safe online use.
- Skeptical about: results are limited to reference-free judges and the tested table-recognition setup.
5) Practical next steps
- Add artifact- and rationale-level audits to agent evals: measure not just success, but whether the evidence chain, intermediate artifacts, and stated mechanism are correct.
- When using LLM judges in loops, run oracle-headroom and tie-rate diagnostics first; if rankings are coarse or unstable, do not use them as the primary optimization signal.
- For safety-critical agents, pair oversight with hard constraints or executable checks: physics penalties, formal verification, deterministic validators, or tool-backed assertions.
- Test whether your agent benefits from decoupled architecture: strong planner + cheap explorer/retriever/executor often improves both cost and diagnosability.
- For long-horizon RL agents, try self-generated dense supervision: leave-one-step/turn attribution, hindsight-skill distillation, or spec-derived robustness rewards.
- Evaluate robustness under distribution shift and adversarial interaction, not just static prompts: multi-turn pressure, OOD contexts, and perturbation-based attacks surfaced many failures here.
- If you rely on prompt-level priors or cheatsheets, benchmark synthetic→real transfer explicitly; several papers show these can improve in-distribution scores while worsening real-world performance.
- Prefer benchmarks and internal evals with fresh instance generation or executable verification to reduce contamination risk and better track real capability.
Generated from per-paper analyses; no external browsing.