[{"data":1,"prerenderedAt":692},["ShallowReactive",2],{"page-/post/nezus/2026/07/grok-cli-bug-done-xai":3,"pages-grouped-only":213,"surrounding-page":687},{"id":4,"title":5,"author":6,"body":7,"date":201,"description":202,"extension":203,"group":204,"lastmod":205,"meta":206,"navigation":207,"path":208,"rawbody":209,"seo":210,"showTitle":205,"sort":205,"stem":211,"tags":205,"versions":205,"__hash__":212},"content/post/nezus/2026/07/grok-cli-bug-done-xai.md","Grok CLI 偷传代码：xAI 把你的仓库打包上传了","storytelling",{"type":8,"value":9,"toc":192},"minimark",[10,14,17,21,29,43,46,53,56,59,69,74,77,81,84,105,111,116,122,126,132,135,141,144,149,152,155,177,183,186],[11,12,13],"p",{},"你正喝着咖啡写代码，终端里开着 Grok CLI 让它帮忙修个 bug。就回了一个单词 \"Done\"，结果你的整个代码仓库已经被悄悄打包，上传到了 xAI 的云端。",[11,15,16],{},"这不是段子，是真实发生的事。",[18,19,20],"h2",{"id":20},"一个单词的代价",[11,22,23,24,28],{},"事情的起点很简单。安全研究者 @AISafetyMemes 在审查 Grok CLI （ npm 包 ",[25,26,27],"code",{},"@xai-official/grok","，版本 0.2.93 ）的时候，发现了一个让人后背发凉的机制。",[11,30,31],{},[32,33,34,35,38,39,42],"strong",{},"每轮对话开始前和结束后， Grok CLI 会自动把你当前工作目录打包成 ",[25,36,37],{},"before_codebase.tar.gz"," 和 ",[25,40,41],{},"after_codebase.tar.gz","。",[11,44,45],{},"然后通过一个独立的旁路通道，静默上传到 xAI 的 Google Cloud 仓库。",[11,47,48,49,52],{},"更离谱的是——",[32,50,51],{},"即使模型只回复了一个单词，上传依然发生","。甚至模型根本没有调用任何文件读取工具，打包照做不误。",[18,54,55],{"id":55},"它到底偷了什么",[11,57,58],{},"研究者深挖后发现，上传的内容远不止工作目录那么简单。",[11,60,61,62,42],{},"这个 tar.gz 包里，除了你当前项目的源代码，还包含了 ",[32,63,64,65,68],{},"仓库外的 ",[25,66,67],{},".claude.json"," 配置文件、Claude Code 的设置、全局 AGENTS 规则、30 多个 Skill 文件，甚至还捞到了一个 API 密钥",[11,70,71],{},[32,72,73],{},"它不光翻了你的抽屉，还把隔壁房间的保险柜也撬了。",[11,75,76],{},"这意味着任何一个用 Grok CLI 的开发团队，可能在不知情的情况下，把私有代码、第三方 API 密钥、CI/CD 配置全部送到了 xAI 的服务器上。",[18,78,80],{"id":79},"被发现了才补的远程开关","被发现了才补的\"远程开关\"",[11,82,83],{},"故事真正精彩的部分在 7 月 13 日凌晨。",[11,85,86,87,90,91,94,95,98,99,90,102,42],{},"研究者保存了一份 xAI 服务器的响应记录。这份记录里同时出现了两个字段：",[25,88,89],{},"trace_upload_enabled"," 被设为 ",[25,92,93],{},"false","，以及一个",[32,96,97],{},"新增的"," ",[25,100,101],{},"disable_codebase_upload",[25,103,104],{},"true",[11,106,107,108,42],{},"而就在几天前，同一个 0.2.93 版本的客户端收到的配置还是 ",[25,109,110],{},"trace_upload_enabled: true",[11,112,113],{},[32,114,115],{},"xAI 没有发公告，没有更新版本号，只是悄悄在服务端加了一个远程开关，把上传功能关掉了。",[11,117,118,119],{},"这意味着什么？",[32,120,121],{},"xAI 自己也知道，这件事根本见不得光。",[18,123,125],{"id":124},"ai-工具的隐私裸奔时代","AI 工具的隐私裸奔时代",[11,127,128,129],{},"Grok CLI 不是孤例。Claude Code 能执行你的 Shell 命令， Cursor 能索引你的整个项目， Codex 能操控你的浏览器——",[32,130,131],{},"这些 AI Agent 现在拥有的权限，已经跟你电脑上的管理员账户没有本质区别了。",[11,133,134],{},"在整个软件行业的历史上，这种级别的权限只有两类软件享受过：操作系统和杀毒软件。",[11,136,137,138],{},"但操作系统有几十年的安全审计体系，杀毒软件有行业认证和监管框架。",[32,139,140],{},"AI Agent 什么都没有。",[11,142,143],{},"没有一个行业标准规定 AI Agent 必须公开它在本地读取了哪些文件。没有一个规范要求 Agent 的上传行为必须经过用户显式同意。没有一个第三方机构在审计这些工具到底在你的电脑上干了什么。",[11,145,146],{},[32,147,148],{},"整个行业，正在裸奔。",[18,150,151],{"id":151},"开发者该如何自保",[11,153,154],{},"等监管跟上来当然好，但在此之前，有几件事你可以现在就做：",[156,157,158,165,171],"ul",{},[159,160,161,164],"li",{},[32,162,163],{},"使用 AI 工具前，先搞清楚它的数据收集策略","。不是看官网上的 FAQ ，是去看隐私政策里那些用小字写的段落。",[159,166,167,170],{},[32,168,169],{},"敏感项目用容器隔离","。别在跟你主系统共用文件系统的环境里跑不信任的 Agent。",[159,172,173,176],{},[32,174,175],{},"监控异常网络流量","。如果你发现某个 CLI 工具在上传几十 MB 的 tar 包，它大概率不是在帮你备份。",[11,178,179,180],{},"最后，如果你装了 Grok CLI——",[32,181,182],{},"卸掉，现在就卸。",[11,184,185],{},"希望有一天，我们不需要靠逆向二进制文件才能知道自己的工具在背后做了什么。在那一天到来之前，保持警觉。",[11,187,188,191],{},[32,189,190],{},"封面高亮关键词",": Grok CLI 偷代码, 代码库被上传",{"title":193,"searchDepth":194,"depth":194,"links":195},"",2,[196,197,198,199,200],{"id":20,"depth":194,"text":20},{"id":55,"depth":194,"text":55},{"id":79,"depth":194,"text":80},{"id":124,"depth":194,"text":125},{"id":151,"depth":194,"text":151},"2026-07-14T00:00:00.000Z","安全研究者发现 xAI Grok CLI 静默上传用户整个代码库和密钥，引起开发者对 AI Agent 隐私的广泛担忧。","md","#202607AI资讯",null,{},true,"/post/nezus/2026/07/grok-cli-bug-done-xai","---\ntitle: \"Grok CLI 偷传代码：xAI 把你的仓库打包上传了\"\ndate: 2026-07-14\ngroup: \"#202607AI资讯\"\ndescription: \"安全研究者发现 xAI Grok CLI 静默上传用户整个代码库和密钥，引起开发者对 AI Agent 隐私的广泛担忧。\"\nauthor: storytelling\n---\n\n\n你正喝着咖啡写代码，终端里开着 Grok CLI 让它帮忙修个 bug。就回了一个单词 \"Done\"，结果你的整个代码仓库已经被悄悄打包，上传到了 xAI 的云端。\n\n这不是段子，是真实发生的事。\n\n## 一个单词的代价\n\n事情的起点很简单。安全研究者 @AISafetyMemes 在审查 Grok CLI （ npm 包 `@xai-official/grok`，版本 0.2.93 ）的时候，发现了一个让人后背发凉的机制。\n\n**每轮对话开始前和结束后， Grok CLI 会自动把你当前工作目录打包成 `before_codebase.tar.gz` 和 `after_codebase.tar.gz`。**\n\n然后通过一个独立的旁路通道，静默上传到 xAI 的 Google Cloud 仓库。\n\n更离谱的是——**即使模型只回复了一个单词，上传依然发生**。甚至模型根本没有调用任何文件读取工具，打包照做不误。\n\n## 它到底偷了什么\n\n研究者深挖后发现，上传的内容远不止工作目录那么简单。\n\n这个 tar.gz 包里，除了你当前项目的源代码，还包含了 **仓库外的 `.claude.json` 配置文件、Claude Code 的设置、全局 AGENTS 规则、30 多个 Skill 文件，甚至还捞到了一个 API 密钥**。\n\n**它不光翻了你的抽屉，还把隔壁房间的保险柜也撬了。**\n\n这意味着任何一个用 Grok CLI 的开发团队，可能在不知情的情况下，把私有代码、第三方 API 密钥、CI/CD 配置全部送到了 xAI 的服务器上。\n\n## 被发现了才补的\"远程开关\"\n\n故事真正精彩的部分在 7 月 13 日凌晨。\n\n研究者保存了一份 xAI 服务器的响应记录。这份记录里同时出现了两个字段：`trace_upload_enabled` 被设为 `false`，以及一个**新增的** `disable_codebase_upload` 被设为 `true`。\n\n而就在几天前，同一个 0.2.93 版本的客户端收到的配置还是 `trace_upload_enabled: true`。\n\n**xAI 没有发公告，没有更新版本号，只是悄悄在服务端加了一个远程开关，把上传功能关掉了。**\n\n这意味着什么？**xAI 自己也知道，这件事根本见不得光。**\n\n## AI 工具的隐私裸奔时代\n\nGrok CLI 不是孤例。Claude Code 能执行你的 Shell 命令， Cursor 能索引你的整个项目， Codex 能操控你的浏览器——**这些 AI Agent 现在拥有的权限，已经跟你电脑上的管理员账户没有本质区别了。**\n\n在整个软件行业的历史上，这种级别的权限只有两类软件享受过：操作系统和杀毒软件。\n\n但操作系统有几十年的安全审计体系，杀毒软件有行业认证和监管框架。**AI Agent 什么都没有。**\n\n没有一个行业标准规定 AI Agent 必须公开它在本地读取了哪些文件。没有一个规范要求 Agent 的上传行为必须经过用户显式同意。没有一个第三方机构在审计这些工具到底在你的电脑上干了什么。\n\n**整个行业，正在裸奔。**\n\n## 开发者该如何自保\n\n等监管跟上来当然好，但在此之前，有几件事你可以现在就做：\n\n- **使用 AI 工具前，先搞清楚它的数据收集策略**。不是看官网上的 FAQ ，是去看隐私政策里那些用小字写的段落。\n- **敏感项目用容器隔离**。别在跟你主系统共用文件系统的环境里跑不信任的 Agent。\n- **监控异常网络流量**。如果你发现某个 CLI 工具在上传几十 MB 的 tar 包，它大概率不是在帮你备份。\n\n最后，如果你装了 Grok CLI——**卸掉，现在就卸。**\n\n希望有一天，我们不需要靠逆向二进制文件才能知道自己的工具在背后做了什么。在那一天到来之前，保持警觉。\n\n**封面高亮关键词**: Grok CLI 偷代码, 代码库被上传",{"title":5,"description":202},"post/nezus/2026/07/grok-cli-bug-done-xai","zpZoX9QtiUjdfUJHkMwrf9lZaw1lKfU_f3Y0fQOTPp8",[214,219,223,227,231,236,239,244,248,252,256,261,265,269,272,273,277,282,287,291,295,299,303,308,312,316,325,330,334,338,343,347,351,355,359,364,370,375,379,383,387,392,396,400,405,409,413,417,421,426,430,435,439,443,447,452,456,460,465,469,473,477,481,486,490,494,499,503,507,512,516,520,524,528,532,537,541,545,549,554,558,562,566,571,575,579,583,587,592,596,600,604,608,613,617,624,630,635,640,645,650,655,660,665,670,675,681],{"id":215,"path":216,"title":217,"date":218,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/2026-7-16.md","/post/nezus/2026/07/2026-7-16","2026年7月16日下午，台积电法说会上传出一个数字，让全球半导体圈炸了锅。","2026-07-17T00:00:00.000Z",{"id":220,"path":221,"title":222,"date":218,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/anthropic-ai.md","/post/nezus/2026/07/anthropic-ai","一个周末干掉四年：Anthropic 用 AI 两周搬完百万行代码，工程师沉默了",{"id":224,"path":225,"title":226,"date":218,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/google-20.md","/post/nezus/2026/07/google-20","欧盟一纸裁决，Google 20年护城河被撕开第一道口子",{"id":228,"path":229,"title":230,"date":218,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/xai-grok.md","/post/nezus/2026/07/xai-grok","xAI给Grok装上定时任务能力",{"id":232,"path":233,"title":234,"date":235,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/apple.md","/post/nezus/2026/07/apple","Apple智能落地中国，阿里千问成幕后赢家","2026-07-16T00:00:00.000Z",{"id":237,"path":238,"title":234,"date":235,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/deepmind.md","/post/nezus/2026/07/deepmind",{"id":240,"path":241,"title":242,"date":235,"tags":205,"group":204,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/07/gpt-vibe-coding-paste.md","/post/nezus/2026/07/gpt-vibe-coding-paste","用GPT Vibe Coding一个常用付费软件：Paste","user",{"id":245,"path":246,"title":247,"date":235,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/grok-build-agent.md","/post/nezus/2026/07/grok-build-agent","马斯克开源Grok Build，编程Agent进入白嫖时代",{"id":249,"path":250,"title":251,"date":235,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/openai-ai.md","/post/nezus/2026/07/openai-ai","OpenAI造了个AI黑客，专攻自家模型",{"id":253,"path":254,"title":255,"date":235,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/wps-comate-copilot.md","/post/nezus/2026/07/wps-comate-copilot","金山办公掏出WPS Comate，正面硬刚微软Copilot",{"id":257,"path":258,"title":259,"date":260,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/295b.md","/post/nezus/2026/07/295b","腾讯把295B大模型塞进了单张显卡","2026-07-15T00:00:00.000Z",{"id":262,"path":263,"title":264,"date":260,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/git-cursor.md","/post/nezus/2026/07/git-cursor","打开一个Git仓库Cursor就自动执行了恶意代码",{"id":266,"path":267,"title":268,"date":260,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/gpt-5-6-mac.md","/post/nezus/2026/07/gpt-5-6-mac","GPT-5.6偷偷删光了我的Mac文件",{"id":270,"path":271,"title":5,"date":260,"tags":205,"group":204,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/07/grok-cli-xai.md","/post/nezus/2026/07/grok-cli-xai",{"id":4,"path":208,"title":5,"date":201,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},{"id":274,"path":275,"title":276,"date":201,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/seedream-5-0-ai.md","/post/nezus/2026/07/seedream-5-0-ai","字节跳动Seedream 5.0：圈一下图片就改了，AI修图进入点选时代",{"id":278,"path":279,"title":280,"date":281,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/post-20260712-ddc9a8.md","/post/nezus/2026/07/post-20260712-ddc9a8","欧盟强推Chat Control 2.0：加密通信的生死时刻","2026-07-12T00:00:00.000Z",{"id":283,"path":284,"title":285,"date":286,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/ai-1-5.md","/post/nezus/2026/07/ai-1-5","AI烧了1.5万亿，能赚回来吗","2026-07-10T00:00:00.000Z",{"id":288,"path":289,"title":290,"date":286,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/ai.md","/post/nezus/2026/07/ai","你刷到的帖子可能全是AI写的",{"id":292,"path":293,"title":294,"date":286,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/chatgpt-openai.md","/post/nezus/2026/07/chatgpt-openai","ChatGPT学会自己干活了",{"id":296,"path":297,"title":298,"date":286,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/musk-anthropic-apology.md","/post/nezus/2026/07/musk-anthropic-apology","马斯克向Anthropic低头认错",{"id":300,"path":301,"title":302,"date":286,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/optimus.md","/post/nezus/2026/07/optimus","马斯克：Optimus不达标就开除团队",{"id":304,"path":305,"title":306,"date":307,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/anthropic-github.md","/post/nezus/2026/07/anthropic-github","Anthropic 花了一年打造的\"设计师灵魂\"，被一个 GitHub 仓库扒光了","2026-07-08T00:00:00.000Z",{"id":309,"path":310,"title":311,"date":307,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/meta-muse-image-video.md","/post/nezus/2026/07/meta-muse-image-video","扎克伯格掏出\"超级智能实验室\"第一张牌：30亿用户的社交数据，终于杀进了AI生图战场",{"id":313,"path":314,"title":315,"date":307,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/ms-mai-copilot.md","/post/nezus/2026/07/ms-mai-copilot","微软悄悄把OpenAI踢出局：Copilot正在用自研模型\"省钱\"，但你花的钱一分不少",{"id":317,"path":318,"title":319,"date":307,"tags":320,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/yc-ceo-37k-ai-code-bloat.md","/post/nezus/2026/07/yc-ceo-37k-ai-code-bloat","每天部署37000行代码，YC CEO的\"AI神迹\"被一个波兰程序员扒光了",[321,322,323,324],"AI","代码质量","YC","Garry Tan",{"id":326,"path":327,"title":328,"date":329,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/ai-1-6-gpt.md","/post/nezus/2026/07/ai-1-6-gpt","美团扔出一颗AI核弹：1.6万亿参数，代码能力碾压GPT","2026-07-06T00:00:00.000Z",{"id":331,"path":332,"title":333,"date":329,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/post-20260706-d12be3.md","/post/nezus/2026/07/post-20260706-d12be3","黄仁勋最重磅的新品，跳票了",{"id":335,"path":336,"title":337,"date":329,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/x-ai.md","/post/nezus/2026/07/x-ai","X 悄悄对 AI 敞开了大门，然后呢？",{"id":339,"path":340,"title":341,"date":342,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/30-2700.md","/post/nezus/2026/07/30-2700","AI Agent自主完成全球首例勒索攻击","2026-07-04T00:00:00.000Z",{"id":344,"path":345,"title":346,"date":342,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/ai-agent.md","/post/nezus/2026/07/ai-agent","万亿砸下去，AI Agent 还是没跑起来",{"id":348,"path":349,"title":350,"date":342,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/ai-ai.md","/post/nezus/2026/07/ai-ai","AI的身份证来了：网信办首次为AI服务设立专章",{"id":352,"path":353,"title":354,"date":342,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/anthropic-steganography-china.md","/post/nezus/2026/07/anthropic-steganography-china","Anthropic用隐写术识别中国用户：口口声声说AI安全的公司，背地里给你的代码下毒",{"id":356,"path":357,"title":358,"date":342,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/nvidia-rubin-ultra-cancelled.md","/post/nezus/2026/07/nvidia-rubin-ultra-cancelled","NVIDIA Rubin Ultra取消性能腰斩",{"id":360,"path":361,"title":362,"date":363,"tags":205,"group":204,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/07/keyboard.md","/post/nezus/2026/07/keyboard","Acti把AI Agent塞进手机键盘","2026-07-02T00:00:00.000Z",{"id":365,"path":366,"title":367,"date":368,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/ai-6-claude.md","/post/nezus/2026/06/ai-6-claude","四大AI决战文明6：Claude核平法国，还是输了","2026-06-29T00:00:00.000Z","#202606AI资讯",{"id":371,"path":372,"title":373,"date":374,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/deepseek.md","/post/nezus/2026/06/deepseek","DeepSeek成美国企业救命稻草，AI账单失控后100%切换","2026-06-28T00:00:00.000Z",{"id":376,"path":377,"title":378,"date":374,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/openai-gpt-5-6-20.md","/post/nezus/2026/06/openai-gpt-5-6-20","OpenAI发了最强模型，却被政府按住了：GPT-5.6只给20家公司用",{"id":380,"path":381,"title":382,"date":374,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/spacex-spacexai-xai-spacex.md","/post/nezus/2026/06/spacex-spacexai-xai-spacex","SpaceX 注册 SpaceXAI，马斯克要把 xAI 并入 SpaceX",{"id":384,"path":385,"title":386,"date":374,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/vision-openai-macbook.md","/post/nezus/2026/06/vision-openai-macbook","苹果Vision负责人跳槽OpenAI，触控MacBook要来了",{"id":388,"path":389,"title":390,"date":391,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/2026.md","/post/nezus/2026/06/2026","何小鹏放话：2026年底自动驾驶合法进全球","2026-06-27T00:00:00.000Z",{"id":393,"path":394,"title":395,"date":391,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/30-leaf-ai.md","/post/nezus/2026/06/30-leaf-ai","30秒克隆网红声音：Leaf开源AI分身项目",{"id":397,"path":398,"title":399,"date":391,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/400-ai.md","/post/nezus/2026/06/400-ai","400家报纸集体起诉：AI版权大战正式开打",{"id":401,"path":402,"title":403,"date":404,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/23-ai.md","/post/nezus/2026/06/23-ai","贝佐斯押注23亿美元，让AI用打游戏的方式学会控制机器人","2026-06-26T00:00:00.000Z",{"id":406,"path":407,"title":408,"date":404,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/2880-claude-ai.md","/post/nezus/2026/06/2880-claude-ai","2880万次\"偷师\"被当场抓包：Claude母公司一封信，撕开了中美AI暗战的遮羞布",{"id":410,"path":411,"title":412,"date":404,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/ai-1750-10-2.md","/post/nezus/2026/06/ai-1750-10-2","AI年收入1750亿美元，新增10亿收入只需2天",{"id":414,"path":415,"title":416,"date":404,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/ai.md","/post/nezus/2026/06/ai","深夜三点的红头文件：白宫为什么亲手掐死了全球最强AI？",{"id":418,"path":419,"title":420,"date":404,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/post-20260626-7a4a1d.md","/post/nezus/2026/06/post-20260626-7a4a1d","开源圈炸了！一个没人听过的模型，凭什么把编程天花板掀了？",{"id":422,"path":423,"title":424,"date":425,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/ai-google.md","/post/nezus/2026/06/ai-google","你的电脑，要被AI接管了：Google悄悄放了个大招","2026-06-25T00:00:00.000Z",{"id":427,"path":428,"title":429,"date":425,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/notion-cursor-ai.md","/post/nezus/2026/06/notion-cursor-ai","Notion把代码写交给了Cursor：一个文件夹就是一个AI员工",{"id":431,"path":432,"title":433,"date":434,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/alphafold-deepmind.md","/post/nezus/2026/06/alphafold-deepmind","AlphaFold之父离开DeepMind，背后藏着一盘更大的棋","2026-06-20T00:00:00.000Z",{"id":436,"path":437,"title":438,"date":434,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/cloudflare-ai-agent.md","/post/nezus/2026/06/cloudflare-ai-agent","Cloudflare给AI Agent发了身份证",{"id":440,"path":441,"title":442,"date":434,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/figure.md","/post/nezus/2026/06/figure","Figure工厂里，机器人比人多了",{"id":444,"path":445,"title":446,"date":434,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/pinecone-70.md","/post/nezus/2026/06/pinecone-70","阿里悄悄开源了内部数据库，Pinecone每月70美元要凉了？",{"id":448,"path":449,"title":450,"date":451,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/ai-50.md","/post/nezus/2026/06/ai-50","美国参议员要对AI公司征收50%的税了","2026-06-19T00:00:00.000Z",{"id":453,"path":454,"title":455,"date":451,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/claude-code.md","/post/nezus/2026/06/claude-code","Claude Code放大招：写完代码直接给你一个网页",{"id":457,"path":458,"title":459,"date":451,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/transformer-openai-27.md","/post/nezus/2026/06/transformer-openai-27","Transformer之父跳槽OpenAI：谷歌27亿美元打了水漂",{"id":461,"path":462,"title":463,"date":464,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/agent-vercel-eve-next-js-ai.md","/post/nezus/2026/06/agent-vercel-eve-next-js-ai","一个目录就是一个 Agent：Vercel 开源 Eve，Next.js 的故事要在 AI 重演？","2026-06-18T00:00:00.000Z",{"id":466,"path":467,"title":468,"date":464,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/g7.md","/post/nezus/2026/06/g7","硅谷教父在G7闭门会上说了一句话：把中国踢出去",{"id":470,"path":471,"title":472,"date":464,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/grok-4-3-amazon-bedrock.md","/post/nezus/2026/06/grok-4-3-amazon-bedrock","幻觉率全场最低，马斯克在AWS亮出了让对手沉默的底牌",{"id":474,"path":475,"title":476,"date":464,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/openai-930-2800.md","/post/nezus/2026/06/openai-930-2800","OpenAI年入930亿，却亏掉2800亿：这场豪赌，还能撑多久？",{"id":478,"path":479,"title":480,"date":464,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/vercel-ai.md","/post/nezus/2026/06/vercel-ai","Vercel悄悄扔了个炸弹：一个文件夹，就是一个AI员工",{"id":482,"path":483,"title":484,"date":485,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/5-160-tok-s-0-7-tok-s.md","/post/nezus/2026/06/5-160-tok-s-0-7-tok-s","5倍加速背后：160 tok/s起飞，0.7 tok/s坠毁","2026-06-17T00:00:00.000Z",{"id":487,"path":488,"title":489,"date":485,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/5.md","/post/nezus/2026/06/5","一个国产大模型，凌晨5点上线，然后把自己彻底交了出去",{"id":491,"path":492,"title":493,"date":485,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/deepseek-500.md","/post/nezus/2026/06/deepseek-500","DeepSeek首轮融资500亿：投资人无投票权",{"id":495,"path":496,"title":497,"date":498,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/15-ai.md","/post/nezus/2026/06/15-ai","15万人丢了饭碗，AI公司却在开香槟","2026-06-16T00:00:00.000Z",{"id":500,"path":501,"title":502,"date":498,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/kimi-k27-code-speed.md","/post/nezus/2026/06/kimi-k27-code-speed","速度快了6倍：Kimi K2.7 Code高速版，把编程AI卷进新赛道",{"id":504,"path":505,"title":506,"date":498,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/salesforce-36-ai-fin.md","/post/nezus/2026/06/salesforce-36-ai-fin","Salesforce 36亿美元买下AI客服公司Fin：巨头为何要为\"聊天机器人\"砸这么多钱？",{"id":508,"path":509,"title":510,"date":511,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/20.md","/post/nezus/2026/06/20","Meta被迫撤回20亿美元Manus收购，北京出手了","2026-06-15T00:00:00.000Z",{"id":513,"path":514,"title":515,"date":511,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/ai-openai-anthropic24.md","/post/nezus/2026/06/ai-openai-anthropic24","白宫AI监管被指偏袒OpenAI亚马逊，Anthropic24小时内被施压",{"id":517,"path":518,"title":519,"date":511,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/anthropic-dario-10--25.md","/post/nezus/2026/06/anthropic-dario-10-25","Anthropic上市前Dario自曝：文明崩溃概率10%-25%",{"id":521,"path":522,"title":523,"date":511,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/openai-1-5-ai.md","/post/nezus/2026/06/openai-1-5-ai","OpenAI砸1.5亿美元建合作伙伴网络，要搞AI界的安卓",{"id":525,"path":526,"title":527,"date":511,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/satya-nadella-ai.md","/post/nezus/2026/06/satya-nadella-ai","Satya Nadella：AI时代企业需同时构建人力资本和Token资本",{"id":529,"path":530,"title":531,"date":511,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/skill-ai.md","/post/nezus/2026/06/skill-ai","乔木小说创作Skill开源：AI自动生成剧情梗概人物设定",{"id":533,"path":534,"title":535,"date":536,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/anthropic.md","/post/nezus/2026/06/anthropic","Anthropic的困局：一边秘密上市，一边被政府召回","2026-06-14T00:00:00.000Z",{"id":538,"path":539,"title":540,"date":536,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/post-20260614-7ba4ce.md","/post/nezus/2026/06/post-20260614-7ba4ce","扎克伯格承认Meta AI转型脱轨：裁员10%、7000人转岗",{"id":542,"path":543,"title":544,"date":536,"tags":205,"group":369,"lastmod":205,"author":6,"sort":205},"content/post/nezus/2026/06/post-20260614-8e3b48.md","/post/nezus/2026/06/post-20260614-8e3b48","GLM-5.2全量开放：国产最强Coding模型来了",{"id":546,"path":547,"title":548,"date":536,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/post-20260614-ea1c30.md","/post/nezus/2026/06/post-20260614-ea1c30","谷歌安全负责人辞职：AI被用于军事，他拒绝沉默",{"id":550,"path":551,"title":552,"date":553,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/428b-minimax.md","/post/nezus/2026/06/428b-minimax","428B参数全部开源，MiniMax这步棋走对了","2026-06-13T00:00:00.000Z",{"id":555,"path":556,"title":557,"date":553,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/5-claude-anthropic-it.md","/post/nezus/2026/06/5-claude-anthropic-it","5万人用Claude办公，Anthropic拿下印度IT巨头",{"id":559,"path":560,"title":561,"date":553,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/agent.md","/post/nezus/2026/06/agent","豆包悄悄上了任务模式，字节的Agent野心藏不住了",{"id":563,"path":564,"title":565,"date":553,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/kimi-token-30.md","/post/nezus/2026/06/kimi-token-30","Kimi代码模型开源，推理token直接砍30%",{"id":567,"path":568,"title":569,"date":570,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/7-0-410.md","/post/nezus/2026/06/7-0-410","成立7个月，0产品，估值410亿美元——贝佐斯的新公司疯了","2026-06-12T00:00:00.000Z",{"id":572,"path":573,"title":574,"date":570,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/ai-ai.md","/post/nezus/2026/06/ai-ai","当造AI的人亲口说AI会抢走工作",{"id":576,"path":577,"title":578,"date":570,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/cursor-ai-ai.md","/post/nezus/2026/06/cursor-ai-ai","Cursor上新功能：AI动手前先让另一个AI批准",{"id":580,"path":581,"title":582,"date":570,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/midjourney.md","/post/nezus/2026/06/midjourney","你打开Midjourney的时候，它已经不是昨天的它了",{"id":584,"path":585,"title":586,"date":570,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/post-20260612-5071b7.md","/post/nezus/2026/06/post-20260612-5071b7","全自主无人机第一次杀了人，战争进入新纪元",{"id":588,"path":589,"title":590,"date":591,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/100-600.md","/post/nezus/2026/06/100-600","豆包说退票不到 100 块，结果花了 600——然后它帮用户写好了起诉自己的状子","2026-06-11T00:00:00.000Z",{"id":593,"path":594,"title":595,"date":591,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/180-ai-agent.md","/post/nezus/2026/06/180-ai-agent","180亿美元对冲基金炒掉所有分析师，改用数百个AI Agent炒股",{"id":597,"path":598,"title":599,"date":591,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/google-4.md","/post/nezus/2026/06/google-4","Google 开源 4 倍速扩散模型：自回归的黄昏？",{"id":601,"path":602,"title":603,"date":591,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/google-ai.md","/post/nezus/2026/06/google-ai","Google 因 AI '说错话'被判赔：幻觉的时代结束了？",{"id":605,"path":606,"title":607,"date":591,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/ip-ai.md","/post/nezus/2026/06/ip-ai","周星驰三部经典电影 IP 开放 AI 二创：火山方舟想做什么？",{"id":609,"path":610,"title":611,"date":612,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/gui.md","/post/nezus/2026/06/gui","人类需要GUI！","2026-06-09T00:00:00.000Z",{"id":614,"path":615,"title":616,"date":612,"tags":205,"group":369,"lastmod":205,"author":243,"sort":205},"content/post/nezus/2026/06/hermes-desktop.md","/post/nezus/2026/06/hermes-desktop","Hermes Desktop 安装及界面功能速览",{"id":618,"path":619,"title":620,"date":621,"tags":205,"group":622,"lastmod":623,"author":205,"sort":205},"content/post/ai/explore/01-interview-prompt-template.md","/post/ai/explore/01-interview-prompt-template","高级前端开发面试提示词模板","2026-01-21T07:30:52.902Z","面试SKILL","2026-01-21T07:31:28.343Z",{"id":625,"path":626,"title":627,"date":628,"tags":205,"group":629,"lastmod":628,"author":205,"sort":205},"content/post/ai/explore/03-interview-standard-answers.md","/post/ai/explore/03-interview-standard-answers","高级前端开发面试题标准答案","2026-01-21T07:25:00.000Z","面试SKILL:答案",{"id":631,"path":632,"title":633,"date":634,"tags":205,"group":629,"lastmod":634,"author":205,"sort":205},"content/post/ai/explore/03-10-team-management.md","/post/ai/explore/03-10-team-management","10.团队管理与技术债务 - 标准答案","2026-01-21T07:24:00.000Z",{"id":636,"path":637,"title":638,"date":639,"tags":205,"group":629,"lastmod":639,"author":205,"sort":205},"content/post/ai/explore/03-09-micro-frontend.md","/post/ai/explore/03-09-micro-frontend","9.微前端架构设计 - 标准答案","2026-01-21T07:23:00.000Z",{"id":641,"path":642,"title":643,"date":644,"tags":205,"group":629,"lastmod":644,"author":205,"sort":205},"content/post/ai/explore/03-08-nodejs-performance.md","/post/ai/explore/03-08-nodejs-performance","8.Node.js 性能调优 - 标准答案","2026-01-21T07:22:00.000Z",{"id":646,"path":647,"title":648,"date":649,"tags":205,"group":629,"lastmod":649,"author":205,"sort":205},"content/post/ai/explore/03-07-event-loop.md","/post/ai/explore/03-07-event-loop","7.Node.js Event Loop - 标准答案","2026-01-21T07:21:00.000Z",{"id":651,"path":652,"title":653,"date":654,"tags":205,"group":629,"lastmod":654,"author":205,"sort":205},"content/post/ai/explore/03-06-nuxt-ssr.md","/post/ai/explore/03-06-nuxt-ssr","6.Nuxt.js SSR 实战 - 标准答案","2026-01-21T07:20:00.000Z",{"id":656,"path":657,"title":658,"date":659,"tags":205,"group":629,"lastmod":659,"author":205,"sort":205},"content/post/ai/explore/03-05-vue-diff.md","/post/ai/explore/03-05-vue-diff","5.Vue Diff 算法 - 标准答案","2026-01-21T07:19:00.000Z",{"id":661,"path":662,"title":663,"date":664,"tags":205,"group":629,"lastmod":664,"author":205,"sort":205},"content/post/ai/explore/03-04-vue-migration.md","/post/ai/explore/03-04-vue-migration","4.Vue2 迁移到 Vue3 - 标准答案","2026-01-21T07:18:00.000Z",{"id":666,"path":667,"title":668,"date":669,"tags":205,"group":629,"lastmod":669,"author":205,"sort":205},"content/post/ai/explore/03-03-vue3-performance.md","/post/ai/explore/03-03-vue3-performance","3.Vue3 性能优化 - 标准答案","2026-01-21T07:17:00.000Z",{"id":671,"path":672,"title":673,"date":674,"tags":205,"group":629,"lastmod":674,"author":205,"sort":205},"content/post/ai/explore/03-02-component-communication.md","/post/ai/explore/03-02-component-communication","2.Vue 组件通信 - 标准答案","2026-01-21T07:16:00.000Z",{"id":676,"path":677,"title":678,"date":679,"tags":205,"group":629,"lastmod":680,"author":205,"sort":205},"content/post/ai/explore/03-01-vue-reactive.md","/post/ai/explore/03-01-vue-reactive","1.Vue 响应式原理 - 标准答案","2026-01-21T06:53:18.971Z","2026-01-21T07:15:00.000Z",{"id":682,"path":683,"title":684,"date":685,"tags":205,"group":622,"lastmod":686,"author":205,"sort":205},"content/post/ai/explore/02-interview-questions.md","/post/ai/explore/02-interview-questions","高级前端开发面试题目清单","2026-01-21T06:39:25.673Z","2026-01-21T07:12:45.186Z",[205,688],{"title":689,"path":690,"stem":691},"大模型，快就是好","/post/nezus/2026/08/post-20260807-58a2a9","post/nezus/2026/08/post-20260807-58a2a9",1786091424160]