August 1, 2026 Research Brief
Agent reliability gets grounded.
Today’s strongest papers argue that agent progress depends less on prompt cleverness and more on trustworthy evaluators, structured interfaces, and safety mechanisms that survive real attack channels.
Takeaways
- Agent work is shifting from “better prompts” to **better interfaces, environments, and evaluators**: several strong papers improve outcomes by restructuring the action space, memory contract, or training world rather than scaling the base model alone.
- A recurring pattern is that **process quality and verifier quality are now first-order bottlenecks**. Multiple audits show benchmark scores, reward models, and moderation systems can be systematically wrong or fragile, which means training on those signals can entrench failure.
- For agent RL, the most credible gains come from **denser, structured credit assignment without extra rollouts**: graph-constrained retrieval, group-reflective self-distillation, and self-verifying refinement all improve learning or inference efficiency by making intermediate decisions legible.
Start with: Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs
Why it catches my eye: It offers a citation-worthy theory result explaining why many current guardrails fail when attackers can copy benign-looking context.
Read skeptically for: The theory is strong, but deployment impact depends on how closely real systems match its copyability assumptions.
Themes
Papers Worth Your Reading Time
Ranked for research usefulness: novelty, method pattern, evidence quality, and skepticism value.
Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs
#1Useful if you need a principled explanation for why intent checks and context-based guardrails keep failing.
- Why now
- Safety teams are still deploying lightweight guardrails that assume benign and malicious use can be separated from copyable evidence.
- Skepticism
- It proves a structural limit, but does not directly quantify risk for any specific deployed system.
ClawTrack: Towards Trace-Level Evaluation and Improvement of Real-World Autonomous Agents
#2A strong companion paper because it shows how process-aware grading exposes brittle agent wins that outcome-only metrics miss.
- Why now
- As agent benchmarks multiply, researchers need evaluation that distinguishes reusable competence from lucky completion.
- Skepticism
- Process grading still relies on judge models and controlled services rather than fully live environments.
Harness-G: A Graph-Structured Harness for Search Agents
#3Worth opening for a concrete example of interface redesign and denser credit assignment improving agent learning.
- Why now
- It supports the broader shift from prompt engineering toward structured action spaces and harness design.
- Skepticism
- Its gains may depend on whether the graph menu surfaces the right evidence and actions.
Chinese version: [中文]
Run stats
- Candidates: 349
- Selected: 30
- Deepread completed: 30
- Window (UTC): 2026-07-30T00:00:00Z → 2026-07-31T00:00:00Z (arxiv_announce, expanded=0)
Show selected papers
| arXiv ID | Title / Links | Categories | Score | Why | Tags |
|---|---|---|---|---|---|
2607.27951 | Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs | cs.CR, cs.AI | 96 | Strong safety result: formal trilemma for LLM safeguards under copyable context. | llm-safety, access-control, dual-use, theory, guardrails |
2607.28165 | Piggybacking on Perception: Stealthy Concurrent Audio Prompt Injections against Multimodal LLM Agents | cs.CR | 95 | Stealthy audio prompt injection on multimodal agents with a dedicated security benchmark. | agent-safety, prompt-injection, multimodal, audio, benchmark, security |
2607.28503 | InfoOps Bench: A live information operations safety benchmark | cs.AI | 95 | Live benchmark for LLM misuse in state-backed info ops; strong safety relevance and dynamic eval. | safety, benchmark, misuse, red-teaming, evaluation, information-operations |
2607.28317 | One Human, $N$ Agents: Audit-Budget Allocation for LLM Agent Fleets under Miscalibrated, Correlated Confidence | cs.AI | 94 | Directly targets oversight of LLM agent fleets under miscalibrated confidence and audit limits. | agent-safety, oversight, calibration, auditing, multi-agent, evaluation |
2607.27940 | TriShield: Zero-Utility-Loss Defense Against Privacy Backdoors in Federated Language Model Fine-Tuning via Orthogonal Gradient Projection and Optimizer State Entanglement | cs.LG, cs.CL | 93 | Targets federated LLM privacy backdoors with claimed zero-utility-loss deterministic defense. | privacy, security, federated-learning, llm-finetuning, backdoor-defense |
2607.28103 | MIND: Lightweight and Effective Memory Injection Defense for LLM Agents via Intent-Aware Information Bottleneck | cs.AI | 92 | Targets memory injection in LLM agents with a lightweight intent-aware defense. | agent-safety, memory, prompt-injection, defense, llm-agents, reliability |
2607.27917 | One Anchor for All: Unified Multilingual and Multimodal Safety Alignment for LVLMs | cs.AI | 92 | Unified multilingual+multimodal LVLM safety alignment; targets compound attacks via shared safety neurons. | LVLM, safety alignment, multilingual, multimodal, jailbreak defense |
2607.27834 | MemTxn: A Transaction Boundary for Source-Supported Updates and Complete-State Recovery in Agent Memory | cs.AI, cs.CL | 92 | Transactional memory layer for agents with source verification and recovery; highly reusable safety infra. | agents, memory, reliability, verification, recovery, rag |
2607.28545 | ORCA-bench: How Ready Are Language Model Agents for Oncall? | cs.CL, cs.AI, cs.SE | 91 | Production-fidelity benchmark for agentic oncall RCA across logs, traces, metrics, and code. | agents, benchmark, evaluation, observability, coding-agents, real-world |
2607.28576 | Sample More, Reflect Less: Self-Refine and Reflexion Lose to Repeated Sampling at Equal Token Cost, from 1.5B to 7B | cs.CL, cs.AI, cs.LG | 91 | Careful token-budgeted eval shows repeated sampling beats reflection methods; strong reliability takeaway. | llm-evaluation, reasoning, self-refine, reflexion, reliability, benchmark |
2607.28609 | OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models | cs.AI, cs.CL, cs.CV | 90 | Benchmarking whether VLM judges reliably verify computer-use agent trajectories. | agents, evaluation, computer-use, vlm-as-judge, benchmark, reliability |
2607.27910 | A Cross-Architecture Audit of Direction-Based Inference-Time Defences in Vision-Language Models | cs.AI | 90 | Careful audit of inference-time VLM jailbreak defenses across architectures with utility/safety tradeoffs. | VLM, jailbreak, inference-time defense, evaluation, robustness |
2607.28037 | ClawTrack: Towards Trace-Level Evaluation and Improvement of Real-World Autonomous Agents | cs.LG | 89 | Trace-level benchmark scores both outcomes and process quality for real-world agents. | agents, evaluation, process-supervision, benchmark, long-horizon, reliability |
2607.28147 | Agent Harness Distillation: Inference-Time Harness Extraction and Exploitation in Autonomous Multi-Agent Systems | cs.CR | 89 | Studies IP/security risks from extracting agent harnesses in autonomous multi-agent systems. | agents, security, model extraction, multi-agent, IP leakage |
2607.28227 | Qwen-UI-Agent Technical Report: Toward Next-Generation Real-World Centric Foundation GUI Agents | cs.AI, cs.CV | 89 | Foundation GUI agent report with real-device runtime, cross-platform actions, and long-horizon focus. | gui-agents, foundation-models, computer-use, agents, real-world |
2607.27958 | $Σ$-Mem: An Online Reliability Memory for LLM-based Multi-Agent Systems | cs.MA, cs.AI | 89 | Reliability memory for multi-agent trust tracking; relevant to long-horizon agent robustness. | multi-agent, memory, trust, reliability, agents |
2607.28187 | Old Tricks, New Models: How Simple Image Transformations Break Modern AI-based Content Moderation | cs.AI, cs.CR, cs.SE | 88 | Black-box study shows simple image transforms break modern AI moderation systems. | safety, content-moderation, multimodal, robustness, adversarial, evaluation |
2607.28074 | Echoverse: Deep, Evolving Environments for Training Computer-Use Agents at Scale | cs.AI, cs.LG | 88 | Scalable evolving environments for training computer-use agents; high reuse for agent evaluation/training. | agents, computer-use, training-environments, benchmarking, simulation |
2607.28076 | Group-Reflective Self-Distillation for Agentic Reinforcement Learning | cs.AI, cs.LG | 88 | Improves RL training for LLM agents via verified rollout reflection; relevant to agent reliability. | llm-agents, rlvr, self-distillation, training, reliability |
2607.28478 | Would You Walk to the Car Wash? Revealing the Salience Bias of Large Language Models in Commonsense Reasoning | cs.CL | 88 | Identifies salience-bias failure mode and benchmark for commonsense robustness across 12 LLMs. | llm-safety, robustness, commonsense, bias, evaluation, benchmark |
2607.28367 | How Benchmarks Mis-Score Computer-Use Agents | cs.AI | 87 | Audits benchmark scoring errors for computer-use agents; many FAIL verdicts are wrong. | agents, evaluation, benchmarking, computer-use, measurement, reliability |
2607.28573 | Rethinking Inference-Time Scaling in Local Computer-Use Agents: Failure Modes and Compute Tradeoffs | cs.AI | 87 | Empirical study of inference-time scaling in local computer-use agents, exposing failure modes and tradeoffs. | agents, computer-use, evaluation, inference-time scaling, reliability |
2607.28457 | SVR: Self-Verifying Refinement via Joint Verdict-Confidence Reinforcement Learning for Adaptive Test-Time Compute | cs.AI, cs.CL | 87 | Adaptive test-time compute via self-verification RL; relevant to reasoning efficiency and reliability. | reasoning, test-time-compute, self-verification, reinforcement-learning, reliability |
2607.28033 | DataClawEval: A Benchmark for Data Engineering Agents in Real Industrial Harness | cs.AI | 86 | Realistic benchmark for end-to-end data engineering agents in industrial harnesses; strong reuse value. | agents, benchmark, evaluation, data engineering, industrial |
2607.28568 | Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering | cs.CL | 86 | 35B AI4AI meta-evolution agent for ML engineering; notable frontier agentic RSI direction. | agents, recursive-self-improvement, ml-engineering, post-training, rl |
2607.27652 | Harness-G: A Graph-Structured Harness for Search Agents | cs.CL | 86 | Search-agent training paper identifying retrieval-equivalence collapse and proposing better harnessing. | search-agents, retrieval, rl, evaluation, agent-training |
2607.27733 | VeriSkill: A Self-Evolution Framework for Program Verification Skills | cs.AI | 86 | Agent skill self-evolution for program verification with failure attribution and verifier-guided refinement. | agents, program-verification, self-improvement, tool-use, reliability |
2607.28591 | Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments | cs.SE, cs.CL, cs.LG | 85 | Turns repository changes into executable coding-agent tasks for training and evaluation. | coding-agents, benchmark, data-generation, software-engineering, evaluation |
2607.28146 | Can Agents Deceive? Evaluating Reasoning and Deception in ParliamentBench using a Social Deduction Game | cs.CL, cs.AI | 84 | Open benchmark for deception and reasoning in agents via social deduction gameplay. | agent-safety, deception, benchmark, reasoning, evaluation, social-deduction |
2607.27853 | FinanceHarness: Autonomous Financial Deep Research Framework | cs.CL, cs.AI, q-fin.CP | 84 | Finance-focused agent harness and point-in-time benchmark for deep research; useful agent eval setup. | agents, benchmark, finance, deep research, evaluation |
AI Paper Insight Brief
2026-08-01
0) Executive takeaways (read this first)
- Agent work is shifting from “better prompts” to better interfaces, environments, and evaluators: several strong papers improve outcomes by restructuring the action space, memory contract, or training world rather than scaling the base model alone.
- A recurring pattern is that process quality and verifier quality are now first-order bottlenecks. Multiple audits show benchmark scores, reward models, and moderation systems can be systematically wrong or fragile, which means training on those signals can entrench failure.
- For agent RL, the most credible gains come from denser, structured credit assignment without extra rollouts: graph-constrained retrieval, group-reflective self-distillation, and self-verifying refinement all improve learning or inference efficiency by making intermediate decisions legible.
- On safety/security, the day’s strongest message is that copyable context is not a reliable safety boundary. This appears both as theory (guardrails can’t separate benign from malicious use under copyable evidence) and as practice (memory injection, harness extraction, audio prompt injection, moderation evasion).
- Computer-use agents still have a large realism gap: real-device and stateful-world papers show progress, but benchmark audits and oncall/RCA evaluations suggest headline success rates often overstate deployable reliability.
- For practitioners, the near-term edge is likely to come from transactional memory, grounded evaluators, process-aware filtering, and domain-specific harnesses rather than generic “agent wrappers.”
2) Key themes (clusters)
Theme: Structured interfaces beat free-form agent control
- Why it matters: Several papers show that open-ended generation is often the wrong control surface for agents. Constraining actions into explicit, enumerable, or typed interfaces improves credit assignment, stability, and auditability.
- Representative papers:
- Common approach:
- Replace free-form query or write behavior with typed, bounded operations.
- Make state transitions previewable or verifiable before commitment.
- Separate model reasoning from environment governance layers.
- Use deterministic contracts for visibility, recovery, or action execution.
- Open questions / failure modes:
- Constrained menus can fail when the right option is not surfaced.
- Lexical/source-grounded contracts do not guarantee semantic truth.
- Real-world coverage remains limited for live-web, multimodal, and long-horizon settings.
- More structure can improve reliability while reducing flexibility in edge cases.
Theme: Better credit assignment is the main lever in agent RL
- Why it matters: Sparse terminal rewards remain a central bottleneck for search, web, and long-horizon agents. The strongest RL papers here improve performance by extracting more useful intermediate learning signal from the same trajectories.
- Representative papers:
- Common approach:
- Convert trajectory-level outcomes into turn-level or action-level signals.
- Use same-state comparisons, hindsight reflections, or self-verification to densify supervision.
- Preserve update direction while modulating magnitude with intermediate evidence.
- Keep added cost modest relative to baseline RL loops.
- Open questions / failure modes:
- Hindsight guidance is not causal credit.
- Self-verification remains miscalibrated; premature stopping is still common.
- Some methods require mixed-success rollout groups or external judges.
- Gains may depend heavily on environment structure and verifier quality.
Theme: Evaluation itself is a failure point for agents
- Why it matters: Multiple papers argue that current agent progress is partly measurement artefact. If evaluators are brittle, lenient, or outcome-only, they mis-rank systems and create bad training signals.
- Representative papers:
- ClawTrack: Towards Trace-Level Evaluation and Improvement of Real-World Autonomous Agents
- How Benchmarks Mis-Score Computer-Use Agents
- OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
- DataClawEval: A Benchmark for Data Engineering Agents in Real Industrial Harness
- Common approach:
- Move from scalar outcome-only scoring to process-aware or execution-grounded evaluation.
- Audit benchmark verdicts directly using trajectory evidence.
- Validate judge models against human labels and stress hard subsets separately.
- Prefer deterministic, task-specific graders where possible.
- Open questions / failure modes:
- Judge models often over-accept failures as successes.
- Process grading can itself inherit judge bias.
- Mock services and sandboxed worlds may not transfer cleanly to live systems.
- Many audits only inspect FAILs, leaving PASS false positives under-measured.
Theme: Stateful, realistic environments are becoming the training substrate
- Why it matters: The frontier is moving from static tasks to resettable, consequential worlds where agents can write, recover, and learn from real state changes. This is essential for computer use, finance, and ML engineering.
- Representative papers:
- Echoverse: Deep, Evolving Environments for Training Computer-Use Agents at Scale
- FinanceHarness: Autonomous Financial Deep Research Framework
- Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering
- ORCA-bench: How Ready Are Language Model Agents for Oncall?
- Common approach:
- Build executable environments with grounded verifiers and resettable state.
- Align training and evaluation contracts inside the same harness.
- Use domain-specific tools, corpora, and workflows rather than generic agent stacks.
- Treat environment repair and benchmark maintenance as part of the learning loop.
- Open questions / failure modes:
- Environment fidelity is expensive and hard to validate.
- Transfer from synthetic or bounded worlds to live systems remains modest.
- Domain coverage is still narrow relative to real enterprise or research workflows.
- RL gains can be limited if verifiers, worlds, or teachers cap the ceiling.
Theme: Safety boundaries fail when evidence is copyable or channels are weakly authenticated
- Why it matters: Several papers converge on the same lesson: if attackers can mimic benign context or inject through untrusted channels, many current safeguards collapse. This has implications for access control, memory, multimodal agents, and system IP.
- Representative papers:
- Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs
- MIND: Lightweight and Effective Memory Injection Defense for LLM Agents via Intent-Aware Information Bottleneck
- Piggybacking on Perception: Stealthy Concurrent Audio Prompt Injections against Multimodal LLM Agents
- Agent Harness Distillation: Inference-Time Harness Extraction and Exploitation in Autonomous Multi-Agent Systems
- Common approach:
- Formalize the attacker’s ability to reproduce benign-looking evidence or exploit passive channels.
- Evaluate black-box attacks that do not require model internals.
- Add external governance, filtering, or deception layers rather than relying on the base model alone.
- Measure both attack success and operational tradeoffs like latency or false positives.
- Open questions / failure modes:
- Trusted noncopyable signals are hard to deploy at scale.
- Defenses often trade off usability, transparency, or false-positive rate.
- Adaptive attackers and replay/voice-cloning scenarios remain underexplored.
- Some defenses protect only against a narrow attack family.
Theme: Robustness failures remain surprisingly low-tech
- Why it matters: A number of papers show that modern systems still fail under simple transformations, simple confidence heuristics, or simple distractors. This suggests many deployed safety and reasoning layers are brittle in ways that are operationally exploitable today.
- Representative papers:
- Old Tricks, New Models: How Simple Image Transformations Break Modern AI-based Content Moderation
- Would You Walk to the Car Wash? Revealing the Salience Bias of Large Language Models in Commonsense Reasoning
- One Human, N Agents: Audit-Budget Allocation for LLM Agent Fleets under Miscalibrated, Correlated Confidence
- Sample More, Reflect Less: Self-Refine and Reflexion Lose to Repeated Sampling at Equal Token Cost, from 1.5B to 7B
- Common approach:
- Compare sophisticated methods against simple baselines under controlled budgets or perturbations.
- Isolate whether gains come from method design or just extra compute.
- Stress systems with low-cost, black-box transformations or distractors.
- Quantify calibration and failure-mode shifts rather than only average accuracy.
- Open questions / failure modes:
- Results may be domain-specific and not fully generalize to larger models or open-ended tasks.
- Simple mitigations can help, but may be capability-dependent.
- Confidence signals are often too weak to support oversight decisions.
- Robustness to cheap attacks remains poor even in commercial systems.
3) Technical synthesis
- A strong cross-paper pattern is interface redesign as optimization: Harness-G discretizes retrieval, MemTxn formalizes memory commits, and Qwen-UI-Agent unifies GUI/CLI/API actions. In each case, better structure improves learning or reliability more than prompt tweaks.
- Several papers separate model capability from governance capability. MemTxn, MIND, CADV, and copyable-context theory all imply that some safety properties must live outside the base model.
- Verifier quality is now a bottleneck for both training and evaluation: Echoverse repairs worlds before trusting failures; OSReward trains reward models to reduce leniency; ClawTrack uses process rubrics; ORCA validates an LLM judge against humans.
- The RL papers increasingly use same-trajectory or same-group contrast instead of extra rollouts: Harness-G compares frontier alternatives, GRSD contrasts success/failure reflections, SVR trains self-verification for adaptive stopping.
- Multiple benchmark papers argue for execution-grounded grading over LLM-as-judge when possible: DataClawEval and Echoverse rely on deterministic or database-grounded checks; benchmark-audit papers show why.
- There is a recurring move from content memory to state memory: Σ-Mem stores reliability evidence, MemTxn stores governed active state, and MIND filters retrieved memory based on intent-conditioned latent structure.
- Several results show that more compute is not enough unless allocated correctly: local CUA scaling saturates, self-reflection loses to repeated sampling at equal token cost, and SVR only helps when self-confidence is actionable.
- Safety papers repeatedly expose channel-authentication gaps: audio input, memory retrieval, self-reported confidence, and copyable interaction history all become attack surfaces when treated as trustworthy evidence.
- Domain-specific harnesses matter: FinanceHarness, VeriSkill, ORCA-bench, and Frontis-MA1 all outperform generic setups by embedding task-native tools, constraints, and evaluation contracts.
- Across agent benchmarks, the most common real failure categories are not exotic reasoning errors but verification blindness, planning loops, retrieval collapse, and evaluator fragility.
4) Top 5 papers (with “why now”)
Harness-G: A Graph-Structured Harness for Search Agents
- Identifies a concrete RL pathology in search agents: retrieval-equivalence collapse, where query diversity hides evidence redundancy.
- Replaces free-form search with a finite graph menu and adds Structured Non-myopic Credit for same-state and delayed credit assignment.
- Delivers large multi-hop QA gains across six benchmarks, including +10.74 average F1 over Graph-R1 at 1.5B.
- Why now: this is one of the clearest examples of agent improvement coming from environment/interface design, not just a better base model.
- Skeptical take: performance depends on menu coverage; failures occur when the needed entity or sentence is not surfaced.
ClawTrack: Towards Trace-Level Evaluation and Improvement of Real-World Autonomous Agents
- Introduces a 320-task benchmark with turn-level process grading across four dimensions, not just final outcome.
- Shows process scores filter out 21.2% of “lucky passes” and that process-filtered SFT yields +10 to +19 Pass@3 gains.
- Judge robustness is reasonably strong across four LLM judges, making the rubric approach more credible than many outcome-only setups.
- Why now: as agent demos proliferate, this gives a practical way to distinguish brittle success from reusable competence.
- Skeptical take: process grading still depends on judge models and deterministic mock services rather than live APIs.
Echoverse: Deep, Evolving Environments for Training Computer-Use Agents at Scale
- Builds stateful, resettable applications with grounded verifiers and a co-evolution loop that repairs environments before using failures as supervision.
- A 9B model trained on Echoverse data improves from 36.5% to 67.1% average task success; RL further raises held-out judged score from 58.8% to 68.0%.
- Shows shallow worlds can actively hurt transfer, while deeper worlds improve live-site performance.
- Why now: this is a strong blueprint for training agents in consequential, login-gated, stateful domains where live-web RL is infeasible.
- Skeptical take: live-web transfer is still modest, and environment/world quality is tightly coupled to the reported gains.
Safeguards Based on Copyable Context Cannot Provide Reliable Safety for LLMs
- Provides a formal attacker-assistance floor Γ(q) and proves a trilemma: useful capability, reliable safety, and open access cannot all hold when evidence is copyable.
- Reframes many guardrail failures as structural rather than implementation-specific.
- Clarifies what trusted noncopyable signals would need to achieve to lower worst-case assistance.
- Why now: this is a useful theory lens for current debates around intent checks, access control, and “lightweight” guardrails.
- Skeptical take: deployment relevance depends on estimating real-world copying error and signal separation, which the theory does not provide automatically.
OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models
- Builds a 1,019-trajectory human-gold benchmark for judging computer-use trajectories across web, mobile, Ubuntu, and Windows.
- Finds a shared leniency bias across 27 VLM judges, especially over-accepting failed runs as successes.
- Releases OS-Shepherd reward models and a ~100K agreement-filtered corpus that materially improve open judge quality at much lower cost.
- Why now: reward models are becoming core infrastructure for agent training, and this paper shows the current failure mode is not subtle—it is systematic false success.
- Skeptical take: even improved open judges still lag frontier closed models on the hardest cases, and alignment/efficiency grading remains weak.
5) Practical next steps
- Audit your evaluator before your agent: measure false-success and false-failure rates on a human-checked slice, especially for long-horizon CUA or web tasks.
- For retrieval agents, test whether you have retrieval-equivalence collapse by comparing evidence-set diversity, not just query-string diversity.
- Add transaction semantics to memory: source-supported writes, deterministic conflict resolution, and full-state recovery are likely higher ROI than better retrieval alone.
- Prefer execution-grounded or state-grounded verifiers over free-form LLM judges whenever the environment permits deterministic checks.
- If using RL for agents, try group-contrast or self-distillation credit shaping before increasing rollout count; the day’s best gains mostly came from better credit, not more samples.
- For computer-use agents, log and score process dimensions like verification behavior, loop detection, and information use; these appear to predict robustness better than outcome-only pass rates.
- Treat self-reported confidence as untrusted in oversight or routing systems unless you have calibration evidence under your exact elicitation protocol.
- For multimodal or always-on agents, add channel authentication and separation layers for audio, memory, and tool-triggering inputs rather than relying on prompt-level defenses.
- In domain-specific deployments, build task-native harnesses and tools first; FinanceHarness, VeriSkill, and ORCA-bench all suggest generic wrappers leave large performance on the table.
- When evaluating inference-time methods, compare against repeated sampling at equal token cost; several popular self-reflection methods may not justify their compute.
Generated from per-paper analyses; no external browsing.