<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Memory on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/memory/</link><description>Recent content in Memory on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/memory/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to AI Agent Memory: Why Agents Need to Remember</title><link>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/introduction-ai-agent-memory/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/introduction-ai-agent-memory/</guid><description>&lt;p&gt;Welcome to the fascinating world of AI agent memory! In this guide, we&amp;rsquo;ll embark on an exciting journey to understand how AI agents can remember, learn, and evolve, much like we do.&lt;/p&gt;
&lt;p&gt;In this first chapter, &amp;ldquo;Introduction to AI Agent Memory: Why Agents Need to Remember,&amp;rdquo; we&amp;rsquo;ll dive into the fundamental reasons why memory is not just a &amp;rsquo;nice-to-have&amp;rsquo; but a &lt;em&gt;critical&lt;/em&gt; component for building truly intelligent and capable AI agents. We&amp;rsquo;ll uncover the inherent limitations of large language models (LLMs) that necessitate memory and explore how different memory systems allow agents to move beyond simple, one-off interactions to engage in complex, stateful, and personalized behaviors.&lt;/p&gt;</description></item><item><title>Core Components: LLMs, Tools, and Memory Essentials</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/core-components-llms-tools-memory/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/core-components-llms-tools-memory/</guid><description>&lt;p&gt;Welcome back, aspiring AI architect! In the previous chapter, we embarked on an exciting journey into the world of AI agents, understanding their potential to revolutionize how we interact with technology. We learned that agents are more than just chatbots; they are intelligent entities capable of perceiving, planning, acting, and adapting to achieve specific goals.&lt;/p&gt;
&lt;p&gt;But how do these agents actually &lt;em&gt;work&lt;/em&gt;? What are the fundamental building blocks that empower them to perform complex tasks? That&amp;rsquo;s precisely what we&amp;rsquo;ll uncover in this chapter. Think of it as peeking under the hood of a sophisticated machine. We&amp;rsquo;ll explore the three indispensable components that form the bedrock of any modern AI agent:&lt;/p&gt;</description></item><item><title>The Core Concepts: Working, Short-term, and Long-term Memory</title><link>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/core-memory-concepts/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/core-memory-concepts/</guid><description>&lt;h2 id="introduction-giving-agents-a-memory"&gt;Introduction: Giving Agents a Memory&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring AI architect! In our previous chapter, we explored what AI agents are and why they&amp;rsquo;re becoming so powerful. One of the critical ingredients that elevates a simple Large Language Model (LLM) into a truly intelligent, stateful agent is &lt;strong&gt;memory&lt;/strong&gt;. Without memory, an agent would be like a person waking up with amnesia every few minutes—every interaction would be a brand new experience, detached from its past.&lt;/p&gt;</description></item><item><title>Vector Memory and Embeddings: The Power of Similarity</title><link>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/vector-memory-embeddings/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/vector-memory-embeddings/</guid><description>&lt;h2 id="introduction-to-vector-memory"&gt;Introduction to Vector Memory&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architect! In our previous chapters, we explored foundational memory concepts like working memory (your agent&amp;rsquo;s immediate scratchpad) and the distinction between short-term and long-term memory. We saw how crucial it is for an agent to &amp;ldquo;remember&amp;rdquo; to act intelligently.&lt;/p&gt;
&lt;p&gt;However, simply storing text isn&amp;rsquo;t enough. Imagine you have a vast library of knowledge, and you need to find &lt;em&gt;everything related&lt;/em&gt; to &amp;ldquo;sustainable urban planning initiatives in Scandinavia&amp;rdquo; without knowing the exact keywords in advance. Traditional keyword search might miss nuances. This is where &lt;strong&gt;Vector Memory&lt;/strong&gt; comes in—it&amp;rsquo;s like giving your agent a superpower to understand the &lt;em&gt;meaning&lt;/em&gt; and &lt;em&gt;context&lt;/em&gt; of information, not just the words themselves.&lt;/p&gt;</description></item><item><title>Storing Agent Memories: From Files to Databases and Vector Stores</title><link>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/storing-agent-memories/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/storing-agent-memories/</guid><description>&lt;h2 id="introduction-where-do-memories-live"&gt;Introduction: Where Do Memories Live?&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring agent architects! In our previous chapters, we dove deep into the fascinating world of AI agent memory, exploring different types like working, short-term, long-term, episodic, and semantic memory. We understood &lt;em&gt;what&lt;/em&gt; these memories are and &lt;em&gt;why&lt;/em&gt; an agent needs them to be intelligent, adaptive, and capable of complex interactions.&lt;/p&gt;
&lt;p&gt;But here&amp;rsquo;s a crucial question: where do these memories actually &lt;em&gt;live&lt;/em&gt;? How do we take an agent&amp;rsquo;s insights, past conversations, learned facts, or specific experiences and store them so they can be retrieved later? Just like humans rely on different parts of their brain for different types of recall, AI agents need various storage mechanisms to keep their memories safe and accessible.&lt;/p&gt;</description></item><item><title>Deconstructing Agentic AI: LLM, Memory, Tools, and Planning</title><link>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/deconstructing-agentic-ai/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/deconstructing-agentic-ai/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid developer! In our previous chapters, you&amp;rsquo;ve mastered the art of crafting precise and powerful prompts, turning Large Language Models (LLMs) into capable text generators. But what if we want LLMs to do more than just generate text? What if we want them to &lt;em&gt;act&lt;/em&gt; in the world, to remember past interactions, and to strategically use external resources to solve complex problems?&lt;/p&gt;
&lt;p&gt;This is where Agentic AI comes into play. Instead of just a single prompt-response interaction, agentic systems empower LLMs with a &amp;ldquo;body&amp;rdquo; and &amp;ldquo;mind&amp;rdquo; beyond their text generation core. They can perceive, plan, act, and reflect, much like a human. This chapter will be your deep dive into the fundamental architecture of these intelligent agents. We&amp;rsquo;ll deconstruct them into their core components: the LLM itself, memory, tools, and the planning mechanism that orchestrates everything.&lt;/p&gt;</description></item><item><title>Short-Term Recall: Managing Agent Context and Conversation Memory</title><link>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-short-term-memory/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-short-term-memory/</guid><description>&lt;h2 id="introduction-the-agents-ephemeral-mind"&gt;Introduction: The Agent&amp;rsquo;s Ephemeral Mind&lt;/h2&gt;
&lt;p&gt;Welcome back, future agent architect! In our previous chapters, we laid the groundwork for understanding autonomous agents, their planning capabilities, and how they can leverage external &lt;a href="https://ai-blog.noorshomelab.dev/agentic-ai-guide-2026/agent-tool-usage/"&gt;tools&lt;/a&gt; to interact with the world. But what happens when an agent needs to remember something from a previous interaction? How does it maintain a coherent conversation? This is where &lt;strong&gt;memory&lt;/strong&gt; comes into play.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;re diving into the fascinating world of &lt;strong&gt;short-term memory&lt;/strong&gt; for AI agents. Think of this as the agent&amp;rsquo;s immediate working memory – the thoughts and conversations it can recall &lt;em&gt;right now&lt;/em&gt; to inform its next action. We&amp;rsquo;ll explore the fundamental concept of the Large Language Model&amp;rsquo;s (LLM) &lt;strong&gt;context window&lt;/strong&gt;, learn how to manage conversation history effectively, and build a practical Python example to implement basic in-memory recall. Mastering short-term memory is crucial for creating agents that can hold meaningful, multi-turn interactions and make informed decisions based on recent events, preventing them from &amp;ldquo;forgetting&amp;rdquo; what just happened.&lt;/p&gt;</description></item><item><title>Persistent Agent Memory: Short-Term Context and Long-Term Knowledge Bases</title><link>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/persistent-agent-memory/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/persistent-agent-memory/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, fellow AI architect! In previous chapters, we mastered the art of crafting precise prompts and designing agentic workflows. But have you ever noticed that our agents, while brilliant in the moment, sometimes forget what they just said? Or struggle with questions outside their immediate training data? That&amp;rsquo;s where memory comes in.&lt;/p&gt;
&lt;p&gt;This chapter is all about giving our AI agents a memory – both short-term, for coherent conversations, and long-term, for accessing vast knowledge. We&amp;rsquo;ll dive deep into managing the LLM&amp;rsquo;s context window, integrating vector databases for external knowledge, and building truly intelligent agents that remember and learn. By the end, you&amp;rsquo;ll be able to equip your agents with persistent memory, making them far more capable, consistent, and useful in real-world applications.&lt;/p&gt;</description></item><item><title>Persistent Memory &amp;amp; Context Management: Remembering the Past</title><link>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/persistent-memory-context/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-frameworks-2026/persistent-memory-context/</guid><description>&lt;h2 id="introduction-why-agents-need-a-memory-palace"&gt;Introduction: Why Agents Need a Memory Palace&lt;/h2&gt;
&lt;p&gt;Welcome back, fellow AI adventurer! In previous chapters, we&amp;rsquo;ve explored the building blocks of AI agents and how they can perform multi-step tasks. But have you ever noticed how large language models (LLMs) can sometimes &amp;ldquo;forget&amp;rdquo; what was said just a few turns ago in a conversation? Or how an agent might restart a complex task from scratch if interrupted? This is where the magic of &lt;strong&gt;memory&lt;/strong&gt; and &lt;strong&gt;context management&lt;/strong&gt; comes in!&lt;/p&gt;</description></item><item><title>Agentic AI Systems: A Comprehensive Guide</title><link>https://ai-blog.noorshomelab.dev/guides/agentic-ai-systems-guide/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/agentic-ai-systems-guide/</guid><description>&lt;p&gt;Welcome to this comprehensive guide on Agentic AI Systems! This learning path is designed to take you from understanding the fundamental concepts of autonomous AI agents to building and deploying your own intelligent systems. We’ll break down complex ideas into manageable steps, ensuring you gain a solid, practical understanding.&lt;/p&gt;
&lt;h3 id="what-are-agentic-ai-systems"&gt;What are Agentic AI Systems?&lt;/h3&gt;
&lt;p&gt;At its core, an Agentic AI System refers to an artificial intelligence entity that can perceive its environment, understand a given goal, plan a series of actions, execute those actions (often by using external tools), reason about outcomes, and learn from experience to achieve its objectives autonomously. Think of it as giving an AI the ability to not just answer questions, but to actively &lt;em&gt;do things&lt;/em&gt; in the world to solve problems, much like a human expert might.&lt;/p&gt;</description></item><item><title>Understanding AI Agent Memory Systems: A Practical Guide</title><link>https://ai-blog.noorshomelab.dev/guides/ai-agent-memory-systems-guide/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/ai-agent-memory-systems-guide/</guid><description>&lt;h2 id="welcome-to-understanding-ai-agent-memory-systems"&gt;Welcome to Understanding AI Agent Memory Systems!&lt;/h2&gt;
&lt;p&gt;Hello, and welcome! In this guide, we&amp;rsquo;re going to explore one of the most fascinating and critical aspects of building truly intelligent AI agents: &lt;strong&gt;memory&lt;/strong&gt;. Just like people, agents need to remember things – past conversations, learned facts, specific experiences – to behave consistently, learn over time, and interact effectively with the world. Without memory, an AI agent is often limited to its immediate context, making it forgetful and less capable.&lt;/p&gt;</description></item></channel></rss>