AI 日报 - 2026-06-06
AI 日报 - 2026-06-06
本文由脚本自动生成,共收录 10 条 AI 相关资讯。默认展示速览,展开后阅读完整内容。
今日速览
详细内容
01 Next.js 16.2 发布:开发提速 4 倍、渲染性能优化,新增深度适配 AI 智能体的开发工具
Vercel 近日发布 Next.js 16.2,开源 React 框架的最新版本,带来了性能提升、更好的调试体验、面向 AI 智能体的新工具,以及超过 200 项 Turbopack 相关修复与改进。 本次发布的核心亮点是速度。Vercel 官方数据显示, next dev 启动速度提升了约 400%,在默认应用中比 Next.js 16.1 快约 87%...
Vercel 近日发布 Next.js 16.2,开源 React 框架的最新版本,带来了性能提升、更好的调试体验、面向 AI 智能体的新工具,以及超过 200 项 Turbopack 相关修复与改进。
本次发布的核心亮点是速度。Vercel 官方数据显示,next dev 启动速度提升了约 400%,在默认应用中比 Next.js 16.1 快约 87%,本地服务器几乎在启动瞬间即准备就绪。渲染速度也提升了约 50%。这一提升源于一项已贡献给 React 的改动:通过将 V8 中反复跨 C++ 与 JavaScript 边界的 JSON.parse 恢复函数回调替换为先执行普通 JSON.parse 再在纯 JavaScript 中进行递归遍历的方式,使 Server Components 的载荷反序列化速度最高提升 350%。在实际应用中,这意味着根据载荷大小不同,HTML 渲染速度可提升 25% 至 60%。
在 Next.js 16 中被设为默认打包工具的 Turbopack 现已默认开启 Server Fast Refresh。它不再清空整条导入链的 require 缓存,只重新加载发生改动的模块。据 Vercel 测试,应用刷新速度因此提升 67% 至 100%,编译速度提升 400% 至 900%。新版本还新增了三项能力:JavaScript 文件的子资源完整性(Subresource Integrity)支持、适配解构写法动态导入的 Tree Shaking,以及 postcss.config.ts 配置文件支持。
16.2 版本的很大一部分更新聚焦于 AI 辅助开发。create-next-app 脚手架会自动生成一个 AGENTS.md 文件,next 包也内置了对应版本的 Markdown 格式文档,方便编码智能体在本地调用正确的 API。浏览器错误现在默认会转发到终端,可通过 logging.browserToTerminal 进行配置。此外,实验性的 @vercel/next-browser CLI 支持智能体在终端查看正在运行的项目。
业界评论总体偏向正面。在 Vercel 社区的一篇总结帖中,Roboto Studio 的 Jono 实测开发启动速度提升约 80%,ImageResponse 生成速度提升了 2 至 20 倍,并报告称在约五分钟内完成了两个应用的升级,没有出现重大变更或配置更新。
在 Reddit 上,一位用户对流式改进发表了评论:
流式改进很实用。对我来说,Next.js AI 相关功能最大的痛点在于连接中断时无法妥善处理分段响应。我很想知道 16.2 是否解决了这个问题,还是仍然需要我们自己处理重连逻辑。
仍在使用 Next.js 15 的团队可以通过运行官方 codemod npx @next/codemod@canary upgrade latest 完成迁移,这个工具会更新配置、把重命名的 middleware 适配为 proxy 规范写法,并移除已进入稳定状态的 API 的 unstable_ 前缀。Next.js 16 要求 Node.js 20.9 或更高版本、TypeScript 5.1 或更高版本,升级指南中记录了向全异步请求 API(如 cookies、headers 和 params)迁移的相关细节。
在与 Remix、Astro 等同类 React 框架的竞争中,Next.js 继续凭借其紧密的 Vercel 集成、日益完善的 AI 编码智能体原生支持保持着差异化优势。
Next.js 是由 Vercel 开发和维护的开源 React 框架,支持服务端渲染、静态站点生成和客户端渲染,被广泛应用于大型生产网站,并对 React Server Components 和 Turbopack 提供了一流的支持。
02 我在 Snowflake 2026 AI Summit 看到的:企业 AI 的下一站,不是模型,而是AI经营系统
这两天在 Snowflake AI Summit 现场,我最大的感受是: 企业 AI 的叙事正在发生一次明显转向。 过去一年多,大家谈 AI,最容易谈到的是模型。哪个模型更强,谁的推理能力更好,谁的多模态更领先,谁的编程能力更强。这些当然重要,但如果站在企业经营的角度,只看模型已经不够了。 因为模型正在快速普及,也在快速迭代。企业真正的难题,不是“有没有一个...
这两天在 Snowflake AI Summit 现场,我最大的感受是:企业 AI 的叙事正在发生一次明显转向。
过去一年多,大家谈 AI,最容易谈到的是模型。哪个模型更强,谁的推理能力更好,谁的多模态更领先,谁的编程能力更强。这些当然重要,但如果站在企业经营的角度,只看模型已经不够了。
因为模型正在快速普及,也在快速迭代。企业真正的难题,不是“有没有一个大模型”,而是:
- 企业自己的数据在哪里?
- 业务语义和指标口径是否清楚?
- AI 能不能安全地访问数据?
- Agent 进入企业后,身份、权限和边界如何定义?
- AI 生成的洞察,能不能进入流程、行动和增长结果?
- 组织里的人,是否真的准备好和 AI 一起工作?
这次 Snowflake Summit 给我的启发,不是简单地看到一个数据云公司在发布 AI 产品,而是看到企业 AI 正在从“模型竞争”进入“系统工程”阶段。
我把这两天的观察总结成一句话:
企业 AI 的下一站,不是多买一个模型,也不是多上一个聊天框,而是把数据、治理、Agent、工作流和组织能力,重新组织成一套可运营的经营系统。
模型会越来越强,但企业壁垒不在模型本身
在硅谷参加这样的大会,很容易感受到一个趋势:模型能力还会继续快速提升,但企业对模型的使用方式,已经开始从“崇拜某一个模型”走向“把模型作为可替换的基础能力”。
不同模型会在不同任务上各有优势。有的更适合编程,有的更适合多模态,有的更适合复杂推理,有的产品体验更好。开发者和企业用户会越来越现实:谁能完成任务,谁的上下文更顺,谁的工具链更稳定,就用谁。
这意味着,企业不应该把自己的长期能力绑定在某一个模型账号上。
真正值得建设的是模型之上的系统:数据、上下文、业务语义、任务拆解、结果验证、权限治理和行动闭环。
如果这些东西没有建立起来,模型再强,也只能停留在问答和 demo。反过来,如果企业拥有清晰的数据底座、业务对象、语义层和工作流,模型就可以不断替换和升级,但企业自己的智能系统会持续沉淀。
所以我越来越相信:AI 时代,企业的护城河不是“我用了哪个模型”,而是“我有没有把模型组织进自己的业务系统”。
企业 AI 最终还是跑在数据上
Snowflake 这次大会最清晰的信号,是它正在从传统意义上的数据仓库,走向一个更完整的 AI Data Cloud。
这背后的逻辑很简单:企业 AI 不可能脱离企业数据而存在。
企业里的数据不是整齐地放在一个地方。它分散在业务系统、数据仓库、报表、文档、会议、邮件、客户记录、销售线索、合同、交付反馈和社媒内容里。它既有结构化数据,也有半结构化和非结构化数据;既有历史数据,也有实时业务动作;既有公开信息,也有高度敏感的内部数据。
如果这些数据没有被组织起来,AI 就很难真正进入业务。
很多企业过去做智能问数,容易把问题理解成 Text-to-SQL,好像只要让大模型把自然语言翻译成 SQL,就能解决经营分析问题。但真正难的不是写 SQL,而是:
- 指标口径是不是统一?
- 业务对象是不是定义清楚?
- 数据来源是否可信?
- 权限边界是否明确?
- 不同部门对同一个指标的理解是否一致?
- AI 给出的答案,能否被业务负责人信任?
这也是我在 Snowflake 现场反复感受到的:AI 落地最后一定会回到数据、语义和治理。
没有语义层,Agent 只能会聊天;有了实体、关系、指标口径、来源映射和权限边界,Agent 才可能真正进入业务分析、归因、预测和行动。
这也让我更加确认我们做 EntVerse、Navi、EnlightAI 的方向。企业不是缺一个新的聊天入口,而是缺一套能把对象、关系、指标、来源、权限、行动和反馈组织起来的 Company Context。
治理和信任,正在从后台能力变成前台条件
这次 Snowflake 产品路线里,我特别关注到一个变化:治理不再只是 IT 后台能力,而是企业 AI 能不能真正落地的前台条件。
过去谈数据治理,很多人觉得这是后台工作,是 IT、数据团队、合规部门的事情。但当 Agent 开始进入企业,治理就变成了每个业务负责人都必须关心的问题。
因为企业不能只问:这个 Agent 能不能回答问题?
企业还必须问:
- 它是谁?
- 它代表谁在行动?
- 它能看哪些数据?
- 它能不能把数据移动到外部系统?
- 它能不能自动发邮件、改报价、提交审批?
- 哪些动作必须经过二次确认?
- 出错之后,责任和日志在哪里?
如果这些问题没有答案,AI 就很难从个人效率工具进入企业核心流程。
这也是为什么我觉得“Trust & Governance”会成为企业 AI 的关键词。Agent 进入企业,不只是技术问题,更是身份、权限、审计、流程和组织信任的问题。
未来企业不会只有员工账号、系统账号,还会有大量数字员工和 Agent 身份。每一个 Agent 都需要边界,需要授权,需要可追踪,也需要被纳入企业治理体系。
这对中国企业尤其重要。因为中国企业对私有化、安全、数据边界和权限管控非常敏感。如果我们不能把 AI 讲成一套可信、可治理、可审计的经营系统,而只是讲一个强大的工具,客户很难放心把核心业务交给它。
AI 入口会从聊天框,走向个人工作引擎
这次大会还有一个让我印象很深的趋势:企业 AI 的入口正在从 Chatbox 走向 Personal work engine。
过去很多 AI 产品的入口是一个聊天框。你问,它答。你让它写,它生成。这个阶段很重要,因为它让 AI 变得可用、可感知、可普及。
但这不是企业 AI 的终点。
真正进入工作场景后,AI 需要理解你的上下文,知道你负责什么业务,知道你正在跟进哪些客户,知道你所在组织的目标和优先级,能够连接你的工具,能够定时完成任务,能够生成可协作的 artifact,并且把结果带回业务流程。
也就是说,AI 不只是“回答你”,而是“和你一起工作”。
这就是个人工作引擎的价值。
一个销售负责人,不需要每天重新告诉 AI 自己负责哪些客户;一个市场负责人,不需要每次重新解释品牌、渠道、素材和目标;一个 CEO,也不应该每天从零开始问“公司现在怎么样”。AI 应该理解企业经营上下文,主动帮助人发现风险、推进事项、形成判断、沉淀行动。
这也是 Navi 的方向:不是做一个问答机器人,而是做一个经营助手。它要理解经营对象,知道客户、商机、产品、交付、专项之间的关系;它要知道哪些是事实,哪些是判断,哪些是风险,哪些需要人去行动;它还要能把行动和反馈写回企业上下文,让组织持续学习。
企业 AI 的入口,最终会从聊天框,变成每个人身边的工作系统。
从工具到组织:Agentic Enterprise 才是真正的分水岭
这两天除了 Snowflake 官方 Keynote,我还和极客邦、安克创新等同行做了几场很有价值的对谈。其中一个共识非常强:AI 对企业的影响,不是工具层面的,而是组织层面的。
我把这个变化称为 Agentic Enterprise。
**什么叫 Agentic Enterprise?**不是企业里有几个员工在用 AI,也不是某个部门做了几个智能体 demo,而是数字员工开始成为组织中的正式生产力单元。
一旦你把数字员工当作组织成员,就必然带来一系列问题:
- 它向谁汇报?
- 它和真人如何协作?
- 它能承担什么任务?
- 它的结果如何验收?
- 它的经验如何沉淀?
- 它是否会改变组织流程和岗位边界?
所以 AI 组织升级不是“采购 AI 工具”,而是组织范式变化。
工业时代的组织像流水线。每个人负责一个环节,流程层层传递,管理依赖层级和汇报。但 AI 时代,一个人借助多个 Agent,可以完成过去多个角色共同完成的事情。人的能力边界被打开,协作链路被压缩,很多流程会被重新组合。
这让我很认同安克创新 CIO Neil 提出的“蜂巢式组织”想象:未来组织会由大量更小、更端到端的小团队组成。每个小团队围绕一个目标闭环,借助 AI 完成洞察、定义、执行、复盘和优化。它们之间不是完全无序,而是通过企业大脑和动态管理网络保持协同。
从流水线到蜂巢,这可能是 AI 时代组织进化的一个重要方向。
老板必须亲自下场,组织才能真正转型
很多企业谈 AI 转型,第一反应是让 IT 部门研究工具,让业务部门试用产品,让员工参加培训。
这些都需要,但还不够。
我越来越觉得,AI 转型的第一责任人必须是老板。尤其是企业的一把手,必须亲自下场。
原因很简单:如果老板没有亲身体验过 AI 带来的生产力跃迁,他很难真正相信这件事,也很难推动组织做结构性改变。
我自己有一个很强的体感。多年没有写代码之后,我重新借助 Coding Agent 上手 Build。过去可能需要一个团队做半年到一年的东西,现在几天就能搭出核心版本。那个瞬间带来的冲击,不是听别人讲一百遍能替代的。
所以我总结了一个方法:Build、Learn、Lead、Being led。
**第一,Build。**老板要亲自做,亲自体验 AI 如何改变生产力;
**第二,Learn。**AI 是一个巨大的知识系统,管理者要学会向它学习,学习战略、组织、流程、技术和行业经验;
**第三,Lead。**大模型没有企业自己的价值观和战略意志,老板必须用自己的愿景、价值观和战略去引导它;
**第四,Being led。**在具体问题上,也要学会被 AI 引导。不是所有细节都由老板控制,真正的管理能力,是知道什么时候坚持自己的判断,什么时候相信系统给出的建议。
如果老板不亲自下场,AI 很容易停留在局部试点;如果老板亲自下场,它才可能变成组织升级。
不要等数据治理完成,再开始 AI
这次和几位同行讨论时,我们反复谈到一个中国企业常见误区:先把数据治理全部做好,再开始做 AI。
这个逻辑看起来稳妥,但在 AI 时代可能会错过窗口。
因为数据治理不是一个抽象目标。真正有效的数据治理,应该从业务问题出发。
企业不应该先问“我要不要做一套完整数据治理工程”,而应该先问:
- 我最想提升哪个业务结果?
- 哪个流程最值得被 AI 改造?
- 哪个岗位最适合先变成超级个体?
- 哪类客户、商机、内容、交付或供应链数据最能产生价值?
从场景出发,AI 目标会倒逼数据治理。你要让 AI 回答经营问题,就必须定义指标;你要让 Agent 推进客户,就必须沉淀客户上下文;你要让 AI 参与销售,就必须连接线索、内容、触点和转化;你要让 AI 做供应链决策,就必须梳理商品、库存、渠道和需求。
所以正确路径不是“等数据治理完成再做 AI”,而是“一边做 AI,一边治理数据,一边沉淀组织能力”。
这对中国企业反而是机会。过去数字化、数据化、智能化可能是分阶段完成的;今天,AI 让企业有机会把这些事情压缩到同一个业务改造过程中。
中国路径不是复制 Snowflake,而是把 AI 扎进真实产业
这次美国行,我一直在思考一个问题:中国会不会出现自己的 Snowflake?
如果只是简单复制 Snowflake 的产品形态,我觉得答案未必乐观。中国的软件市场、上云环境、采购体系、客单价、私有化习惯和生态开放程度,都和美国不一样。
但这不代表中国没有机会。
恰恰相反,中国 AI 企业的机会可能在另一条路径上。
Snowflake 值得我们学习的,不只是某个产品,而是三件事:
第一,产品完成度。不是只有概念,而是每个概念后面都有产品、Demo、案例和生态;
第二,讲故事能力。能把复杂技术讲成客户听得懂的业务语言;
第三,生态连接。通过开放接口、合作伙伴和平台能力,让更多企业围绕它形成系统。
但中国真正的独特优势,在于产业场景。
中国有极其丰富的消费场景,有完整的工业链,有深厚的供应链,有大量正在全球化的制造、品牌和零售企业。AI 如果只停留在 Chatbox,价值有限;但如果能进入研发、供应链、销售、渠道、门店、客服、经营分析和品牌增长,它就可能变成新的生产力系统。
所以我认为,中国路径不是复制一个轻 SaaS 或 Data Cloud,而是学习世界级公司的产品完成度、生态能力和表达方式,然后把 AI 扎进真实产业,扎进行业数据,扎进业务流程。
未来中国可能会出现伟大的 AI 公司,但它未必长得像美国 SaaS。它可能更重、更行业化、更贴近供应链和经营结果。
数说故事要做的,不只是数据和 AI 能力,而是 AI 增长系统
回到数说故事,我们长期做的事情,是把外部世界的数据、消费者声音、品牌内容、行业信号、销售线索和业务结果组织起来,帮助企业做增长决策。AI 时代,这件事不但没有变弱,反而更重要。
因为模型越强,越需要高质量的企业上下文;Agent 越多,越需要统一的对象、关系、权限和行动闭环;企业越想用 AI 提效,越需要把数据、内容、洞察、销售和经营结果连接起来。
这就是我们说 Social to Sales,帮助客户从消费者认知到拿到生意结果,并在此过程中利用我们的 AI 能力(EntVerse+Navi+EnlightAI)来帮助我们的客户构建属于他自己的连续经营系统,进入 Agentic Enterprise 时代。
Social to Sales 不是简单做社媒洞察,而是把内容、品牌、消费者信号和销售增长连接起来。
EntVerse 不是一个知识库,而是企业经营世界模型,把客户、产品、商机、交付、专项、风险、行动和指标组织起来。
Navi 不是聊天机器人,而是经营助手,帮助管理者理解经营状态、识别风险、推进动作、沉淀反馈。
EnlightAI 也不是单一 Agent 平台,而是让企业能够配置、运行、调度和治理数字员工。
这些方向共同指向一件事:AI 不只是让企业多一个工具,而是让企业重新组织增长。
结语:企业 AI 的深水区,已经来了
这两天在 Snowflake Summit,我看到的是一个非常清晰的转折。
AI 正在从模型演示进入企业深水区。
在浅水区,大家比的是模型能力、Demo 效果和单点效率;到了深水区,比的是数据底座、语义层、治理信任、工作流、组织能力和业务结果。
这对中国企业来说既是挑战,也是机会。
挑战在于,不能再把 AI 当成一个工具采购问题。机会在于,中国有丰富的产业场景、快速的业务迭代、强大的供应链和大量愿意增长的企业家。
谁能更快把 AI 从聊天框带进业务流程,谁能更快让老板亲自下场、员工成为超级个体、组织建立企业大脑,谁就可能在下一轮竞争里跑出来。
我带着问题来到 Snowflake Summit:全球数据与 AI 公司,正在如何把 AI 做进企业业务?Agentic Enterprise 到底是概念,还是现实?中国企业的机会,是复制硅谷,还是走出自己的路径?
现在我的答案更清楚了:
企业 AI 的下一站,不是模型,而是经营系统;不是工具升级,而是组织进化;不是复制硅谷,而是把 AI 扎进真实产业,扎进真实业务,扎进真实增长。
这也是数说故事接下来要继续做的事情。
作者简介
徐亚波(Arber Xu),数说故事(DataStory)创始人兼 CEO。加拿大西蒙弗雷泽大学计算科学博士,前中山大学人民教师,20 年+专注在大数据和 AI 领域的数据科学家。
03 Why sophrosyne, an ancient Greek virtue, matters more than ever in the age of AI
Sophrosyne is a constellation of characteristics that includes moderation, reflectiveness and self knowledge. PM Images/DigitalVision via Getty Images Texting while driving. Bullyi...
Sophrosyne is a constellation of characteristics that includes moderation, reflectiveness and self-knowledge.
PM Images/DigitalVision via Getty Images
Texting while driving. Bullying people on social media. Buying into the latest conspiracy theory. Passing off AI-generated work as your own.
That may seem like a random list of 21st-century vices. But I’d argue they’re all examples of the loss of one particular virtue: sophrosyne.
An ancient Greek concept, sophrosyne – pronounced “suh-fros-uh-nee” – is what we might call “sound-mindedness” today. It’s a constellation of characteristics, including moderation, reflectiveness and self-knowledge. They’re found in the kind of person who can respect and trust herself, and be respected and trusted by others.
As a philosopher and philosophical counselor, I research the connection between virtue and happiness. In particular, I’ve noticed a connection between sophrosyne and eudaimonia, the Greek philosophical concept for happiness, or living well.
Harmony of the soul
For the Greeks, sophrosyne represented excellence of character, moderation and self-control. It was connected to phronesis, or practical wisdom, and stood in marked contrast with hubris: excessive pride, dangerous overconfidence and lack of self-insight. Heraclitus, a philosopher who lived around 500 B.C.E., taught that sophrosyne was the most important virtue of all.
Plato, who taught a century later, discussed sophrosyne as the ability to know oneself – and to know when you don’t know something. In “Republic,” he likened sophrosyne to a harmony or friendship between the three parts of the soul: reason, spirit and bodily desires.
At the center of ‘The School of Athens,’ by Raphael, stand Plato and his student, Aristotle.
Wikimedia Commons
Plato’s student Aristotle argued that sophrosyne allows people to strike a balance between self-indulgence and self-denial – like someone who tries to get the right amount of physical exercise, neither too much nor too little. Aristotle taught that it was a virtue developed through practice, just like training for a sport or learning to play a musical instrument.
Sound-mindedness, in short, is not inborn but must be learned.
Discipline and discernment
I believe sophrosyne is still essential for the good life, the life of eudaimonia – happiness and human flourishing. It’s not a transitory feeling, but a sense of being your best self. This involves a kind of satisfaction that is not possible without self-knowledge and self-control.
What’s more, it requires the ability to discriminate between the good and the bad, the true and the false – capacities that are not inborn, but learned through steady practice. Without sophrosyne, it may not be possible to discern what is good for yourself or others. And even if you could, without sophrosyne you might lack the will to follow through.
If anything, these qualities might be even more important with the rise of artificial intelligence and social media. In my counseling practice, I’ve worked with people like “Brian,” an idealist who wanted truth and justice to win out over evil and oppression.
The problem was that he didn’t know how to vet his sources. As the COVID-19 pandemic raged, Brian fell down a conspiracy theory rabbit hole. He was certain that the condensation left in airplanes’ wake were “chemtrails,” a government brainwashing plot, and fumed against the “New World Order.” Thinking he knew it all, he was no longer open to reasoned dialogue.
Sound-mindedness helps us keep perspective in the sea of information online.
Artur Debat/Moment Mobile via Getty Images
But if Brian is an example of the loss of sophrosyne, another person I worked with, “Lee,” shows how we can develop it. Lee spent quite a bit of time on social media, but she began to wonder how it was affecting her. She slowed down, took more breaks and started paying more attention to what her mind was doing and to how she was feeling.
As Lee became more self-aware, she realized she was wasting her time. She no longer connected to the reasons she had used social media in the first place. “Consuming social media was making me uneasy. It was like pigging out on junk food,” she told me. “Now I read more books, prepare food and walk during the time I had been spending on social media.”
Ripple effect
For the Greeks, sophrosyne was an ideal second to none. In the 1960s, though, Plato scholars Edith Hamilton and Huntington Cairns lamented that it was no longer “among our ideals.” That seems all the more true today – and the wider consequences are easy to see.
First, there’s the increase in incivility, in all its 21st-century forms – from road rage to cyberbullying. After the isolation of the pandemic, there’s even a new term for general social incivility: “social jet lag.”
The decline of sophrosyne can also lead to screen addiction, diminished attention span and ability to focus – factors that can, in turn, undermine civility. Civility takes sustained awareness of oneself and others.
The consequences go beyond our friends, families and co-wor
(内容已截断)
04 Rethinking the Value of Generated Tests for LLM Software Engineering Agents
Computer Science Software Engineering arXiv:2602.07900 (cs) Submitted on 8 Feb 2026 ([v1), last revised 9 Apr 2026 (this version, v2)] Title:Rethinking the Value of Agent Generated...
Computer Science > Software Engineering
arXiv:2602.07900 (cs)
[Submitted on 8 Feb 2026 (v1), last revised 9 Apr 2026 (this version, v2)]
Title:Rethinking the Value of Agent-Generated Tests for LLM-Based Software Engineering Agents
Authors:Zhi Chen, Zhensu Sun, Yuling Shi, Chao Peng, Xiaodong Gu, David Lo, Lingxiao Jiang
View a PDF of the paper titled Rethinking the Value of Agent-Generated Tests for LLM-Based Software Engineering Agents, by Zhi Chen and 6 other authors
Abstract:Large Language Model (LLM) code agents increasingly resolve repository-level issues by iteratively editing code, invoking tools, and validating candidate patches. In these workflows, agents often write tests on the fly, but the value of this behavior remains unclear. For example, GPT-5.2 writes almost no new tests yet achieves performance comparable to top-ranking this http URL raises a central question: do such tests meaningfully improve issue resolution, or do they mainly mimic a familiar software-development practice while consuming interaction budget?
To better understand the role of agent-written tests, we analyze trajectories produced by six strong LLMs on SWE-bench Verified. Our results show that test writing is common, but resolved and unresolved tasks within the same model exhibit similar test-writing frequencies. When tests are written, they mainly serve as observational feedback channels, with value-revealing print statements appearing much more often than assertion-based checks. Based on these insights, we perform a prompt-intervention study by revising the prompts used with four models to either increase or reduce test writing. The results suggest that prompt-induced changes in the volume of agent-written tests do not significantly change final outcomes in this setting. Taken together, these results suggest that current agent-written testing practices reshape process and cost more than final task outcomes.
| Subjects: | Software Engineering (cs.SE); Artificial Intelligence (cs.AI) |
| Cite as: | arXiv:2602.07900 [cs.SE] |
| (or arXiv:2602.07900v2 [cs.SE] for this version) | |
| https://doi.org/10.48550/arXiv.2602.07900 Focus to learn more arXiv-issued DOI via DataCite |
Submission history
From: Zhi Chen [view email]
[v1]
Sun, 8 Feb 2026 10:26:31 UTC (372 KB)
Full-text links:
Access Paper:
View a PDF of the paper titled Rethinking the Value of Agent-Generated Tests for LLM-Based Software Engineering Agents, by Zhi Chen and 6 other authors
Current browse context:
cs.SE
Change to browse by:
References & Citations
export BibTeX citation
Loading…
BibTeX formatted citation
×
loading…
Data provided by:
Bookmark
Bibliographic Tools
Bibliographic and Citation Tools
Bibliographic Explorer Toggle
Bibliographic Explorer (What is the Explorer?)
Connected Papers Toggle
Connected Papers (What is Connected Papers?)
Litmaps Toggle
Litmaps (What is Litmaps?)
scite.ai Toggle
scite Smart Citations (What are Smart Citations?)
Code, Data, Media
Code, Data and Media Associated with this Article
alphaXiv Toggle
alphaXiv (What is alphaXiv?)
Links to Code Toggle
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub Toggle
DagsHub (What is DagsHub?)
GotitPub Toggle
Gotit.pub (What is GotitPub?)
Huggingface Toggle
Hugging Face (What is Huggingface?)
ScienceCast Toggle
ScienceCast (What is ScienceCast?)
Demos
Demos
Replicate Toggle
Replicate (What is Replicate?)
Spaces Toggle
Hugging Face Spaces (What is Spaces?)
Spaces Toggle
TXYZ.AI (What is TXYZ.AI?)
Related Papers
Recommenders and Search Tools
Link to Influence Flower
Influence Flower (What are Influence Flowers?)
Core recommender toggle
CORE Recommender (What is CORE?)
- Author
- Venue
- Institution
- Topic
About arXivLabs
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv’s community? Learn more about arXivLabs.
Which authors of this paper are endorsers? |
Disable MathJax (What is MathJax?)
05 This is your laptop… on AI
Podcasts AI Gadgets This is your laptop… on AI On The Vergecast: Nvidia’s plan to reboot your PC, Apple’s smart glasses, and the first week of our new daily format. On The Vergecas...
- Podcasts
- AI
- Gadgets
This is your laptop… on AI
On The Vergecast: Nvidia’s plan to reboot your PC, Apple’s smart glasses, and the first week of our new daily format.
On The Vergecast: Nvidia’s plan to reboot your PC, Apple’s smart glasses, and the first week of our new daily format.
by David Pierce
Jun 5, 2026, 4:39 PM UTC
- Link
- Share
- Gift
David Pierce is editor-at-large and Vergecast co-host with over a decade of experience covering consumer tech. Previously, at Protocol, The Wall Street Journal, and Wired.
We’re now deep into developer conference season, and one of the themes so far is the relentless conviction from Big Tech companies that AI is going to change everything about how we do everything. Nvidia’s Jensen Huang made that clearer than anyone this week, when he described a completely new way of using our laptops — and a completely new kind of laptop made to support it. It’s all very interesting, but it raises the same question we have around so many AI products: Does anyone actually want this?
On this episode of The Vergecast, Nilay and David run through a lot of the products coming out of Microsoft Build and Google I/O, from Gemini Spark to the Nvidia RTX Spark to Microsoft’s Scout and Solara projects. AI agents are everywhere, doing everything, and we’re not exactly sure how to feel about it. Are we due for a complete re-think of our laptops, just so they can run AI models? Or is “more powerful laptop” enough to get the job done?
After that, it’s time for the Hype Desk, Brendan Carr is a Dummy, our thoughts about WWDC, and a deeply silly Meta hack.
Watch | Listen | Get ad-free
Also: We’re now a week in to The Vergecast’s new life as a daily podcast! We’ve talked about the state of posting, Nvidia’s chip ambitions, the Steroid Olympics, and Microsoft Build. We already have new ideas for the show and some stuff we want to improve, but we also want to hear how you’re feeling about the new format. Tell us everything! Call the Vergecast Hotline at 866-VERGE11, send us an email at vergecast@theverge.com, and tell us everything that’s on your mind. And make sure you subscribe so you don’t miss an episode!
Follow topics and authors from this story to see more like this in your personalized homepage feed and to receive email updates.
- David Pierce
- AI
- Gadgets
- Microsoft
- Podcasts
- Tech
- Vergecast
Most Popular
Most Popular
Summer Game Fest Live 2026: The biggest news, trailers, and announcements
Valve says it’s ready to launch the Steam Machine this summer
[Rivian’s software chief thinks you don’t need CarPlay or buttons
Video](/podcast/929940/rivian-wassym-bensaid-software-volkswagen-carplay-assistant-ai)
Belkin’s new Joy-Con grips also boost the Switch 2’s battery life
The Verge Daily
A free daily digest of the news that matters most.
Email (required)
Sign Up
By submitting your email, you agree to our Terms and Privacy Notice. This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
[Advertiser Content From
This is the title for the native ad](/)
06 Let us filter AI slop, you cowards
AI Report Tech Let us filter AI slop, you cowards Online platforms could prove whether AI labels work by giving us a filter option, but then they’d have to face reality. by Jess We...
- AI
- Report
- Tech
Let us filter AI slop, you cowards
Online platforms could prove whether AI labels work by giving us a filter option, but then they’d have to face reality.
by Jess Weatherbed
Jun 4, 2026, 12:30 PM UTC
- Link
- Share
- Gift
Nobody should be subjected to seeing shrimp Jesus all over their social feeds.
| Image: Cath Virginia / The Verge, Getty Images
- AI
- Report
- Tech
Let us filter AI slop, you cowards
Online platforms could prove whether AI labels work by giving us a filter option, but then they’d have to face reality.
by Jess Weatherbed
Jun 4, 2026, 12:30 PM UTC
- Link
- Share
- Gift
Jess Weatherbed is a news writer focused on creative industries, computing, and internet culture. Jess started her career at TechRadar, covering news and hardware reviews.
It’s almost impossible to avoid seeing AI-generated content online, but it doesn’t have to be this way. YouTube, Instagram, TikTok, and more have ramped up content authentication efforts over the last year, with many now automatically applying labels to distinguish AI-generated images, videos, and music from those made by real, human creators.
That’s all very well and good if we’re just stumbling across labeled content at random, but you know what would be better? Letting us filter out the AI slop.
Current labeling efforts haven’t meaningfully changed how content is presented online. You may notice that some TikTok or YouTube videos in your feeds now have AI disclosures in the description, or information labels overlaid onto the clip itself. Meta takes a similar approach by applying “AI info” labels to images on Facebook and Instagram that carry identifying AI metadata or voluntary disclosures from the creators.
But if you want to actually avoid seeing anything tagged with such labels — which is justifiable, given the brain rot it induces on top of the ethical and environmental concerns around generative AI — it’s actually incredibly difficult to do so. A filter would easily solve this. All we need is an “AI” checkbox to toggle.
I reached out to Meta, Google, TikTok, and Spotify to ask if they have plans to let users filter the various content they’ve been authenticating with AI labeling systems. TikTok and Spotify never responded, and Google said it had nothing to share. Meta didn’t provide an attributable comment. But to summarize, none of these companies said “yes.”
Notice how DeviantArt chose “suppress” here rather than “exclude.”
Image: DeviantArt / The Verge
One of the only online platforms that I’ve seen with an AI content filter is DeviantArt, and its implementation is extremely telling. For one, you can’t access it on DeviantArt’s feeds or store page, so it feels somewhat hidden away. Instead, you have to make an account and then hover over your user icon at the top-right of the page to find the “AI Content Settings” menu. From there, you only have two options: the default “Show AI” setting, or the “Suppress AI” option that claims you’ll see “fewer instances” of AI-generated or manipulated imagery.
Having tried both options, I, unfortunately, don’t see a notable difference. I’ve got a pretty good eye for spotting AI-generated “digital illustrations” at this point, but I didn’t have to rely on my suspicions alone — almost every dubious image I selected included a creator’s disclosure in the description that confirmed the work was spat out by a robot. DeviantArt does a poor job of automatically applying AI labels to images with metadata that clearly indicates AI provenance.
Pinterest has a similar system in place. Users who are signed into a Pinterest account can click on the settings icon, select “Refine your recommendations,” and then tap the “AI content” tab to toggle specific categories, including art, beauty, fashion, and home decor. Disabling any of these options will show you “less AI-modified content” for that particular category, according to Pinterest, but in my experience, it’s far from perfect. The setting is also arguably harder to find than a filter built into Pinterest’s feeds. I still saw plenty of images with suspicious AI tells (including uncannily perfect photography models and unexplainable illustration errors), despite the AI filters being maxed out.
I commend the customization options here, but these refinement options are hidden away and don’t actually work effectively.
Image: Pinterest / The Verge
And that is almost certainly what will happen if other platforms like YouTube or Instagram introduce an AI content filter: It won’t work very well. But that’s okay because it would expose the ineffective “solutions” our AI emperors dress themselves in. They exist, on paper, to appease regulators and critics, but do little to address the actual problem of distinguishing AI fakery from authentic photography and creative works.
And platforms do know it’s a problem. Instagram head Adam Mosseri said in December that “authenticity is becoming a scarce resource” amid the rise in AI-generated content. And now we have Google CEO Sundar Pichai admitting in a recent Decoder interview that “there’s a lot of AI slop out there,” and that online users need to “adapt to it.” Okay, give us filters.
Provenance-based systems like C2PA and SynthID work by embedding metadata or invisible watermarks into content at the point of creation. But there are plenty of open-source AI models that don’t do this (especially if they’re designed for nefarious purposes), and even then, metadata can be stripped out too easily to make this dependable. There are also detection-based methods that analyze patterns in digital content and then rate the likelihood that AI was used to create it, but these can provide false positives. None of this currently works effectively at scale.
Nevertheless, companies, including AI providers like OpenAI, are currently heralding those AI labeling solutions as something that will help prevent people from being duped by deepfakes and other misleading fakery. If regulators caught wind of how ineffective they are, then online platforms and AI providers may need to actually find a solution that does work, instead of what currently feels like a smokescreen.
Related
- Does Big Tech actually care about fighting AI slop?
- It’s make or break time for AI labeling systems
- THE PEOPLE DO NOT YEARN FOR AUTOMATION
Platforms will argue that they risk incorrectly flagging authentic content if they push labeling initiatives too hard. Both Meta and YouTube found out the hard way after applying AI labels to images and videos that creators said were produced without the help of such tools. If that’s such a concern for current labeling systems, then find a better solution. Surely improving the user experience for your millions of users is a worthwhile investment to fend off competition?
And while I’m a
(内容已截断)
07 How virtual power plants could provide energy for data centers
You need to enable JavaScript to view this site. Skip to Content EXECUTIVE SUMMARY Would you take a payment to ramp down your electricity use? Would it change anything if you were...
You need to enable JavaScript to view this site.
EXECUTIVE SUMMARY
Would you take a payment to ramp down your electricity use? Would it change anything if you were doing so to help power a local data center?
Google just signed a new deal to help pay for a virtual power plant (VPP) in the largest power grid in the US. The agreement is with Voltus, a leading VPP and distributed energy resources platform.
Voltus will set up the virtual power plant, grouping together devices like electric vehicles and smart thermostats. It’ll pay customers to participate, and the company will dial back power or use the stored energy during times when the grid is stressed. Google will foot the bill for setting it up, and the extra capacity generated by the project will help run its data centers in the region.
This is one of the most concrete examples so far of a tech giant using a VPP to help meet energy demand for data centers. But there are still some lingering questions about just how far this sort of program can go, and what the limits are.
Last year, it felt as if everyone was talking about data center flexibility. A high-profile study from Duke University found that if data centers agreed to decrease their energy demand for roughly 40 hours per year, a whole bunch of them (about 100 gigawatts’ worth) could come online without making new power plants or transmission equipment necessary.
The underlying reason is that our power grid is designed not for our average energy use, but for the absolute maximum: the brutally hot July evening when everyone is blasting their air conditioners, watching Love Island, and microwaving popcorn. If a data center is willing to refrain from pulling so much power during those high-stress times, the grid can happily support it the rest of the year.
One lingering question here is about incentives: How would you get data centers to agree to this? After all, they might not have a very flexible load, especially now that AI use is more widespread—training a model can easily be delayed or shifted, but customer demand is more immediate. Giving up computing capacity could mean losing revenue.
Regulation is one approach that could work here. One proposal in the US would allow new data centers to come online years sooner if they agree to lower demand when the grid is nearing its max. And a new Texas law requires large users to switch to backup power or curtail their demand in emergency situations.
Another approach is for data center operators to pay for other people to be flexible.
Voltus announced a new program in September that allows data centers to finance flexibility on their local grid. The company calls it “Bring your own capacity.” Google is now the first named customer taking advantage of this program.
In the new agreement, Voltus will pay people who agree to participate in the virtual power plant. The plant will be part of PJM, the grid that covers much of the US East Coast. The company says it will be able to aggregate up to 100 megawatts of distributed energy resources each year. The plant should be operational in 2027, according to Voltus.
This isn’t Google’s first foray into flexibility; the company has agreements with utilities across the US to limit or shift its own energy demand, which can help free up grid capacity. As the company pointed out in a blog post earlier this year, though, there are limits on how flexible a data center can be, and not every facility will be able to ramp down its power demand.
“There is no one solution for expanding grid capacity and we’re continuing to explore all options, including the many avenues for load flexibility,” said Michael Terrell, Google’s global head of advanced energy, in an emailed statement in response to written questions.
Once again, I’m wondering about incentives here. These companies are asking homes and businesses to be flexible. Will they agree?
A recent study in California looked at local people’s willingness to participate in managed electric-vehicle charging. Essentially, the program pays people to give up control of when they charge their EVs. This is another way to help smooth out electricity demand and ease the burden on the grid.
The problem? Not many people signed up. With no economic incentive, only 1% of EV owners enrolled in managed charging. At $40 per month (about 15% of their power bill), only 4.6% did.
This is a different situation and a different region from the one in which Google is working with Voltus. (It’s worth noting that the companies aren’t sharing how much they plan to pay the participants, which will obviously be a big determinant in participation for this kind of project.)
But this study shows that even with money on the table, people may not always jump at the chance to cede control of their electricity demand. And it certainly feels relevant that about 70% of Americans oppose AI data centers in their area, according to recent Gallup polling.
Being flexible sounds like a great idea in theory, and these financed VPPs could provide an immediate route to meeting energy demand. But as we move from idea to implementation, it’ll be interesting to see whether trial runs work as intended.
This article is from The Spark, MIT Technology Review*’s weekly climate newsletter. To receive it in your inbox every Wednesday,* sign up here.
Deep Dive
Climate change and energy
### The balcony solar boom is coming to the US
Plug-in panels are getting popular—how do we make sure they’re safe?
By
### The noise we make is hurting animals. Can we learn to shut up?
The good news is it’s a problem we can solve if we want to.
By
### Is fake grass a bad idea? The AstroTurf wars are far from over.
Around the country, heated debates are taking place over whether to install artificial turf, pitting neighbors against each other.
By
### Digging for clues about the North Pole’s past
To understand what the future holds for Earth’s northernmost waters, scientists are burrowing deep below the seabed.
By
Stay connected
Illustration by Rose Wong
Get the latest updates from MIT Technology Review
Discover special offers, top stories,
upcoming events, and more.
Enter your email
Thank you for submitting your email!
It looks like something went wrong.
We’re having trouble saving your preferences.
Try refreshing this page and updating them one
more time. If you continue to get this message,
reach out to us at
[customer-service@technologyreview.com](mailto:customer-service@technologyreview.com
(内容已截断)
08 The Download: Trump’s new AI order, and smart glasses for warfare
You need to enable JavaScript to view this site. Skip to Content This is today's edition of The Download , our weekday newsletter that provides a daily dose of what's going on in t...
You need to enable JavaScript to view this site.
This is today’s edition of The Download, our weekday newsletter that provides a daily dose of what’s going on in the world of technology.
5 key points in Trump’s new AI order
Less than two weeks after scrapping an executive order on AI, President Donald Trump signed a new one on Tuesday. Promising to promote innovation and security, the policy represents a turning point in the White House’s AI governance—but is likely to attract criticism from both opponents and supporters of stricter regulation. Here are five key points from the order:
1. It’s created a voluntary review system: tech companies will be asked to share frontier models with the government for review 30 days before they plan to release them.
2. There’s no mandatory licensing: the government will not require permits before software can be deployed.
3. It establishes a dedicated AI cybersecurity clearinghouse: the new hub will coordinate security checks with the private sector.
4. It’s a watered-down version of the order Trump shelved last month: the earlier version requested models 90 days before their release.
5. But it’s still a move towards stronger AI oversight: the policy marks a clear departure from the White House’s previous hands-off approach.
Plus: here’s why a previous Trump administration’s AI policy was a distraction and how AI is already making online crimes easier.
MIT Technology Review Narrated: inside Anduril and Meta’s quest to make smart glasses for warfare
The defense-tech company Anduril has shared new details about the augmented-reality headset for the military it’s prototyping with Meta, including a vision for ordering drone strikes via eye-tracking and voice commands.
Quay Barnett, who leads the effort at Anduril following a career in the Army’s Special Operations Command, aims to optimize “the human as a weapons system.” His vision is cyborg-inspired: drones and soldiers will see together, share information seamlessly, and make decisions as one.
—James O’Donnell
This is our latest story to be turned into an MIT Technology Review Narrated podcast, which we publish each week on Spotify and Apple Podcasts. Just navigate to MIT Technology Review Narrated on either platform, and follow us to get all our new content as it’s released.
The must-reads
I’ve combed the internet to find you today’s most fun/important/scary/fascinating stories about technology.
1 President Trump has signed an AI order that expands model oversightThe long-awaited executive order aims to mitigate security threats. (NYT $)
+It asks companies to submit models voluntarily for tests before release. (NPR)
+ It’s a slimmed-down version of the order Trump shelved in May. (WSJ $)
+ And marks a strategic shift in his AI strategy. (Reuters $)
+ A war over AI regulation is coming to the US. (MIT Technology Review)
2 SpaceX plans to raise $75 billion in IPO at $135 per shareThe company intends to sell 555.6 million shares. (Reuters $)+ The fixed price breaks from the traditional IPO process. (Bloomberg $)
+ Morningstar says the valuation should be nearly 50% lower. (BI)
3 Meta has scaled back plans to track workers’ clicks and keystrokes to train AIAll staff can pause it for 30 minutes, with some fully exempt.(The Information $)
+ The changes follow a fierce backlash to the tracking plans. (Reuters $)
+ AI is supercharging surveillance. (MIT Technology Review)
4 Microsoft wants to ‘make users addicted’ to its new AI assistantAccording tointernal documents for the “Scout” tool. (404 Media)
+ Microsoft launched the assistant on Tuesday. (TechCrunch)
5 Mathematicians fear that AI threatens their fieldA new declaration raises concerns about AI’s trustworthiness. (Ars Technica)
+ It arrives a week after OpenAI said it solved a famous math problem. (WSJ $)
- A startup wants to change how mathematicians do math. (MIT Technology Review)
6 Scientists have found a way to supercharge computer worms with AIThe worm could target any known flaw in the world’s computers. (NYT $)
+ AI supercharging scams. ([MIT Technology Review](https://www.technologyreview.com/2026/04/21/1135647/supercharged-scams-ai-artificial-intelligence/?utm_source=the_download&utm_medium=email&utm_campaign=the_download.unpaid.engagement&utm_term=*%7
(内容已截断)
09 Toward Pre-Deployment Assurance for Enterprise AI Agents: Ontology-Grounded Simulation and Trust Certification
Computer Science Artificial Intelligence arXiv:2606.04037 (cs) Submitted on 2 Jun 2026 ([v1), last revised 4 Jun 2026 (this version, v2)] Title:Toward Pre Deployment Assurance for...
Computer Science > Artificial Intelligence
arXiv:2606.04037 (cs)
[Submitted on 2 Jun 2026 (v1), last revised 4 Jun 2026 (this version, v2)]
Title:Toward Pre-Deployment Assurance for Enterprise AI Agents: Ontology-Grounded Simulation and Trust Certification
Authors:Thanh Luong Tuan, Abhijit Sanyal
View a PDF of the paper titled Toward Pre-Deployment Assurance for Enterprise AI Agents: Ontology-Grounded Simulation and Trust Certification, by Thanh Luong Tuan and 1 other authors
Abstract:Pre-deployment verification of enterprise artificial intelligence (AI) agents remains a critical gap between large language model (LLM) capability benchmarking and production deployment. Post-deployment monitoring, human-in-the-loop controls, and prompt-level guardrails offer limited assurance once an agent is operating in production. We present an ontology-grounded verification framework – to our knowledge the first to combine three components: an Agent Operational Envelope formalizing the certification space across permissions, domain constraints, safety properties, governance rules, and autonomy levels; an ontology-to-scenario generation pipeline that derives regulatory, operational, and adversarial test scenarios automatically; and a machine-verifiable Trust Certificate with graduated deployment verdicts. A controlled pilot across four regulated industries (Fintech, Banking, Insurance, Healthcare), instantiated as five industry-by-regulatory-regime cells across the United States and Vietnam (where Vietnam’s 2025 AI Law makes such verification legally mandated for financial services), generated 1,800 scenarios evaluated against 125 primary-source regulatory requirements and 25 injected faults. Ontology-grounded generation significantly outperformed the dominant persona-based baseline on regulatory coverage (48.3% versus 33.1%; corrected p_c = .0006) and attained the highest domain specificity (4.77/5.0; p = 2e-6); transparently, its advantage over plain and retrieval-augmented prompting did not survive Bonferroni correction. Cross-validation across three LLM families (Claude Sonnet 4, Qwen 2.5 72B, Gemma 4 26B; 5,400 total scenarios) replicated the persona-versus-ontology pattern. The framework offers a reproducible, regulation-grounded route to pre-deployment assurance for enterprise AI agents, complementing runtime governance with an auditable deployment gate.
| Comments: | 26 pages, 3 figures. Companion to arXiv:2604.00555. Code and data: this https URL |
| Subjects: | Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Software Engineering (cs.SE) |
| ACM classes: | I.2.0; D.2.4 |
| Cite as: | arXiv:2606.04037 [cs.AI] |
| (or arXiv:2606.04037v2 [cs.AI] for this version) | |
| https://doi.org/10.48550/arXiv.2606.04037 Focus to learn more arXiv-issued DOI via DataCite |
Submission history
From: Thanh Luong Tuan [view email]
[v1]
Tue, 2 Jun 2026 02:37:11 UTC (62 KB)
[v2]
Thu, 4 Jun 2026 15:00:59 UTC (63 KB)
Full-text links:
Access Paper:
View a PDF of the paper titled Toward Pre-Deployment Assurance for Enterprise AI Agents: Ontology-Grounded Simulation and Trust Certification, by Thanh Luong Tuan and 1 other authors
Current browse context:
cs.AI
Change to browse by:
References & Citations
export BibTeX citation
Loading…
BibTeX formatted citation
×
loading…
Data provided by:
Bookmark
Bibliographic Tools
Bibliographic and Citation Tools
Bibliographic Explorer Toggle
Bibliographic Explorer (What is the Explorer?)
Connected Papers Toggle
Connected Papers (What is Connected Papers?)
Litmaps Toggle
Litmaps (What is Litmaps?)
scite.ai Toggle
scite Smart Citations (What are Smart Citations?)
Code, Data, Media
Code, Data and Media Associated with this Article
alphaXiv Toggle
alphaXiv (What is alphaXiv?)
Links to Code Toggle
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub Toggle
DagsHub (What is DagsHub?)
GotitPub Toggle
Gotit.pub (What is GotitPub?)
Huggingface Toggle
Hugging Face (What is Huggingface?)
ScienceCast Toggle
ScienceCast (What is ScienceCast?)
Demos
Demos
Replicate Toggle
Replicate (What is Replicate?)
Spaces Toggle
Hugging Face Spaces (What is Spaces?)
Spaces Toggle
TXYZ.AI (What is TXYZ.AI?)
Related Papers
Recommenders and Search Tools
Link to Influence Flower
Influence Flower (What are Influence Flowers?)
Core recommender toggle
CORE Recommender (What is CORE?)
- Author
- Venue
- Institution
- Topic
About arXivLabs
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv’s community? Learn more about arXivLabs.
Which authors of this paper are endorsers? |
Disable MathJax (What is MathJax?)
10 Stumbling Into AI Emotional Dependence: How Routine AI Interactions Reshape Human Connection
Computer Science Artificial Intelligence arXiv:2606.04150 (cs) [Submitted on 2 Jun 2026] Title:Stumbling Into AI Emotional Dependence: How Routine AI Interactions Reshape Human Con...
Computer Science > Artificial Intelligence
arXiv:2606.04150 (cs)
[Submitted on 2 Jun 2026]
Title:Stumbling Into AI Emotional Dependence: How Routine AI Interactions Reshape Human Connection
Authors:Yaoxi Shi, Cathy Mengying Fang, Pattie Maez, Amit Goldenberg
View a PDF of the paper titled Stumbling Into AI Emotional Dependence: How Routine AI Interactions Reshape Human Connection, by Yaoxi Shi and 3 other authors
Abstract:Public discourse and emerging policy typically assume that AI emotional support is a deliberate act: a lonely user consciously seeking comfort from a dedicated companion chatbot. In this paper, we draw on emerging empirical evidence and argue that this picture is inaccurate on two accounts, both in how AI emotional support arises and how it shapes future behavior. First, AI emotional support commonly emerges incidentally within task-oriented interactions on general-purpose platforms, much as workplace friendships deepen through collaboration. Second, these incidental encounters are path-dependent: positive experiences of AI emotional support update people’s beliefs about AI’s emotional capabilities and redirect their choices for future emotional support, increasing preference for AI and decreasing preference for humans. We review recent evidence, including a large-scale longitudinal study conducted in collaboration with OpenAI, showing that daily five-minute conversations with an AI about personal issues over 28 days led to a 10.3% decrease in the preference for seeking support from humans and an 11.6% increase in the preference for AI. These findings suggest that current policy, focused on companion apps and isolated interactions, cannot adequately protect human connection. Instead, effective regulations should extend to general-purpose AI systems and address cumulative, trajectory-level changes in how people seek support. Recognizing how people stumble into AI emotional support and how those encounters redirect human connections over time is essential to safeguarding human well-being.
| Subjects: | Artificial Intelligence (cs.AI); Human-Computer Interaction (cs.HC) |
| Cite as: | arXiv:2606.04150 [cs.AI] |
| (or arXiv:2606.04150v1 [cs.AI] for this version) | |
| https://doi.org/10.48550/arXiv.2606.04150 Focus to learn more arXiv-issued DOI via DataCite (pending registration) |
Submission history
From: Amit Goldenberg [view email]
[v1]
Tue, 2 Jun 2026 19:18:39 UTC (2,023 KB)
Full-text links:
Access Paper:
View a PDF of the paper titled Stumbling Into AI Emotional Dependence: How Routine AI Interactions Reshape Human Connection, by Yaoxi Shi and 3 other authors
Current browse context:
cs.AI
Change to browse by:
References & Citations
export BibTeX citation
Loading…
BibTeX formatted citation
×
loading…
Data provided by:
Bookmark
Bibliographic Tools
Bibliographic and Citation Tools
Bibliographic Explorer Toggle
Bibliographic Explorer (What is the Explorer?)
Connected Papers Toggle
Connected Papers (What is Connected Papers?)
Litmaps Toggle
Litmaps (What is Litmaps?)
scite.ai Toggle
scite Smart Citations (What are Smart Citations?)
Code, Data, Media
Code, Data and Media Associated with this Article
alphaXiv Toggle
alphaXiv (What is alphaXiv?)
Links to Code Toggle
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub Toggle
DagsHub (What is DagsHub?)
GotitPub Toggle
Gotit.pub (What is GotitPub?)
Huggingface Toggle
Hugging Face (What is Huggingface?)
ScienceCast Toggle
ScienceCast (What is ScienceCast?)
Demos
Demos
Replicate Toggle
Replicate (What is Replicate?)
Spaces Toggle
Hugging Face Spaces (What is Spaces?)
Spaces Toggle
TXYZ.AI (What is TXYZ.AI?)
Related Papers
Recommenders and Search Tools
Link to Influence Flower
Influence Flower (What are Influence Flowers?)
Core recommender toggle
CORE Recommender (What is CORE?)
- Author
- Venue
- Institution
- Topic
About arXivLabs
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv’s community? Learn more about arXivLabs.
Which authors of this paper are endorsers? |
Disable MathJax (What is MathJax?)






