All videos
0:00 / 0:00
ai

How to Build Auditable Agents Using Context Graphs - Nyah Macklin

Global AI Community16 June 2026Watch on YouTube

Part of series

Ep. 9 · AI-agenten & beveiligingsrisico's

Diepgaande analyse van de unieke veiligheidsrisico's die ontstaan wanneer autonome AI-agenten acties uitvoeren en onderling communiceren in bedrijfsomgevingen.

View the series

Description

Your AI agent just denied someone's loan application. Or it approved a $100K credit line increase. Or it rejected a prior authorization for medical treatment. Now you’re in court. And someone asks you to explain its decision. What are you going to say? In production, AI agents are making real decisions that impact real people's lives, and when those decisions get challenged by customers, compliance teams, auditors, or courts, you need answers. This session will teach the best techniques to build AI agents that will pass an audit, using context graphs. Instead of black-box reasoning, you get complete decision traceability showing what information the agent considered, which factors influenced its choice, what alternatives it evaluated, and exactly how it reached its conclusion. I'll demo an AI agent evaluating a credit line increase request, then we'll trace the complete reasoning chain from input to output. We aren’t building this agent to simply explain itself (or hallucinate when explaining itself) after the fact. We are building it to capture decision-making as queryable graph structures, and get working code for building agents that can actually justify their decisions. So the next time anyone asks why your agent made that decision, you'll have a real answer.

What you'll learn

  • You learn how to use context graphs to build AI agents that are fully auditable.
  • You see how to capture agent decisions as queryable graph structures instead of explaining after the fact.
  • You discover how to trace a complete reasoning chain from input to output for a credit line decision.
  • You get working code for building agents that can actually justify their decisions.
  • You learn how to show which information the agent considered and which alternatives it evaluated.

Frequently asked questions

What are context graphs and why are they useful for AI agents?
Context graphs are graph structures that capture an AI agent's decision context as queryable data. This gives you complete traceability of what the agent considered and how it reached its conclusion.
How do you prevent an agent from hallucinating when explaining its decision afterwards?
You build the agent not to explain itself after the fact, but to capture the decision-making directly as queryable graph structures during the process. This gives you a factual basis instead of a reconstruction.
What demo is shown in the presentation?
An AI agent that evaluates a credit line increase request is demonstrated, after which the complete reasoning chain from input to output is traced.

Topics