Blog

Field notes on production AI agents.

Migration guides, comparisons against LangGraph / CrewAI / AutoGen, deep-dives on resilience, MCP, distributed runtimes, and the patterns we keep seeing in real deployments.

Cornerstones

All articles

Tutorial · 8 min

Build a code review agent in 2 hours with MCP and ReAct

End-to-end walkthrough: build an AI code reviewer using Agentmatic's MCP client to wrap the filesystem + git MCP servers, a ReAct loop, and a custom GitHub-comment tool. Production-ready.

tutorialmcpreact
Read article →
Comparison · 10 min

CrewAI vs AutoGen vs Agentmatic: multi-agent paradigms head-to-head

Three different bets on how multi-agent systems should be built — role-based crews, conversation orchestration, or explicit state graphs. The honest tradeoffs.

crewaiautogencomparison
Read article →
Deep dive · 9 min

Agent checkpointing, time travel, and human-in-the-loop done right

How checkpointing actually works in Agentmatic, why every superstep is a save point, how time-travel debugging changes development, and the HITL patterns that scale to production.

checkpointinghitltime-travel
Read article →
Tutorial · 6 min

LangChain tools in a Rust-engined agent: the zero-friction bridge

How from_langchain_tools() actually works, why bringing your existing LangChain toolbox costs zero engineering time, and the cases where you should rewrite a tool natively anyway.

langchaintoolsmigration
Read article →
Deep dive · 9 min

Distributed AI agents: self-hosted at scale without a SaaS dependency

How to run an AI agent runtime across a cluster, in your VPC, without paying a platform tier. Coordinator/worker, P2P mesh, checkpoint hand-off, observability — all from open-source primitives.

distributedself-hostedproduction
Read article →
Tutorial · 7 min

ReAct vs Supervisor vs RAG: choosing the right agent pattern

The three most common AI agent patterns — when each fits, when each fails, and how to compose them. Code in every Agentmatic SDK.

patternsreactsupervisor
Read article →
Deep dive · 9 min

Production AI agents need circuit breakers, retry, and dead-letter queues

The three resilience primitives every production agent eventually needs — and the mistakes engineers make when they bolt them on themselves. Plus what 'built-in' looks like in Agentmatic.

productionresiliencecircuit-breakers
Read article →
Comparison · 11 min

Best AI agent frameworks in 2026: a working developer's comparison

An opinionated look at LangGraph, Agentmatic, CrewAI, AutoGen, Vercel AI SDK, OpenAI Agents SDK and friends. Not 'which is best' — 'when to pick which'.

comparisonai-agentslanggraph
Read article →
Comparison · 8 min

LangGraph vs Agentmatic: a careful performance comparison

An honest, reproducible LangGraph vs Agentmatic benchmark across ReAct, Supervisor, RAG, and Map fan-out workloads. With methodology, hardware specs, raw numbers, and the cases where the gap is small.

langgraphbenchmarksperformance
Read article →
Tutorial · 7 min

Migrate from LangGraph to Agentmatic in 5 minutes

A real, no-handwaving step-by-step LangGraph → Agentmatic migration: install, change one import, validate with your existing tests, and optionally adopt resilience primitives. Plus the actual gotchas.

langgraphmigrationtutorial
Read article →

Subscribe to the RSS feed.

New article every week. No newsletter, no tracking — just /rss.xml.