数据科学组


1. 介绍

1.1 组的定位

数据科学组覆盖的是一类以数据与计算为生产资料的智能体任务:从数据管道的构建与治理,到指标口径的问答与自助分析,再到文献综述、统计推断、高性能作业调度以及面向科学发现的自主研究。

与软件工程组、知识协同组相比,本组任务有三个稳定的结构性特征:

  • 产物不是文本,而是可执行的断言。一条 SQL、一个 dbt 模型、一次 GCMC 模拟、一份因果效应估计,都运行在真实系统之上,可以直接被验证或被证伪。
  • 错误是静默的。一条崩溃的管道会立刻告诉你它坏了;一条算错的管道什么也不会告诉你——它会返回一个格式正确、配了图表的数字。这是本组与创意类方向最本质的风险差异。
  • 约束来自外部世界。权限边界由数据分级决定,正确性由物理定律或业务口径决定,成本由算力配额决定。模型无法自我授权,也无法自我证成。

因此,本组对 AI Harness 的依赖程度极高:模型提供假设与草稿,Harness 提供可信性

需要明确的是,「AI Harness × 数据科学」作为一个组合术语,目前没有任何公开标准或权威定义。本文件中关于「六层能力模型在各方向的侧重」的内容,均为基于 Harness 六层模型定义与公开案例事实所做的映射分析,属观点与推论,而非既成事实,阅读时应与可验证的数据、标准条文相区分。

图 1-1|六层 Harness 能力栈与六方向映射

数据科学组:六层 Harness 能力栈与六方向映射 六方向共享六层 Harness · 重心因方向而异 · 示意:基于本文分析绘制 L6 治理与安全层 RLS/CLS 权限 · PII 脱敏 · core-hour 配额 · 科研诚信 首要依赖 01 L5 评估与观测层 可执行 ground truth:结果集比对 · 物理守恒检查 首要依赖 02·06 L4 记忆与状态层 工件与实验记录:notebook 状态 · 失败实验归因 首要依赖 04 L3 编排与控制层 复用 DAG 工作流:Airflow / dbt / Parsl / Slurm 首要依赖 03·05·06 L2 工具与执行层 只读沙箱 + MCP 工具:LLM 从不接触调度器 首要依赖 04·05 L1 上下文工程层 上下文即数据资产:schema · 血缘 · 指标口径 首要依赖 01·02·03 结构解读:六个方向共享六层 Harness,重心各不相同——通用模板会在最需要严谨之处失效。

数据来源:基于本文分析绘制的示意图。

1.2 数据科学任务的四条共性约束

1.2.1 可复现性优先于产出速度

一份无法复现的分析结论,其价值为零甚至为负。本组所有方向都要求:输入数据版本可追溯、执行环境可重建、随机性可控(固定随机种子)、结论可重算。ACM 对可复现性给出四层术语定义:Repeatability(同一团队、同一实验装置)、Replicability(不同团队、同一装置)、Reproducibility(不同团队、不同装置)、Reusability(工件文档完备可复用)。Harness 的 L4 记忆与状态层应直接以这四层为记忆结构设计的验收口径。

1.2.2 数据分级是硬边界

数据分级与脱敏不是「提示词里提醒一下」的软约束,而是必须在 L6 治理与安全层强制执行的硬边界:行级与列级权限(RLS/CLS)、PII 脱敏、跨境传输限制、行业专管要求(《数据安全法》《个人信息保护法》《网络安全法》对数据分类分级、隐私保护、跨境传输提出强制要求)。模型永远不应成为权限的判断者。

1.2.3 可执行 ground truth 是最宝贵的资产

本组拥有一个其他行业组罕见的优势:ground truth 往往是可执行的。SQL 结果集可以比对,单元测试可以运行,物理守恒律可以检查,独立实验室可以合成验证。Harness 的 L5 评估层应把这类可执行验证做成一等公民,而不是依赖「看起来对不对」的主观判断。

同时必须清醒:并非所有方向都有 ground truth。深度研究(03-research)与部分统计推断任务恰恰缺 ground truth,此时只能退守到「引用可核查率」「竞赛数据集基准」「评审智能体分级 + 人工监督」等替代方案。

1.2.4 成本与算力预算是一等约束

数据科学任务的失败模式中包含一类特殊项:跑对了但跑穷了。全表扫描、无约束的作业提交、失控的文献检索轮次,都会把成本推到不可接受。Harness 应在 L6 提供 core-hour 配额、查询成本预估与预算护栏。


2. 六个方向的定义与定位对比

2.1 方向总表

编号方向英文 / 缩写核心问题主要产出物首要依赖层
01数据工程Data / Data Engineering数据从哪来、怎么变成可信资产管道、模型、血缘、质量门禁L1 + L6
02数据分析Analytics / BI业务数字是多少、口径是什么指标、报表、自助问答L1 + L5
03深度研究Research / Deep Research这个问题已知什么、证据在哪综述、调研报告、证据表L1 + L3
04科学计算Science / Scientific Computing效应有多大、结论是否稳健实验设计、统计推断、notebookL2 + L4
05高性能计算HPC这个作业怎么在超算上跑起来作业脚本、并行策略、调度L2 + L3
06科学发现AI4S / AI for Science自然界里有什么值得发现假说、候选结构、验证结果L5 + L3

2.2 定位差异的四个判别维度

维度01 Data02 Analytics03 Research04 Science05 HPC06 AI4S
Ground truth 形态可执行(SQL 比对、回归测试)可执行(结果集 + verified queries)缺失(外部基准 + 引用可核查)弱(竞赛数据集 + 评审智能体)物理级(守恒、收敛);成本高物理定律 / 实验验证 / 守恒律
主要失败模式静默错误:grain 扇出、重复计数口径漂移、越权可见、成本爆炸幻觉引用、来源不可核查p 值操纵、伪相关、未控混杂作业卡死、资源争用、推理延迟新颖性误判、数值幻觉
典型工具链Airflow / dbt / Spark / Great Expectations语义层 / NL2SQL / NL2DAX / NL2KQL搜索与浏览 MCP / 文献库Jupyter / Colab / 统计计算 MCP / MLflowSlurm / MPI / PMIx / OpenMP / Parsl模拟与实验 MCP / 机器人 / 领域数据库
人在回路形态PR + CI 审核口径所有权人签字结论逐条核对来源分析计划预审 + 结果复审作业提交前预算与配额审批假说采纳判断 + 物理实验执行

这四个维度决定了各方向 Harness 设计的重心完全不同:01 的瓶颈在上下文与治理,02 在上下文与评估,03 在编排与来源白名单,04 在工具与状态持久化,05 在工具与编排,06 在评估与编排。用一个通用模板套六个方向,是本组最容易犯的错误。


3. Harness 六层与六个方向的映射

3.1 映射矩阵

以下矩阵中的星标为基于公开案例事实的侧重分析,用于表达设计优先级的相对高低,不代表任何公开标准的评级。

