← 🤖 Retrieval & Agents
Advanced
Agent Memory
Agent memory is how an agent carries state across turns and sessions. Short-term memory is the conversation and scratchpad living inside the context window, bounded and expensive. Long-term memory is an external store the agent writes to and retrieves from on demand, usually via RAG, so it can recall facts from last week without holding them in the prompt. FDE loops probe this because the hard parts, summarization, what to persist, and stale or contradictory memory, are where agents quietly break.
Unlock the full curriculum — ₹2,000 / $25every concept + every answer · 6 months · no auto-renew
RELATED CONCEPTS
LESSONS THAT TEACH THIS
PRACTICE THIS IN REAL QUESTIONS
LLM & GenAI FundamentalsWhat is a context window, and what are its practical limits in production?→RAG & Agent System DesignWhen is an agent the wrong answer? Argue against building one.→AI Security, Privacy & GovernanceWalk me through the OWASP LLM Top 10, which two risks would you prioritize for an enterprise agent deployment?→AI Security, Privacy & GovernanceWhat is 'excessive agency' in an agentic system, and what controls actually limit it?→LLM & GenAI FundamentalsYour prompt plus retrieved documents exceed the context window. What are your options and tradeoffs?→RAG & Agent System DesignDesign a customer-support agent with order-status and returns tools. How do you keep it safe and useful?→
