Search papers, labs, and topics across Lattice.
This paper introduces Supra Cognitive Modes (SCM), an innovative architecture designed to optimize agent memory workloads by mapping query-specific modes to retrieval and synthesis processes over a unified ingest substrate. By employing a frozen semantic classifier and runtime gates, SCM effectively manages diverse tasks such as factual lookups, multi-hop reasoning, and long-form synthesis, achieving notable performance across multiple benchmarks. The architecture demonstrates strong results, with scores of 84.87% on Long-term Conversational Memory and 86.00% on LongMemEval, highlighting its potential for enhancing memory efficiency in AI agents.
SCM achieves an impressive 84.87% accuracy on conversational memory tasks, showcasing a novel approach to optimizing agent memory retrieval and synthesis.
Agent-memory workloads mix direct factual lookup, relation-chain and current-state reasoning, and broad synthesis over long histories. We describe Supra Cognitive Modes (SCM), an architecture that maps explicit or automatically selected per-query modes to retrieval and synthesis payloads over one shared ingest substrate. A frozen semantic classifier and runtime gates dispatch queries among fused lexical and dense lookup, graph or iterative multi-hop handling, and stratified long-form synthesis. The substrate combines multi-granularity embeddings, extracted triples, fact-version metadata, and optional asynchronous enrichments. We characterize the deployed configuration on three benchmarks: Long-term Conversational Memory (LoCoMo; n = 1,986), MemoryAgentBench (MAB; n = 3,671), and LongMemEval (n = 500). The reference run records 84.87% on LoCoMo factoid categories and 68.61% on adversarial abstention, 61.49% on MAB across two repetitions, and 86.00% on LongMemEval. A repository-backed reproduction produces similar aggregate scores and supports task- and mode-conditioned failure analysis. Raw baseline outputs, aligned end-to-end timing for LoCoMo and LongMemEval, and complete token ledgers are unavailable; stored rows also omit some final runtime decisions. The results characterize one implemented routed configuration and its diagnostic failure patterns, while source inspection verifies the per-query control interface and shared-substrate design. Causal routing effects, efficiency gains, and statistical significance remain outside the available evidence.