方向L1 上下文工程L2 工具与执行L3 编排与控制L4 记忆与状态L5 评估与观测L6 治理与安全
01 Data★★★★★★★★★★★★★★★★★★★★★★★★★★
02 Analytics★★★★★★★★★★★★★★★★★★★★★★★★
03 Research★★★★★★★★★★★★★★★★★★★★★★★
04 Science★★★★★★★★★★★★★★★★★★★★★★★★
05 HPC★★★★★★★★★★★★★★★★★★★★★★★★
06 AI4S★★★★★★★★★★★★★★★★★★★★★★★★★★★★

3.2 逐层的组内差异

3.2.1 L1 上下文工程层

本组的上下文不是「文档」,而是数据资产本身:schema、血缘、指标口径、数据字典、数据样本、文献证据。上下文工程的质量直接决定成败——有公开报道指出,仅 9% 的数据工程师对通用 AI 工具生成的 Airflow DAG 表示满意,首要抱怨是幻觉率与语法过时;根因并非模型能力不足,而是模型缺少项目 DAG、执行环境与既有约定这些上下文(该组数字来源为二手转述,详见信息缺口声明)。

  • 01 Data:上下文 = 项目 DAG + schema + 既有模型约定 + 血缘 + 语义层。
  • 02 Analytics:上下文 = schema linking(应作为 RAG 问题处理,而非把整个 schema 塞进提示词)+ 治理过的语义层。企业库常含 1,000 列以上,全量塞入不可行。
  • 04 Science / 06 AI4S:上下文 = 协议、数据字典、领域知识、失败记录。

3.2.2 L2 工具与执行层

本组必须有只读沙箱:SQL 沙箱、Jupyter/Colab 内核、HPC 作业提交器、各类 MCP 数据与科学工具服务器。一个被反复验证的设计洞见是:智能体不应直接调用调度器,而应产出可被工作流引擎承载的作业描述。阿贡国家实验室在 Aurora 上的智能体材料筛选工作中,MCP 工具不直接跑模拟,而是 emit Parsl applications,由 Parsl 负责放置、并发与容错——「LLM 从不接触调度器」。这是 L2 与 L3 分离的最佳实证,也应当在 05-hpc 中被确立为默认架构。

3.2.3 L3 编排与控制层

DAG 与工作流是数据科学的原生形态(Airflow/dbt/Parsl/Slurm),Harness 应当复用而非重造。Slurm 本身已经是成熟的编排层:job array、job dependency 构建 DAG、backfill 调度。Harness 的价值在于把自然语言目标翻译成这些引擎能消化的作业图。

深度研究方向则收敛到另一条路径:scope / research / write 三阶段管线,以及 orchestrator-worker 多智能体架构。多智能体在此处的核心价值是上下文隔离——每个子智能体拥有独立上下文窗口,避免单一窗口被污染。

3.2.4 L4 记忆与状态层

本组的核心记忆是工件与实验记录:notebook 状态、数据集快照、实验运行结果、模型版本、引用库、失败记录。04 Science 方向对本层依赖最高,notebook 的变量状态需要跨调用持久化。06 AI4S 方向则强调长期记忆应包含失败实验及其原因分析——有观点指出,AI 摘要工具可系统性地索引技术失误,形成可搜索的排错知识库。

3.2.5 L5 评估与观测层

这是本组差异最大的一层,也是最能体现 Harness 价值的一层:

  • 01/02:可执行 ground truth 丰富,应建立 verified queries 回归集,除执行准确率(EX)外还应看有效效率得分(VES)——通过全表扫描返回正确行的查询,是等着发生的生产事故。
  • 03:缺 ground truth,只能靠引用可核查率、外部基准(如 DRACO、SealQA 类)与人工审查。
  • 04:部分场景无 ground truth(有实践者明确指出「在没有真实标注数据的情况下,如何评估智能体表现」是核心挑战),替代方案为竞赛数据集 + 评审智能体分级 + 流程审核。
  • 05:有物理级 ground truth(守恒、收敛),但评估成本极高(单次模拟可达 1,600~4,400 秒)。
  • 06:ground truth 不是人类标注,而是物理定律、实验验证与守恒律约束——这是 AI4S 与其他方向最本质的差别,详见 06-ai4s.md。

3.2.6 L6 治理与安全层

本组治理最重。除通用的权限与审计外,还有三类专属约束:

  • 数据侧:RLS/CLS 强制、PII 脱敏、管道级数据分级标记、合规检查内建于编排层。
  • 算力侧:core-hour 配额、QoS 公平性、GRES 设备隔离。
  • 科研侧:科研诚信(不得伪造数据与引用)、实验伦理审查、生物安全、《科学数据管理办法》确立的「先汇交科学数据、再验收科技计划项目」机制。

4. 行业规范与标准基座

本组六个方向共享一批跨方向的标准与政策基座。以下条目的编号与名称均来自公开来源,具体条款内容以标准原文为准。

4.1 数据治理与数据质量

标准 / 文件发布机构关键内容对本组的意义
DAMA 数据管理知识体系指南(DAMA-DMBOK)DAMA International定义数据管理 11 大知识领域:数据治理(居中统筹)、数据架构、数据建模与设计、数据存储与操作、数据安全、数据集成与互操作、文档与内容管理、参考数据与主数据、数据仓库与商务智能、元数据管理、数据质量管理六个方向的知识领域归属框架
《数据管理能力成熟度评估模型》(GB/T 36073-2018)中国国家标准定义 8 个能力域(数据战略、数据治理、数据架构、数据标准、数据质量、数据安全、数据应用、数据生命周期)与 5 级成熟度(初始级→受管理级→稳健级→量化管理级→优化级)组织级成熟度基线
DCMM 2.0 (GB/T 36073-2025)中国国家标准2025 年发布,2026-07-01 实施;能力域由 8 个扩展为 9 个(新增「数据资产」能力域),能力项由 28 个增至 33 个数据资产入表后的治理新要求;部分细节待核实,详见信息缺口声明
ISO 8000 数据质量系列ISO/TC 184/SC 4ISO 8000-8:2015 提出三质量维度:句法质量、语义质量、语用质量;配套 ISO 8000-120/130/140(溯源 / 准确性 / 完整性)、ISO/IEC 25012(数据质量特性)、ISO/IEC 25024(测量方法)数据质量门禁与审计准则的标准依据
OpenLineageLinux Foundation 下设项目定义 Job / Run / Dataset 的事件模型(RunEvent / JobEvent)与 Facet 扩展机制;参考实现为 Marquez;被 Airflow、Spark、Flink、dbt、Dagster 等集成血缘数据采集的开放规范
W3C PROVW3CEntity / Activity / Agent 三元组及 derivation、attribution、versioning 关系血缘与溯源的概念模型

4.2 科研数据与可复现性

