Archive of Advanced Engineering Science — Volume 58 (2026), Issue 4

Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1716_26-3417-3428

Abstract : Revenue integrity failures in enterprise sales operations frequently originate not from individual transaction errors but from structural disconnections in how pricing logic propagates across document stages in the Order-to-Cash lifecycle. This paper proposes a unified enterprise SAP solution architecture that positions a centralized pricing engine as the governing authority across the full Order-to-Cash sequence, from sales order creation through delivery, billing, and financial posting. The architecture is organized into four interdependent layers: Interaction, Application, Extension, and Integration, each governed by clean-core extensibility principles ensuring upgrade safety without sacrificing configurability. A pricing consistency layer, introduced as the architecture's primary novel component, performs cross-stage validation at each document transition point and triggers automated reconciliation when discrepancies are detected. Implementation evidence from IBM's Blue Harmony global enterprise transformation program validates the architecture across multi-country, high-volume deployment conditions. Measured outcomes include elimination of order-to-invoice pricing discrepancies, prevention of revenue leakage in high-volume transaction scenarios, and operational efficiency gains in pricing cycle time. The findings indicate that pricing inconsistency in enterprise SAP environments appears to be architectural in origin and may require a systemic design response rather than incremental point-fix enhancements.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1701_26-3438-3448

Abstract : The conventional Master Data Management systems have controlled the market in enterprise data management, but are limited by high costs, architecture, and rigid workflows that have limited their use in organizations of different sizes. The agentic MDM is an innovative type of architectural paradigm that breaks down monolithic MDM systems into special-purpose, autonomous agents that communicate and interact via API interfaces as well as event-driven orchestration. Independent scaling, technology optimization, and fast evolution without system-wide dependencies allow each agent to handle the different aspects of the data lifecycle, such as ingestion, cleansing, matching, translation, golden record creation, quality monitoring, and workflow integration. The benefits associated with this modular architecture include greater scalability due to decomposition, flexibility of technology due to polyglot persistence, faster innovation cycles, increased isolation of faults, and easy composability with the existing enterprise systems. Some of the implementation considerations include the complexity of orchestration by using event streaming platforms, trade-offs in data consistency in distributed systems, full observability needs, protocol choice implications, and zero-trust security models. The analysis of the market environment shows a tendency towards converging at composable data platforms, AI-based automation, cloud-native architectures, and special component solutions that affirm the feasibility of agent-based solutions. Modular data architectures enable organizations to achieve quantifiably better data quality results, shorter implementation cycles, and lower total cost of ownership than monolithic data architectures, and are better placed to support the delivery of accessible, adaptive, and economically viable enterprise grade services of data governance capabilities that meet the enduring challenges of master data management and meet the emerging technology paradigms and organisational demands of agility in ever more complex digital ecosystems.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1718_26-3449-3455

Abstract : In enterprise software modernization‚ polyglot service architectures are often exploited at the server-side to ease different workloads? This article discusses orchestration patterns to unify Ruby on Rails and Java backends in modern REST service architectures that are both up to date and decoupled to support rich modern enterprise interfaces in React? These include decoupling workflow from heavy validation‚ establishing communications contracts‚ designing ingestion pipelines that can ingest data in a variety of formats‚ and architectural patterns for multi-user distributed systems: state synchronization and session recovery? It argues that separating technology stack considerations and schema-based API contracts can lead to a much simpler front end and can allow for greater component reuse? The orchestration strategies presented in this paper have been modeled after industrial use cases‚ including law enforcement compliance systems on the one hand and digital banking systems on the other‚ where data integrity and regulatory compliance are required.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1720_26-3429-3437

Abstract : Enterprise financial platforms now distribute payment processing, account servicing, and regulatory reporting across dozens of discrete microservices—a decomposition that delivers deployment agility at the cost of compounding failure risk. When a clearing network dependency degrades, insufficient fault isolation allows thread pool exhaustion to spread from payment initiation services into fraud scoring and balance inquiry services within seconds. The instinct to address this risk reactively—adding circuit breakers after cascading failures, instrumenting observability after incidents expose blind spots—produces a reliability posture incompatible with the cost structure of institutional financial failure. This paper presents a Four-Pillar Proactive Resilience Framework—fault isolation, graceful degradation, adaptive recovery, and observability-driven decision-making—grounded in twelve years of practitioner experience across banking-grade Java microservices environments including real-time payment processing and digital channel platforms. Drawing on deployed production patterns with Spring Boot, Resilience4j, Kubernetes, Apache Kafka, and the ELK Stack, the framework maps institution-specific failure modes—regulatory reporting deadline risk, distributed transaction integrity across ledger boundaries, compliance-constrained recovery windows—to concrete architectural controls absent from general resilience literature. Synthesis of recent empirical evidence quantifies resilience gains achievable through coordinated pillar implementation.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES-1721-26-3456-3465

