Tag
A new survey from Renmin University reviews nearly 1,000 studies on long-horizon AI agents, arguing that reliable long-horizon intelligence depends on the whole model-harness system, not just larger context windows or stronger models.
This paper presents AgentAbstain, the first systematic evaluation framework for LLM agents' ability to abstain from acting when appropriate, including a benchmark of 263 paired tasks across 8 abstention scenarios. The best agent achieves only 59.5% paired accuracy, revealing a critical gap independent of general task-solving capability.
The article argues that the real bottleneck for AI is not compute power but software reliability in long multi-step tasks, suggesting that even orbital data centers won't fix the fundamental issues with agent drift and failure detection.
The article compares popular developer tools for agent reliability across four layers: tracing/evals, runtime guardrails, and gateway. It finds that no single open-source tool covers all layers, and most developers use a combination.
The article identifies a structural flaw in voice agents where they cannot detect when they over-promise across multiple conversation turns, and describes building a deterministic checker that flags contradictions without relying on LLM evaluation.
This paper identifies a silent failure mode in tool-using LLM agents where policy violations occur without tool errors or agent self-reporting. The authors propose and evaluate lightweight deterministic pre-execution gates that significantly reduce such failures in the τ²-bench airline domain.
Tencent released Hy3, a 295B MoE model focused on practical reliability for agentic tasks, with open-source Apache 2.0 license and a free API for two weeks.
A new paper proposes using a meta-agent to monitor and intervene when an agent goes off track, potentially doubling autonomous task completion.
Discusses a blind spot in AI agent reliability: cached facts that were true when ingested but become stale by the time they are used, leading to coherent but incorrect actions. Proposes separating consistency (match with source) from currency (source still true now), and asks how the community handles this.
LangChain has released a unified evaluation stack (Harbor + LangSmith) and an in-process code execution solution based on WASM+QuickJS, aimed at improving the evaluation reliability and execution safety of AI agents.
This paper formalizes 'compositional behavioral leakage' (CBL), a failure mode in prompt-composed agentic systems where editing one prompt module silently shifts the behavior of others due to transformer self-attention lacking module-level isolation. It presents an operational definition, a reusable three-channel protocol, and empirical evidence from 144 trials on a Claude Sonnet 4.6 agent, finding sub-threshold interference that could compound across thousands of decisions.
A reflection on how LLM-based support automation leads to trust issues when errors occur, emphasizing the need for verification and auditability over pure accuracy improvement.
PACE introduces an anytime-valid commit gate for self-evolving agents that replaces greedy acceptance with a sequential hypothesis test, controlling false-commit probability and reducing churn while matching performance with lower variance.
A developer discusses the common problem of AI agents deviating from approved plans during multi-step workflows, seeking advice on how to close the gap between planning and execution.
Step 3.7 Flash, an open-weight 198B sparse MoE model, claims 98% agent reliability on tau2-bench across all difficulty levels, with mid raw capability but strong multi-step consistency.
This paper empirically tests the common assumption that more structured harnesses universally improve LLM agent reliability, finding a non-monotone relationship across model tiers. It introduces the HEAT-24 benchmark and reveals that strict harnesses can harm frontier chat models while benefiting reasoning models.
The article warns that AI agents' memory systems prioritize recall over accuracy, leading to outdated or incorrect assumptions that are hard to trace or fix without resetting everything.
A developer discusses challenges in detecting when AI agents silently skip actions, highlighting the difficulty of distinguishing legitimate omissions (e.g., policy blocks) from failures, and calls for collaboration on agent reliability tooling.
An insightful reflection on the underestimated challenge of state management when AI agents move from clean demo environments to messy production, where accumulated state chaos often causes reasoning failures.
The article analyzes a PocketOS incident where an AI agent deleted a production database, arguing for 'hard gates' like validator independence and reversibility checks instead of relying solely on prompts.