标准 / 文件发布机构关键内容
FAIR 原则(Findable / Accessible / Interoperable / Reusable)Wilkinson 等,Scientific Data,2016科研数据管理国际公认基准。据 Springer Nature 官方博客引述:全球约 80% 研究者听说过 FAIR,「从未听说」比例从约 60% 降至 20%;该调查自 2016 年起累计覆盖 212 个国家/地区、43,000 名以上研究者
CURE 原则(Correct / Unbiased / Robust / Explainable)与 BioFAIRNature Communications,2026为计算模型提出,强调透明度与验证以确保长期信任与复用;BioFAIR 为生命科学适配版
ACM 工件评审术语ACMRepeatability / Replicability / Reproducibility / Reusability 四层定义
《科学数据管理办法》(国办发〔2018〕17 号)国务院办公厅第十三条:政府预算资金资助的科技计划项目形成的科学数据应汇交到相关科学数据中心,建立「先汇交科学数据、再验收科技计划项目」机制;第十九条确立「开放为常态、不开放为例外」
科学数据汇交三项国家标准国家标准委GB/T 39908-2021、GB/T 39909-2021、GB/T 39912-2021(规定 7 阶段汇交流程:汇交计划制定→数据制备→提交→审核→汇总→发布共享→使用维护更新);2021-03 发布,2021-10 实施
《中国科学院科学数据管理与开放共享办法(试行)》等中国科学院科发办字〔2019〕11 号;《中国科学院战略性先导科技专项管理办法》科发规字〔2022〕29 号首次明确将「科技报告提交和科学数据汇交情况作为专项阶段考核和综合绩效评价的重要内容」
NIH《数据管理与共享政策》美国国立卫生研究院2020-10 发布、2023-01 生效;新增数据质量要求,规定承担单位应不迟于论文发表或支持期结束(以先到者为准)共享数据

4.3 数据要素与产业政策

  • 《企业数据资源相关会计处理暂行规定》(财会〔2023〕11 号):2023-08-01 印发,2024-01-01 施行。符合无形资产定义确认为无形资产、符合存货定义确认为存货;资产负债表在「存货」「无形资产」「开发支出」项下增设「其中:数据资源」项目;采用「强制披露 + 自愿披露」方式。
  • 「人工智能驱动的科学研究」(AI for Science) 专项部署:科技部与国家自然科学基金委于 2023-03 启动,围绕药物研发、基因研究、生物育种、新材料研发等重点领域,推进算法模型创新、科研数据开放共享、算力平台建设,支持高性能计算中心与智算中心异构融合发展。
  • 《「数据要素×」三年行动计划(2024—2026 年)》:提出实施「数据要素×科技创新」重点行动,以科学数据支撑技术创新,聚焦生物育种、新材料创制、药物研发等领域。

5. 三代架构演进在数据科学组的对应形态

代际时间区间数据科学组的形态能力边界
第一代 · 提示词工程时代约 2020—2023手写 SQL / notebook,在聊天窗口里问「这段 SQL 怎么写」无工具、无状态、无评估
第二代 · 工具与编排时代约 2023—2025Deep Research 产品化(2025-02 起)、Copilot 生成 dbt 模型、开源 Deep Research 管线(2025-07)有工具与初步编排,初步语义层与血缘,评估薄弱
第三代 · 运行时与评估时代2025—至今MCP 成为数据与科学工具的标准绑定层;上下文图谱化;评估独立成层(科学智能评测体系、verified queries 回归集、评审智能体分级);受限搜索(支持限定可信站点)上下文工程 + 沙箱执行 + 轨迹评估 + 权限治理

第三代的关键跃迁在于:评估从附属品变成了基础设施。在没有评估层的前两代,数据科学智能体的输出只能靠人肉核对;进入第三代,可执行的验证集、物理约束检查与评审智能体成为默认配置,这才使得「把不确定性转化为可预期性」在数据科学场景真正成立。


6. 共性挑战与对策

挑战表现Harness 对策主要承载层
静默错误管道不崩溃,只是流利地撒谎;测试通过、新鲜度正常、行数正常,但口径错了语义回归集 + grain 断言 + 独立复算 + 结果集比对,而非仅依赖行数与新鲜度L5
口径漂移同一指标在不同报表、不同时间得到不同数字语义层集中定义 metrics/dimensions/grain;口径变更走版本化与所有权人审批L1 + L6
越权可见用户通过自然语言问到了不该看的数据RLS/CLS 在 Harness 层强制,模型不得成为权限判断者;数据库角色级只读策略L6 + L2
成本爆炸低效查询全表扫描;无约束作业提交;失控的检索轮次查询成本预估、干跑 EXPLAIN、core-hour 配额、预算护栏L6
Ground truth 缺失研究与部分统计任务没有标准答案引用可核查率硬性 DoD、外部基准、评审智能体分级、人工监督L5
评估成本高单次科学模拟可达 1,600~4,400 秒,无法高频回归分层评估:廉价代理指标先行,昂贵验证按需触发;代理指标与真值定期校准L5
推理延迟有研究报道,用云端 API 服务调度 100 个作业需 1~2 小时,限制实时部署推理与约束强制分离——模型负责推理,确定性模块负责可行性与安全L2 + L3
可复现性缺口换了环境、换了版本,结论无法复现环境锁定、随机种子固定、数据版本快照、工件完备性按 ACM 四层定义验收L4
科研诚信风险伪造引用、数值幻觉、新颖性误判引用必须可点击且逐条核验;数值必须由执行产生而非模型生成;新颖性须经检索比对L5 + L6

7. 文档导航

7.1 组级文档

文件作用
README.md本文件。六个方向的定位对比、Harness 六层映射、共性挑战与文档导航
AGENTS.md数据科学组级上位规范:角色边界、数据源契约、可复现性要求、统计与实验严谨性、权限与数据分级、人在回路、验收标准
SKILL.md数据科学组级标准技能规范:Front Matter、适用场景、输入输出、执行步骤、质量标准与常见失败处理

7.2 方向文档

文件方向核心层一句话定位
01-data.mdData · 数据工程L1 + L6让管道不撒谎:血缘与数据质量为上下文提供可信语料,分级与脱敏为治理提供硬约束
02-analytics.mdAnalytics · 数据分析L1 + L5让数字对得上:指标口径即上下文工程,口径漂移检测即评估
03-research.mdResearch · 深度研究L1 + L3让结论可核查:检索广度与引用可溯源性是唯一的防线
04-science.mdScience · 科学计算L2 + L4让推断站得住:工具链与状态持久化支撑严谨的实验设计与统计推断
05-hpc.mdHPC · 高性能计算L2 + L3让作业跑得起来:调度器是工具层,编译与并行策略是编排层,LLM 从不接触调度器
06-ai4s.mdAI4S · 科学发现L5 + L3让发现经得起物理定律:ground truth 不是人类标注,而是守恒律与实验验证

每个方向文档统一包含:介绍、名词解释、三个案例、实践标准(AGENTS.md 规范 / SKILL.md 规范 / 落地检查清单)、总结、参考资料,并在参考资料前给出信息缺口声明。

