---
type: CKG Bundle
title: Agent Reliability
description: Dark Uncertainty — valid SQL, correct data, wrong answer. Intent verification and grounded context before action.
tags: [agents, reliability, hallucination, grounding, ckg]
timestamp: 2026-06-18T00:00:00Z
ckg:
  id: agent-reliability
  version: 1.0.0
  source: "Graphify.md positioning + ckg-benchmark v0.6.2"
---
# Agent Reliability — CKG

```csv
ConceptID,ConceptLabel,Dependencies,TaxonomyID
1,AI agent,,FOUND
2,Hallucination,1,RISK
3,Dark uncertainty,1,RISK
4,Valid SQL / wrong answer,3,RISK
5,Drift over a session,1,RISK
6,Context rot,5,RISK
7,Intent verification,,FIX
8,Grounding,,FIX
9,Compressed Knowledge Graph,8,CKG
10,Deterministic traversal,9,CKG
11,Cited path,10,CKG
12,0% hallucination by construction,10,CKG
13,Pre-action context,9,CKG
14,Reliable agent,12|13,CKG
```

## Edges
1→2 · 1→3 · 3→4 · 1→5 · 5→6 · 8→9 · 9→10 · 10→11 · 10→12 · 9→13 · 7→14 · 12→14 · 13→14

> The agent that was right at hour one is confidently wrong by hour three. Drift and dark uncertainty come from guessing with no grounded memory. A CKG gives it one — deterministic traversal of declared edges, every claim cited, **0% knowledge-graph hallucination by construction**. *Built by Graphify.md.*
