Jadwal Sholat

Memuat jadwal sholat…

Ilmu Komputer & AI editorial

Open AccessOA2026

Oracle Agent Memory as an Enterprise Memory Substrate for Long-Horizon AI Agents

A database-native memory lifecycle and layered architecture for long-horizon agents, evaluated on LongMemEval with 93.8% accuracy at ~10.7x fewer tokens than flat-history baselines
Richmond Alake; Cesare Bernardis; Paul Cayet; Luca Engel; Damien Hilloulin; Sungpack Hong; Allen Hosler; Nickolas Kavantzas; Ingo Kossyk; Son Le; Rhicheek Patra; Kartik Talamadupula; Valentin Venzin· 2026· DOI 10.48550/arXiv.2607.13157

The core problem

Long-horizon AI agents operate across extended conversations and multiple sessions, which turns memory into a systems problem rather than a simple retrieval problem. Practical deployments require retention of task state across extended conversations, recovery of user-specific facts and preferences across sessions, and accumulation of procedural knowledge from prior outcomes. These requirements extend beyond document retrieval: a memory layer must determine which interactions become durable state, how that state is scoped, how it is retrieved under latency constraints, and how it is revised or removed over time.

The report studies Oracle Agent Memory as a database-native memory substrate built on Oracle Database. Its central claim is that durable agent memory should be managed with database-grade lifecycle, scoping, and retrieval semantics rather than reconstructed from raw conversation history at inference time. Three themes organize the discussion: memory as a lifecycle; a layered architecture separating an active memory core from a passive memory-store interface; and an evaluation methodology that complements downstream task accuracy with memory-centric measures.

Innovation

The report summarizes LongMemEval results reaching **93.8% accuracy**. Against flat-history baselines, Oracle Agent Memory uses about **10.7x fewer tokens**. Published or reported external baselines are included where available.

Memory-centric measures reported alongside task accuracy include evidence retrieval, recall, latency, and estimated token use. These measures matter because a memory substrate must not only produce correct answers but also retrieve the evidence that supports them and do so within operational latency and token budgets.

The comparison against flat-history baselines is the clearest quantitative signal: the same downstream task accuracy regime is achieved with roughly an order of magnitude fewer tokens, which directly affects cost, context-window pressure, and latency in long-horizon deployments.

Long-horizon AI agents operate across extended conversations and multiple sessions, which turns memory into a systems problem rather than a simple retrieval problem. Practical deployments require retention of task state across extended conversations, recovery of user-specific facts and preferences across sessions, and accumulation of procedural knowledge from prior outcomes. These requirements extend beyond document retrieval: a memory layer must determine which interactions become durable state, how that state is scoped, how it is retrieved under latency constraints, and how it is revised or removed over time.
The report studies Oracle Agent Memory as a database-native memory substrate built on Oracle Database. Its central claim is that durable agent memory should be managed with database-grade lifecycle, scoping, and retrieval semantics rather than reconstructed from raw conversation history at inference time. Three themes organize the discussion: memory as a lifecycle; a layered architecture separating an active memory core from a passive memory-store interface; and an evaluation methodology that complements downstream task accuracy with memory-centric measures.

Why it matters

The results support the view that agent memory is a systems problem. Treating memory as a lifecycle—ingestion, extraction, consolidation, retrieval, summarization, and revision or removal—gives explicit control over which interactions become durable state and how that state is scoped across users, agents, and threads. The layered separation of an active memory core from a passive memory-store interface makes scope control a first-class architectural concern rather than an application-level convention.

The token-efficiency result is significant for long-horizon agents. Flat-history baselines grow context with every interaction, which increases token use and latency. A database-native substrate that consolidates and retrieves selectively can keep the working context bounded while preserving task state, user-specific facts and preferences, and procedural knowledge from prior outcomes.

The evaluation methodology is also a contribution: complementing downstream task accuracy with evidence retrieval, recall, latency, and estimated token use provides a more complete picture of memory quality. A system that answers correctly but cannot surface supporting evidence, or that does so at unacceptable latency or token cost, is not operationally viable.

Implementation-oriented appendix material covering setup, thread lifecycle, and search semantics indicates that the substrate is intended for practical deployment, where thread lifecycle and search semantics determine how memory is scoped and retrieved in production.

A layered view of the architecture can be represented as follows:

Who should read this

CS practitioners and researchers

Opening member content…