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