数据科学组
1. 介绍
1.1 组的定位
数据科学组覆盖的是一类以数据与计算为生产资料的智能体任务:从数据管道的构建与治理,到指标口径的问答与自助分析,再到文献综述、统计推断、高性能作业调度以及面向科学发现的自主研究。
与软件工程组、知识协同组相比,本组任务有三个稳定的结构性特征:
- 产物不是文本,而是可执行的断言。一条 SQL、一个 dbt 模型、一次 GCMC 模拟、一份因果效应估计,都运行在真实系统之上,可以直接被验证或被证伪。
- 错误是静默的。一条崩溃的管道会立刻告诉你它坏了;一条算错的管道什么也不会告诉你——它会返回一个格式正确、配了图表的数字。这是本组与创意类方向最本质的风险差异。
- 约束来自外部世界。权限边界由数据分级决定,正确性由物理定律或业务口径决定,成本由算力配额决定。模型无法自我授权,也无法自我证成。
因此,本组对 AI Harness 的依赖程度极高:模型提供假设与草稿,Harness 提供可信性。
需要明确的是,「AI Harness × 数据科学」作为一个组合术语,目前没有任何公开标准或权威定义。本文件中关于「六层能力模型在各方向的侧重」的内容,均为基于 Harness 六层模型定义与公开案例事实所做的映射分析,属观点与推论,而非既成事实,阅读时应与可验证的数据、标准条文相区分。
图 1-1|六层 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 | 效应有多大、结论是否稳健 | 实验设计、统计推断、notebook | L2 + L4 |
| 05 | 高性能计算 | HPC | 这个作业怎么在超算上跑起来 | 作业脚本、并行策略、调度 | L2 + L3 |
| 06 | 科学发现 | AI4S / AI for Science | 自然界里有什么值得发现 | 假说、候选结构、验证结果 | L5 + L3 |
2.2 定位差异的四个判别维度
| 维度 | 01 Data | 02 Analytics | 03 Research | 04 Science | 05 HPC | 06 AI4S |
|---|---|---|---|---|---|---|
| Ground truth 形态 | 可执行(SQL 比对、回归测试) | 可执行(结果集 + verified queries) | 缺失(外部基准 + 引用可核查) | 弱(竞赛数据集 + 评审智能体) | 物理级(守恒、收敛);成本高 | 物理定律 / 实验验证 / 守恒律 |
| 主要失败模式 | 静默错误:grain 扇出、重复计数 | 口径漂移、越权可见、成本爆炸 | 幻觉引用、来源不可核查 | p 值操纵、伪相关、未控混杂 | 作业卡死、资源争用、推理延迟 | 新颖性误判、数值幻觉 |
| 典型工具链 | Airflow / dbt / Spark / Great Expectations | 语义层 / NL2SQL / NL2DAX / NL2KQL | 搜索与浏览 MCP / 文献库 | Jupyter / Colab / 统计计算 MCP / MLflow | Slurm / 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 4 | ISO 8000-8:2015 提出三质量维度:句法质量、语义质量、语用质量;配套 ISO 8000-120/130/140(溯源 / 准确性 / 完整性)、ISO/IEC 25012(数据质量特性)、ISO/IEC 25024(测量方法) | 数据质量门禁与审计准则的标准依据 |
| OpenLineage | Linux Foundation 下设项目 | 定义 Job / Run / Dataset 的事件模型(RunEvent / JobEvent)与 Facet 扩展机制;参考实现为 Marquez;被 Airflow、Spark、Flink、dbt、Dagster 等集成 | 血缘数据采集的开放规范 |
| W3C PROV | W3C | Entity / 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)与 BioFAIR | Nature Communications,2026 | 为计算模型提出,强调透明度与验证以确保长期信任与复用;BioFAIR 为生命科学适配版 |
| ACM 工件评审术语 | ACM | Repeatability / 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—2025 | Deep 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.md | Data · 数据工程 | L1 + L6 | 让管道不撒谎:血缘与数据质量为上下文提供可信语料,分级与脱敏为治理提供硬约束 |
02-analytics.md | Analytics · 数据分析 | L1 + L5 | 让数字对得上:指标口径即上下文工程,口径漂移检测即评估 |
03-research.md | Research · 深度研究 | L1 + L3 | 让结论可核查:检索广度与引用可溯源性是唯一的防线 |
04-science.md | Science · 科学计算 | L2 + L4 | 让推断站得住:工具链与状态持久化支撑严谨的实验设计与统计推断 |
05-hpc.md | HPC · 高性能计算 | L2 + L3 | 让作业跑得起来:调度器是工具层,编译与并行策略是编排层,LLM 从不接触调度器 |
06-ai4s.md | AI4S · 科学发现 | L5 + L3 | 让发现经得起物理定律:ground truth 不是人类标注,而是守恒律与实验验证 |
每个方向文档统一包含:介绍、名词解释、三个案例、实践标准(AGENTS.md 规范 / SKILL.md 规范 / 落地检查清单)、总结、参考资料,并在参考资料前给出信息缺口声明。
7.3 建议阅读路径
- 数据平台与数仓从业者:
README.md→01-data.md→02-analytics.md - 科研与算法从业者:
README.md→04-science.md→06-ai4s.md - 超算与基础设施从业者:
README.md→05-hpc.md→06-ai4s.md - 研究与情报从业者:
README.md→03-research.md→04-science.md - 架构与治理负责人:
README.md→AGENTS.md→SKILL.md→ 按需选读方向文档的「实践标准」章节
8. 总结
数据科学组是 AI Harness 价值最容易被量化、也最容易被低估的一组。
容易被量化,是因为这里的 ground truth 大多可执行:SQL 可以比对,物理定律可以检查,实验可以复现。Harness 每加一层评估,都能直接换算成错误率的下降与信任度的提升。
容易被低估,是因为这里的失败几乎不发出声音。一条算错的管道不会报错,一份幻觉的综述会带着引用格式完整体面地出现,一个被 AI 提出但未经物理验证的候选结构会安静地躺在数据库里等待被证伪。
因此,本组六份方向文档共同坚持一条主线:不把「看起来对」当「对」。01 用血缘与质量门禁对抗静默错误,02 用语义层与回归集对抗口径漂移,03 用来源可核查对抗幻觉引用,04 用实验设计与评审智能体对抗伪相关,05 用推理与约束强制分离对抗调度风险,06 用物理定律与实验验证对抗新颖性幻觉。
六个方向共享 Harness 六层,但重心各不相同。任何试图用一个通用智能体模板覆盖全部六个方向的方案,都会在最需要严谨性的地方失效。
信息缺口声明
本文件在撰写过程中存在以下未能通过可靠来源确认的内容,已在正文中以 [待填写] 或 标注,或在下表集中说明:
- 「AI Harness × 数据科学」的权威定义、市场规模与采用率——无可靠公开来源。本文件未给出任何「N% 的组织已采用数据科学 Harness」类表述,相关映射矩阵为基于六层模型定义与公开案例事实的分析性内容,非标准、非事实。
- 数据科学方向 AGENTS.md / SKILL.md 的官方或行业公认标准原文——无结果。本组
AGENTS.md、SKILL.md及各方向文档 4.1 / 4.2 节给出的规范文本,均为本文提出的标准建议稿,不代表任何标准组织立场。 - DCMM 2.0 (GB/T 36073-2025) 的部分细节待核实:「安全权重由 15% 提升至 25%」「4 级以上强制要求 AI 治理」两项来自二手转述,未在国家标准全文公开系统核实;「能力域由 8 个扩展为 9 个(新增数据资产)、能力项由 28 个增至 33 个、2026-07-01 实施」为多来源一致的转述。
- ISO 8000-2 的确切年份待核实(不同来源给出 2020 与 2022 两个版本),本文件只写编号不写年份。
- FAIR 原则原始论文的页码与卷期未在本次检索中直接验证原文页面,本文件只引用 FAIR 原则本身与调查数据,不引用论文页码。
- 中国 AI4S 专项的具体资助金额、立项数量未检索到官方公开明细;科学数据汇交三项国家标准(GB/T 39908/39909/39912-2021)的具体条款原文未获取到。
- 本文件中所有来自厂商自报或二手转述的数字,均已在出现处标注来源方或标注 ,未作裸用。
9. 参考资料
- DAMA International《DAMA 数据管理知识体系指南》(DAMA-DMBOK) — DAMA International。https://www.longshidata.com/blog/c/c2026062301.html
- 《数据管理能力成熟度评估模型》(GB/T 36073-2018);DCMM 2.0 (GB/T 36073-2025) — 中国国家标准。https://ima.qq.com/wiki/?shareId=0258e6e62f0b37168d979fc9920268b9e4a313954973dbcf7e0469f132358841
- ISO 8000 数据质量系列标准汇总 — ISO/TC 184/SC 4。https://quality.arc42.org/standards/iso-8000
- ISO 8000 系列条目说明 — Wikipedia。https://en.wikipedia.org/wiki/ISO_8000
- 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
- ACM Artifact Evaluation 术语定义(Repeatability / Replicability / Reproducibility / Reusability)— arXiv 1908.05986。https://arxiv.org/pdf/1908.05986.pdf
- 《科学数据管理办法》(国办发〔2018〕17 号)— 国务院办公厅。https://www.gov.cn/zhengce/content/2018-04/02/content_5279272.htm
- 《企业数据资源相关会计处理暂行规定》(财会〔2023〕11 号)— 财政部。https://www.gov.cn/gongbao/2023/issue_10746/202310/content_6907744.html
- 「人工智能驱动的科学研究」(AI for Science) 专项部署与《「数据要素×」三年行动计划》相关报道 — 中国记协网。https://union.china.com.cn/cmdt/txt/2024-03/26/content_42737343.html
- 中国科学院科学数据管理规范链条说明 — 国家基础学科公共科学数据中心。https://cms.casdc.cn/article/312
- OpenLineage 官方规范文档 — Linux Foundation。https://openlineage.io/
- W3C PROV 概念模型综述(经转述)— W3C。https://www.w3.org/TR/prov-overview/
- Agentic MOF Screening on Aurora(「LLM 从不接触调度器」设计)— supercomputing.news。https://www.supercomputing.news/hpc/agentic-mof-screening-aurora
- AI for Data Engineering 2026(Astronomer / dbt Labs 报告数据转述)— 技术博客。https://baeseokjae.github.io/posts/ai-for-data-engineering-2026
- 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 能力栈与六方向映射
数据来源:基于本文分析绘制的示意图。
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. | Direction | English / Abbrev. | Core question | Primary output | Primary layer |
|---|---|---|---|---|---|
| 01 | Data Engineering | Data / Data Engineering | Where does the data come from, and how does it become a trusted asset | Pipelines, models, lineage, quality gates | L1 + L6 |
| 02 | Data Analytics | Analytics / BI | What are the business numbers, and what is the definition basis | Metrics, reports, self-service Q&A | L1 + L5 |
| 03 | Deep Research | Research / Deep Research | What is already known about this question, and where is the evidence | Surveys, research reports, evidence tables | L1 + L3 |
| 04 | Scientific Computing | Science / Scientific Computing | How large is the effect, and is the conclusion robust | Experiment design, statistical inference, notebooks | L2 + L4 |
| 05 | High-Performance Computing | HPC | How does this job run on a supercomputer | Job scripts, parallel strategies, scheduling | L2 + L3 |
| 06 | Scientific Discovery | AI4S / AI for Science | What in the natural world is worth discovering | Hypotheses, candidate structures, validation results | L5 + L3 |
2.2 Four Discriminating Dimensions of Positioning Differences
| Dimension | 01 Data | 02 Analytics | 03 Research | 04 Science | 05 HPC | 06 AI4S |
|---|---|---|---|---|---|---|
| Ground truth form | Executable (SQL comparison, regression tests) | Executable (result sets + verified queries) | Missing (external benchmarks + citable references) | Weak (competition datasets + review agents) | Physics-level (conservation, convergence); high cost | Physical laws / experimental validation / conservation laws |
| Primary failure mode | Silent errors: grain fan-out, double counting | Definition drift, unauthorized visibility, runaway cost | Hallucinated citations, unverifiable sources | p-value manipulation, spurious correlation, uncontrolled confounding | Job hangs, resource contention, inference latency | Novelty misjudgment, numeric hallucination |
| Typical toolchain | Airflow / dbt / Spark / Great Expectations | Semantic layer / NL2SQL / NL2DAX / NL2KQL | Search & browse MCP / literature repositories | Jupyter / Colab / statistical computing MCP / MLflow | Slurm / MPI / PMIx / OpenMP / Parsl | Simulation & experiment MCP / robotics / domain databases |
| Human-in-the-loop form | PR + CI review | Definition owner sign-off | Line-by-line source verification of conclusions | Analysis plan pre-review + result re-review | Budget and quota approval before job submission | Hypothesis 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.
| Direction | L1 Context Engineering | L2 Tools & Execution | L3 Orchestration & Control | L4 Memory & State | L5 Evaluation & Observability | L6 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 / Document | Issuing body | Key content | Relevance to this group |
|---|---|---|---|
| DAMA Data Management Body of Knowledge (DAMA-DMBOK) | DAMA International | Defines 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 management | The framework for how the six directions map to knowledge areas |
| Data Management Capability Maturity Assessment Model (GB/T 36073-2018) | China National Standard | Defines 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 Standard | Released 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 33 | New governance requirements after data assets are recorded on balance sheets; some details pending verification, see the Information Gap Statement |
| ISO 8000 Data Quality series | ISO/TC 184/SC 4 | ISO 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 |
| OpenLineage | A project under the Linux Foundation | Defines the Job / Run / Dataset event model (RunEvent / JobEvent) and the Facet extension mechanism; reference implementation Marquez; integrated by Airflow, Spark, Flink, dbt, Dagster, and others | The open specification for lineage data collection |
| W3C PROV | W3C | Entity / Activity / Agent triples and the derivation, attribution, and versioning relations | The conceptual model for lineage and provenance |
4.2 Research Data and Reproducibility
| Standard / Document | Issuing body | Key content |
|---|---|---|
| FAIR principles (Findable / Accessible / Interoperable / Reusable) | Wilkinson et al., Scientific Data, 2016 | The 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 BioFAIR | Nature Communications, 2026 | Proposed 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 terminology | ACM | Four-level definitions: Repeatability / Replicability / Reproducibility / Reusability |
| Measures for the Administration of Scientific Data (Guo Ban Fa [2018] No. 17) | General Office of the State Council | Article 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 submission | Standardization Administration of China | GB/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 Sciences | Ke 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 Policy | U.S. National Institutes of Health | Published 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
| Generation | Time range | Form in the Data Science Group | Capability boundary |
|---|---|---|---|
| First generation · prompt-engineering era | ca. 2020–2023 | Hand-writing SQL / notebooks, asking "how do I write this SQL" in a chat window | No tools, no state, no evaluation |
| Second generation · tools & orchestration era | ca. 2023–2025 | Deep 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 era | 2025–present | MCP 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
| Challenge | Manifestation | Harness countermeasure | Primary layer |
|---|---|---|---|
| Silent errors | The pipeline does not crash, it just lies fluently; tests pass, freshness is normal, row counts are normal, but the definition basis is wrong | Semantic regression set + grain assertions + independent recomputation + result-set comparison, rather than relying only on row counts and freshness | L5 |
| Definition drift | The same metric yields different numbers across different reports and at different times | A semantic layer centrally defines metrics/dimensions/grain; definition changes go through versioning and owner approval | L1 + L6 |
| Unauthorized visibility | A user asks in natural language and sees data they should not see | RLS/CLS enforced at the Harness layer; the model must not become the arbiter of permissions; database role-level read-only policy | L6 + L2 |
| Runaway cost | Inefficient queries doing full table scans; unconstrained job submission; out-of-control retrieval rounds | Query cost estimation, dry-run EXPLAIN, core-hour quotas, budget guardrails | L6 |
| Missing ground truth | Research and some statistical tasks have no standard answer | Hard DoD on citation verifiability rate, external benchmarks, review agent grading, human oversight | L5 |
| High evaluation cost | A single scientific simulation can take 1,600~4,400 seconds, preventing frequent regression | Tiered evaluation: cheap proxy metrics first, expensive validation triggered on demand; proxy metrics periodically calibrated against ground truth | L5 |
| Inference latency | Some research reports that scheduling 100 jobs through a cloud API service takes 1–2 hours, limiting real-time deployment | Forced separation of inference and constraints — the model does the reasoning, deterministic modules handle feasibility and safety | L2 + L3 |
| Reproducibility gap | Changing environment or versions makes conclusions irreproducible | Environment locking, fixed random seeds, data version snapshots, artifact completeness accepted per the four ACM definitions | L4 |
| Research integrity risk | Fabricated citations, numeric hallucination, novelty misjudgment | Citations 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 retrieval | L5 + L6 |
7. Document Navigation
7.1 Group-Level Documents
| File | Purpose |
|---|---|
README.md | This file. Positioning comparison of the six directions, the six-layer Harness mapping, common challenges, and document navigation |
AGENTS.md | Group-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.md | Group-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
| File | Direction | Core layer | One-line positioning |
|---|---|---|---|
01-data.md | Data · Data Engineering | L1 + L6 | Make pipelines not lie: lineage and data quality provide trusted corpus for context, and classification and masking provide hard constraints for governance |
02-analytics.md | Analytics · Data Analytics | L1 + L5 | Make the numbers add up: metric definition basis is context engineering, and definition-drift detection is evaluation |
03-research.md | Research · Deep Research | L1 + L3 | Make conclusions verifiable: retrieval breadth and citation traceability are the only line of defense |
04-science.md | Science · Scientific Computing | L2 + L4 | Make inference defensible: toolchains and state persistence support rigorous experiment design and statistical inference |
05-hpc.md | HPC · High-Performance Computing | L2 + L3 | Make 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.md | AI4S · Scientific Discovery | L5 + L3 | Make 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.md→01-data.md→02-analytics.md - Research and algorithm practitioners:
README.md→04-science.md→06-ai4s.md - Supercomputing and infrastructure practitioners:
README.md→05-hpc.md→06-ai4s.md - Research and intelligence practitioners:
README.md→03-research.md→04-science.md - Architecture and governance leads:
README.md→AGENTS.md→SKILL.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:
- 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.
- 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. - 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.
- 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.
- 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.
- 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.
- 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
- DAMA International, DAMA Data Management Body of Knowledge (DAMA-DMBOK) — DAMA International. https://www.longshidata.com/blog/c/c2026062301.html
- 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
- Summary of the ISO 8000 data quality family of standards — ISO/TC 184/SC 4. https://quality.arc42.org/standards/iso-8000
- ISO 8000 series item description — Wikipedia. https://en.wikipedia.org/wiki/ISO_8000
- 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
- ACM Artifact Evaluation terminology definitions (Repeatability / Replicability / Reproducibility / Reusability) — arXiv 1908.05986. https://arxiv.org/pdf/1908.05986.pdf
- 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
- 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
- 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
- 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
- OpenLineage official specification documentation — Linux Foundation. https://openlineage.io/
- Overview of the W3C PROV conceptual model (as relayed) — W3C. https://www.w3.org/TR/prov-overview/
- Agentic MOF Screening on Aurora (the "LLM never touches the scheduler" design) — supercomputing.news. https://www.supercomputing.news/hpc/agentic-mof-screening-aurora
- 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
- 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