数据与计算发展前沿 ›› 2026, Vol. 8 ›› Issue (2): 141-153.

CSTR: 32002.14.jfdc.CN10-1649/TP.2026.02.011

doi: 10.11871/jfdc.issn.2096-742X.2026.02.011

• 技术与应用 • 上一篇    下一篇

开源社区AI智能化运维探索

任旭东1,2,*(),孟广浩2,张乐天2,齐宝玮1,王意明1   

  1. 1 华为技术有限公司开源与开发者发展部广东 深圳 518129
    2 清华大学深圳国际研究生院广东 深圳 518055
  • 收稿日期:2025-05-05 出版日期:2026-04-20 发布日期:2026-04-23
  • 通讯作者: *任旭东(E-mail: rxd21@mails.tsinghua.edu.cn
  • 作者简介:任旭东,华为公司首席开源联络官、开源与开发者发展部部长,CNCF基金会董事、开放原子开源基金会开源安全委员会副主席。毕业于上海交通大学计算机系,并于北京大学汇丰商学院获得高级工商管理硕士学位(EMBA)。2000年加入华为,曾在研发、市场、产品管理等多个岗位积累了丰富经验。现阶段主要负责以开源为手段推进产业生态构建与协同创新。
    本文主要贡献:项目负责人,提出智能化运维体系建设的顶层设计思路,并撰写论文。
    REN Xudong is the Chief Open Source Liaison Officer at Huawei and the Director of the Open Source and Developer Relations Department. He serves as a Governing Board Member of the CNCF and Vice Chair of the Open Source Security Committee of the OpenAtom Open Source Foundation. He holds a bachelor's degree in Computer Science from Shanghai Jiao Tong University and an Executive MBA from the Peking University HSBC Business School. Since joining Huawei in 2000, he has accumulated extensive experience across R&D, marketing, and product management. Currently, he leads efforts to advance industry ecosystems and collaborative innovation through open source initiatives.
    In this paper, he serves as the project lead, proposing the top-level design framework for the intelligent O&M system and contributing to the writing of the manuscript.
    E-mail: rxd21@mails.tsinghua.edu.cn

Exploration of AI Intelligent Operation and Maintenancein Open Source Community

REN Xudong1,2,*(),MENG Guanghao2,ZHANG Letian2,QI Baowei1,WANG Yiming1   

  1. 1 Open Source and Developer Development Department, Huawei Technologies, Shenzhen, Guangdong 518129, China
    2 Shenzhen International Graduate School, Tsinghua University, Shenzhen, Guangdong 518055, China
  • Received:2025-05-05 Online:2026-04-20 Published:2026-04-23

摘要:

【目的】 本文旨在构建并验证一套面向OpenHarmony开源社区的AI智能化运维体系,以应对日益激增的代码提交与多模态运维需求,提升代码编译与静态检查的定位-修复效率。【方法】 系统采用Qwen大语言模型,融合对抗性协作检索增强(AC RAG)与思维链微调(RA CoT)策略;通过流水线日志多模态采集-清洗-标注构建训练数据,辅以增量预训练与LoRA微调实现领域适配,并在DevOps流程中嵌入AI助手提供实时问答与修复建议。 【结果】 线上部署表明,该体系显著缩短了问题定位-修复周期,减少了大量人工介入;在保持代码质量的同时,大幅提升社区协作效率,每年可为社区节约数百人月的运维成本。

关键词: OpenHarmony, 开源社区, 大模型, AI智能化

Abstract:

[Objective] This study proposes and validates an LLM-driven intelligent Operations-and-Maintenance (O&M) framework for the OpenHarmony open-source community, designed to manage the surge in code submissions and multimodal maintenance demands and to accelerate fault localization and resolution during the compilation and static-analysis stages. [Methods] The framework combines Qwen LLMs with an Adversarial-Collaboration Retrieval Augmentation (AC-RAG) pipeline and Retrieval-Augmented Chain-of-Thought (RA-CoT) fine-tuning. Curated multimodal logs support incremental pre-training and LoRA adaptation for domain alignment, while a built-in AI assistant provides real-time Q&A and automated fixes within DevOps. [Results] Online deployment indicates that the framework substantially shortens the diagnosis-and-repair cycle while significantly reducing extensive manual intervention. It enhances collaborative efficiency, preserves code quality, and ultimately saves the community several hundred person-months of O&M effort annually.

Key words: openHarmony, open source community, large language model, artificial intelligence