cd /news/ai-agents/caseguard-winning-with-uncertainty-g… Β· home β€Ί topics β€Ί ai-agents β€Ί article
[ARTICLE Β· art-139104] src=dev.to β†— pub= topic=ai-agents verified=true sentiment=↑ positive

CaseGuard: Winning with Uncertainty-Gated Agentic Fraud Investigation on TigerGraph

A team built CaseGuard, an autonomous AI fraud investigator that combines TigerGraph, GSQL, GraphRAG and agentic reasoning to investigate suspicious transactions, gather extra evidence when confidence is low, recommend next-best actions and generate FinCEN SAR narratives. The system uses native GSQL queries for graph computation while an uncertainty gate defers to customer verification or step-up authentication instead of guessing, and closed cases are written back into the graph as institutional memory. Evaluated against all 20 official Hacker House Goa benchmark cases, CaseGuard reported 100% schema and policy compliance, correct fraud-typology identification and calibrated auto, L1 and L2 approval routing.

by read3 min views1 publishedSep 24, 2026

🚨 Introduction

Traditional fraud systems often make a simple fraud vs. legitimate decision from static thresholds or risk scores.

But real fraud investigations are rarely that simple.

A transaction can look suspicious because of a new device, unusual geography, or rapid small payments β€” while still being completely legitimate.

That is why we built CaseGuard: an autonomous AI fraud investigator designed to know what it doesn't know.

CaseGuard combines TigerGraph, GSQL, GraphRAG, and agentic reasoning to investigate suspicious transactions, gather additional evidence when confidence is low, recommend the next-best action, generate SAR narratives, and remember previous cases.

πŸ—οΈ Architecture

The CaseGuard workflow is:

Alert β†’ TigerGraph Analysis β†’ Fraud Pattern Detection β†’ GraphRAG Policy Grounding β†’ Uncertainty Gate β†’ Evidence Gathering β†’ Next-Best Action β†’ SAR Generation β†’ Case Memory

TigerGraph acts as the cognitive spine of the system.

Our graph contains entities such as:

Customer

Card

Transaction

DeviceProfile

BillingRegion

ClosedCase

InvestigationCase

These entities are connected through relationships such as OWNS, MADE, FROM_DEVICE, BILLED_IN, and INVOLVES.

⚑ How We Used TigerGraph

Instead of asking an LLM to perform complex graph calculations, CaseGuard uses native GSQL queries.

The card_window query analyzes transaction windows to detect rapid micro-authorizations followed by larger spending.

The device_neighbors query expands through shared devices to discover connections between multiple accounts.

In benchmark case HHG-014, the graph revealed one Android device connected to 52 customer cards.

The region_burst query compares transaction geography against a customer's historical behavior to identify suspicious out-of-region activity.

🧠 Uncertainty-Gated AI

One of our main ideas is simple:

If the system isn't confident, it shouldn't guess.

For example, if an alert is based only on a moderate risk score, CaseGuard does not immediately block the customer.

Instead, it follows policy and requests additional evidence, such as:

Customer verification

Step-up authentication

Transaction confirmation

This creates a safer investigation workflow instead of relying on a single signal.

πŸ”„ Next-Best Action

CaseGuard generates recommendations at two stages.

Before Evidence

The system may recommend:

ALLOW + VERIFY_WITH_CUSTOMER

or

DECLINE + STEP_UP_AUTH

After Evidence

If evidence confirms fraud, the recommendation can evolve into actions such as: BLOCK_CARD

CREATE_CASE

FILE_REPORT

with appropriate approval routing such as auto, L1, or L2.

🧠 TigerGraph Case Memory

CaseGuard doesn't forget completed investigations.

Every closed case is stored back into TigerGraph using the insert_case_vertex query.

For example, when HHG-012 generated an out-of-region alert, CaseGuard retrieved a previous case containing legitimate travel history for the same cardholder and used that information to clear the alert. This turns previous investigations into institutional memory.

πŸ“„ Automated SAR Generation

When a case meets the required reporting conditions, CaseGuard can generate a structured FinCEN Suspicious Activity Report (SAR) narrative.

This helps investigators move from detection to documentation without manually reconstructing the entire investigation.

πŸ“Š Results

We evaluated CaseGuard against all 20 official Hacker House Goa benchmark cases.

Our documented results included:

βœ… 100% schema and policy compliance

βœ… Correct identification of multiple fraud typologies

βœ… Calibrated auto, L1, and L2 approval routing

βœ… Case-memory retrieval for previous investigations

πŸ’‘ What We Learned

The biggest lesson was the importance of separating graph computation from LLM reasoning.

TigerGraph handles the deterministic relationship and graph analysis, while the AI layer focuses on interpreting structured evidence and making policy-grounded decisions.

We also found that storing investigation outcomes directly in the graph provides useful entity-level memory for future investigations.

πŸš€ Future Improvements

With more development time, we would add:

Real-time streaming using Kafka/Redpanda.

Community detection using graph algorithms such as Louvain or WCC.

Interactive analyst co-pilot with conversational investigation capabilities.

🏁 Conclusion

CaseGuard demonstrates how TigerGraph + GSQL + GraphRAG + Agentic AI can work together to create a more explainable and evidence-driven fraud investigation workflow.

Instead of simply asking:

"Is this transaction fraud?"

CaseGuard asks:

"What evidence do we have, what don't we know, and what should we do next?"

That's the idea behind CaseGuard β€” an investigator that knows what it doesn't know. πŸ•΅οΈβ™€οΈβš‘

── more in #ai-agents 4 stories Β· sorted by recency
── more on @caseguard 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/caseguard-winning-wi…] indexed:0 read:3min 2026-09-24 Β· β€”