Topic

#multi-agent

8 articles exploring multi-agent. Expert insights and analysis from our editorial team.

Showing 1–8 of 8 articles

Articles

Newest first
Agents & Frameworks

CrewAI 1.14.2 Lands Checkpoint TUI with Tree View, Fork Support, and Lineage Tracking

CrewAI 1.14.2 and 1.14.3 ship a checkpoint TUI with fork support and lineage tracking, making resumability a framework primitive for expensive multi-step agent pipelines.

Agents & Frameworks

Cloudflare Agents Week Moved Sandbox Execution, Private Networking, and Memory From Framework Code to Network Primitives

Cloudflare shipped four production primitives in April 2026 — Sandboxes GA, Mesh, Dynamic Workers, and Agent Memory — replacing infrastructure CrewAI, LangGraph, and AutoGen.

Agents & Frameworks

ACL 2026: Multi-Agent LLM Topologies Accelerate Premature Convergence; Adding Agents Makes It Worse

An ACL 2026 Findings paper shows dense communication topologies in [multi-agent LLM systems](/articles/neural-computers-symbolic-stability-failure-contradicts-the-case-for-pure/) accelerate premature convergence, meaning topology matters more than model strength.

Agents & Frameworks

Diversity Collapse in Multi-Agent LLM Systems: Structural Coupling Breaks Open-Ended Idea Generation Even When Topologies Are Sparse

An ACL 2026 Findings paper finds multi-agent LLM brainstorming collapses because agents share models, prompts, and context, not because topologies are too dense.

Developer Tools

VeriMoA's Intermediate-Language Detour Contradicts the Fine-Tuning Orthodoxy in LLM-Based Verilog Pipelines

VeriMoA routes specs through C++ and Python before Verilog, gaining 15-30% Pass@1 without fine-tuning and challenging whether HDL training pipelines are load-bearing.

Developer Tools

VeriMoA's Python/C++ Relay Exposes a Structural Gap in LLM Hardware-Semantic Reasoning

VeriMoA routes spec-to-HDL through Python and C++ intermediates for 15-30% Pass@1 gains, yet simulation benchmarks miss synthesis failures that can emerge at tapeout.

Agents & Frameworks

A2A v1.0 Left Agent Discovery Blank: Why AAIF's 170-Member Standard Still Forces Every Enterprise to Build Its Own Governance Layer

A2A v1.0 defines Agent Cards but deliberately leaves registry, discovery, and governance infrastructure unspecified, forcing every enterprise to build its own.

· 6 min read
Agents & Frameworks

CrewAI vs AutoGen: A Developer's Guide to Multi-Agent AI Frameworks

A comprehensive comparison of the two leading multi-agent AI frameworks—CrewAI and Microsoft's AutoGen. Learn which framework fits your use case with code examples, architecture insights, and real-world benchmarks.