基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.02569v1
- 发布域名: arxiv.org
- 分类: cs.AI
- 作者: Qiushi Lin、Chaojie Zhang、Íñigo Goiri 等
要点解读
这是什么
AtumAI 是一个利用自主式 AI 自动生成数据中心控制平面策略的框架,它先把自然语言需求转化为可验证的正式规范,再在该规范上进行系统性搜索,以实现策略的快速迭代。
用在哪里
适用于需要设计或优化控制平面策略的数据中心运维团队和平台研发人员,也适合探索 AI 自动化配置的研究场景。
可以推断的
- 推测:框架能够把原本需要数月手工工程的任务压缩到仅需描述需求即可完成。
- 推测:搜索过程结合了演化算法和代理模型,可能比仅依赖语言模型更全面,降低陷入局部最优的风险。
来源摘要/节选
The efficiency of a datacenter rests on its control plane policies. Designing these policies is increasingly hard: the hardware-software stack grows fast, the design space is vast and interdependent, and prototyping a single policy takes months. Agentic AI promises to automate this search. Off the shelf, however, it falls short on three fronts. It is not formal: with no structured, searchable statement of the problem, the search has little structure to exploit and hard constraints are not guaranteed. It is not transferable: each task is solved from scratch, so nothing learned on one task carries to the next. Finally, it is not systematic: relying on the LLM as the sole source of candidates, it explores a narrow slice of the design space and settles into local optima. We introduce AtumAI, a framework that generates datacenter control-plane policies with agentic AI, making the process formal, transferable, and systematic. From a goal stated in plain language, AtumAI autonomously proposes, tests, and refines candidate policies until one satisfies the request. It does so through two components. The Datacenter Task Compiler automates problem formulation: it compiles the request into a formal, machine-checkable, and searchable specification of the task’s objectives, constraints, decision variables, and evaluation methodology. The Evolutionary Design Discovery Loop then searches this specification, expanding the search beyond the LLM itself via a diffusion model, an evolutionary algorithm, and a surrogate model. Together, they reduce onboarding a new task from months of engineering to writing its description. We evaluate AtumAI on three control-plane tasks with distinct problem scopes, design spaces, and trade-offs: workload placement, resource scaling, and power management. Across all tasks, the policies generated by AtumAI consistently outperform expert-engineered baselines.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。