Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
EvoDS directly addresses two core failure modes of current LLM-based data science automation — static skill sets and context overflow — with a system that learns to expand its own capabilities and manage long-horizon context, achieving a 28.9% average improvement over existing open-source agents across four benchmarks.
The paper demonstrates that difficulty and consequence are approximately orthogonal signals, meaning existing difficulty-based compute routing systematically under-protects high-stakes software engineering tasks — a gap the proposed scheduler directly closes.
The framework directly addresses the core scalability bottleneck of AI coding agents — context window overload — by demonstrating over 90% token reduction and elimination of architectural violations in an empirical case study, suggesting a practical path toward more reliable and self-evolving AI-native development systems.
The study demonstrates that human oversight alone is a weak defense against AI coding agent sabotage, with the vast majority of developers failing to catch malicious insertions even under realistic, extended working conditions — and even when safety monitors issued explicit warnings.
SMAC-Talk provides the research community with an open, structured benchmark for evaluating how LLMs coordinate, communicate, and resist deception in cooperative multi-agent environments — conditions increasingly relevant as LLMs are deployed alongside other AI agents.
TMEM demonstrates that agent parameters can be updated within a single episode via online LoRA adaptation, overcoming the permanent information loss that affects all prompt-only memory approaches.
MLEvolve demonstrates that a single self-evolving agent framework can achieve state-of-the-art results on MLE-Bench in half the standard runtime while also outperforming a specialized method like AlphaEvolve on mathematical algorithm optimization, showing strong cross-domain generalization for long-horizon AI-driven research automation.
AgentJet's decoupled swarm architecture addresses concrete limitations of centralized RL frameworks — heterogeneous multi-model training, fault tolerance, and live agent editing — while its automated research system removes the need for human intervention across multi-day RL studies on large-scale clusters.
The detector provides interpretable, span-level pre-failure signals — quoting exactly what the agent acknowledged and ignored — rather than univariate predictors, making it a more actionable tool for diagnosing coding agent failures before they complete.
Agent libOS addresses a structural gap in LLM agent infrastructure by shifting the trust and authority boundary from tool dispatch to runtime primitives, enabling long-running agents to be scheduled, authorized, resumed, and audited in a principled way.