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