§ Topic
agents
2 posts tagged agents.
July 31, 2026 · 6 min read
A gateway is a control point, not a proof
Reading the docs for Google's Agent Gateway. Some of what it enforces is a genuine invariant. Some of it is a language model grading another language model, which the docs are refreshingly honest about.
May 12, 2026 · 6 min read
Wrapping an agent in MCP is a schema problem
Exposing a LangChain agent over the Model Context Protocol. The transport is the easy half — the contract is a JSON Schema read by a model that will take every field in it literally.