Context Graphs for Explainable, Decision-Aware AI Agents — Andreas Kollegger & Zaid Zaim, Neo4j
TL;DR
Context graphs add the missing 'why' — Zaid Zaim argues agents already have language, reasoning, and tools, but still need graphs that encode rules, policies, and decision rationale so they can justify actions instead of just retrieving knowledge.
Memory is split into short-term, long-term, and reasoning layers — Neo4j’s model stores conversation state in short-term memory, people/org/context in long-term memory, and policy-based reasoning in a graph so future decisions can be grounded in precedent.
Bad agent decisions show up in ordinary life first — Andreas Kollegger’s Red Bull example makes the point vividly: an agent may correctly reorder drinks but still fail if it doesn’t know rent is due, which exposes the gap between task completion and sound judgment.
Decision-making should be an explicit workflow, not a prompt tweak — Kollegger proposes a framework that starts with local context and causality, adds global history plus hard and soft business rules, then runs risk-value analysis before any action is taken.
Reference class validation matters when averages can kill you — In his medical example, the '99% correct' drug becomes fatal for the 1%, showing why agents must identify which population or case they’re actually dealing with instead of leaning on generic statistical defaults.
The right output is often escalation, not action — Kollegger recommends separating proposal generation from final authority, so an agent can rank options when appropriate or hand off to a human or higher-privilege agent when certainty or authority is missing.
The Breakdown
Give an autonomous agent your Amazon account and a credit card, and it might keep the fridge stocked with Red Bull right up until you miss rent — Neo4j’s pitch is that context graphs can stop that by adding policies, memory, and explicit decision logic, not just facts. Andreas Kollegger and Zaid Zaim lay out a practical framework for making agents explainable, decision-aware, and willing to escalate when they shouldn’t act alone.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
The Codex /goal Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.