Every processed story in chronological order, with the newest coverage first. Filter by tag, source, or score to drill in.
Agent Canvas removes the need to maintain separate tooling setups for different AI coding agents, letting developers switch between Codex, Gemini, Claude, and custom ACP implementations while keeping a single consistent interface and backend configuration.
The post demonstrates that in multi-agent fanout pipelines, context assembly before the LLM call — not the LLM itself — can become the dominant latency and cost driver, and that passing only compact summary structs rather than full subagent outputs resolves both problems simultaneously.
The paper identifies task decomposition — not retrieval — as the binding constraint in multi-skill agent planning, and SAD's single-iteration fix raises decomposition accuracy by over 32 percentage points, directly improving how reliably agents can assemble executable plans from large real-world skill libraries.
The framework demonstrates that automated prompt optimization alone — without any fine-tuning — can turn a completely failing LLM agent (0% on PutNext) into one that succeeds nearly three-quarters of the time, showing prompt engineering can be systematically automated rather than done by hand.
AWF provides infrastructure-layer isolation and lifecycle management for parallel AI coding agents, replacing ad-hoc coordination with a governed worktree-per-task model that handles the full contribution pipeline from checkout to merge.
Factory 2.0 reframes the enterprise AI coding market from point-in-time agent assistance to a self-improving, organization-wide system — a shift the post argues makes individual productivity tooling insufficient on its own.
As benchmark scores saturate, ProcGrep provides a concrete mechanism for distinguishing agents by how they solve problems — enabling procedural auditing, task-aware routing, and cost analysis that success-rate metrics alone cannot support.
The pattern replaces fragile prose-based guardrails with tool-scoped enforcement and parallel clean contexts, directly addressing the context dilution and incorrect cross-repo edits that occur when a single agent session spans multiple repositories.
A new memory infrastructure layer in the agentic tooling space.
CoAgent replaces the abort-and-retry waste of OCC and the blocking delays of 2PL with an advisory protocol that lets LLM agents self-repair conflicts, achieving serializable correctness while preserving meaningful concurrency gains that classical mechanisms cannot sustain.