Abstract : Financial exclusion remains a structural barrier to economic participation for approximately 1.3 billion adults globally, compounded by the rapid growth of gig and contract work that creates irregular income patterns incompatible with traditional financial service designs. This article examines how three convergent technologies real-time payment infrastructure, open banking frameworks, and AI-powered financial analytics are collectively dismantling the structural barriers that have historically excluded low-income populations, gig workers, immigrants, and small businesses from formal financial systems. Drawing on the Federal Reserve's FedNow service, which processed $246 billion in quarterly transaction volume by mid-2025, open banking regulatory frameworks in Europe and the United States, and demonstrated performance of retrieval-augmented generation systems for financial data analysis, the article analyzes both the inclusion mechanisms and the governance risks these technologies introduce. The article identifies the compounding effect of deploying these technologies together: real-time payment rails enable instant income access, open banking enables alternative data-based credit underwriting for thin-file borrowers, and AI analytics democratize business intelligence previously available only to enterprises. A governance framework addressing algorithmic bias, privacy, and information asymmetry is presented as a prerequisite for equitable deployment. The article concludes that the technical barriers to financial inclusion are largely solved, and the critical remaining challenge is ensuring that these technologies are deployed with explicit attention to fairness, transparency, and the protection of vulnerable populations whose financial data powers these systems.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES-1678-26-3466-3479

Abstract : The modern AI agent has outgrown the language model that gave rise to it. Where earlier systems were measured by their ability to predict the next token in a sequence, today's agents reason through multi-step problems, invoke external tools, browse live web environments, execute and debug code, and refine their plans in response to real-world feedback. These capabilities do not come from any single technique; they emerge from a coherent pipeline of interdependent training stages that must be co-designed to work effectively together. This paper surveys the AI agent training stack through five distinct layers: (1) foundation pretraining, which establishes the base model's knowledge and in-context learning capacity; (2) instruction and preference alignment, which shapes behavioral compliance through reinforcement learning from human feedback (RLHF), Constitutional AI (CAI), and direct preference optimization (DPO); (3) reasoning-oriented post-training, which amplifies structured problem-solving through chain-of-thought (CoT) prompting and reinforcement learning from verifiable rewards (RLVR), achieving results such as 79.8% on the AIME 2024 mathematics competition; (4) tool use and environment interaction, evaluated on benchmarks including SWE-bench, WebArena, and tau-bench; and (5) distributed systems infrastructure, encompassing tensor and pipeline parallelism, ZeRO optimizer sharding, and IO-aware attention kernels. For each layer, the paper examines current methods, evaluation frameworks, infrastructure constraints, and open challenges. The central finding is that agent training is a co-design problem: architecture, data, inference-time computation, and infrastructure must be optimized as an integrated system rather than in isolation.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1726_26-3480-3488

Abstract : Enterprise traffic engineering architectures depend on the coordinated operation of DNS-based global routing and load balancer-based application delivery to maintain service continuity under infrastructure failure conditions. Conventional approaches implement these two tiers as independent systems, each making routing decisions without real-time visibility into the other's operational state a structural gap that produces capacity mismatches and multi-hour service disruptions precisely when coordinated response is most critical. This article presents an adaptive dual-layer traffic engineering framework designed for enterprise environments where application availability is operationally non-negotiable. The framework integrates an intelligent DNS routing tier implemented through platforms such as F5 GTM and Infoblox DNS Traffic Control with a load balancer tier through a continuous cross-layer health synchronization bridge. A composite health scoring model quantifies data center operational state across four signal dimensions: backend server availability, application response latency, network health, and platform stability. This model enables graduated, proportional DNS traffic weight adjustments that reflect real-time capacity conditions rather than binary healthy/unhealthy states. A phased traffic restoration protocol governs recovery sequencing to prevent recovery-triggered re-failure a failure mode more consequential than is commonly recognized in post-incident analyses. The framework is evaluated against four major documented enterprise failures the 2012 AWS US-East-1 regional degradation, the 2021 Meta global BGP outage, the 2022 Cloudflare anycast control-plane failure, and the 2024 CrowdStrike platform-specific endpoint crisis each exposing a distinct architectural gap that the proposed framework addresses. Empirical performance data from enterprise deployments demonstrates mean time to recovery reductions of 50–65%, critical failover completion in under 2 minutes, and a 70% reduction in manual operational interventions per incident. Resilient traffic engineering, the evidence establishes, is an architectural property of coordinated cross-layer design not a consequence of hardware investment.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1725_26-3489-3497

