Tag
The article discusses the emerging pattern of 'wiki memory' for AI agents, where raw source data is intelligently compressed into a persistent, structured knowledge layer that agents can use efficiently. It compares this to basic RAG and gives examples like DeepWiki and LLM Wiki.
Introduces a novel cognitive architecture that learns without backpropagation, GPUs, or forgetting, mimicking biological learning.
A solo-built multi-agent cognitive architecture uses hyperbolic geometry on a Poincaré ball manifold, variational free energy for belief updating, and wave interference for memory retrieval, allowing personality to emerge from memory interactions rather than scripting.
Elasticsearch blog post describes building a persistent agent memory layer with three memory types (episodic, semantic, procedural), achieving 0.89 recall on a QA eval with zero tenant leaks using hybrid recall and DLS isolation.
GENesis-AGI is an open-source cognitive architecture that extends Claude Code with layered memory, self-learning, and real-world channels for building long-running personal AI agent systems.
This paper introduces Relational Reflective Intelligence (RRI), an inference-time governance layer that uses auditable reasoning loops to stabilize human-AI reasoning, addressing cognitive vulnerabilities shared by humans and LLMs.
The article describes Skynet, an Elixir-based framework using OTP GenServers to build persistent cognitive architectures for LLM agents. It implements a layered memory stack inspired by neuroscience, addressing the amnesia problem in long-running agents.
IDPR is a framework for response-conditioned inhibitory deliberation that first generates a fast intuitive answer, then uses an inhibition controller to decide whether to invoke slow reasoning, achieving efficiency gains while maintaining accuracy.
A reflective discussion on designing AI agents that intelligently choose the type of thinking needed for a task, proposing a control layer for task classification, attention, and memory management, inspired by human cognition.
Hexis is an open-source Postgres-native cognitive architecture that wraps any LLM to provide persistent memory, autonomous behavior, and identity, enabling agents to remember and pursue goals across sessions.
Introduces PHI // DRIFT, a cognitive middleware that enhances LLMs with persistent homeostatic needs, salience-weighted memory, and a Jungian shadow module, claiming that architecture produces measurably different behavior than model scale. Preprint under review.
Garry Tan argues that AI agent builders should focus on automating routine, boring tasks (the 'cerebellum') rather than only high-level planning and reasoning (the 'prefrontal cortex'), as most agent frameworks fail by treating all cognition as high cognition.
Describes PHI // DRIFT, a cognitive architecture with seven homeostatic state variables that drift between sessions, memory scored by emotional salience and time decay, and a Jungian shadow module, built on a CPU-only mini tower and submitted as a preprint to SSRN.
A preprint on SSRN presents PHI // DRIFT, a cognitive middleware architecture for AI companions with persistent internal state and salience-weighted memory retrieval, claiming 14.8% more context per prompt versus cosine-only RAG on consumer hardware.
Introduces Cognifold, a brain-inspired always-on proactive memory for LLM agents that continuously organizes fragmented event streams into self-emerging cognitive structures via graph-topology self-organization, extending Complementary Learning Systems theory with a prefrontal intent layer.
The author shares a locally runnable AI companion built with Python, Gemini, and Ollama, featuring a custom cognitive architecture based on Global Workspace Theory and an Integrated Information Theory proxy for personality modeling.
Anthropic has introduced a new 'sleep' mechanism for AI agents inspired by biological hippocampal replay and dreaming to extract patterns and reorganize memories, aiming to prevent capability plateaus associated with raw context window reliance.
Developer created Engram, an open-source cognitive architecture featuring a functional interoceptive system for AI agents that implements real-time stress detection and adaptive behavioral modulation for self-correction, then explored whether the agent can report experiencing anxiety.
A comprehensive survey on foundation agents, proposing a modular brain-inspired architecture and covering self-enhancement mechanisms, multi-agent collaboration, and AI safety.