ProtoboxProtobox
Blog/Tags/agents

agents

Browse 9 articles tagged with “agents”.

Articles tagged “agents

9 articles

Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Testing & Evaluation·13 min read

How Much Testing Is Enough for Your AI Agent?

Code coverage doesn't apply to AI agents. Here's a framework for thinking about evaluation coverage: how many scenarios you need, what distribution to target, and how to know when you've tested enough.

Read More
Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Testing & Evaluation·13 min read

Your Agent Aced the Benchmark. Production Disagreed.

We scored 92% on GAIA. Production failed the same scenarios 25% of the time. Here's which AI agent benchmarks actually predict deployed performance, why most don't, and what to measure instead.

Read More
Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Testing & Evaluation·14 min read

Agent Drift: Why Your AI Gets Worse the Longer It Runs

AI agents silently degrade over long conversations. Research quantifies three types of drift and shows why point-in-time evals miss them entirely.

Read More
Warm watercolor illustration of a person reviewing clipboards of scores and comparison cards in a bright glass-walled room
Production MCP·14 min read

7 FastMCP mistakes that break your agent in production

FastMCP servers that work locally often fail at scale. Seven common mistakes, from missing annotations to monolithic tool sets, and how to fix each one.

Read More
Warm watercolor illustration of a person connecting modular components and cables at a warm sunlit workbench
Tools & MCP·14 min read

The Tool Explosion: Managing 50+ Agent Tools Without Losing Your Mind

As agents get more capable, tool sprawl becomes a real operational problem. Here's how to organize, test, and monitor function calling at scale before it breaks in production.

Read More
Warm watercolor illustration of a person studying a wall of pinned notes and photographs, making connections
Knowledge & Memory·5 min read

50 Tools, Zero Memory. The Biggest Gap in AI Agents Today

AI agents can call 50 APIs but can't remember what you said yesterday. The tool layer is years ahead of the memory layer, and developers are paying the price.

Read More
Warm watercolor illustration of a person connecting pinned cards with string across a large board of flow diagrams
MCP Fundamentals·7 min read

Why MCP Exists: Tool Calling Shouldn't Need Adapter Code

OpenAI, Anthropic, and Google all implement function calling differently. MCP is emerging as the standard that saves developers from writing adapter code for every provider.

Read More
Warm watercolor illustration of one agent reaching down to a bench of tools while shaking hands sideways with another agent
Protocol Deep Dives·16 min read

MCP vs A2A: Tools Protocol, Agents Protocol, and Why You Need Both

MCP connects agents to tools. A2A connects agents to each other. Most developers confuse them. This guide breaks down both protocols with architecture diagrams, real code, and a decision framework for production systems.

Read More
Warm watercolor illustration of three stacked layers — tools, cooperating agents, and a browser window — joined by flowing connection lines
Protocol Deep Dives·18 min read

The Three Protocols Every AI Agent Will Speak

The AI agent protocol stack has three layers: MCP for tools, A2A for agent-to-agent communication, and WebMCP for browser interaction. A practitioner's guide to how they work together in production.

Read More

MCP changelog and dev notes

Short, occasional updates on the MCP spec, new Protobox features, and patterns we've seen in production. No marketing fluff.

Be among the first