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