Current State (Manual)
- Manual data entry with no pre-validation
- Missing fields cause downstream delays
- No real-time eligibility checking
- No risk scoring at entry point
AI Enhancement
- Pre-Classification Agent runs at point of intake
- Assigns risk score (0.0–1.0) to every application
- Predicts likely discrepancy patterns
- Triggers early data enrichment actions
Output
- Risk score per application
- Predicted discrepancy type flags
- Recommended pre-screening actions
- High-risk routing directive
Current State (Manual)
- Manual checks across siloed government databases
- Reconciliation inconsistency between reviewers
- No conflict map — contradictions go undetected
- ~30% of Step 6 exceptions could have been resolved here
AI Enhancement
- Automated API calls: TAMM, WPS, DLD, MoF, Pension Fund
- Structured conflict map generated for every application
- Data inconsistencies surfaced before declaration stage
- Reduces Step 6 caseload by ~30%
APIs Integrated
- TAMM (Abu Dhabi identity & eligibility)
- WPS (wage protection system)
- DLD (Dubai Land Department property records)
- MoF (Ministry of Finance pension)
- ADHA internal case history
Current State (Manual)
- Manual document review with no standardised extraction
- Arabic OCR failure rates causing delays
- Unstructured data not usable by downstream systems
- Forgery detection entirely dependent on reviewer
AI Enhancement
- Computer Vision OCR on all Arabic + English documents
- NLP extracts structured fields into JSON
- Anomaly Detection Agent runs simultaneously (forgery flags)
- Document authenticity scoring via metadata analysis
Document Types
- Emirates ID & passport
- Salary certificates (Arabic/English)
- Property ownership deeds
- Marriage/divorce certificates
- Retirement & pension letters
- Bank statements
Current State (Manual)
- Self-reported data accepted without real-time validation
- Conflicts between declaration and government data undetected
- Applicants not prompted to resolve conflicts before submission
- Errors discovered only at Step 6, causing costly delays
AI Enhancement
- Real-time validation against government APIs at point of declaration
- Citizen-facing clarification prompts resolve conflicts proactively
- Bilingual (Arabic + English) clarification messages
- Multi-round clarification state machine (max 3 rounds)
Clarification Flow
- Round 1: Auto-generated clarification request
- Round 2: Follow-up with specific document request
- Round 3: Final escalation to human reviewer
- Document receipt tracking per round
- State machine manages all transitions
Current State (Manual)
- Rules engine produces raw flags only — no intelligence
- No classification of discrepancy type
- No required document checklist generated
- No resolution pathway suggested
- No risk scoring on flags
AI Enhancement
- Classifier Agent enriches every flag with:
- → Discrepancy type (20+ types / 6 categories)
- → Required document checklist
- → Resolution pathway (Exception / Stop Collection / Loan Deferral)
- → Risk score (0.0 – 1.0)
- → Confidence band (High / Medium / Low)
Classification Output
- Discrepancy category (6 categories)
- Specific type (20+ types)
- Business resolution path
- Evidence set required
- Routing directive to correct agent
Current State (Manual)
- 100% manual processing
- 30–60 minutes per case
- No structured evidence extraction
- No audit trail or XAI report
- Reviewer judgment inconsistency
- No fraud detection running in parallel
AI Enhancement
- Full multi-agent resolution pipeline
- Sub-2-minute end-to-end processing
- Classification → Evidence → Verification → Decision → XAI
- Anomaly Detection running in parallel
- ADHA reviewer approves or overrides every final decision
- Complete audit-ready XAI report generated
PoC Results (March 2026)
- Case type: EXCEPTION_RETIREMENT
- Resolution time: <2 minutes (vs 30–60 min manual)
- Confidence score: 92%
- Rounds to resolution: 2 clarification rounds
- Outcome: Validated & approved for production
⬡ Agent 0 — Master Orchestrator
Coordinates all agents · Routes data flows · Maintains full decision audit log · Manages round-based clarification state machine
Core Responsibilities
- Coordinates all 8 specialised agents
- Routes data flows based on case type
- Maintains full decision audit log for every case
- Manages round-based clarification state machine
- Handles parallel vs sequential agent execution
- Consolidates outputs into unified case record
Technology Stack
- Azure AI Foundry (orchestration runtime)
- LangChain (agent chaining & memory)
- Azure Service Bus (message routing)
- Redis (state management)
- PostgreSQL (audit log persistence)
Output
- Workflow state object
- Agent routing directives
- Consolidated audit log
- Case status updates
- Escalation triggers
Function
Analyzes Steps 1–4 data in real time to pre-identify likely discrepancy patterns before the rules engine runs. Assigns risk score and predicted discrepancy types to every application.
Technology Stack
- LLM (GPT-4o)
- Policy Rules Engine
- Redis Cache (real-time scoring)
Output
- Risk score (0.0–1.0)
- Predicted discrepancy types
- Recommended data enrichment actions
Function
Interprets rules engine output flags and maps each flag to a structured business discrepancy type with confidence score, required document checklist, and resolution pathway.
Technology Stack
- Fine-tuned LLM on ADHA historical cases
- Policy Rules Engine
- Discrepancy taxonomy (6 categories, 20+ types)
Output
- Discrepancy category & type
- Required document checklist
- Resolution pathway directive
- Risk score (0.0–1.0)
- Confidence band (High / Medium / Low)
Function
Computer Vision OCR + NLP pipeline that reads all uploaded documents in Arabic and English and outputs structured JSON for downstream processing.
Technology Stack
- Azure Document Intelligence (OCR)
- GPT-4o Vision (bilingual extraction)
- Apache Tika (multi-format parsing)
Output
- Structured JSON per document
- Field-level extraction (name, date, amount, etc.)
- Document confidence score
- Extraction completeness flag
Function
Triangulates three data sources — government API records, applicant declarations, and extracted document evidence — and generates a structured conflict map.
Technology Stack
- Multi-source API integration (TAMM, WPS, DLD, MoF)
- LLM for conflict reasoning
- Structured conflict schema
Output
- Conflict map (field-level discrepancies)
- Conflict severity scores
- Resolution recommendations per conflict
- Verified facts list
Function
Generates bilingual (Arabic + English) clarification requests to applicants based on identified conflicts. Manages a state machine of up to 3 clarification rounds before escalating to a human reviewer.
Technology Stack
- GPT-4o (bilingual message generation)
- State machine (Redis)
- Email/SMS notification gateway
Output
- Bilingual clarification request (Round 1–3)
- Document request checklist
- Round completion flag
- Escalation trigger (Round 3)
Function
Applies ADHA policy-as-code rules to the verified evidence set and maps the case to one of five resolution outcomes with a confidence score and XAI-ready justification chain.
Technology Stack
- Policy-as-code engine (Drools / OPA)
- LLM for edge-case reasoning
- Confidence scoring model
Decision Outcomes
Function
Runs in parallel to all pipeline stages. Continuously monitors for fraud patterns, document manipulation, identity spoofing, and statistical outliers.
Detection Types
- Document forgery (metadata + visual analysis)
- Identity spoofing (cross-reference checks)
- Unusual income/property patterns
- Repeat application patterns
Escalation Logic
- Fraud risk score >0.75 → Immediate freeze + senior reviewer
- Document forgery detected → Case hold + evidence preservation
- All anomalies logged with full evidence chain
Function
Generates a complete, audit-ready explainability report for every decision recommendation. The report provides full justification for ADHA reviewers and satisfies regulatory audit requirements.
Report Contents
- Decision recommendation & confidence score
- Full evidence chain (document references)
- Policy citations (specific rule IDs)
- Conflict resolution logic
- Anomaly flags (if any)
Output Formats
- PDF (Arabic + English, reviewer-facing)
- JSON (system-to-system, audit log)
- Dashboard widget (reviewer UI)
🪪 Identity & Eligibility
💰 Income Verification
🏠 Property Ownership
🏦 Loan & Financial
📄 Document Integrity
🚨 Fraud & Anomaly
Agents Involved
- Agent 2: Classifier
- Agent 4: Truth Verification
- Agent 6: Decision Engine
Resolution Paths
- Document resubmission requested
- Government API cross-check (TAMM)
- Senior reviewer escalation if unresolved
Phase Status
Scheduled for Phase 2 production deployment. Foundational infrastructure validated in PoC.
PoC Validated Case
- EXCEPTION_RETIREMENT — validated March 2026
- Resolution time: <2 minutes
- Confidence score: 92%
- Clarification rounds: 2 (of max 3)
APIs Used
- WPS (Wage Protection System)
- Pension Fund API (MoF)
- TAMM employment history
Resolution Paths
- Salary certificate cross-check
- Pension letter validation
- Employer verification request
- Loan Deferral pathway (if applicable)
Agents Involved
- Agent 3: Evidence Extraction (deed OCR)
- Agent 4: Truth Verification (DLD API)
- Agent 6: Decision Engine
APIs Used
- Dubai Land Department (DLD)
- Abu Dhabi Land Registry
- TAMM property records
Resolution Paths
- Property transfer documentation review
- Eligibility re-assessment post-transfer
- Stop Collection pathway if criteria unmet
Agents Involved
- Agent 2: Classifier (path routing)
- Agent 6: Decision Engine (policy-as-code)
- Agent 8: XAI Report (regulatory docs)
Resolution Paths
- Loan Deferral (MoF API integration)
- Stop Collection directive
- Instalment restructuring recommendation
- Senior reviewer escalation
Phase Status
Phase 2 target. Stop Collection and Loan Deferral pathways require MoF API integration — scoped and estimated for Phase 2.
Agents Involved
- Agent 3: Evidence Extraction (OCR confidence)
- Agent 7: Anomaly Detection (forgery scoring)
- Agent 5: Clarification Engine (re-upload request)
Forgery Detection
- Metadata inconsistency analysis
- Visual pattern anomaly detection
- Cross-document field consistency check
- Issuer verification where API available
Resolution Paths
- Expired: Re-upload requested via Clarification Engine
- Missing: Document checklist sent to applicant
- Forgery: Case freeze + senior reviewer + legal flag
Agent Responsible
- Agent 7: Anomaly Detection (always parallel)
- Runs simultaneously with every pipeline stage
- Cannot be disabled or bypassed
Detection Triggers
- Fraud risk score >0.75 → Immediate escalation
- Document forgery detected → Case freeze
- Identity spoofing flag → Legal referral workflow
- Pattern anomaly → Portfolio-level review
Escalation Path
- All escalations routed to senior ADHA reviewer
- Full XAI context provided at escalation
- Evidence chain preserved for legal use
- Case cannot proceed without explicit senior approval
Monitors: Fraud patterns · Document manipulation · Identity spoofing
Fraud risk >0.75 → Immediate freeze + senior reviewer escalation
Round 2 → Specific document request
Round 3 → Final escalation to human reviewer
PoC: EXCEPTION_RETIREMENT resolved in 2 rounds
→ Clarification Round 3 reached (Agent 5)
→ Decision confidence <60% (Agent 6)
→ Policy rule not found in rule engine
→ Document forgery detected (Agent 7)
All escalations routed to senior ADHA reviewer with full XAI context
Phase 1 — PoC Validated (March 2026)
- Step 6 full multi-agent resolution pipeline
- EXCEPTION_RETIREMENT at 92% confidence
- Sub-2-minute end-to-end resolution
- XAI report generation
- Bilingual clarification engine
- Anomaly Detection (parallel)
Phase 2 — Production Expansion Targets
- Steps 1–5 AI enhancement deployment
- All 20+ discrepancy types activated
- Stop Collection integration
- Loan Deferral integration (MoF API)
- Identity & Eligibility full coverage
- Income Verification (WPS + pension APIs)