Skip to main content

3 posts tagged with "Execution Context"

View All Tags

Agent Runtime Environment (ARE) in Agentic AI — Part 4 - Memory Operationalization

· 11 min read
Sanjoy Kumar Malik
Solution/Software Architect & Tech Evangelist
Agent Runtime Environment (ARE) in Agentic AI — Part 4 - Memory Operationalization

In Parts 1–3 of this series, we laid the groundwork for understanding the Agent Runtime Environment (ARE) as the engine that powers autonomous intelligence: how it operates, manages execution context, and handles memory at a conceptual level. In this fourth installment, we move from theory to practice. We explore how memory is operationalized within the ARE — what tools and frameworks make it real, how indexing strategies shape retrieval behavior, and how to balance cost–performance considerations when engineering memory for agents.

“Memory operationalization” is about turning abstract memory models into working systems that support fast, context-rich retrieval, robust persistence, and efficient scaling inside an agentic runtime.

Agent Runtime Environment (ARE) in Agentic AI — Part 3 - Memory Management

· 21 min read
Sanjoy Kumar Malik
Solution/Software Architect & Tech Evangelist
Agent Runtime Environment (ARE) in Agentic AI — Part 3 - Memory Management

In the first part of this series, we defined the Agent Runtime Environment (ARE) as the "operating system" for autonomous intelligence. In Part 2, we explored the Execution Engine — the motor system that turns reasoning into action. Now we confront a central truth of agentic intelligence: if an agent cannot remember, it cannot meaningfully reason, plan, or act over time.

Memory management in agentic systems isn’t a “nice to have.” It’s the backbone of persistence, continuity, personalization, and reasoning. And it fundamentally distinguishes a stateless LLM wrapper from a true agentic AI system.

In this article, we will:

  • Define what memory means in agentic AI.
  • Explore its variants and architectural implications within an ARE.
  • Explain practical patterns and implementation strategies.
  • Highlight real-world challenges and emerging research.

Agent Runtime Environment (ARE) in Agentic AI — Part 2 - Execution Engine/Context

· 11 min read
Sanjoy Kumar Malik
Solution/Software Architect & Tech Evangelist
Agent Runtime Environment (ARE) in Agentic AI — Part 2 - Execution Engine/Context

In Part 1 of this series, we introduced the Agent Runtime Environment (ARE) as the foundational layer that allows autonomous agentic systems to move beyond stateless LLM calls into stateful, long-running, and tool-enabled behaviors with persistent context, coordination, and governance primitives that make agents reliable and production-ready.

In this article — Part 2 — we peel back the curtain on two core pillars of ARE:

  • the Execution Engine — where decisions transform into actions; and
  • the Context Fabric — the substrate that grounds reasoning in situational reality.

Understanding both is essential to building agentic systems that are robust, safe, and scalable.