The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

AI is making high-performance computing more efficient by improving scheduling, performance modeling and fault detection, with scheduling the most active research area; yet integration, MLOps practices and benchmarking standards lag behind. Domain-specific models, including specialized LLMs, often outperform general-purpose alternatives for HPC automation.

What Artificial Intelligence can do for High-Performance Computing systems?
Pierrick Pochelu, Hyacinthe Cartiaux, Julien Schleich · January 03, 2026
arxiv review_meta n/a evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Pierrick Pochelu unresolved corpus identity
  2. Hyacinthe Cartiaux unresolved corpus identity
  3. Julien Schleich unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Pierrick Pochelu provider ID
  2. Hyacinthe Cartiaux provider ID
  3. Julien Schleich provider ID
The review finds that AI methods—especially ML for performance estimation and scheduling, graph/time-series models for anomaly detection, and domain-specific LLMs for automation—are actively improving operational HPC efficiency but face gaps in MLOps, standardization, and benchmarking.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

High-performance computing (HPC) centers consume substantial power, incurring environmental and operational costs. This review assesses how artificial intelligence (AI), including machine learning (ML) and optimization, improves the efficiency of operational HPC systems. Approximately 1,800 publications from 2019 to 2025 were manually screened using predefined inclusion/exclusion criteria; 74 "AI for HPC" papers were retained and grouped into six application areas: performance estimation, performance optimization, scheduling, surrogate modeling, fault detection, and language-model-based automation. Scheduling is the most active area, spanning research-oriented reinforcement-learning schedulers to production-friendly hybrids that combine ML with heuristics. Supervised performance estimation is foundational for both scheduling and optimization. Graph neural networks and time-series models strengthen anomaly detection by capturing spatio-temporal dependencies in production telemetry. Domain-specialized language models for HPC can outperform general-purpose LLMs on targeted coding and automation tasks. Together, these findings highlight integration opportunities such as LLM-based operating-system concepts and underscore the need for advances in MLOps, standardization of AI components, and benchmarking methodology.

Summary

Main Finding

AI (broadly defined to include ML and optimization) can materially improve the operational efficiency, reliability, and automation of HPC systems across six application areas—performance estimation, performance optimization, scheduling, surrogate modeling, fault detection, and language-model-based automation. The strongest activity is in scheduling (including RL and hybrid approaches). Supervised performance estimation is foundational, GNNs/time-series models improve anomaly detection, and domain-specialized LMs show promise for coding and operational automation. Realizing these gains requires advances in MLOps, standardized components and benchmarks, and attention to deployment costs and dataset-shift robustness.

Key Points

  • Scope and scale

    • Manual review of ~1,800 papers (2019–2025 window); 823 relevant to the HPC/AI intersection; 74 peer-reviewed papers focused on “AI for HPC” retained for detailed analysis (≈9% vs. 91% focused on “HPC for AI”).
    • Papers were grouped into six application areas: performance estimation, performance optimization, scheduling, surrogate models, fault detection, and LLM-based automation.
  • Application-area highlights

    • Scheduling: the most active field. Approaches range from research RL schedulers to production-friendly hybrids combining ML estimators with heuristics or constraint solvers.
    • Performance estimation: supervised learning models (job duration, memory, CPU) are core enablers for better scheduling and optimization.
    • Performance optimization: ML and optimization methods (Bayesian opt, ILP, evolutionary algorithms) tune parameters, select libraries, or guide parallelization.
    • Surrogate modeling: ML models replace or approximate expensive simulations to reduce runtime.
    • Fault detection: graph neural networks and time-series models capture spatio-temporal dependencies in telemetry to detect anomalies more reliably.
    • LLM-based automation: domain-specialized LMs outperform general-purpose LLMs on HPC coding/automation tasks and can enable scripting, configuration, and operator assistance.
  • Integration & practical considerations

    • Hybrid approaches (ML + heuristics/constraints) are common because heuristics are easier to deploy and maintain; ML offers higher potential gains but brings operational overhead (data pipeline, monitoring, MLOps).
    • Opportunities include LLM-based OS/automation concepts and coupling estimators + optimizers + schedulers into end-to-end stacks.
    • Major needs: MLOps practices adapted to HPC, shared APIs/data formats, standardized benchmarks to compare approaches, and methods to handle dataset shift and model drift.
  • Environmental/operational context

    • Accelerator adoption in top HPC systems increased (e.g., from 64/500 in June 2014 to 195/500 in June 2024).
    • Energy efficiency has improved, but total energy consumption and scale of systems have also risen (reported average power from ~1.1 MW to ~2.1 MW over a decade), motivating energy-aware AI solutions.

