A2A — Agent-to-Agent Protocol
Summary The Agent-to-Agent (A2A) protocol is an open standard that lets independent AI agents discover one another, exchange messages, and delegate tasks across
Summary The Agent-to-Agent (A2A) protocol is an open standard that lets independent AI agents discover one another, exchange messages, and delegate tasks across
Summary Claude Code is Anthropic's coding agent, built on the Claude family of large language models. It operates directly in a developer's terminal and
Summary Cursor is an AI-powered code editor that integrates large language models directly into the development environment. Beyond inline code completion and
Summary The Model Context Protocol (MCP) is an open, vendor-neutral standard that defines how AI assistants discover and call external tools, read resources,
Earlier this year I had the chance to attend an IBM watsonx Orchestrate workshop. After the workshop I kept going – setting up Orchestrate's Agent Development
I created the same workflow twice – once as an agentic flow in IBM watsonx Orchestrate, once as a deterministic graph in n8n with MCP. Both work. But they solve
Recently, I spent some time digging into IBM watsonx Orchestrate - labs, technical docs, and real agents. The term "AI automation" covers a lot of
Update June 2026. I wrote this in March. Three months and several studies later, the thesis has held up but sharpened. Rather than writing a second article, I
Workflow automation used to be simple. Trigger fires, steps execute, data moves from A to B. Every branch is predetermined. Every outcome is scripted. The human