7.3 建议阅读路径

  • 数据平台与数仓从业者README.md01-data.md02-analytics.md
  • 科研与算法从业者README.md04-science.md06-ai4s.md
  • 超算与基础设施从业者README.md05-hpc.md06-ai4s.md
  • 研究与情报从业者README.md03-research.md04-science.md
  • 架构与治理负责人README.mdAGENTS.mdSKILL.md → 按需选读方向文档的「实践标准」章节

8. 总结

数据科学组是 AI Harness 价值最容易被量化、也最容易被低估的一组。

容易被量化,是因为这里的 ground truth 大多可执行:SQL 可以比对,物理定律可以检查,实验可以复现。Harness 每加一层评估,都能直接换算成错误率的下降与信任度的提升。

容易被低估,是因为这里的失败几乎不发出声音。一条算错的管道不会报错,一份幻觉的综述会带着引用格式完整体面地出现,一个被 AI 提出但未经物理验证的候选结构会安静地躺在数据库里等待被证伪。

因此,本组六份方向文档共同坚持一条主线:不把「看起来对」当「对」。01 用血缘与质量门禁对抗静默错误,02 用语义层与回归集对抗口径漂移,03 用来源可核查对抗幻觉引用,04 用实验设计与评审智能体对抗伪相关,05 用推理与约束强制分离对抗调度风险,06 用物理定律与实验验证对抗新颖性幻觉。

六个方向共享 Harness 六层,但重心各不相同。任何试图用一个通用智能体模板覆盖全部六个方向的方案,都会在最需要严谨性的地方失效。


信息缺口声明

本文件在撰写过程中存在以下未能通过可靠来源确认的内容,已在正文中以 [待填写] 或 标注,或在下表集中说明:

  1. 「AI Harness × 数据科学」的权威定义、市场规模与采用率——无可靠公开来源。本文件未给出任何「N% 的组织已采用数据科学 Harness」类表述,相关映射矩阵为基于六层模型定义与公开案例事实的分析性内容,非标准、非事实。
  2. 数据科学方向 AGENTS.md / SKILL.md 的官方或行业公认标准原文——无结果。本组 AGENTS.mdSKILL.md 及各方向文档 4.1 / 4.2 节给出的规范文本,均为本文提出的标准建议稿,不代表任何标准组织立场。
  3. DCMM 2.0 (GB/T 36073-2025) 的部分细节待核实:「安全权重由 15% 提升至 25%」「4 级以上强制要求 AI 治理」两项来自二手转述,未在国家标准全文公开系统核实;「能力域由 8 个扩展为 9 个(新增数据资产)、能力项由 28 个增至 33 个、2026-07-01 实施」为多来源一致的转述。
  4. ISO 8000-2 的确切年份待核实(不同来源给出 2020 与 2022 两个版本),本文件只写编号不写年份。
  5. FAIR 原则原始论文的页码与卷期未在本次检索中直接验证原文页面,本文件只引用 FAIR 原则本身与调查数据,不引用论文页码。
  6. 中国 AI4S 专项的具体资助金额、立项数量未检索到官方公开明细;科学数据汇交三项国家标准(GB/T 39908/39909/39912-2021)的具体条款原文未获取到。
  7. 本文件中所有来自厂商自报或二手转述的数字,均已在出现处标注来源方或标注 ,未作裸用。

9. 参考资料

  1. DAMA International《DAMA 数据管理知识体系指南》(DAMA-DMBOK) — DAMA International。https://www.longshidata.com/blog/c/c2026062301.html
  2. 《数据管理能力成熟度评估模型》(GB/T 36073-2018);DCMM 2.0 (GB/T 36073-2025) — 中国国家标准。https://ima.qq.com/wiki/?shareId=0258e6e62f0b37168d979fc9920268b9e4a313954973dbcf7e0469f132358841
  3. ISO 8000 数据质量系列标准汇总 — ISO/TC 184/SC 4。https://quality.arc42.org/standards/iso-8000
  4. ISO 8000 系列条目说明 — Wikipedia。https://en.wikipedia.org/wiki/ISO_8000
  5. Open Data: Progress, Challenges and Institutions(含 FAIR 十年调查数据)— Springer Nature,官方博客。https://springernature.com/gp/librarians/the-link/open-science-blogpost/open-data-progress-challenges-institutions/52378334
  6. ACM Artifact Evaluation 术语定义(Repeatability / Replicability / Reproducibility / Reusability)— arXiv 1908.05986。https://arxiv.org/pdf/1908.05986.pdf
  7. 《科学数据管理办法》(国办发〔2018〕17 号)— 国务院办公厅。https://www.gov.cn/zhengce/content/2018-04/02/content_5279272.htm
  8. 《企业数据资源相关会计处理暂行规定》(财会〔2023〕11 号)— 财政部。https://www.gov.cn/gongbao/2023/issue_10746/202310/content_6907744.html
  9. 「人工智能驱动的科学研究」(AI for Science) 专项部署与《「数据要素×」三年行动计划》相关报道 — 中国记协网。https://union.china.com.cn/cmdt/txt/2024-03/26/content_42737343.html
  10. 中国科学院科学数据管理规范链条说明 — 国家基础学科公共科学数据中心。https://cms.casdc.cn/article/312
  11. OpenLineage 官方规范文档 — Linux Foundation。https://openlineage.io/
  12. W3C PROV 概念模型综述(经转述)— W3C。https://www.w3.org/TR/prov-overview/
  13. Agentic MOF Screening on Aurora(「LLM 从不接触调度器」设计)— supercomputing.news。https://www.supercomputing.news/hpc/agentic-mof-screening-aurora
  14. AI for Data Engineering 2026(Astronomer / dbt Labs 报告数据转述)— 技术博客。https://baeseokjae.github.io/posts/ai-for-data-engineering-2026
  15. Data Agent 架构综述:从架构到实践 — 技术分析博客。https://ibillxia.github.io/blog/2026/08/20/data-agent-servey-from-arch-to-practice

Data Science Group

1. Introduction

1.1 Positioning of the Group

The Data Science group covers a class of agent tasks for which data and computation are the means of production: from the construction and governance of data pipelines, to question-answering and self-service analytics on top of metric definition basis, to literature surveys, statistical inference, high-performance job scheduling, and autonomous research aimed at scientific discovery.

Compared with the Software Engineering group and the Knowledge Collaboration group, the tasks of this group have three stable structural characteristics:

  • The output is not text, but executable assertions. A SQL statement, a dbt model, a GCMC simulation, a causal-effect estimate — all run on real systems and can be directly validated or falsified.
  • Errors are silent. A crashing pipeline immediately tells you it is broken; an incorrectly computed pipeline tells you nothing — it returns a well-formatted number complete with a chart. This is the most fundamental risk difference between this group and creative directions.
  • Constraints come from the external world. Permission boundaries are set by data classification, correctness is set by physical laws or business definition basis, and cost is set by compute quotas. The model can neither authorize itself nor justify itself.

Therefore, this group's reliance on the AI Harness is extremely high: the model provides hypotheses and drafts, and the Harness provides trustworthiness.

