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