← back

Context Graphs for Explainable, Decision-Aware AI Agents — Andreas Kollegger & Zaid Zaim, Neo4j

13.9K views · May 28, 2026 · 16:39 min · Watch on YouTube ↗
Takeaway

Autonomous agents need explicit decision context and memory to handle situations that were never fully specified in their instructions.

Summary

  • Context graphs extend factual knowledge with policies, rules, and reasoning history so agents can explain why they act.
  • The memory model separates conversation state, longer-term knowledge about entities, and reasoning that connects actions to constraints.
  • A graph-backed agent can translate natural language into Cypher and traverse relationships to retrieve relevant context.
  • The proposed decision workflow starts by identifying the objective, the causal chain leading to uncertainty, and the operating environment.
context-graphsneo4jagent-memory
Original description
Prescribing drug X is correct 99% of the time for symptom Y. For the 1% where it is fatal, statistical reasoning does not help you. Andreas Kollegger calls this reference class validation: before the agent acts, it has to know which group it is in.

Context graphs give agents the why. Not just knowledge and tools but the policies, rules, and prior decisions that explain why a certain action is right in a given context. The decision making framework in this talk has five stages: frame the problem with its causality and environment, pull in global rules and past precedent, run a risk value analysis, either act or escalate to someone with authority, and write the full reasoning chain back into the graph. That last step is the point. Every decision becomes precedent. Future agents inherit it.

Speaker info:
https://x.com/akollegger
  / akollegger  
https://github.com/akollegger