It should be made clear that "AI Harness × data science," as a combined term, currently has no public standard or authoritative definition. The content in this document about "the emphasis of the six-layer capability model across the different directions" is all mapping analysis based on the Harness six-layer model definitions and publicly documented case facts; it is opinion and inference, not established fact, and should be distinguished from verifiable data and standard provisions when reading.

图 1-1|六层 Harness 能力栈与六方向映射

数据科学组:六层 Harness 能力栈与六方向映射 六方向共享六层 Harness · 重心因方向而异 · 示意:基于本文分析绘制 L6 治理与安全层 RLS/CLS 权限 · PII 脱敏 · core-hour 配额 · 科研诚信 首要依赖 01 L5 评估与观测层 可执行 ground truth:结果集比对 · 物理守恒检查 首要依赖 02·06 L4 记忆与状态层 工件与实验记录:notebook 状态 · 失败实验归因 首要依赖 04 L3 编排与控制层 复用 DAG 工作流:Airflow / dbt / Parsl / Slurm 首要依赖 03·05·06 L2 工具与执行层 只读沙箱 + MCP 工具:LLM 从不接触调度器 首要依赖 04·05 L1 上下文工程层 上下文即数据资产:schema · 血缘 · 指标口径 首要依赖 01·02·03 结构解读:六个方向共享六层 Harness,重心各不相同——通用模板会在最需要严谨之处失效。

数据来源:基于本文分析绘制的示意图。

1.2 Four Common Constraints of Data Science Tasks

1.2.1 Reproducibility Takes Priority Over Time-to-Output

An analytical conclusion that cannot be reproduced has zero or even negative value. All directions in this group require: version-traceable input data, rebuildable execution environments, controllable randomness (fixed random seeds), and recomputable conclusions. ACM gives a four-level terminology for reproducibility: Repeatability (same team, same experimental setup), Replicability (different team, same setup), Reproducibility (different team, different setup), Reusability (artifacts and documentation complete and reusable). Harness's L4 memory and state layer should use these four levels directly as the acceptance basis for memory structure design.

1.2.2 Data Classification Is a Hard Boundary

Data classification and masking are not soft constraints of the "just remind them in the prompt" kind; they are hard boundaries that must be enforced at the L6 governance and security layer: row- and column-level permissions (RLS/CLS), PII masking, cross-border transfer restrictions, and industry-specific supervisory requirements (the Data Security Law, the Personal Information Protection Law, and the Cybersecurity Law impose mandatory requirements on data classification and grading, privacy protection, and cross-border transfer). The model should never become the arbiter of permissions.

1.2.3 Executable Ground Truth Is the Most Valuable Asset

This group possesses an advantage rarely seen in other industry groups: ground truth is often executable. SQL result sets can be compared, unit tests can be run, physical conservation laws can be checked, and independent laboratories can perform synthetic validation. Harness's L5 evaluation layer should make this kind of executable validation a first-class citizen, rather than relying on the subjective judgment of "does it look right."

It must also be clearly understood that not every direction has ground truth. Deep research (03-research) and some statistical-inference tasks precisely lack ground truth, in which case one can only fall back on alternatives such as "citation verifiability rate," "competition dataset benchmarks," and "review agent grading + human oversight."

1.2.4 Cost and Compute Budget Are First-Class Constraints

The failure modes of data science tasks include one special category: ran correctly but ran out of money. Full-table scans, unconstrained job submission, and runaway literature-retrieval rounds can all push cost to unacceptable levels. Harness should provide core-hour quotas, query cost estimation, and budget guardrails at L6.


2. Definition and Positioning Comparison of the Six Directions

2.1 Directory of Directions

No.DirectionEnglish / Abbrev.Core questionPrimary outputPrimary layer
01Data EngineeringData / Data EngineeringWhere does the data come from, and how does it become a trusted assetPipelines, models, lineage, quality gatesL1 + L6
02Data AnalyticsAnalytics / BIWhat are the business numbers, and what is the definition basisMetrics, reports, self-service Q&AL1 + L5
03Deep ResearchResearch / Deep ResearchWhat is already known about this question, and where is the evidenceSurveys, research reports, evidence tablesL1 + L3
04Scientific ComputingScience / Scientific ComputingHow large is the effect, and is the conclusion robustExperiment design, statistical inference, notebooksL2 + L4
05High-Performance ComputingHPCHow does this job run on a supercomputerJob scripts, parallel strategies, schedulingL2 + L3
06Scientific DiscoveryAI4S / AI for ScienceWhat in the natural world is worth discoveringHypotheses, candidate structures, validation resultsL5 + L3

2.2 Four Discriminating Dimensions of Positioning Differences

Dimension01 Data02 Analytics03 Research04 Science05 HPC06 AI4S
Ground truth formExecutable (SQL comparison, regression tests)Executable (result sets + verified queries)Missing (external benchmarks + citable references)Weak (competition datasets + review agents)Physics-level (conservation, convergence); high costPhysical laws / experimental validation / conservation laws
Primary failure modeSilent errors: grain fan-out, double countingDefinition drift, unauthorized visibility, runaway costHallucinated citations, unverifiable sourcesp-value manipulation, spurious correlation, uncontrolled confoundingJob hangs, resource contention, inference latencyNovelty misjudgment, numeric hallucination
Typical toolchainAirflow / dbt / Spark / Great ExpectationsSemantic layer / NL2SQL / NL2DAX / NL2KQLSearch & browse MCP / literature repositoriesJupyter / Colab / statistical computing MCP / MLflowSlurm / MPI / PMIx / OpenMP / ParslSimulation & experiment MCP / robotics / domain databases
Human-in-the-loop formPR + CI reviewDefinition owner sign-offLine-by-line source verification of conclusionsAnalysis plan pre-review + result re-reviewBudget and quota approval before job submissionHypothesis adoption judgment + physical experiment execution

These four dimensions mean that the center of gravity of Harness design differs completely across directions: for 01 the bottleneck is context and governance, for 02 context and evaluation, for 03 orchestration and source allowlists, for 04 tools and state persistence, for 05 tools and orchestration, and for 06 evaluation and orchestration. Fitting all six directions into one generic template is the easiest mistake this group can make.


3. Mapping the Six Harness Layers to the Six Directions

3.1 Mapping Matrix

The stars in the matrix below are a focus analysis based on publicly documented case facts, used to express the relative priority of design decisions; they do not represent a rating of any public standard.

DirectionL1 Context EngineeringL2 Tools & ExecutionL3 Orchestration & ControlL4 Memory & StateL5 Evaluation & ObservabilityL6 Governance & Security
01 Data★★★★★★★★★★★★★★★★★★★★★★★★★★
02 Analytics★★★★★★★★★★★★★★★★★★★★★★★★
03 Research★★★★★★★★★★★★★★★★★★★★★★★
04 Science★★★★★★★★★★★★★★★★★★★★★★★★
05 HPC★★★★★★★★★★★★★★★★★★★★★★★★
06 AI4S★★★★★★★★★★★★★★★★★★★★★★★★★★★★

