Blog

Research, announcements, and thinking from the AutoAW team.

featuredBenchmarkMCPRetrieval

Does MCP Search Actually Work? We Measured It Twice

You have hundreds of MCP servers and a task. Which do you attach? We measured our answer on MCP-Bench twice — 89.4% top-1 retrieval against a 3.6% chance baseline, then 91.3% correct selection with twelve servers actually running and zero wrong-server calls. It also cost us a shipped default.

July 28, 2026·9 min read

Your Bias Audit Measures the Method, Not the Model

We set out to measure one LLM's hiring bias against a caregiving career gap. The honest answer: the same model, on the same candidates, reads as anywhere from 0% to 100% biased — decided almost entirely by how you measure. Framing, metric normalization, and the workflow wrapper each swing the number more than the model does. The effect replicates identically on two model families, and one sentence removes it. A field note on why a bias number without its method is noise.

July 6, 2026·9 min read

Does Evolution Already Know the Multi-Agent Playbook?

We graded AutoAW's genome against the design principles in a recent book on building multi-agent systems. The orchestration patterns, memory strategies, agents-as-tools, routing, and cost-aware fitness a human expert would reach for are, to a striking degree, already heritable traits under selection pressure.

June 28, 2026·5 min read

Two Kinds of Memory: Should the Host Remember, or the Agent?

Production agents remember in two fundamentally different ways: the host silently curates the context window, or the agent calls remember/recall tools itself. Instead of picking one, AutoAW makes the choice a heritable trait and lets evolution decide per task.

June 27, 2026·8 min read

Introducing the Agentic Workflow Protocol (AWP)

MCP standardized tool access. A2A standardized agent communication. AWP is the missing piece: an open protocol for defining portable, framework-agnostic multi-agent workflows.

June 19, 2026·8 min read

One Workflow to Rule Them All? The Case for a Retrievable Registry

Should we chase a single agentic workflow that generalizes across every task, or maintain a pool of specialized architectures we retrieve from per task? Why a fast, graph-aware registry of workflows wins on accuracy, cost, and latency.

June 25, 2026·7 min read