{
  "schema_version": "1.1",
  "id": "archive:https://www.youtube.com/watch?v=5ZGyKWjQDr0",
  "slug": "lessons-from-studying-every-memory-system-shlok-khemani-independent-0m3gyxb",
  "url": "https://feed7.dev/p/lessons-from-studying-every-memory-system-shlok-khemani-independent-0m3gyxb",
  "title": "Lessons from Studying Every Memory System — Shlok Khemani, Independent",
  "why_included": "Persistent memory is a compute and product tradeoff, not just retrieval. Profiles need conflict detection, visibility, editing, and deliberate update cadence before agents can rely on them.",
  "summary": "ChatGPT and Claude have converged on running user profiles plus tools for retrieving past conversations. The observed implementations differ: ChatGPT's profile is about **4,000 tokens** and updates every few days, while Claude's is about **1,000 tokens** and updates every 24 hours.",
  "practical_implication": "For agent memory, choose update frequency and profile size as an explicit compute budget. Make stored beliefs inspectable and editable, preserve source context where possible, and detect uncertainty or contradictions before a profile silently steers future work.",
  "agent_context": "ChatGPT and Claude have converged on running user profiles plus tools for retrieving past conversations. The observed implementations differ: ChatGPT's profile is about **4,000 tokens** and updates every few days, while Claude's is about **1,000 tokens** and updates every 24 hours.\n\nFor agent memory, choose update frequency and profile size as an explicit compute budget. Make stored beliefs inspectable and editable, preserve source context where possible, and detect uncertainty or contradictions before a profile silently steers future work.\n\nThe Turkey example shows the core failure: conversations about possible travel were condensed into a trip that never happened. Neither profile summaries nor retrieval alone solve missing evidence, cross-product context silos, or reconciliation with email, calendars, and other sources.",
  "source": {
    "name": "AI Engineer",
    "url": "https://www.youtube.com/watch?v=5ZGyKWjQDr0",
    "published_at": "2026-08-12T18:30:06.000Z"
  },
  "source_class": "video",
  "content_type": "Video",
  "layer": "agent",
  "domains": [],
  "topics": [
    "agent-memory",
    "context-engineering",
    "retrieval"
  ],
  "verification": {
    "status": "source_linked",
    "label": "Source Linked",
    "method": "source_feed",
    "verified_at": null
  },
  "uncertainty": [
    "The Turkey example shows the core failure: conversations about possible travel were condensed into a trip that never happened. Neither profile summaries nor retrieval alone solve missing evidence, cross-product context silos, or reconciliation with email, calendars, and other sources."
  ],
  "connected_context": {
    "meaning": "This turns profile memory into a governed compute and evidence tradeoff rather than an automatic summary feature. It confirms the need for inspectable retention, but narrows it further: editable beliefs still require source context, contradiction handling, and reconciliation across products to avoid converting intentions or possibilities into false personal history.",
    "corpus_size": 479,
    "generated_at": "2026-08-18T10:04:58.271Z",
    "connections": [
      {
        "title": "Citation Needed: Provenance for LLM-Built Knowledge Graphs — Daniel Chalef, Zep AI",
        "source_name": "AI Engineer",
        "source_url": "https://www.youtube.com/watch?v=H7puB0RwJMM",
        "feed7_url": "https://feed7.dev/p/citation-needed-provenance-for-llm-built-knowledge-graphs-daniel-chalef-1iob5t8",
        "reason": "The false-trip example is a concrete consequence of synthesis losing evidentiary grounding; provenance links would support inspection, correction, and deletion."
      },
      {
        "title": "MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents",
        "source_name": "arXiv",
        "source_url": "https://arxiv.org/abs/2607.25992v1",
        "feed7_url": "https://feed7.dev/p/2607-25992v1-0q2kxfl",
        "reason": "MemLens makes token, latency, quality, and per-memory value observable, complementing the Signal's call to budget profile size and update frequency explicitly."
      },
      {
        "title": "UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams",
        "source_name": "arXiv",
        "source_url": "https://arxiv.org/abs/2607.26017v1",
        "feed7_url": "https://feed7.dev/p/2607-26017v1-1opv1da",
        "reason": "UniMem expands the storage choice from profiles and retrieval to episodic-versus-parametric routing, but its consolidation remains subject to the Signal's inspectability and contradiction concerns."
      },
      {
        "title": "Wearing the Agent: From Group Chats to Glasses — Sai Krishna Rallabandi",
        "source_name": "AI Engineer",
        "source_url": "https://www.youtube.com/watch?v=s67bE2Ur3bY",
        "feed7_url": "https://feed7.dev/p/wearing-the-agent-from-group-chats-to-glasses-sai-krishna-rallabandi-102hk49",
        "reason": "Cross-product reconciliation broadens memory governance beyond one assistant, while the candidate shows that shared contexts also require audience-specific privacy and disclosure controls."
      }
    ]
  },
  "lifecycle": "Current",
  "published_at": "2026-08-12T18:30:06.000Z",
  "modified_at": "2026-08-12T18:30:06.000Z",
  "supersedes": [],
  "expires_at": null,
  "formats": {
    "html": "https://feed7.dev/p/lessons-from-studying-every-memory-system-shlok-khemani-independent-0m3gyxb",
    "json": "https://feed7.dev/p/lessons-from-studying-every-memory-system-shlok-khemani-independent-0m3gyxb.json",
    "markdown": "https://feed7.dev/p/lessons-from-studying-every-memory-system-shlok-khemani-independent-0m3gyxb.md"
  }
}