English(EN)Retrospective Harness Optimization: Improving LLM Agents via Self-Preference over Trajectory Rollouts
新方法提升AI代理的可靠性和安全性
作者PulseAugur 编辑部·[7 个来源]·
研究人员开发了新方法来提高AI代理的可靠性和安全性。一种名为TRACE的方法侧重于监控长时程代理轨迹,通过分析跨越时间上遥远动作的证据来检测恶意或意外行为。另一种方法,回顾式约束优化(RHO),利用过去的轨迹进行自我监督,并在没有外部验证的情况下改进代理对技能和工具的约束。此外,HarnessFix旨在通过分析执行跟踪并将失败映射到特定约束层进行有针对性的修补,来诊断和修复代理约束中的缺陷。
AI
arXiv:2606.07054v1 Announce Type: cross Abstract: Autonomous LLM agents can pursue hidden malicious objectives through sequences of individually benign actions, making sabotage difficult to detect using standard trajectory-level monitoring. Existing approaches either evaluate com…
Autonomous LLM agents can pursue hidden malicious objectives through sequences of individually benign actions, making sabotage difficult to detect using standard trajectory-level monitoring. Existing approaches either evaluate complete trajectories in a single pass or partition t…
arXiv:2606.05922v1 Announce Type: cross Abstract: AI agents rely on a harness of skills, tools, and workflows to solve complex problems. Continually improving this harness is essential for adapting to new tasks. However, existing optimization methods typically require ground-trut…
AI agents rely on a harness of skills, tools, and workflows to solve complex problems. Continually improving this harness is essential for adapting to new tasks. However, existing optimization methods typically require ground-truth validation sets, yet such labeled data is diffic…
AI agents rely on a harness of skills, tools, and workflows to solve complex problems. Continually improving this harness is essential for adapting to new tasks. However, existing optimization methods typically require ground-truth validation sets, yet such labeled data is diffic…
<h2> The Problem </h2> <p>AI agents fail silently.</p> <p>You give an agent a clear instruction:<br /> "Refund user 123, $50 within 7 days"</p> <p>The agent returns:<br /> "User refunded $500 immediately"</p> <p>No error. No warning. Just wrong output.</p> <p>This is <strong>sema…