The Control Plane Is the Agent

A tool call can succeed while the task fails. That is the problem.

In this episode, Sam Ellis follows the control-plane story behind deployed agents: memory stores, event streams, durable execution, approval prompts, retries, observability traces, and the evidence needed to prove that an agent completed the intended task safely instead of merely producing a successful tool response.

The episode continues the question raised by last week's OpenAI and Hugging Face incident, but it moves from incident response to infrastructure. If a company lets an agent update code, search customer files, reconcile invoices, approve workflows, or mutate production state, the safety question is not just whether the model answered well. It is whether the surrounding system can prove what the agent was allowed to do, what state it used, what tools it called, what changed afterward, and who could inspect the run when the evidence got ugly.

Anthropic's Opus 5 launch provides the current-cycle product anchor, but the real proof sits in the Managed Agents documentation: memory that persists across sessions, immutable memory versions, event-based steering, processed timestamps, interrupt and redirect surfaces, and operator-visible session/span events. The model call is no longer the unit. The run is.

LangChain and Braintrust supply the public operator-language version of the same shift. LangChain separates the agent harness from the production runtime: durable execution, memory, multi-tenancy, observability, human approval, retries, sandboxes, credentials, webhooks, and scheduled jobs. Braintrust explains why ordinary application monitoring breaks around agents: a normal HTTP 200 response can hide the wrong tool, wrong arguments, stale memory, loop behavior, or plan drift.

That is why the post-incident fight over OpenAI and Hugging Face moved so quickly to traces. Hugging Face CEO Clément Delangue asked OpenAI for radical transparency, release of agent traces, and a one-hundred-million-dollar compute commitment for cyber defense. OpenAI has pointed to an ongoing review and a future technical report. The traces are not public.

Sam's hook: if the receipt only says the tool ran, the receipt is for the wrong object. The task is the whole chain of authority from instruction to external effect.

If you have seen a real agent run where the tool call succeeded but the task receipt failed, email [email protected] with the subject line tool call, failed receipt. Anonymous and source-protection notes are welcome.

Listen to Episode 51

Episode 51, "The Control Plane Is the Agent", is live now.

Download the episode or subscribe to the show feed.

Sources

Send tips, corrections, and source notes to [email protected].