|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 187 - Issue 63 |
| Published: December 2025 |
| Authors: Bhanu Pratap Singh, Anil Mandloi, Amit Gupta |
10.5120/ijca2025926041
|
Bhanu Pratap Singh, Anil Mandloi, Amit Gupta . AI-Driven System for Real Time Integration Failure Prediction & Policy Governed Mitigation. International Journal of Computer Applications. 187, 63 (December 2025), 34-43. DOI=10.5120/ijca2025926041
@article{ 10.5120/ijca2025926041,
author = { Bhanu Pratap Singh,Anil Mandloi,Amit Gupta },
title = { AI-Driven System for Real Time Integration Failure Prediction & Policy Governed Mitigation },
journal = { International Journal of Computer Applications },
year = { 2025 },
volume = { 187 },
number = { 63 },
pages = { 34-43 },
doi = { 10.5120/ijca2025926041 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2025
%A Bhanu Pratap Singh
%A Anil Mandloi
%A Amit Gupta
%T AI-Driven System for Real Time Integration Failure Prediction & Policy Governed Mitigation%T
%J International Journal of Computer Applications
%V 187
%N 63
%P 34-43
%R 10.5120/ijca2025926041
%I Foundation of Computer Science (FCS), NY, USA
Modern-day enterprise-grade computing systems rely on complex integrations across microservices, APIs, and legacy platforms. Integration failures cause a variety of issues, resulting in message loss, resulting in disruption of business processes, along with manual yet complex retry processes, not just limited to retrying the failed transaction from integration, but also sometimes manipulating data in source systems to retrigger the whole transaction. Conventional rule-based monitoring struggles with the volume, velocity, and variability of integration traffic. This paper introduces an AI-powered framework, IntelliFix, for real-time failure detection, root cause isolation, and automated mitigation in integration pipelines. IntelliFix is a cognitively autonomous framework to reengineer integration pipelines as temporal heterogeneous graphs and failure mitigation as a constrained Markov Decision Process (MDP). The core components of the solution include a dual-stage hybrid architecture: • A Temporal Graph Attention Network (TGAT) with payload-aware edge embeddings derived from a domain-adapted BERT encoder for subgraph anomaly forecasting with lead time in minutes. • A Proximal Policy Optimization (PPO) agent augmented with safety-critical action masking and counterfactual regret minimization for reducing Mean Time To Recovery (MTTR). This paper also introduces Diff2Vec, a differential schema embedding technique that captures structural drift in JSON/XML payloads using Siamese contrastive learning.