#Agent Frameworks
7 articles exploring Agent Frameworks. Expert insights and analysis from our editorial team.
Articles
LangGraph 1.1.10's ToolNode Now Accepts list[Command | ToolMessage]: How That Splits From [Pydantic AI](/articles/pydantic-ai-v1-87-closes-the-langgraph-gap-deferred-tool-calls-opentelemetry/)
LangGraph 1.1.10 lets tools return both Commands and ToolMessages in one call, which Pydantic AI's plain Python returns cannot match. The gap adds friction for hybrid stacks.
Pydantic AI v1.87 Closes [the LangGraph Gap](/articles/langgraph-1-1-10s-toolnode-now-accepts-list-command-toolmessage-how-that-splits/): Deferred Tool Calls, OpenTelemetry Eval, Stateful Compaction
Pydantic AI v1.83-v1.87 added deferred tool calls, OpenTelemetry evaluation, and stateful compaction, closing the gap that previously favored LangGraph.
FSE 2026: Chain-of-Thought Fails Per-Bias as Debiasing; Axiomatic Cues Cut Sensitivity 51%
FSE 2026: chain-of-thought fails per-bias on PROBE-SWE SE tasks. Axiomatic cues cut bias sensitivity 51%, exposing gaps in CrewAI, LangChain, Pydantic AI defaults.
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%.
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.
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.
Pydantic AI vs LangChain: A Developer's Guide to the New Generation of Agent Frameworks
A comprehensive comparison of [Pydantic AI and LangChain](/articles/salesforce-tdx-2026-headless-360-ships-60-mcp-tools-and-agentforce-vibes/), exploring type safety, developer experience, and production readiness in modern Python AI agent frameworks.