3.2 Per-Layer Differences Within the Group

3.2.1 L1 Context Engineering Layer

For this group, context is not "documents" but the data assets themselves: schema, lineage, metric definition basis, data dictionaries, data samples, and literature evidence. The quality of context engineering directly determines success or failure — there are public reports that only 9% of data engineers are satisfied with the Airflow DAGs generated by general-purpose AI tools, with the top complaints being hallucination rate and outdated syntax; the root cause is not limited model capability, but the model's lack of context such as the project DAG, execution environment, and existing conventions (these figures come from second-hand reports; see the Information Gap Statement for details).

  • 01 Data: context = project DAG + schema + existing model conventions + lineage + semantic layer.
  • 02 Analytics: context = schema linking (should be treated as a RAG problem rather than stuffing the entire schema into the prompt) + a governed semantic layer. Enterprise repositories often contain more than 1,000 columns, so putting everything in is infeasible.
  • 04 Science / 06 AI4S: context = protocols, data dictionaries, domain knowledge, failure records.

3.2.2 L2 Tools & Execution Layer

This group must have read-only sandboxes: SQL sandboxes, Jupyter/Colab kernels, HPC job submitters, and various MCP data and science tool servers. A repeatedly validated design insight is that agents should not call the scheduler directly, but should produce job descriptions that can be carried by a workflow engine. In Argonne National Laboratory's agentic material-screening work on Aurora, the MCP tools do not run simulations directly; instead they emit Parsl applications, and Parsl handles placement, concurrency, and fault tolerance — "the LLM never touches the scheduler." This is the best evidence for separating L2 and L3, and it should also be established as the default architecture in 05-hpc.

3.2.3 L3 Orchestration & Control Layer

DAGs and workflows are the native form of data science (Airflow/dbt/Parsl/Slurm), and Harness should reuse rather than reinvent them. Slurm is already a mature orchestration layer in itself: job arrays, job dependency building DAGs, and backfill scheduling. Harness's value lies in translating natural-language objectives into job graphs that these engines can digest.

Deep research, on the other hand, converges on a different path: the scope / research / write three-stage pipeline, and an orchestrator-worker multi-agent architecture. The core value of multi-agent here is context isolation — each sub-agent has its own independent context window, avoiding pollution of a single window.

3.2.4 L4 Memory & State Layer

The core memory of this group is artifacts and experiment records: notebook state, dataset snapshots, experiment run results, model versions, citation repositories, failure records. The 04 Science direction depends most heavily on this layer, where notebook variable state needs to persist across calls. The 06 AI4S direction, in turn, emphasizes that long-term memory should include failed experiments and their root-cause analysis — some argue that AI summarization tools can systematically index technical failures to form a searchable troubleshooting knowledge base.

3.2.5 L5 Evaluation & Observability Layer

This is the layer with the greatest differences across the group, and the one that best demonstrates Harness's value:

  • 01/02: Executable ground truth is abundant. A regression set of verified queries should be built; in addition to execution accuracy (EX), the valid efficiency score (VES) should also be considered — a query that returns correct rows only through a full table scan is a production incident waiting to happen.
  • 03: Ground truth is missing; only the citation verifiability rate, external benchmarks (such as DRACO, SealQA-style) and human review are available.
  • 04: Some scenarios have no ground truth (one practitioner explicitly noted that "how to evaluate agent performance without real labeled data" is the core challenge); alternatives are competition datasets + review agent grading + process review.
  • 05: There is physics-level ground truth (conservation, convergence), but evaluation cost is extremely high (a single simulation can take 1,600~4,400 seconds).
  • 06: Ground truth is not human labels, but physical laws, experimental validation and conservation-law constraints — this is the most fundamental difference between AI4S and the other directions; see 06-ai4s.md for details.

3.2.6 L6 Governance & Security Layer

This group carries the heaviest governance burden. Beyond general permissions and audit, there are three categories of dedicated constraints:

  • Data side: RLS/CLS enforcement, PII masking, pipeline-level data classification tagging, compliance checks built into the orchestration layer.
  • Compute side: core-hour quotas, QoS fairness, GRES device isolation.
  • Research side: research integrity (no fabrication of data or citations), experimental ethics review, biosafety, and the "submit scientific data first, then accept the science & technology program project" mechanism established by the Measures for the Administration of Scientific Data.

4. Industry Standards and the Standards Foundation

All six directions of this group share a set of cross-directional standards and policy foundations. The numbers and names of the following items all come from public sources; for the specific content of the provisions, the original text of the standards prevails.

4.1 Data Governance and Data Quality

Standard / DocumentIssuing bodyKey contentRelevance to this group
DAMA Data Management Body of Knowledge (DAMA-DMBOK)DAMA InternationalDefines 11 major knowledge areas of data management: data governance (central coordination), data architecture, data modeling & design, data storage & operations, data security, data integration & interoperability, document & content management, reference data & master data, data warehousing & business intelligence, metadata management, data quality managementThe framework for how the six directions map to knowledge areas
Data Management Capability Maturity Assessment Model (GB/T 36073-2018)China National StandardDefines 8 capability domains (data strategy, data governance, data architecture, data standards, data quality, data security, data application, data lifecycle) and 5 levels of maturity (initial → managed → defined → quantitatively managed → optimizing)Organization-level maturity baseline
DCMM 2.0 (GB/T 36073-2025)China National StandardReleased in 2025, effective 2026-07-01; capability domains expanded from 8 to 9 (adding the "data assets" domain), and capability items increased from 28 to 33New governance requirements after data assets are recorded on balance sheets; some details pending verification, see the Information Gap Statement
ISO 8000 Data Quality seriesISO/TC 184/SC 4ISO 8000-8:2015 proposes three quality dimensions: syntactic quality, semantic quality, pragmatic quality; complemented by ISO 8000-120/130/140 (provenance / accuracy / completeness), ISO/IEC 25012 (data quality characteristics), ISO/IEC 25024 (measurement methods)The standard basis for data quality gates and audit criteria
OpenLineageA project under the Linux FoundationDefines the Job / Run / Dataset event model (RunEvent / JobEvent) and the Facet extension mechanism; reference implementation Marquez; integrated by Airflow, Spark, Flink, dbt, Dagster, and othersThe open specification for lineage data collection
W3C PROVW3CEntity / Activity / Agent triples and the derivation, attribution, and versioning relationsThe conceptual model for lineage and provenance

4.2 Research Data and Reproducibility

