AuraTracer智迹闻
中文

EVENT DOSSIER

Design Docs Are All You Need: An AI-native Machine-Learning Performance Tool

2026-09-07 12:00 Models 🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
2mentions
SummaryAI generated

Researchers have introduced a new machine learning performance modeling tool called SMART, aimed at decoupling code from documentation. The core mechanism of this tool is to construct design documents as directed acyclic graphs, and programming sub-proxies automatically generate code based on the documents, ensuring that humans can complete system iteration by simply editing natural language descriptions. SMART relies on two key elements to ensure reliability: first, a design document style based on step-by-step examples to provide generative context; second, a minimalist intermediate representation that includes SymPy cost expressions and recursive operator definitions. Tests show that this tool can highly accurately reproduce manually audited reference models (such as DeepSeek-V3 on TPU nodes), with accuracy reaching round-off level, confirming that design documents can serve as a durable engineering artifact for collaborative development of machine learning systems.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
DeepSeek-V3SMART

Event frameEVENT FRAME

Launch

SMART SMART 基于设计文档的机器学习性能建模库

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
DeepSeek-V3 × SMART1

SignalsSIGNALS

Keyword heat
  • SMART1
  • DeepSeek-V31

All reports (1)SOURCES

A arXiv cs.AI en 2026-09-07 12:00

Design Docs Are All You Need: An AI-native Machine-Learning Performance Tool

研究人员提出 SMART,一款专为机器学习系统设计的新性能建模工具。该工具的核心分支几乎不含代码,而是由自然语言设计文档构成的有向无环图,通过编程子代理根据文档自动再生实现,确保每次人类修改均为对文档的自然语言编辑。其可靠性基于两项要素:一是围绕逐步示例构建的设计文档风格,作为上下文演示供生成代理使用;二是包含符号(SymPy)成本表达式、快速分析汇总模式及慢速模态调度模式的极简递归定义算子中间表示。经测试,再生实现能复现人工审计的参考模型,包括在 TPU 节点切片上运行的 DeepSeek-V3,精度达到四舍五入水平,表明设计文档可作为机器学习系统协同开发工具的持久化工件。