Abstract : Industrial maintenance facilities managing large non-stock material portfolios face a persistent architectural gap: standard Extended Warehouse Management (EWM) cross-docking does not natively support cost-object allocation -- the direct linkage of inbound materials to Plant Maintenance Orders, Network Orders, Work Breakdown Structure (WBS) Elements, and Cost Centers at the point of goods receipt. This article presents a mobile-integrated cross-docking architecture that resolves this gap through a nine-variant process model executed via Radio Frequency (RF) handheld technology. A custom process code, a Business Add-In (BADI) for extended table population, and RF-driven warehouse task execution form the three integrated layers of the solution. The architecture eliminates intermediate storage for non-stock materials, compresses order cycle time, and establishes real-time financial accountability across maintenance and project logistics -- contributing to operational agility and to the broader digital transformation of industrial supply chain and asset-management ecosystems.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1704_26-3498-3509

Abstract : Content optimization at internet scale requires decision-making systems that continuously reallocate traffic in response to live reward signals rather than waiting for fixed-horizon experiments to conclude. This article documents the architecture, algorithmic design, and production deployment of a Batched Thompson Sampling (bTS) platform serving 100 million users at 80,000 requests per second across a major internet portal's front page. The system applies the multi-armed bandit (MAB) formulation of reinforcement learning: Beta-Binomial posteriors are maintained over each content arm's expected click-through rate, arms are selected by posterior sampling at each decision point, and parameters are updated on a sub-minute cadence from aggregated streaming reward signals. A dual-pipeline architecture, Apache Storm for near-real-time posterior updates and Hadoop/MapReduce for daily audit-quality reconciliation, closes the reinforcement learning feedback loop at production throughput. Empirical validation on live front-page traffic demonstrated a 3.69% improvement in total clicks over the standard test-rollout baseline, a result subsequently published in a peer-reviewed paper and corresponding to an estimated $100–165 million in incremental annual advertising revenue. The contribution establishes that Bayesian adaptive algorithms are deployable reliably at internet scale and that large-scale production systems can serve as empirical foundations for peer-reviewed research in applied reinforcement learning.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1719_26-3510-3514

Abstract : Post-pick order accuracy verification in pharmaceutical and medical device distribution is a regulatory and operational imperative, yet standard SAP Extended Warehouse Management (EWM) does not embed a scan-verified audit step within the physical pick execution sequence. Verification is typically handled as a downstream quality control function, introducing time lag, duplicate handling, and potential for pick-to-ship errors to pass through undetected. This paper presents a POSC-embedded post-pick audit framework implemented through the OB41 and OB42 process steps within EWM's Process-Oriented Storage Control sequence. The architecture intercepts each Warehouse Task at the post-confirmation boundary, triggers an RF device scan audit of the picked Handling Unit against the Outbound Delivery Order specification, and blocks Warehouse Order completion until the scan audit passes or a supervisor-authorised override is logged. A configurable control table externalises audit scope, exception routing, and bypass authorisation parameters, enabling site-level tuning without ABAP development. Deployed at a Johnson & Johnson healthcare distribution site, the framework reduced post-ship customer complaint events attributable to pick inaccuracy by 74% in the first operational year and delivered an annual quality and compliance cost saving of USD 150,000 (Author's primary implementation data, 2023). The contribution is a documented POSC-step audit design pattern applicable to any EWM deployment requiring embedded pick verification.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1722_26-3515-3521

