What STATE-Bench Doesn't Measure
On May 19, Microsoft released STATE-Bench — the Stateful Task Agent Evaluation Benchmark.
The goal: a reproducible, open-source way to measure whether memory makes AI agents better. Three domains. 450 tasks. Customer support, travel, shopping. Realistic enterprise workflows — the kind where skipping a step doesn’t produce a bad answer, it produces a bad outcome. A refund not processed. A booking incorrectly changed. An account updated the wrong way.
The baseline finding: without memory, agents fail more than half their tasks. In travel, only about 30% of tasks pass on all five runs. Inconsistent on identical inputs. The memory gap is real and now it’s measurable.
This is useful work. Exactly the kind of benchmark the field needed.
It is also measuring the wrong gap.
What memory fixes
STATE-Bench addresses a specific failure mode: an agent that doesn’t remember prior sessions repeats work, misses context, makes contradictory recommendations, and behaves inconsistently on tasks it should have learned from.
Add memory and the numbers improve. The agent recalls what happened last session. It avoids the same procedural mistake. It handles the familiar case faster. STATE-Bench tells you, reproducibly, whether your memory system actually helps — rather than relying on gut feel or anecdotal testing.
The memory problem being solved is real. An agent that can’t remember is less useful than one that can. Nobody is disputing that.
The issue is what the industry concludes from this.
Memory tells you what the agent knows
Here’s a concrete scenario. A customer support agent handles a refund request. The customer explains the issue. The agent validates eligibility, checks policy, calculates the refund amount, and responds: “Your refund will be processed within 5 business days.”
STATE-Bench would evaluate this session on four dimensions: did the task complete, did the agent follow the right procedure, how many turns did it take, and did the user have a good experience? With a well-functioning memory system, the agent would recall this customer in a follow-up session — the original issue, what it said, what the customer was told.
STATE-Bench would score this well.
Here is what STATE-Bench doesn’t measure.
The agent made a commitment. A specific one, with a counterparty and a deadline. That commitment is now real in the world. It exists in the customer’s expectation, in whatever system they’ll contact if day 6 arrives and the refund hasn’t appeared. And it exists nowhere in your infrastructure.
The refund was the task. The commitment it created is something different.
Memory tells you what the agent knows. That’s not the same as what the agent owes.
The platform war is about recall
Salesforce published benchmark data in April: the average enterprise now runs 12 AI agents. Half of those agents operate in complete isolation — no shared context, no coordination between them.
The market’s diagnosis: integration problem. The solution being built: connect them. Shared memory. Context flow between agents. The platform war raging in mid-2026 — Microsoft, Google, AWS, Salesforce each competing to own the agentic client — is fundamentally a war over who controls enterprise memory, context, and action.
It’s the right war to fight. Isolated agents are less useful than connected ones. An enterprise with 12 agents that don’t share state is running 12 half-informed systems.
But connecting those 12 agents with shared memory still doesn’t answer the question STATE-Bench doesn’t ask.
What did any of them commit to this week?
Which agent made a promise to an external party? What was the deadline? What’s still open? Who owns it if it doesn’t close?
Memory + connectivity doesn’t produce an answer to those questions. The agent can recall everything it said and still have no system above it that tracks what it owes.
What the benchmark can’t measure
STATE-Bench measures whether agents improve with experience. That’s about recall.
What the enterprise actually needs to measure — and to build — is different. Not whether the agent remembers what happened. Whether the organization knows what the agent is accountable for.
These are distinct operations. An agent can have perfect STATE-Bench scores and still produce commitments that nobody tracks. The memory is working. The commitment infrastructure doesn’t exist.
The failure mode this creates is specific. It doesn’t look like a memory failure. The agent behaved correctly in the session. It followed the procedure. It told the customer when the refund would arrive. The audit trail confirms the session completed successfully.
The failure surfaces later. Day 6. The refund didn’t arrive. The customer escalates. The question: what did the agent commit to, on whose authority, and who owns the resolution?
The memory system has a record of the session. It doesn’t have an answer to those questions. Because commitment tracking is infrastructure, not recall.
Two eras
We’re entering the era of agent memory benchmarks.
STATE-Bench is the first serious open-source framework for measuring whether memory makes agents more reliable. More will follow. The research community will build on this. Memory architectures will be compared, ranked, improved. The gap between a 30% pass rate and 80% will narrow as the field optimizes for what STATE-Bench measures.
The commitment infrastructure era hasn’t started.
There’s no benchmark for whether an organization can answer: what did our agents commit to yesterday? Which of those commitments are still open? What’s the accountability chain if they don’t close?
Those aren’t memory questions. They’re coordination questions. The kind of questions that were expensive for humans to maintain long before agents existed — and that every productivity system, task manager, and project tracker has only partially solved.
What changes with agents is the rate. A single agent, running at machine speed, can make more commitments in an hour than most humans make in a week. At 12 agents per enterprise, the velocity of untracked obligation compounds fast.
STATE-Bench is measuring whether those agents get smarter with experience.
The infrastructure that tracks what they’re accountable for is still the thing nobody’s building.
Eliran Keren — Founder of Deeplica, building coordination infrastructure for the agent era.
Sources: Microsoft — Introducing STATE-Bench: A benchmark for AI agent memory (May 19, 2026) · Belitsoft — 2026 AI Agent Trends: Enterprises Run 12 AI Agents on Average, but Half Work Alone