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