Abstract : Modern enterprise streaming platforms increasingly adopt a hybrid architecture in which a real-time OLAP store serves sub-second dashboards and a parallel open lakehouse table serves long-horizon analytics, audit, and machine-learning training. Both tiers receive the same source events through a dual-write fan-out and must remain mutually consistent under continuous load, partial failures, and out-of-order arrivals. The reconciliation discipline that keeps them aligned determines whether dashboards diverge from compliance reports, whether trained models reflect the current production state, and whether downstream consumers receive contradictory inputs. This article compares three reconciliation strategies—idempotent-key upsert, compaction-merge, and stream-replay—on the dimensions of 99th-percentile staleness, recall under failure, and compute and storage cost. The central falsifiable claim is that under a uniform-key workload, the compaction-merge strategy holds p99 staleness at or below one compaction interval T for write rates up to a derived inflection point R = W / L, where W is compaction-window capacity and L is mean key lifetime; above R, p99 staleness grows as O(T • (rate/R)²). A Python discrete-event simulator validates the inflection behavior across four swept write-rate configurations. A strategy-fit decision matrix for production deployment is provided.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1683_26-3522-3531

Abstract : Alert fatigue in cloud operations engineering is a measurable reliability risk: sustained high-volume notification processing degrades engineer response quality, increases Mean Time to Resolve (MTTR), and contributes to on-call attrition among experienced staff. Existing Artificial Intelligence for IT Operations (AIOps) tooling improves detection quality but does not address the notification delivery layer, which is where alert fatigue originates. This paper introduces Human-Centric AIOps (HC-AIOps), a framework that applies a formally specified cognitive load-aware prioritization scoring model to the notification delivery layer of the AIOps stack. The central contribution is a priority scoring function P(e, r, c) that quantifies alert urgency as a weighted composite of event severity, business impact, historical urgency, and engineer role relevance, and a feedback learning model that adapts per-engineer scoring weights from behavioral signals. The research question under evaluation is: can a formally scored, cognitively optimized notification framework reduce extraneous cognitive load proxies, alert volume, duplicate notification rate, and false positive alert rate, while improving critical incident response time, compared to rule-based and static AIOps routing baselines? Experimental evaluation in a simulated cloud-native environment of 24 monitored services, 60 operational days, and six virtual engineer role profiles demonstrates a 34% reduction in total alert delivery, a 27% improvement in critical-alert simulated response time, a reduction in duplicate notification rate from 52% to 11%, and an alert relevance score improvement from 31% to 78%. Priority classification F1-score reached 0.89 for critical-class alerts (AUC-ROC 0.94), compared to 0.71 for the best-performing static AIOps baseline. All comparisons were statistically significant at p < 0.01 (paired Wilcoxon signed-rank test). These results confirm that notification systems formally designed for human cognitive architecture produce measurably better operational outcomes than systems engineered for technical detection coverage alone.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1727_26-3532-3543

Abstract : Modern organizations have hundreds of applications, each based on different technology stacks, and each of those potentially depends on third-party and open-source libraries. The situation has become more complicated with libraries reaching end of life and vulnerabilities becoming unpatched. The Centralized Application Intelligence System (CAIS) brings all application metadata into one place to create an intelligence-based application cybersecurity platform. This system also automates dependency discovery, vulnerability detection and lifecycle tracking, leveraging various open-source tools, including the OWASP Dependency-Check Project and Snyk. The paper develops three application security quantitative measurements and analyzes them on ten representative enterprise applications: the Vulnerability Risk Score (VRS), the Dependency Freshness Index (DFI), and the Remediation Impact Score (RIS). In the sample, six in ten applications had a DFI greater than 50 percent, indicating an important amount of technical debt in their dependency portfolios. The VRS analysis also identified mission-critical systems with composite risk scores at the maximum level, which need immediate attention. The RIS has two of the ten proposed upgrades as major coordination efforts due to their potential blast radius. CAIS is the enterprise-scale software governance, following the practices of the DevSecOps era.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1706_26-3544-3551

