Europe 2026
Why your agents need decision traces, not just documents — Zach Blumenfeld, Neo4j
Overview
This talk introduces context graphs as a method to enhance AI agent decision-making beyond simple document retrieval. Context graphs store not only factual information but also past decision traces, precedents, and causal chains. This allows agents to make more informed and explainable decisions by understanding the reasoning behind previous choices, acting with a form of subject matter expertise.
Who should watch
- AI engineers and builders working with agent frameworks.
- Product Managers seeking to improve agent accuracy and explainability.
- Developers looking to implement more sophisticated reasoning capabilities in AI systems.
- Those interested in graph databases and their application in AI.
Key takeaways
- Context graphs provide agents with decision traces and precedents, enabling better decision-making than document retrieval alone.
- A context graph model includes entities, events (like decisions and transactions), and context (policies, past reasoning).
- Neo4j offers tools to quickly build and experiment with context graphs, including a command-line interface for scaffolding full-stack applications.
- Graph embeddings can be used to find similar decision traces based on structural and semantic similarity within the graph.
- The Neo4j agent memory package supports short-term memory, long-term memory, and reasoning, facilitating the transition of extracted information into actionable insights.
- Tools are available to import data from various SaaS platforms like GitHub, Notion, and Slack to populate context graphs.
- The system can generate ontologies and graph schemas for custom domains, aiding in data extraction and graph construction.
- The open-source nature of these tools encourages community contribution and development.
Notable quotes
*A context graph does... the information required to not only answer questions correctly, but make better decisions.*
*Similar decision traces are now going to be able to be looked up by vector similarity.*
Unofficial community note. Prefer the recording for nuance.