AI Skills AI技能 5h ago Updated 2h ago 更新于 2小时前 48

Where AI Value is Won and Lost AI价值在哪里赢得与失去

Enterprise AI underdelivery stems not from technology gaps but from misallocated domain expertise—most effort concentrates on deployment where ceilings are low, while critical framing and judgment phases are starved of expert input AI collapsed the "generation" phase of problem-solving from weeks to hours, but framing (intent, ontology, architecture) and judgment remain entirely dependent on domain knowledge that cheap generation cannot substitute Three framing pillars—Intent, Ontology, and Arch 企业AI价值流失的核心原因并非技术能力,而是领域知识缺失——95%的生成式AI试点零回报源于努力集中在"部署端"而非"框架端" AI压缩了构建过程的中间环节(生成),但两端(问题框架与结果判断)仍高度依赖领域专家,廉价生成反而增加了对领域知识的需求 框架(Framing)包含三个支柱:意图(服务什么决策)、本体论(实体如何定义与关联)、架构(如何构建),后两者必须由领域专家主导 领域专家应从执行中间环节转移到构建两端:前置参与意图/本体/架构设计,后置负责独立验证,而非嵌入代码开发流程 这不是技术瓶颈问题,而是人才配置决策——通过AI加速学习新领域(如用系统优化视角学电网运营),可快速构建跨领

65
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Enterprise AI underdelivery stems not from technology gaps but from misallocated domain expertise—most effort concentrates on deployment where ceilings are low, while critical framing and judgment phases are starved of expert input
  • AI collapsed the "generation" phase of problem-solving from weeks to hours, but framing (intent, ontology, architecture) and judgment remain entirely dependent on domain knowledge that cheap generation cannot substitute
  • Three framing pillars—Intent, Ontology, and Architecture—form the foundation of any custom AI build, with ontology and architecture being the domain-bound elements non-experts cannot reliably settle
  • A case study of a grid-connected battery scheduling model revealed three cascading framing failures (incorrect reserve market assumptions, collapsed ontology categories, impossible architecture) that produced no errors or warnings—only a domain expert's challenge could surface them
  • Across 63 defects in 9 builds, only 2 were caught by automated checking; 35 were surfaced by domain challenge and 23 by adversarial review designed by domain-aware reviewers

Why It Matters

This article reframes the enterprise AI value problem from a technology bottleneck to a talent allocation decision, offering a practical framework for where domain experts should be positioned in AI builds. For practitioners, it explains the persistent gap between pilot activity and measurable ROI while providing an actionable blueprint for restructuring teams around the two high-leverage phases—framing and judgment—rather than the now-commoditized generation phase.

Technical Details

  • Framing as three iterative pillars: Intent (what decision the output serves, who acts on it, boundary/horizon/resolution), Ontology (what entities exist and how they relate—e.g., product hierarchies, reserve product categorization), and Architecture (objective function design, constraint placement, model autonomy boundaries)
  • Grid battery case study: A scheduling model for a grid-connected battery failed on all three pillars—incorrectly assuming full reserve capacity clearance (intent), collapsing two distinct reserve products into one category with identical delivery duration (ontology), and selling the same capacity block into three reserve products simultaneously (architecture), with zero automated detection
  • Defect analysis across 63 logged defects in 9 builds: 35 surfaced by domain challenge, 23 by adversarial review from domain-aware reviewers, 3 by benchmark comparison, and only 2 by automated checking—demonstrating that models cannot check their own premises
  • Benchmark degradation at scale: Industry-standard optimization tests show strong performance only because problems are pre-framed by humans; performance degrades sharply when models must handle unassisted framing at industrial scale
  • Accelerated domain acquisition: AI can compress learning curves by building structured courses that map new domain concepts onto existing functional anchors, enabling experts to operate effectively in adjacent domains in days rather than weeks

Industry Insight

  • Organizations should restructure AI teams to place domain experts at the framing and judgment boundaries—before any code is written and as independent verification—rather than embedding them in the now-automated generation loop, directly addressing the 95% pilot failure rate identified by MIT's NANDA initiative
  • Investment in "scaffolded domain acquisition"—using AI to accelerate expertise in adjacent domains through structural analogy—should be treated as a strategic capability, enabling faster cross-domain builds without requiring lifelong industry veterans for every new application
  • Automated validation and benchmark comparison alone are insufficient for quality assurance; institutions must build independent verification code paths and anchor outputs against published industry ranges, since flawed assumptions pass internal consistency checks with perfect scores

TL;DR

  • 企业AI价值流失的核心原因并非技术能力,而是领域知识缺失——95%的生成式AI试点零回报源于努力集中在"部署端"而非"框架端"
  • AI压缩了构建过程的中间环节(生成),但两端(问题框架与结果判断)仍高度依赖领域专家,廉价生成反而增加了对领域知识的需求
  • 框架(Framing)包含三个支柱:意图(服务什么决策)、本体论(实体如何定义与关联)、架构(如何构建),后两者必须由领域专家主导
  • 领域专家应从执行中间环节转移到构建两端:前置参与意图/本体/架构设计,后置负责独立验证,而非嵌入代码开发流程
  • 这不是技术瓶颈问题,而是人才配置决策——通过AI加速学习新领域(如用系统优化视角学电网运营),可快速构建跨领域框架能力

为什么值得看

这篇文章揭示了企业AI投资回报率低的深层原因:多数组织将领域专家放在执行环节而非决策环节,导致AI在低天花板场景(如文档摘要)过度投入,而在高价值场景(如需求预测、调度优化)缺乏领域深度。对AI从业者而言,它提供了从"技术部署"转向"知识配置"的战略框架。

技术解析

  • MIT NANDA调查数据:审查300多个披露的企业生成式AI部署,发现95%的试点未产生可衡量的投资回报,核心问题是活动集中在"部署端"而非"框架端"
  • 框架三支柱模型:意图(Intent)- 决策服务目标与边界;本体论(Ontology)- 实体定义与关系结构;架构(Architecture)- 目标函数、约束条件与模型决策边界
  • 电网电池案例:模型假设电池每小时清空全部储备容量,但实际系统运营商购买固定上限储备且多资产竞争;本体论错误(将两种储备产品合并)导致架构错误(同一电池容量同时出售给三个产品)
  • 验证机制对比:63个缺陷中,35个由领域挑战发现,23个由对抗性审查发现,仅3个来自基准测试,2个来自自动化检查——模型无法检查自身前提假设
  • 加速学习路径:通过AI构建定制化课程(如"用系统优化视角解释电网概念"),利用已有领域的结构类比,可将新领域学习从数周缩短至数天

行业启示

  • 人才配置战略:企业应重新设计AI项目团队结构,将领域专家从代码开发环节剥离,前置到问题定义阶段(意图/本体/架构设计),后置到独立验证环节,接受其在中间执行环节的"缺席"
  • 能力建设方向:与其追求更强大的模型,不如投资"可 scaffolding 的领域学习"——培养具备强功能锚点(如系统优化、运筹学)的人才快速进入新领域,构建跨领域框架能力
  • 价值评估框架:建立"框架成熟度"评估标准,区分"部署型AI"(低天花板,现有流程优化)与"构建型AI"(高天花板,自定义问题解决),将资源优先配置于后者

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Deployment 部署 Research 科学研究