Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
PhysTool-Bench quantifies a critical and previously underexplored gap between MLLMs' strong digital API performance and their weak physical tool comprehension, pinpointing specific bottlenecks — perception and functional commonsense — that limit the development of practical embodied AI.
The system demonstrates that a production agentic coding loop — from natural-language bug report to merged PR — can be built with no orchestration framework, relying entirely on Claude Code's native capabilities and an MCP connection to an existing issue tracker.
VibeDrift's MCP integration addresses the specific failure mode where stateless agents contradict a codebase's established house style — conventions that don't fit in the context window and that the model cannot guess on its own — and the experiment's tight null results in non-applicable conditions lend credibility to the positive finding.
ACP addresses the fragmentation of coding agent interfaces by establishing a shared protocol, allowing developers to use multiple agents — Codex, Claude, Devin, and Gemini — within a single workspace without changing their workflow.
The demo illustrates that Gemini's audio stack now spans transcription, expressive speech synthesis, real-time sound-to-sound interaction, and full-song music generation — all accessible through a unified API with tool-use integration.
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.
North Mini Code is Cohere's first open-source, developer-facing model, extending agentic coding capabilities to the broader developer ecosystem under a permissive Apache 2.0 license.
AgentHUD provides a dedicated monitoring layer for Claude Code's parallel sessions and sub-agents, filling a gap in native observability for developers running multiple concurrent coding agents.
Fable 5's availability on AI Gateway brings a model designed for autonomous, multi-day agentic runs — with built-in parallel sub-agent dispatch and stronger code review capabilities — to Vercel's unified inference layer, which offers no-markup provider pricing and BYOK support.
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.