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