Data & Methods

  • Search strategy

    • Databases: IEEE Xplore, Scopus, Google Scholar, Google web search.
    • Query: conjunction of AI-method terms (“artificial intelligence” OR “machine learning” OR “deep learning” OR “reinforcement learning” OR “LLM”) AND HPC-goal terms (“HPC” OR “software performance” OR “accelerator”).
    • Inclusion: peer-reviewed papers from 2018 onward; focused on AI applied to HPC operations/software rather than “HPC for AI” or chip micro-architecture design.
    • Manual screening and classification (authors found automated classifiers insufficient); cross-validation among co-authors.
  • Classification rules and limitations

    • Papers assigned to one of six categories using a “terminal-component” rule (classify by the final AI component in the pipeline).
    • Limitations: manual snapshot review (results may change as literature evolves), exclusion of non–peer-reviewed reports, possible residual classification bias, and deliberate exclusion of pre-2018 works and micro-architecture studies.
    • Quantitative summary: ~1,800 screened → 823 HPC/AI intersection → 74 AI-for-HPC papers retained.

Implications for AI Economics

  • Potential economic benefits

    • Lower operational costs: improved scheduling and resource estimation can increase throughput and utilization, reducing queuing delays and wasted cycles.
    • Reduced energy costs and carbon footprint: energy-aware scheduling, surrogate models (reducing full-run simulations), and dynamic optimization can lower power consumption per useful computation—valuable where energy is a major cost center.
    • Productivity gains: domain-specific LMs can speed up code generation, deployment, and operator workflows, reducing labor time per task.
    • Better asset utilization: more accurate job profiling and dynamic allocation can defer capital expenditures by squeezing more useful work from existing nodes.
  • Investment trade-offs and costs

    • Up-front and ongoing costs: data collection, model training, MLOps infrastructure, monitoring, and retraining for dataset shift. These can be substantial relative to simple heuristic approaches.
    • Deployment complexity: hybrid solutions (ML + heuristics) often offer the best marginal ROI, combining deployability with gains; pure ML solutions may face higher operational risk.
    • Model maintenance risk: model drift and the need for robust validation increase recurring costs and governance requirements.
    • Compute budget: training/serving models (especially LLMs or large GNNs) consumes compute; net economic gain depends on whether model-driven improvements exceed these added costs.
  • Market and policy implications

    • Product demand: growing need for domain-specific LLMs and ML tooling tailored to HPC operations—opportunity for vendors and service providers offering pre-trained, fine-tuned models and MLOps for HPC.
    • Standardization & benchmarks: creation of canonical benchmarks and shared data formats would lower transaction costs, make comparisons meaningful, and accelerate adoption—worth public or consortium funding.
    • Public-good funding: governments and research funders can accelerate development by financing benchmarks, FAIR data initiatives, and reproducibility efforts that individual centers would not internalize.
    • Regulatory / sustainability incentives: energy and emissions reporting or carbon pricing increase the value of energy-saving AI tools, shifting economic balance toward adoption.
  • Recommendations for economists, operators, and funders

    • Conduct rigorous ROI studies: quantify TCO (capital + operational + model maintenance) vs. benefits (reduced energy, improved throughput, labor savings).
    • Include energy and carbon metrics in cost–benefit analyses for AI adoption in HPC.
    • Prioritize investments in MLOps, standardized APIs, and benchmark datasets that reduce deployment friction and maintenance cost.
    • Support development and evaluation of hybrid approaches as near-term pragmatic solutions that balance benefits and operational risk.
    • Incentivize domain-specific LMs tailored to HPC tasks (automation, scripting, diagnostics) but require rigorous evaluation for correctness and safety.

