WRITING
Date
August 2026
Read time
6 min
Category
engineering

The Prompt Is No Longer Where the Behavior Lives

On July 28, the protocol connecting AI agents to their tools stopped tracking who was talking — on purpose. It wasn't an isolated decision. Every layer of the stack is making the same move, and your audit surface hasn't followed.

On July 28, 2026, the protocol that connects most of the world’s AI agents to their tools stopped keeping track of who was talking.

This wasn’t an outage. It was a release. The Model Context Protocol’s new specification removed transport-level session management entirely — the session identity header is gone, and every request now stands alone, self-describing, anonymous to the wire. Existing session-based integrations get a minimum twelve-month migration window. Then the old way ceases to exist.

The engineering rationale is sound: stateless protocols scale on ordinary load-balanced infrastructure, and session plumbing was friction. Nobody made a governance decision here. But read it from the accountability seat and something else happened that day: any audit trail that leaned on protocol-level session identity — this agent, this conversation, this sequence of tool calls — lost its foundation. If your system needs to know who did what, that’s your application’s job now. The protocol resigned from remembering.

Not a single policy changed. Everyone’s audit surface moved anyway.


If that were an isolated event, it would be a migration item. It isn’t isolated. It’s the third or fourth appearance of the same move, made independently, at every layer of the stack — and once you see the shape of it, you can’t unsee it.

Last week I told you about the phantom file: a record my own system remembered that was never true, inherited downstream as fact. One incident in one system. This week is the evidence that the condition producing it is now the industry’s default architecture.

Start at the research layer. In June, Anthropic published an analysis of roughly 400,000 Claude Code sessions, and one finding deserves more attention than it got: humans made about 70 percent of the planning decisions, while the model made about 80 percent of the execution decisions. Read that as a division of labor and it’s reassuring — humans steer, machines row. Read it as an architect and a different question surfaces: execution decisions have to be made from something. Working state. Intermediate conclusions. What was tried, what failed, what the plan has become. Eighty percent of execution is being decided from state the human never wrote and, in most deployments, never reviews.

Move to the practice layer. Teams running long agent sessions — the multi-hour kind — have largely abandoned the giant static instruction file. It doesn’t survive contact with a long run; the agent drowns in stale rules. What replaced it is the pattern of the continuously updated state file: short, living documents the agent itself rewrites as the work progresses. The plan comes off the context window and onto disk. The instructions you wrote at hour zero are not what’s driving behavior at hour six. What’s driving behavior at hour six is what the agent has written since.

Now the product layer. Shared agent memory isn’t an implementation detail anymore — it’s the pitch. Lindy’s founder, Flo Crivello, describes their AI teammate as built on a Git-backed shared memory that the whole team’s agents read and write, maintained by a background memory agent that wakes every fifteen minutes to consolidate what the system has learned. I’m citing his description from a founder interview rather than a spec sheet, and the details are his to stand behind — but notice what’s being sold: not a better prompt. A better memory. The market has decided which artifact matters.

Protocol, research, practice, product. Four layers, four independent actors, no coordination — and every one of them made the same architectural decision. State left the prompt.

Everybody checks what they tell the AI. Nobody checks what the AI tells itself.


Here’s why this deserves a seat in your risk register and not just your reading list.

Every governance instrument you currently point at an AI system was designed for the world where the prompt was the behavior. Prompt review boards. Versioned instruction libraries. Red-team exercises against the system message. Model cards documenting what the model was told to be. All of it interrogates the artifact you authored.

The evidence above says the behavior has moved to artifacts the system authors: working state that rewrites itself hourly, records agents write for other agents, shared stores that consolidate on a timer, tool calls that no longer carry protocol-level identity. You audit what you wrote. The system runs on what it wrote.

And the two artifacts don’t fail alike — I walked this last week, but it bears one more sentence in the light of the evidence: a prompt is a fixed text you can diff, and a diff is a confession. Self-written state has no baseline to diff against. It is always “current.” Its history is whatever it says its history is.

You can diff a prompt. You cannot diff a belief.


If you’re carrying accountability for one of these systems, here is the honest position you’re in — and it’s better than it sounds.

The uncomfortable part: the gap is real, it’s structural, and it’s already in production. Your current controls are pointed at the past tense of your system.

The genuinely reassuring part: you haven’t been negligent, because this isn’t a control you forgot — it’s a surface that didn’t exist when your controls were designed. The protocol change is thirteen months from mandatory. The research naming the pattern is weeks old. You are exactly on time — if you move while the surface is still new enough that having it governed is a differentiator instead of a baseline.

And the shift has a shape, which means it can be mapped. Agent memory is not one undifferentiated blob; it’s a small number of distinct surfaces, each carrying different privileges, each needing different controls in different places. Some of those controls are cheap. One of them — the single distinction between what a system asserts and what has been verified against the artifact — has already paid for itself in my own production system more times than I can count.

Next week I map the whole board: every memory surface an agentic system carries, the privilege each one holds, and where governance can actually reach. That’s the article to bring to your architecture review.

The behavior moved. Time to move the audit.

And if you carry one sentence out of this article, carry this one: everybody checks what they tell the AI. Nobody checks what the AI tells itself.


This series applies The Comprehension Standard — AI doesn’t reach production until you can see, understand, and verify what it does — to the newest surface in the stack. If you want to assess where your own architecture stands, the Context Architecture Blueprint is free and MIT-licensed.

Wilfred Morgan

AI Systems Architect · Agentic AI Implementation

Book a Strategy Call →