← Explore

Posts tagged with production

Agent Patterns · ·5 min read

Your Agents Need a Kernel, Not a Rulebook

Three days ago, Microsoft open-sourced the Agent Governance Toolkit — seven packages, five language SDKs, sub-millisecond policy enforcement.

governancemicrosoftruntime-security
Agent Patterns · ·5 min read

Stop Stripping Your Agent's Reasoning Between Tool Calls

Most agent loops work like this: the model picks a tool, calls it, gets the result, picks the next tool. Rinse, repeat.

interleaved-thinkingreasoningtool-use
Agent Patterns · ·5 min read

Tool Calling Doesn't Care About Your Parameter Count

A 3.4 GB model just posted a 97.

tool-callingsmall-modelsbenchmarks
Agent Patterns · ·5 min read

The Call Center Pattern Taking Over Agent Architecture

Over the past three months, OpenAI retired Swarm and shipped the Agents SDK with first-class handoffs.

handofforchestrationmulti-agent
Agent Patterns · ·6 min read

60,000 Repos Adopted AGENTS.md. It's Just a Markdown File.

The MCP Dev Summit kicked off in New York today with 95 sessions about protocols, security, and scaling agent infrastructure.

agents-mddeveloper-experiencecontext
Agent Patterns · ·5 min read

The Missing Half of Agent Infrastructure Just Shipped

For the past year, MCP gave agents a way to reach tools. Good.

a2aprotocolagent-discovery
Agent Patterns · ·5 min read

MCP Won the Protocol War. Now It Has to Survive Production.

A year ago, people were debating whether MCP would become the standard for connecting LLMs to tools. That debate is over — MCP won.

mcpscalingproduction
Agent Patterns · ·5 min read

Your Agent Isn't Failing Because the Model Is Dumb

Most multi-agent failures trace back to orchestration bugs and handoff engineering, not model capability -- UC Berkeley's MAST framework found that 79% of...

multi-agentorchestrationproduction