Summary takeaway: AI can deliver measurable operational and sustainability value for HPC centers, but economic gains depend on careful accounting for deployment and maintenance costs, hybrid adoption paths, and institutional support for benchmarking and MLOps to lower adoption frictions.

Assessment

Paper Typereview_meta Evidence Strengthn/a — This is a literature review, not an original causal or correlational empirical study; it synthesizes existing work rather than providing primary causal identification or new quantitative estimates. Methods Rigormedium — The authors manually screened a large pool (~1,800) with predefined inclusion/exclusion criteria and retained 74 papers, which indicates a systematic approach; however, the abstract does not report details needed to assess full rigor (databases searched, search terms, PRISMA flowchart, inter-rater reliability, inclusion of gray literature or industry deployments), so reproducibility and risk of selection/publication bias are unclear. SampleA manually screened corpus of approximately 1,800 publications from 2019–2025; 74 papers were retained and categorized into six application areas (performance estimation, performance optimization, scheduling, surrogate modeling, fault detection, language-model-based automation), covering academic and applied ML/optimization work on operational HPC systems. Themesproductivity innovation adoption GeneralizabilityLimited to literature published 2019–2025; may miss earlier foundational work or very recent developments after 2025, Potential publication and selection bias (unclear coverage of industry white papers, proprietary deployments, non-English sources), Focus on HPC centers; findings may not generalize to cloud data centers, edge computing, or smaller on-premises clusters, Heterogeneity in datasets, experimental setups, and maturity of proposed methods across retained papers limits cross-paper comparability, Rapidly changing AI and HPC toolchains may reduce longevity of specific technical conclusions (e.g., particular models or benchmarks)

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
High-performance computing (HPC) centers consume substantial power, incurring environmental and operational costs. Organizational Efficiency negative power consumption and associated environmental/operational costs
Reading fidelity high
Study strength medium
not reported
0.24
This review screened approximately 1,800 publications from 2019 to 2025 and retained 74 'AI for HPC' papers according to predefined inclusion/exclusion criteria. Research Productivity null_result number of publications screened and retained
Reading fidelity high
Study strength high
n=1800
74 retained
0.4
The retained papers were grouped into six application areas: performance estimation, performance optimization, scheduling, surrogate modeling, fault detection, and language-model-based automation. Research Productivity null_result classification of reviewed literature into application areas
Reading fidelity high
Study strength high
n=74
0.4
Scheduling is the most active research area among the 'AI for HPC' papers. Task Allocation null_result relative publication activity by application area (i.e., number of papers on scheduling)
Reading fidelity high
Study strength high
n=74
0.4
Research-oriented approaches to scheduling include reinforcement-learning (RL) schedulers, while production-friendly approaches are often hybrids that combine ML with heuristics. Task Allocation mixed types and orientations (research vs production) of scheduling approaches
Reading fidelity medium
Study strength medium
not reported
0.14
Supervised performance estimation is foundational for both scheduling and performance optimization in HPC systems. Task Allocation positive role of supervised performance estimation in enabling scheduling and optimization
Reading fidelity high
Study strength medium
not reported
0.24
Graph neural networks (GNNs) and time-series models strengthen anomaly detection by capturing spatio-temporal dependencies in production telemetry. Error Rate positive anomaly/fault detection performance on production telemetry
Reading fidelity high
Study strength medium
not reported
0.24
Domain-specialized language models for HPC can outperform general-purpose LLMs on targeted coding and automation tasks. Developer Productivity positive performance on targeted coding and automation tasks
Reading fidelity medium
Study strength medium
not reported
0.14
The review highlights integration opportunities such as LLM-based operating-system concepts for HPC. Innovation Output positive potential for new integration concepts (e.g., LLM-based OS components)
Reading fidelity high
Study strength speculative
not reported
0.04
There is a need for advances in MLOps, standardization of AI components, and benchmarking methodology for AI applied to HPC operations. Governance And Regulation positive maturity of MLOps, standardization, and benchmarking practices
Reading fidelity high
Study strength speculative
not reported
0.04
Overall, AI methods (including ML and optimization) can improve the efficiency of operational HPC systems. Organizational Efficiency positive operational efficiency of HPC systems
Reading fidelity high
Study strength medium
n=74
0.24

Notes