Beyond Conversation: A State-Based Context Architecture for Enterprise AI Agents (PDF, 12 pages, opens in a new tab)
Matt Liotta · Parslee Labs
The foundation: treat context as structured state assembled fresh every turn, not a transcript to replay. Four layers, explicit lifecycles, and the evaluation that started StateBench.
ErratumAccuracy figures in this PDF were computed under StateBench v1.x scoring. The v2.0 audit found six defects in that scoring code and re-derived the leaderboard, so these figures are not reproducible under the corrected instrument. Read the correction — The Correct Answer Violates (PDF, opens in a new tab)
Abstract
Current approaches to LLM agent memory treat conversation history as the source of truth, replaying message transcripts to establish context. This paradigm fails at scale: transcripts grow unbounded, old context pollutes current reasoning, and mining conversations for facts is computationally expensive. We propose a fundamental reframing: context is structured state assembled fresh on every turn, not a transcript replay.
- AI agent memory
- context architecture
- enterprise AI agents
- state management
Related in this series: The Correct Answer Violates
Cite this paper: Beyond Conversation: A State-Based Context Architecture for Enterprise AI Agents
@techreport{parslee-state-based-context-architecture,
title = {Beyond Conversation: A State-Based Context Architecture for Enterprise AI Agents},
author = {Matt Liotta},
year = {2025},
month = {December},
institution = {Parslee Labs},
url = {https://parslee.ai/papers/state-based-context-architecture.pdf}
}



