Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
The benchmark exposes a large performance gap between current frontier LLM agents and human-level proficiency on standardized Office tasks, demonstrating that fine-grained document automation remains a significant unsolved challenge despite recent advances in code generation.
This survey provides a unified, systems-oriented framework for a rapidly expanding but fragmented field, identifying both the dominant attack surfaces and the gaps in current defenses and benchmarks that leave deployed LLM agents exposed.
The paper addresses a core limitation of existing LLM agent memory systems — difficulty with evidence aggregation and fact revision across sessions — by introducing a structured, maintainable architecture that improves both how memory is organized and how it is retrieved.
HIPIF directly targets long-context interference — a problem existing hierarchical RL and credit-assignment methods leave unaddressed — by folding completed subgoal histories, offering a path to more reliable LLM agent performance on extended, multi-turn tasks.
WebChallenger demonstrates that near-frontier web agent performance is achievable with open-weight models at a fraction of the inference cost of proprietary reasoning systems, by addressing architectural gaps rather than scaling model size.
MIRAGE demonstrates that covert encoding by LLM agents — which evades output-side detection — leaves a consistent internal signature that can be monitored in real time, substantially improving detection accuracy over surface-level approaches.
The paper provides the first operational definition of "agent harness" with a shared vocabulary, enabling consistent engineering practice and scientific comparison of agentic coding systems.
LakeQA exposes a significant performance gap in frontier LLMs — including GPT-5.2 at 18.37% exact-match — on tasks that require jointly searching a massive heterogeneous data lake and performing multi-hop reasoning, a combination absent from prior comprehensive benchmarks.
DeLM demonstrates that decentralizing multi-agent coordination through a shared verified context can simultaneously improve benchmark performance and cut per-task cost, addressing a structural scalability bottleneck in LLM test-time reasoning.
MLC demonstrates that line-level bug localization at full-file context can match expensive agentic pipelines in accuracy while cutting inference to a single generated token per file, directly addressing the cost and latency barriers the paper identifies as blocking practical verification of LLM-generated code.