Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
AgentSpec provides the first controlled compositional foundation for studying embodied LLM agents, revealing that scaffold interaction effects — not individual module quality — determine performance, which reframes how agent systems should be designed and compared.
V-COS directly addresses the multi-session coherence problem that existing tools like memory-bank files and sub-agents leave unsolved, offering a project-level governance structure rather than per-prompt or per-tool fixes.
Heterogeneous model pairs using tap recorded defects or requested changes in 69.8% of reviews versus 53.1% for homogeneous pairs, demonstrating that cross-vendor agent collaboration on a shared codebase produces broader code review coverage than single-vendor setups.
Raidho's benchmark demonstrates that separating reasoning from execution across providers — combined with VSA memory instead of RAG — can match full tool-loop output quality at ×2.6 lower cost on the same task.
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.
The architecture shows a concrete approach to dramatically reducing frontier model token spend — keeping ~85–90% of tokens local — without sacrificing high-level design quality, by reserving the frontier model exclusively for task decomposition and using deterministic validation to keep long-running agentic chains on track.
Ironsmith's deterministic repair loop makes local, on-device app generation viable on consumer hardware as constrained as an 8GB MacBook Air, removing the dependency on cloud models or high-end machines for AI-generated macOS app creation.
The MDN MCP server gives coding agents a live connection to authoritative web platform documentation, directly addressing the training-cutoff problem where agents may be unaware of newer CSS, HTML, or Web API features and their current browser support status.
The server provides a working diagram-generation path for Codex Desktop users who are blocked by the live-canvas timeout that prevents the official tldraw MCP App from functioning in that host.