Standard / DocumentIssuing bodyKey content
FAIR principles (Findable / Accessible / Interoperable / Reusable)Wilkinson et al., Scientific Data, 2016The internationally recognized benchmark for research data management. As cited by the Springer Nature official blog: about 80% of researchers worldwide have heard of FAIR, and the proportion that has "never heard" of it fell from about 60% to 20%; the survey has covered 212 countries/regions and more than 43,000 researchers cumulatively since 2016
CURE principles (Correct / Unbiased / Robust / Explainable) and BioFAIRNature Communications, 2026Proposed for computational models, emphasizing transparency and validation to ensure long-term trust and reuse; BioFAIR is the adaptation for the life sciences
ACM artifact review terminologyACMFour-level definitions: Repeatability / Replicability / Reproducibility / Reusability
Measures for the Administration of Scientific Data (Guo Ban Fa [2018] No. 17)General Office of the State CouncilArticle 13: scientific data generated by science & technology program projects funded by government budget funds should be submitted to the relevant scientific data centers, establishing the "submit scientific data first, then accept the science & technology program project" mechanism; Article 19 establishes "openness as the norm, non-openness as the exception"
Three national standards for scientific data submissionStandardization Administration of ChinaGB/T 39908-2021, GB/T 39909-2021, GB/T 39912-2021 (prescribing a 7-stage submission workflow: submission plan formulation → data preparation → submission → review → aggregation → release and sharing → use, maintenance, and update); published 2021-03, effective 2021-10
Measures of the Chinese Academy of Sciences for the Management and Open Sharing of Scientific Data (Trial), et al.Chinese Academy of SciencesKe Fa Ban Zi [2019] No. 11; the Measures for the Management of CAS Strategic Pilot Science & Technology Special Projects, Ke Fa Gui Zi [2022] No. 29, was the first to explicitly make "the submission of science & technology reports and the submission of scientific data" an important element of stage assessment and overall performance evaluation of special projects
NIH Data Management and Sharing PolicyU.S. National Institutes of HealthPublished 2020-10, effective 2023-01; adds data quality requirements, stipulating that awardees must share data no later than the earlier of publication of the paper or the end of the award period

4.3 Data Elements and Industry Policy

  • Interim Provisions on the Accounting Treatment of Enterprise Data Resource-Related Matters (Cai Kuai [2023] No. 11): issued 2023-08-01, effective 2024-01-01. Items that meet the definition of intangible assets are recognized as intangible assets, and items that meet the definition of inventory are recognized as inventory; on the balance sheet, a "of which: data resources" line item is added under "inventory", "intangible assets", and "development expenditure"; a "mandatory disclosure + voluntary disclosure" approach is adopted.
  • The "AI for Science" special deployment: launched jointly by the Ministry of Science and Technology and the National Natural Science Foundation of China in 2023-03, centering on key fields such as drug R&D, gene research, biological breeding, and new material research, advancing algorithmic model innovation, open sharing of research data, and construction of compute platforms, and supporting the heterogeneous integration and development of high-performance computing centers and intelligent computing centers.
  • The "Data Elements × Three-Year Action Plan (2024–2026)": proposes implementing the "Data Elements × Sci-Tech Innovation" key action, using scientific data to support technological innovation, focusing on fields such as biological breeding, new material creation, and drug R&D.

5. The Three-Generation Architecture Evolution as It Applies to the Data Science Group

GenerationTime rangeForm in the Data Science GroupCapability boundary
First generation · prompt-engineering eraca. 2020–2023Hand-writing SQL / notebooks, asking "how do I write this SQL" in a chat windowNo tools, no state, no evaluation
Second generation · tools & orchestration eraca. 2023–2025Deep Research productization (from 2025-02), Copilot generating dbt models, open-source Deep Research pipelines (2025-07)Has tools and initial orchestration, preliminary semantic layer and lineage, weak evaluation
Third generation · runtime & evaluation era2025–presentMCP becomes the standard binding layer for data and science tools; context becomes graph-based; evaluation becomes an independent layer (scientific intelligence evaluation systems, verified queries regression sets, review agent grading); constrained search (supports restricting to trusted sites)Context engineering + sandboxed execution + trajectory evaluation + permission governance

The key leap of the third generation is that evaluation has changed from an accessory into infrastructure. In the first two generations, which had no evaluation layer, the output of data science agents could only be checked by human effort; entering the third generation, executable validation sets, physical-constraint checks, and review agents become the default configuration, which is why "turning uncertainty into predictability" truly holds in data science scenarios.


6. Common Challenges and Countermeasures

ChallengeManifestationHarness countermeasurePrimary layer
Silent errorsThe pipeline does not crash, it just lies fluently; tests pass, freshness is normal, row counts are normal, but the definition basis is wrongSemantic regression set + grain assertions + independent recomputation + result-set comparison, rather than relying only on row counts and freshnessL5
Definition driftThe same metric yields different numbers across different reports and at different timesA semantic layer centrally defines metrics/dimensions/grain; definition changes go through versioning and owner approvalL1 + L6
Unauthorized visibilityA user asks in natural language and sees data they should not seeRLS/CLS enforced at the Harness layer; the model must not become the arbiter of permissions; database role-level read-only policyL6 + L2
Runaway costInefficient queries doing full table scans; unconstrained job submission; out-of-control retrieval roundsQuery cost estimation, dry-run EXPLAIN, core-hour quotas, budget guardrailsL6
Missing ground truthResearch and some statistical tasks have no standard answerHard DoD on citation verifiability rate, external benchmarks, review agent grading, human oversightL5
High evaluation costA single scientific simulation can take 1,600~4,400 seconds, preventing frequent regressionTiered evaluation: cheap proxy metrics first, expensive validation triggered on demand; proxy metrics periodically calibrated against ground truthL5
Inference latencySome research reports that scheduling 100 jobs through a cloud API service takes 1–2 hours, limiting real-time deploymentForced separation of inference and constraints — the model does the reasoning, deterministic modules handle feasibility and safetyL2 + L3
Reproducibility gapChanging environment or versions makes conclusions irreproducibleEnvironment locking, fixed random seeds, data version snapshots, artifact completeness accepted per the four ACM definitionsL4
Research integrity riskFabricated citations, numeric hallucination, novelty misjudgmentCitations must be clickable and verified one by one; numbers must be produced by execution rather than generated by the model; novelty must be checked against retrievalL5 + L6

7. Document Navigation

7.1 Group-Level Documents

FilePurpose
README.mdThis file. Positioning comparison of the six directions, the six-layer Harness mapping, common challenges, and document navigation
AGENTS.mdGroup-level governing spec for the Data Science group: role boundaries, data source contracts, reproducibility requirements, statistical and experimental rigor, permissions and data classification, human-in-the-loop, acceptance criteria
SKILL.mdGroup-level standard skill spec for the Data Science group: Front Matter, applicable scenarios, inputs and outputs, execution steps, quality criteria, and handling of common failures

7.2 Direction Documents

