Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
The paper establishes a fundamental, mathematically proven ceiling on multi-agent system performance that is determined by task structure — specifically C_min — meaning agent scaling and increased communication cannot overcome poorly structured tasks.
The benchmark reveals that dialogue capability is a distinct dimension of coding agent performance not captured by existing autonomous-system evaluations, exposing a gap between how agents are benchmarked and how they are actually used.
SecureClaw is the first architecture evaluated across AgentDojo, AgentLeak, and ASB in a common harness that closes both the plaintext-exposure and unauthorized-action boundaries simultaneously, rather than trading one surface for the other.
The framework replaces the standard text-concatenation bottleneck in multi-agent synthesis with direct KV cache consumption, cutting time-to-first-token by up to 11x while preserving or improving task accuracy across diverse benchmarks.
GTBP directly addresses the two key failure modes of existing context adaptation methods — inaccurate credit assignment and lack of convergence guarantees — in multi-LLM agentic pipelines, providing both theoretical stability proofs and empirical gains across three benchmarks.
The work shows that a learned, cognitively grounded multi-factor value function substantially outperforms the recency and semantic-similarity heuristics currently used in production agent memory systems, and exposes a methodological flaw in how LongMemEval is commonly evaluated.
HarnessBridge replaces the manual engineering bottleneck in LLM agent harness design with an end-to-end trainable module, reducing token usage and trajectory length while maintaining competitive benchmark performance.
MSA demonstrates that a 109B-parameter model can process 1M-token contexts with 28.4x less attention compute and 14.2x faster prefill, making million-token agentic and code-reasoning workloads substantially more feasible at deployment scale.
TrajGenAgent demonstrates that a fine-tuning-free, hierarchical agent design can match or exceed the trajectory realism of computationally expensive fine-tuned models, lowering the barrier to generating privacy-safe synthetic mobility data for transportation, urban planning, and epidemic control applications.
AAA's single-interface design separates assessment logic from agent implementation, removing the heavy integration burden of existing LLM-centric harnesses and enabling reproducible, cross-agent comparisons that current fragmented benchmarks cannot support.