Suli Wang, Yiqun Duan, Yu Deng, Rundong Zhao, Dai Shi, Xinliang Zhou
Existing agent memory remains predominantly reactive and retrieval-based, lacking the capacity to autonomously organize experience into persistent cognitive structure. Toward genuinely autonomous agents, we introduce Cognifold, a brain-inspired "always-on" agent memory designed for the next generation of proactive assistants. CogniFold continuously folds fragmented event streams into self-emerging cognitive structures, bootstrapping progressively higher-level cognition from incoming events and accumulated knowledge. We ground this by extending Complementary Learning Systems (CLS) theory from two layers (hippocampus, neocortex) to three, adding a prefrontal intent layer. Emulating the prefrontal cortex as the locus of intentional control and decision-making, CogniFold achieves this through graph-topology self-organization: cognitive structures proactively assemble under the stream, merge when semantically similar, decay when stale, relink through associative recall, and surface intents when concept-cluster density crosses a threshold. We evaluate structural formation using CogEval-Bench, demonstrating that CogniFold uniquely produces memory structures that match cognitive expectations and concept emergence. Furthermore, across 7 broad-coverage benchmarks spanning five cognitive domains, we validate that CogniFold simultaneously performs robustly on conventional memory benchmarks.
CogniFold proposes a paradigm shift in agent memory from reactive retrieval to proactive, always-on cognitive substrate. The key novelty is a tri-layered memory architecture extending Complementary Learning Systems (CLS) theory with a prefrontal intent layer, where a typed multigraph continuously "metabolizes" incoming event streams through four operations: accumulation (reinforcing recurring patterns), compression (merging semantically similar concepts), decay (weakening stale connections), and completion (inferring missing links via kNN). The system claims to be the first agent memory that addresses all four "structural debts" as automatic topology-level operations, enabling concepts and intents to emerge bottom-up from event streams rather than being explicitly programmed.
The paper also introduces CogEval-Bench, a structural diagnostic benchmark that evaluates whether memory systems produce cognitively meaningful structures, rather than merely measuring downstream QA accuracy.
The paper addresses a genuinely timely need. As LLM-based agents transition from single-turn assistants to persistent companions (evident in products from major tech companies), the limitations of reactive memory become increasingly apparent. The 2024-2026 explosion in agent memory papers (Mem0, MAGMA, Zep, A-Mem, MemOS, etc.) confirms this is an active bottleneck. CogniFold's framing of proactive memory as a substrate property rather than an application-layer graft is a needed conceptual contribution.
CogniFold makes a compelling conceptual contribution by reframing agent memory as a living cognitive substrate rather than a static retrieval target. The tri-layered CLS extension and four structural debts framework provide useful theoretical scaffolding. However, the empirical validation has notable gaps: the custom benchmark favors the system's design, scale is limited, ablations are missing, and no real-world proactive behavior is demonstrated. The downstream results, while broadly competitive, don't consistently dominate existing approaches. The paper is strongest as a position and architecture paper, weaker as an empirical contribution.
Generated May 14, 2026
Cognifold introduces a fundamentally new paradigm for agent memory—proactive, always-on cognitive structuring inspired by extending CLS theory to three layers—representing a more novel conceptual contribution with broader implications across cognitive science, AI memory architectures, and autonomous agents. While Paper 2 (VeGAS) offers a solid engineering contribution with clear empirical gains, its verification-based action selection is more incremental, building on existing MLLM reasoning patterns. Cognifold's brain-inspired framework, new benchmark (CogEval-Bench), and cross-domain evaluation suggest wider foundational impact and potential to inspire new research directions.
Paper 1 addresses a fundamental challenge in artificial general intelligence by proposing a novel, brain-inspired memory architecture for autonomous agents. Its potential impact spans AI, cognitive science, and human-computer interaction, aligning with highly relevant trends in proactive LLM agents. In contrast, Paper 2 presents a niche, albeit mathematically sound, application of constraint programming to sports analytics, which has a significantly narrower scope and lesser potential for broad scientific transformation.
Paper 1 is more likely to have higher scientific impact due to clearer methodological rigor and near-term real-world applicability: it proposes a concrete SSL framework with well-defined components (contrastive+reconstructive coupling, frequency-aware augmentation, dual masking) and reports SOTA results plus ablations on multiple ECG datasets—key for clinical/biomedical adoption. Its contributions directly address known ECG-SSL failure modes (non-physiologic augmentations, lead shortcuts). Paper 2 is ambitious and potentially broad, but its constructs ("cognitive folding," 3-layer CLS extension, new benchmarks) are harder to validate objectively and risk weaker empirical grounding, making impact less predictable.
Paper 2 addresses a fundamental black-box problem in modern AI by mechanistically explaining how Supervised Fine-Tuning alters language models. Its insights into task-specific and safety-alignment updates provide critical foundational knowledge that impacts the entire field of LLM training and safety, offering broader and more immediate scientific utility than Paper 1's domain-specific architectural proposal for agent memory.
Paper 1 introduces a fundamental architectural innovation in AI memory by extending a cognitive theory to create an 'always-on' proactive memory system. This offers broad theoretical and practical advancements for the future of autonomous AI agents. In contrast, Paper 2 presents an applied engineering framework using existing tools (LangChain) for a specific use case (mental health screening). While Paper 2 has high clinical relevance, Paper 1 demonstrates greater novelty, methodological innovation, and potential for widespread, cross-disciplinary impact in AI and cognitive science.
Paper 1 addresses a fundamental, high-stakes question about AI safety with formal control-theoretic proofs establishing structural impossibility results for externally enforced safety strategies. Its implications span the entire AI safety field and policy landscape, providing rigorous foundations for a critical ongoing debate. Paper 2, while novel in its brain-inspired memory architecture for AI agents, addresses a more narrowly scoped engineering problem. Paper 1's formal results about the limits of external control have broader, more lasting implications for AI governance, alignment research, and the trajectory of AI development.
Paper 2 (MMSkills) likely has higher scientific impact due to clearer, broadly applicable contributions to multimodal agent reuse: a concrete skill representation, a pipeline to mine skills from public trajectories, and an inference-time mechanism (branch-loaded consultation) that addresses practical deployment constraints (context limits, screenshot overfitting). Its applications span GUI automation, games, and general visual agents, aligning with current trends in multimodal foundation models and tool-using agents. Paper 1 is novel conceptually, but its claims (three-layer CLS, intent emergence) may be harder to validate rigorously and translate reliably into real-world systems.
Paper 2 likely has higher impact because it introduces a concrete, reusable benchmark that bridges passive real-world egocentric video and interactive, partially observable planning—an evaluation gap many embodied-agent papers face. The executable world compilation from HD-EPIC with hidden-state dynamics and belief-graph evaluation is timely and broadly useful across robotics, vision-language-action, planning, and RL, with clear downstream adoption potential. Paper 1 is ambitious and novel conceptually, but its brain-inspired memory claims and bespoke evaluation may be harder to validate and standardize, potentially limiting near-term uptake.
Cognifold introduces a novel paradigm for agent memory that extends established neuroscience theory (CLS) with a new prefrontal intent layer, addressing a fundamental limitation in current AI agents. Its proactive, always-on memory architecture has broad applications across autonomous agents, personal assistants, and cognitive AI systems. The work spans multiple cognitive domains with extensive benchmarking. Paper 2, while addressing an important niche (rule learning from images), tackles a narrower problem with more limited breadth of impact. Cognifold's brain-inspired framework is more timely given the rapid growth of autonomous AI agents.
Paper 1 is likely to have higher scientific impact due to clear novelty (quantitative sensitivity for tree ensembles with certified bounds), strong methodological rigor (formal encoding via ADDs, compositional algorithm, error/confidence guarantees), and immediate applicability to safety-critical ML verification. Its contributions are timely given regulatory pressure for reliable AI and can influence verification, robustness, and trustworthy ML communities. Paper 2 is ambitious and potentially broad, but the framing is more speculative and harder to validate rigorously; impact depends on reproducibility and whether “cognitive folding” yields consistent gains beyond existing agent-memory methods.