Jadwal Sholat

Memuat jadwal sholatโ€ฆ

Ilmu Komputer & AI editorial

Open AccessOA2026

Self-Evolving Autonomous Software Architectures Using Large-Scale Graph Neural Networks and Real-Time Big Data Feedback Loops for Economic Optimization and Cost-Efficient Resource Allocation

A Temporal Graph Neural Network Framework for Predictive, Self-Directed, and Cost-Aware Cloud Ecosystems
Shoaib Hayat; H. Janjua; Komal Tanveer; M. Siddiqueยท Journal of Business Insight and Innovationยท 2026ยท DOI 10.63544/jbii.v5i5.188

The core problem

The rapid growth of cloud-native, microservice-based, and distributed computing environments has exposed the limits of conventional software architectures that rely on static rules, manually configured resource policies, and human-driven adaptation. These limitations often produce resource overprovisioning, higher operational costs, delayed failure recovery, and inefficient use of computational capacity. This study proposes a Self-Evolving Autonomous Software Architecture (SEASA) that combines large-scale Graph Neural Networks (GNNs) with real-time big-data feedback loops to enable continuous architectural learning, economic optimization, and cost-efficient resource allocation. The framework represents software ecosystems as dynamic heterogeneous graphs, where services, containers, databases, nodes, and infrastructure resources are modelled as interconnected entities, while dependencies, communication patterns, costs, and data flows are modelled as evolving edges. Runtime data were collected from Microsoft Azure Cloud workload traces, Google Cluster Workload Traces, and a synthetic microservice benchmark containing 500 services and 2.8 million interactions. Graph Convolutional Netw

Innovation

The TGNN-based framework achieved 97.4% accuracy, 96.8% precision, 96.1% recall, and a 96.4% -score, outperforming baseline models (GCN, GraphSAGE, GAT) across all tasks. It reduced adaptation latency by 38.7%, resource consumption by 24.5%, cloud operating costs by 21.8%, and overprovisioning by 27.3%. Additionally, it improved failure recovery, allocation efficiency, and service-level-objective compliance. These results demonstrate the effectiveness of temporal graph intelligence and real-time economic feedback in transforming software architectures into predictive, self-directed, and cost-aware computing ecosystems. The table below summarizes the performance improvements:

| Metric | Improvement |
|--------|-------------|
| Adaptation Latency | 38.7% reduction |
| Resource Consumption | 24.5% reduction |
| Cloud Operating Costs | 21.8% reduction |
| Overprovisioning | 27.3% reduction |
| Accuracy | 97.4% |
| Precision | 96.8% |
| Recall | 96.1% |
| -Score | 96.4% |

The rapid growth of cloud-native, microservice-based, and distributed computing environments has exposed the limits of conventional software architectures that rely on static rules, manually configured resource policies, and human-driven adaptation. These limitations often produce resource overprovisioning, higher operational costs, delayed failure recovery, and inefficient use of computational capacity. This study proposes a Self-Evolving Autonomous Software Architecture (SEASA) that combines large-scale Graph Neural Networks (GNNs) with real-time big-data feedback loops to enable continuous architectural learning, economic optimization, and cost-efficient resource allocation. The framework represents software ecosystems as dynamic heterogeneous graphs, where services, containers, databases, nodes, and infrastructure resources are modelled as interconnected entities, while dependencies, communication patterns, costs, and data flows are modelled as evolving edges. Runtime data were collected from Microsoft Azure Cloud workload traces, Google Cluster Workload Traces, and a synthetic microservice benchmark containing 500 services and 2.8 million interactions. Graph Convolutional Network, GraphSAGE, Graph Attention Network, and Temporal Graph Neural Network models were evaluated for anomaly detection, workload forecasting, architectural-state prediction, and autonomous adaptation. The TGNN-based framework achieved 97.4% accuracy, 96.8% precision, 96.1% recall, and a 96.4% -score, outperforming baseline models. It reduced adaptation latency by 38.7%, resource consumption by 24.5%, cloud operating costs by 21.8%, and overprovisioning by 27.3%. It also improved failure recovery, allocation efficiency, and service-level-objective compliance. These findings show that temporal graph intelligence and real-time economic feedback can transform software architectures into predictive, self-directed, and cost-aware computing ecosystems.
The SEASA framework models the software ecosystem as a dynamic heterogeneous graph at time , where vertices represent services, containers, databases, nodes, and infrastructure resources, and edges encode dependencies, communication patterns, costs, and data flows. The graph evolves over time, capturing the dynamic nature of cloud environments. To process this graph, the framework employs Graph Neural Networks (GNNs) that learn representations of nodes and edges. Specifically, Graph Convolutional Networks (GCNs), GraphSAGE, Graph Attention Networks (GATs), and Temporal Graph Neural Networks (TGNNs) are evaluated. The TGNN is particularly suited for capturing temporal dependencies, using mechanisms such as recurrent units or temporal convolutions to update node embeddings over time. The GNN outputs are used for multiple tasks: anomaly detection, workload forecasting, architectural-state prediction, and autonomous adaptation. A real-time big data feedback loop continuously ingests runtime data from cloud workload traces (Microsoft Azure, Google Cluster) and a synthetic microservice benchmark (500 services, 2.8 million interactions). This data is used to update the graph and retrain the models, enabling self-evolution. The economic optimization component formulates cost-efficient resource allocation as an optimization problem: minimize operational cost subject to service-level objectives (SLOs). The GNN predictions inform a decision-making module that adjusts resource allocations, scaling policies, and failure recovery actions. The framework is evaluated against baseline models (static rules, manual policies) using metrics such as accuracy, precision, recall, -score, adaptation latency, resource consumption, cloud operating costs, overprovisioning, failure recovery time, allocation efficiency, and SLO compliance. The architecture is depicted in the Mermaid diagram below:

Why it matters

The findings show that temporal graph intelligence and real-time economic feedback can transform software architectures into predictive, self-directed, and cost-aware computing ecosystems. The SEASA framework addresses the limitations of static, manually configured architectures by enabling continuous learning and adaptation. The use of GNNs allows the system to capture complex dependencies and dynamic changes in the software ecosystem, while the real-time feedback loop ensures that the models stay up-to-date with the latest runtime conditions. The economic optimization component ensures that resource allocation is not only efficient but also cost-effective, aligning with business objectives. The significant reductions in adaptation latency, resource consumption, cloud operating costs, and overprovisioning demonstrate the practical benefits of the approach. The improvement in failure recovery and SLO compliance further highlights the robustness of the framework. However, the study has limitations: it relies on specific datasets (Azure, Google, synthetic) and may not generalize to all cloud environments. Future work could explore transfer learning and federated learning to adapt the framework across diverse infrastructures. Additionally, the computational overhead of training and updating GNNs in real-time could be a challenge in extremely large-scale systems. Nevertheless, the results provide strong evidence for the potential of self-evolving architectures in modern cloud computing.

Who should read this

CS practitioners and researchers

Opening member contentโ€ฆ