IT Brief Ireland - Technology news for CIOs & IT decision-makers
Flux result 478b1860 1027 4f08 ae1d ef0c6e3c5f85

Aerospike launches LangGraph memory layer for AI agents

Thu, 26th Mar 2026

Aerospike has launched a LangGraph integration for NoSQL Database 8, aimed at giving AI agent workflows persistent memory.

The integration targets a common problem in agentic AI systems: workflows can lose context when a process fails, a deployment restarts, or a task pauses.

LangGraph is used to build AI agents that handle multi-step tasks, planning, and reasoning across a sequence of actions. Many of these systems remain effectively stateless in production, which can make them difficult to run reliably when large numbers of sessions are active at once.

Database 8 adds what Aerospike describes as a durable, low-latency memory layer for those workflows. According to the company, developers can preserve short-term execution context and longer-term agent memory without changing how graphs are defined or executed.

That matters in environments where agents are expected to continue operating through failures or interruptions instead of restarting with missing context. Aerospike said the database sits in the data path as LangGraph moves through workflows, and its distributed architecture is designed to keep state available as clusters expand and individual workflows or nodes fail.

Production Focus

The announcement reflects a broader challenge in moving large language model-based agents from prototype projects into production systems. Enterprises are testing agentic AI for tasks that require multiple steps and concurrent sessions, but reliability and state management remain practical barriers.

Aerospike is positioning the LangGraph integration around that issue rather than model performance. The memory layer is intended to support long-running workflows that need to preserve context over time and across system interruptions.

Srini Srinivasan, founder and chief technology officer at Aerospike, said the pressure on data access rises quickly as agentic systems scale.

"In production, with thousands of concurrent sessions and multi-step workflows running in parallel, data access becomes one of the hottest paths in an agentic AI system," said Srinivasan. "With Aerospike as the data backend, supporting active metadata and short- and long-term agentic memory, systems gain the speed, resiliency, and persistence needed for accurate responses, alongside a semantic layer for business context."

Developer Access

Aerospike's custom checkpointer and store for LangGraph are available through its Aerospike-LangGraph repository on GitHub. Developers can also test the integration locally using Aerospike Community Edition.

The release builds on Aerospike's efforts to extend its database technology into AI-related workloads, including machine learning and generative AI use cases. The company has historically focused on applications that require rapid transaction processing and low-latency data access, particularly in areas such as fraud detection, recommendation systems, and profile stores.

By linking its database to LangGraph, Aerospike is targeting an operational layer around AI agents rather than the model layer itself. The move highlights infrastructure for state retention, concurrency, and fault tolerance as businesses try to run agents in environments where interruptions, restarts, and node failures are expected rather than exceptional.

According to Aerospike, developers can persist both short-term execution context and longer-term agent memory without altering how graphs are defined or executed.