FileDirectionCore layerOne-line positioning
01-data.mdData · Data EngineeringL1 + L6Make pipelines not lie: lineage and data quality provide trusted corpus for context, and classification and masking provide hard constraints for governance
02-analytics.mdAnalytics · Data AnalyticsL1 + L5Make the numbers add up: metric definition basis is context engineering, and definition-drift detection is evaluation
03-research.mdResearch · Deep ResearchL1 + L3Make conclusions verifiable: retrieval breadth and citation traceability are the only line of defense
04-science.mdScience · Scientific ComputingL2 + L4Make inference defensible: toolchains and state persistence support rigorous experiment design and statistical inference
05-hpc.mdHPC · High-Performance ComputingL2 + L3Make jobs run: the scheduler is the tool layer, compilation and parallel strategy are the orchestration layer, and the LLM never touches the scheduler
06-ai4s.mdAI4S · Scientific DiscoveryL5 + L3Make discoveries hold up against physical laws: ground truth is not human labels, but conservation laws and experimental validation

Each direction document uniformly includes: introduction, glossary, three case studies, practice standards (AGENTS.md spec / SKILL.md spec / landing checklist), summary, and references, with an Information Gap Statement given before the references.

7.3 Recommended Reading Paths

  • Data platform and data warehouse practitioners: README.md01-data.md02-analytics.md
  • Research and algorithm practitioners: README.md04-science.md06-ai4s.md
  • Supercomputing and infrastructure practitioners: README.md05-hpc.md06-ai4s.md
  • Research and intelligence practitioners: README.md03-research.md04-science.md
  • Architecture and governance leads: README.mdAGENTS.mdSKILL.md → read the "practice standards" section of the direction documents as needed

8. Summary

The Data Science group is where the value of the AI Harness is easiest to quantify, and also easiest to underestimate.

Easy to quantify, because most ground truth here is executable: SQL can be compared, physical laws can be checked, and experiments can be reproduced. Every evaluation layer Harness adds translates directly into a drop in error rate and a rise in trust.

Easy to underestimate, because failures here barely make a sound. An incorrectly computed pipeline does not raise an error; a hallucinated survey appears complete and respectable with proper citation formatting; a candidate structure proposed by AI but not yet validated by physics quietly lies in the database waiting to be falsified.

Accordingly, the group's six direction documents jointly uphold one main thread: do not take "looks right" as "is right". 01 uses lineage and quality gates against silent errors, 02 uses a semantic layer and regression sets against definition drift, 03 uses source verifiability against hallucinated citations, 04 uses experiment design and review agents against spurious correlation, 05 uses the forced separation of reasoning and constraints against scheduling risk, and 06 uses physical laws and experimental validation against novelty hallucinations.

All six directions share the six Harness layers, but each has a different center of gravity. Any scheme that tries to cover all six directions with one general-purpose agent template will fail precisely where rigor is needed most.


Information Gap Statement

During the writing of this document, some content could not be confirmed through reliable sources; it has been marked in the body with [To be filled] or [To be verified], or is set out collectively in the table below:

  1. An authoritative definition, market size, and adoption rate for "AI Harness × data science" — no reliable public source exists. This document gives no statement of the form "N% of organizations have adopted a data science Harness"; the related mapping matrices are analytical content based on the six-layer model definitions and publicly documented case facts, and are neither standards nor facts.
  2. No official or industry-recognized source text found for the AGENTS.md / SKILL.md standards in the data science direction. The spec texts given in this group's AGENTS.md, SKILL.md, and sections 4.1 / 4.2 of the direction documents are all proposed standard drafts put forward by this document, and do not represent the position of any standards organization.
  3. Some details of DCMM 2.0 (GB/T 36073-2025) remain to be verified: the two items "security weight raised from 15% to 25%" and "AI governance mandatory at level 4 and above" come from second-hand accounts and have not been verified in the public full-text system of the national standard; "capability domains expanded from 8 to 9 (adding data assets), capability items increased from 28 to 33, effective 2026-07-01" is a consistent account across multiple sources.
  4. The exact year of ISO 8000-2 is to be verified (different sources give two versions, 2020 and 2022); this document writes only the number, not the year.
  5. The page numbers and volume/issue of the original FAIR paper were not directly verified against the original page in this search; this document cites only the FAIR principles themselves and the survey data, not the paper's page numbers.
  6. No officially published details were found for the specific funding amounts and number of projects of China's AI4S special program; the specific provision text of the three national standards for scientific data submission (GB/T 39908/39909/39912-2021) was not obtained.
  7. All figures in this document that come from vendor self-reporting or second-hand accounts have been labeled with their source or marked [To be verified] at the point of appearance, and have not been used bare.

9. References

  1. DAMA International, DAMA Data Management Body of Knowledge (DAMA-DMBOK) — DAMA International. https://www.longshidata.com/blog/c/c2026062301.html
  2. Data Management Capability Maturity Assessment Model (GB/T 36073-2018); DCMM 2.0 (GB/T 36073-2025) — China national standards. https://ima.qq.com/wiki/?shareId=0258e6e62f0b37168d979fc9920268b9e4a313954973dbcf7e0469f132358841
  3. Summary of the ISO 8000 data quality family of standards — ISO/TC 184/SC 4. https://quality.arc42.org/standards/iso-8000
  4. ISO 8000 series item description — Wikipedia. https://en.wikipedia.org/wiki/ISO_8000
  5. Open Data: Progress, Challenges and Institutions (including FAIR ten-year survey data) — Springer Nature, official blog. https://springernature.com/gp/librarians/the-link/open-science-blogpost/open-data-progress-challenges-institutions/52378334
  6. ACM Artifact Evaluation terminology definitions (Repeatability / Replicability / Reproducibility / Reusability) — arXiv 1908.05986. https://arxiv.org/pdf/1908.05986.pdf
  7. Measures for the Administration of Scientific Data (Guo Ban Fa [2018] No. 17) — General Office of the State Council. https://www.gov.cn/zhengce/content/2018-04/02/content_5279272.htm
  8. Interim Provisions on the Accounting Treatment of Enterprise Data Resource-Related Matters (Cai Kuai [2023] No. 11) — Ministry of Finance. https://www.gov.cn/gongbao/2023/issue_10746/202310/content_6907744.html
  9. Reports on the "AI for Science" special deployment and the "Data Elements × Three-Year Action Plan" — China Journalists Association Network. https://union.china.com.cn/cmdt/txt/2024-03/26/content_42737343.html
  10. Explanation of the chain of scientific data management norms of the Chinese Academy of Sciences — National Basic Disciplines Public Science Data Center. https://cms.casdc.cn/article/312
  11. OpenLineage official specification documentation — Linux Foundation. https://openlineage.io/
  12. Overview of the W3C PROV conceptual model (as relayed) — W3C. https://www.w3.org/TR/prov-overview/
  13. Agentic MOF Screening on Aurora (the "LLM never touches the scheduler" design) — supercomputing.news. https://www.supercomputing.news/hpc/agentic-mof-screening-aurora
  14. AI for Data Engineering 2026 (data relayed from the Astronomer / dbt Labs report) — technical blog. https://baeseokjae.github.io/posts/ai-for-data-engineering-2026
  15. Overview of Data Agent architectures: from architecture to practice — technical analysis blog. https://ibillxia.github.io/blog/2026/08/20/data-agent-servey-from-arch-to-practice