Abstract : The semiconductor industry faces unprecedented verification challenges as modern system-on-chip designs integrate billions of transistors across heterogeneous subsystems operating in multiple clock and power domains. This article presents a comprehensive framework for modern VLSI design verification, examining the critical methodologies required to validate contemporary integrated circuits before fabrication. The article explores static verification techniques including linting, clock domain crossing analysis, and power intent verification that identify structural issues early in the design cycle. Dynamic simulation approaches incorporating constrained-random verification, coverage-driven methodologies, and assertion-based checking are analyzed for their effectiveness in exploring vast design state spaces. The article investigates formal verification methods including equivalence checking and property checking, discussing their exhaustive validation capabilities within finite state spaces and inherent scalability limitations. Hardware-accelerated verification platforms including emulation systems and FPGA-based prototyping are examined, demonstrating their essential role in enabling early software development and system-level validation at execution speeds orders of magnitude faster than traditional simulation. Industry article from leading semiconductor companies illustrate practical deployment of hybrid verification strategies combining complementary approaches to achieve comprehensive validation. The article synthesizes current best practices in verification methodology, emphasizing the strategic integration of multiple verification paradigms to address the multidimensional correctness requirements of contemporary semiconductor designs while managing complexity, ensuring reliability, and accelerating time-to-market in an increasingly competitive landscape.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1717_26-3553-3561

Abstract : Production deployments of multi-agent AI systems have exposed a failure class that modular design alone cannot prevent: cascading errors, where a degraded output from one agent propagates through downstream components and amplifies into system-wide instability. Existing orchestration frameworks resolve execution ordering reliably but offer no mechanism to govern the reliability of intermediate outputs, leaving a structural gap in failure governance that grows more consequential as pipeline complexity scales. This paper introduces the Causal Intervention Control Plane (CICP), a conceptual framework addressing cascading failures through three coordinated capabilities: a graph-based model of failure propagation, a causal attribution mechanism that assigns quantified Causal Responsibility Scores to agents, and a set of cost-aware intervention primitives that contain and correct failures without full pipeline disruption. An Intervention Cost Model and Failure Severity Score govern when interventions are applied, ensuring corrective actions remain within the latency budgets of real-time operating environments. The CICP establishes a theoretical foundation for control-oriented multi-agent AI architectures — systems that govern their own reliability rather than deferring failure management to external monitoring.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : AES_1703_26-3574-355

Abstract : Artificial intelligence (AI) is rapidly transforming how products are conceived, built, and deployed - but the traditional product development lifecycle (PDLC) was not designed for probabilistic, data-dependent, and continuously evolving systems. Existing responsible AI frameworks - including the NIST AI Risk Management Framework (AI RMF), the EU AI Act, and global ethics guideline surveys - establish important governance principles but do not specify how product managers should operationalize these principles across the PDLC phases of problem framing, requirements definition, data strategy, design, development, validation, launch, and post-deployment monitoring. This paper proposes the Responsible AI Product Management (RAIPM) framework, which positions ethics, compliance, and trust as integrated product management disciplines rather than downstream compliance activities. RAIPM introduces five operationalizable mechanisms: trust-aware requirements specification, compliance-by-design governance architecture, documentation-centered governance artifacts, outcome-based accountability models, and bias-integrated validation protocols. The framework is empirically evaluated through a 16-week enterprise AI product governance program spanning seven AI product initiatives, demonstrating a 46% improvement in ethical compliance score, an 83% bias audit pass rate compared to 51% at baseline, a 94% governance artifact completeness rate, and a 31% improvement in user trust indicator. These results establish RAIPM as a practically validated, governance-aligned framework for product managers operating AI products under emerging regulatory obligations and stakeholder accountability expectations.
Full article
Gongcheng Kexue Yu Jishu/Advanced Engineering Science
Journal ID : Product

Abstract : Market segmentation remains a critical strategic function for optimizing customer targeting and enhancing product positioning in competitive business environments. Traditional segmentation approaches, however, often fail to capture the multidimensional relationships between customer behavior and product performance. The present study proposes an integrated analytical framework that combines customer-centric behavioral variables with product-level performance indicators to optimize segmentation outcomes. Using a quantitative modeling approach, key parameters such as purchase frequency, customer lifetime value, engagement rate, product usage frequency, and feature adoption rate were analyzed through principal component analysis, k-means clustering, and canonical correlation analysis. The results revealed the emergence of distinct customer segments characterized by varying levels of engagement intensity and product adaptability, with higher alignment between behavioral patterns and product utilization associated with improved segmentation optimization efficiency. The integrated framework demonstrated enhanced predictive capability in identifying high-value segments and evaluating cross-domain associations influencing customer retention and value realization. These findings highlight the strategic advantage of combining customer and product analytics in developing scalable, data-driven segmentation models capable of supporting targeted interventions and efficient resource allocation.
Full article