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