#autogen
8 articles exploring autogen. Expert insights and analysis from our editorial team.
Articles
Council Mode Cuts Multi-Agent LLM Hallucination 35.9% at 4.2x Token Cost on HaluEval
Council Mode routes queries through three frontier LLMs and a consensus model, cutting hallucinations 35.9% on HaluEval at 4.2x token cost. Major frameworks lack this pattern.
Salesforce TDX 2026: Headless 360 Ships 60+ MCP Tools and Agentforce Vibes 2.0 With Claude Sonnet 4.5
Salesforce TDX 2026 shipped 60+ MCP tools and a Claude-default IDE, collapsing wrapper value for LangGraph, CrewAI, and AutoGen while shifting to cross-MCP routing.
LLM Agent for Iterative Chart Refinement Exposes a Logging Gap in CrewAI and AutoGen
An arxiv paper shows iterative chart agents need per-step rationale schemas that CrewAI and AG2 lack, while the token and storage cost of structured traces remains unmeasured.
PROBE-SWE Finds Chain-of-Thought and Self-Debiasing Don't Reduce Prompt-Induced Bias in Coding Agents
PROBE-SWE (arXiv 2604.16756) finds chain-of-thought and self-debiasing fail to reduce prompt-induced cognitive bias in SE agents; axiomatic reasoning cues cut it 51%.
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.
Google's TPU 8i Targets Agentic Workloads. What CrewAI, LangGraph, and AutoGen Must Measure
Google's TPU 8i adds SRAM and a collectives engine for agentic workloads, yet CrewAI, LangGraph, and AutoGen lack the per-step latency and branch-utilization metrics needed.
Nous Research's Hermes Ships Persistent Memory and Auto-Skill Capture: CrewAI and AutoGen Must Reconsider
Hermes Agent bakes persistent memory and auto-skill capture into core, shifting comparison from orchestration to self-improvement. CrewAI has static skills; AutoGen is frozen.
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.