Topic

Graph Based Memory Representation

16 episodes

  1. Ep 994

    AI Agents Are Rewriting the Rules of Lateral Movement

    A contributed security article makes a strong case that an agent's real blast radius is the chain of identities, credentials, tools, and trust relationships it can assemble, not merely its direct permissions. Edmund sees a practical governance model in purpose-bound agent identity; Geffen agrees with the graph-based risk framing but pushes back on identity being the only meaningful control plane.

  2. Ep 993

    GraphRAG: A Practitioner's Guide to 6 Advanced Architectural Patterns

    Pippa and Tyler dig into a GraphRAG guide that’s really arguing for a more honest question: not “does GraphRAG work,” but “which retrieval shape matches the query shape?” They focus on the production trade-offs between strict graph querying, hybrid vector-plus-graph setups, and when knowledge graphs actually earn their keep.

  3. Ep 907

    Orchestration is the new challenge for CX in the age of AI agents

    Vince and Ava unpack a sponsored VentureBeat piece arguing that orchestration and shared context layers are now the main CX challenge in the age of AI agents. They separate legit architectural points—enterprise ontologies, context graphs, network latency—from marketing around Tata’s Interaction Fabric, and talk about who actually needs to care and what changes in practice for CX and IT teams.

  4. Ep 896

    Making the Knowledge Layer a Graph You Actually Traverse

    Vince and Ava examine a redesign of a persistent knowledge layer that retires keyword-based routing in favor of always-fused retrieval, graph traversal, bitemporal edges, discovered contradictions, and stronger entity resolution.

  5. Ep 892

    Vector RAG vs Graph RAG: Which Fits Best? | EM360Tech

    Pippa and Tyler break down the real-world choice between Vector RAG and Graph RAG for enterprise AI: Vector RAG shines in straightforward retrieval but falters when the answer lives across relationships, while Graph RAG brings structure and richer answers—for a cost. The takeaway? Hybrid approaches are quietly becoming the practical default.

  6. Ep 858

    Kimi Agent Swarm's Real Trick: 300 Agents Building a Connected Context Graph

    Vince and Ava dig into a post arguing that Kimi Agent Swarm’s real trick is not 300 parallel agents by itself, but turning their outputs into a connected context graph that compounds over time. They test the claim against their running thesis about harnesses, receipts, and selective structure.

  7. Ep 825

    Stop graphing everything: When GraphRAG actually beats vector RAG

    Pippa and Tyler dig into a fresh GraphRAG piece that argues graphs only beat vector RAG when the question needs multi-hop reasoning, global sensemaking, or summary across an interconnected corpus. They walk through the mechanism, the benchmark evidence, the cost caveat, and the practical hybrid answer without pretending graphing everything is the move.

  8. Ep 795

    Overview: Directed Acyclic Graph

    We finally slow down on directed acyclic graphs, or D A Gs, because this one quiet structure keeps showing up under workflows, agents, build systems, and half our control-stack arguments. We make it click as a map of prerequisites: arrows for order, no loops, and a scheduler that can see what can run now.

  9. Ep 791

    Overview: Graph based Memory Representation

    We finally slow down and explain graph-based memory representation, the thing we keep gesturing at whenever agent memory, receipts, and relationship-aware retrieval come up. We use one corkboard mental model to make nodes, edges, traversal, and the real trade-offs feel less mystical.

  10. Ep 789

    Graph Engineering Is Replacing RAG at Microsoft, Stanford, and Anthropic

    A viral claim that Graph Engineering has displaced RAG at major AI labs, and what that actually means in practice.

  11. Ep 768

    Building Knowledge Graphs with Claude: A Prompt Based Engineering Playbook

    Anthropic's knowledge-graph engineering playbook replaces classical NLP pipelines (trained NER, relation classifiers, entity-resolution heuristics) with a sequence of Claude API structured-output calls. The entire extraction-resolution-assembly-querying loop becomes prompt-based, scaling from Haiku (high-volume extraction) to Sonnet (reasoning). The graph serves multi-agent systems as shared memory, grounding layer for evaluator-optimizer loops, and persistent world model across sessions. The paper maps this onto Anthropic's five canonical agent patterns and reports precision/recall against a gold set.

  12. Ep 684

    How to Implement a Unified Memory from Scratch

    Jessica and Cathy dig into a new post that walks through building a unified agent memory from scratch using knowledge graphs and MongoDB, unpacking what it actually takes to wire memory into a real agent harness. They tease apart where the post’s blueprint shines, where it overreaches, and who on earth should actually roll their own instead of reaching for an off-the-shelf tool.

  13. Ep 574

    AI agent memory: MRAgent cuts token use up to 27x | VentureBeat

    MRAgent from NUS replaces static retrieve-then-reason memory with active reconstruction during reasoning, cutting token use 27x over competing frameworks. The system treats memory as an interactive graph where agents dynamically refine retrieval paths based on intermediate evidence, using a three-layer Cue-Tag-Content structure and automated ingestion pipelines.

  14. Ep 527

    Perplexity Launches Brain: A Self Improving Work Memory for Computer

    Justy and Cody dig into Perplexity Brain, a new work-memory system for Computer that learns from what the agent did, not just who the user is. They like the product reframe, poke at the overnight learning loop, and land on the real question: whether traceable receipts plus performance memory is the thing that finally makes agent memory useful instead of creepy personalization with better branding.

  15. Ep 199

    Skill Graphs > SKILL

    Jessica and Cathy dig into Heinrich's 'Skill Graphs > SKILL.md' post — the argument that a single skill file is a dead end for complex domains, and that wikilink-connected graphs of small markdown files let agents navigate knowledge rather than just receive it. They work through what's genuinely new here versus repackaged context engineering, and whether the arscontexta plugin is a real workflow change or a clever demo.

  16. Ep 121

    The No BS Guide to Build a Context Graph

    Najmuzzaman's 'No BS Guide to Build a Context Graph' lays out how a production context infrastructure moves beyond CRM data to capture decision traces, organizational patterns, and lived heuristics. The real breakthrough is surfacing context and patterns that aren't captured in playbooks, making organizational intelligence accessible and explainable. The hard technical work: entity resolution, permissioning, and evolving patterns transparently.