TLDR: The research introduces the Artificial Age Score (AAS), a new metric to quantify memory aging in generative AI, based on observable recall behavior and information theory. Tested with ChatGPT-5, the study found that when conversational context was reset (stateless sessions), the model showed signs of “aging” with episodic memory collapse and rigid semantic recall, leading to a high AAS. Conversely, in continuous, persistent sessions, the model maintained perfect semantic and episodic recall, resulting in a low AAS, indicating “structural youth.” The AAS provides a tool to diagnose memory degradation and informs the design of more robust AI memory architectures.
Artificial intelligence, particularly large language models (LLMs), is observed to ‘age’ not in the chronological sense, but through structural changes in how they perform memory tasks. This phenomenon is distinct from human aging and manifests as asymmetries in memory recall. For instance, while semantic information, like the name of the day, might remain consistent across different interactions, episodic details, such as the sequential order of experiment numbers, tend to be forgotten when a conversation’s context is reset.
To better understand and quantify this unique form of AI memory degradation, researchers have introduced the Artificial Age Score (AAS). This metric is a log-scaled, entropy-informed score derived directly from how an AI model recalls information. The AAS is designed to be well-defined, bounded, and monotonic, meaning it provides a consistent and comparable measure of memory age across various tasks and AI models. You can read the full research paper here.
The core idea behind AAS, particularly in its ‘Redundancy-as-Masking’ formulation, is that overlapping or redundant information can reduce the ‘penalty’ associated with forgetting. However, in the initial study, redundancy was not explicitly measured, so all reported AAS values assume a ‘redundancy-neutral’ setting (R = 0), providing a conservative upper bound for the score.
Testing the AAS Framework with ChatGPT-5
The AAS framework was put to the test in a 25-day bilingual study involving ChatGPT-5. The study was divided into two main phases: stateless and persistent interaction. In the stateless phase, each conversation session was treated as new, with no memory of previous interactions. This simulated a scenario where the AI’s ‘contextual memory’ was constantly reset.
During these stateless sessions, ChatGPT-5 consistently remembered semantic details, such as the day of the week, but struggled with episodic continuity. It failed to maintain the sequential progression of experiment numbers when the conversational context was reset. This led to a sharp increase in the AAS, signaling what the researchers termed ‘structural memory aging’ in the AI system. The model’s responses, while semantically correct, often became rigid and repetitive, sometimes defaulting to English even when prompted in Turkish, indicating a lack of cross-linguistic flexibility without persistent context.
In contrast, the persistent interaction phase involved maintaining a single, continuous conversation thread across all sessions. In this setup, ChatGPT-5 demonstrated perfect recall for both semantic and episodic details. It accurately tracked the experiment numbers from 1 to 20 and adapted its semantic responses to the language of the prompt (e.g., ‘Monday’ in English, ‘Pazartesi’ in Turkish). In this phase, the AAS approached its theoretical minimum, indicative of ‘structural youth’ and stable memory performance.
Also Read:
- Solving AI Agent Forgetfulness: A Hybrid Memory System for Long-Running Low-Code Tasks
- ID-RAG: Enhancing Generative Agents with Stable Identities for Long-Term Coherence
Implications for AI Memory Design
The findings from this study have significant implications for how we design and manage AI memory. The clear distinction between the stateless and persistent phases suggests that AI memory degradation is not an unavoidable consequence of time, but rather a function of how conversational context is handled. When continuity is preserved, AI systems can maintain flawless recall, keeping the AAS at zero.
This research highlights the need for hybrid memory architectures in AI. Semantic knowledge, which tends to be stable, might be best encoded within the model’s parameters. However, episodic information, which requires tracking sequences and context over time, could benefit from dynamic external memory systems like key-value stores or persistent memory modules. Monitoring indicators of ‘rigidity’ or repetitive outputs could also trigger interventions to refresh or consolidate context, helping to maintain a ‘youth-like’ equilibrium in AI memory.
Furthermore, the AAS provides a quantitative tool for ethical governance in AI. By tracking structural aging, it can inform decisions about when digital memories should be retained, pruned, anonymized, or deleted, aligning with principles of transparency and accountability in AI system design. The study also draws parallels with human memory, where semantic memory is durable, but episodic memory is more fragile and context-dependent. While AI can achieve ‘local infinity’ – perfect recall within a bounded, uninterrupted window – it still lacks the durable, integrated episodic traces that humans maintain across years.
In conclusion, the Artificial Age Score offers a robust, entropy-based metric to quantify memory dynamics in large language models. It provides a crucial framework for understanding, diagnosing, and ultimately designing AI systems that can sustain ‘structural youth’ through intelligent memory architectures and interaction protocols, moving towards more resilient and adaptable human-AI integration.


