← 随机比特 / 所有内容

<最终公众号标题>

2026-05-06 · 随机比特

<section style=“max-width:100%;margin:0 auto;padding:0 0 30px;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.8!important;color:#333!important;background-color:#ffffff!important;word-wrap:break-word;”> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px; font-size:16px;color:#1a1a1a!important;”>所有人都在算 Chrome 偷了多少硬盘,没人算 OpenAI 失去了多少 API 调用。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>这周浏览器后台静默落地一个 4GB 文件,真正发生的事不在硬盘上——<strong style=“font-weight:700;color:#000!important;”>是网页调用 AI 的路径,从今天起不再经过云端</strong>​。被偷走最多的不是用户的存储空间,是 OpenAI / Anthropic / DeepSeek 们烧掉数百亿美元搭起来的护城河。</p> <h2 style=“font-size:18px;font-weight:700;color:#333!important;line-height:1.4!important;margin:30px 0 15px;padding-left:12px;border-left:4px solid #07c160;”>网页要 AI,钱怎么走的</h2> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>随便挑一个最熟悉的网页 AI 功能:自动摘要长文章。Notion 有、Confluence 有,几乎每个内容平台都在做。</p> <pre style=“margin:15px 0;padding:15px;background-color:#f5f5f5!important;border-radius:8px;overflow-x:auto;font-size:13px!important;line-height:1.6!important;white-space:pre-wrap;word-wrap:break-word;”><div style=“margin-bottom:12px;white-space:nowrap;”><span style=“display:inline-block;width:12px;height:12px;border-radius:50%;background:#ff5f56;margin-right:6px;”></span><span style=“display:inline-block;width:12px;height:12px;border-radius:50%;background:#ffbd2e;margin-right:6px;”></span><span style=“display:inline-block;width:12px;height:12px;border-radius:50%;background:#27c93f;”></span></div><code class=“hljs”>以前: 用户点"摘要" → fetch(‘api.openai.com’) → GPT-4 推理 → 返回 现在: 用户点"摘要" → await Summarizer.create() → 浏览器本地推理 → 返回 </code></pre> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>以前那条链路里,OpenAI 收钱的位置就一个——第二步那个 fetch。每一次摘要请求 = 一次按 token 计费。整个 SaaS 行业过去三年的"AI 化",本质就是给 OpenAI 那条 fetch 装管道。OpenAI 的估值曲线,建立在每个网页都必须打这条 fetch 的假设上。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>新链路里,第二步整个被绕过去——没有外部 fetch,<strong style=“font-weight:700;color:#000!important;”>OpenAI 在调用图上彻底消失</strong>​。它没涨价,模型也没变差,但每多一个开发者写 <code style=“font-family:Menlo,Monaco,Consolas,monospace;padding:2px 6px;background-color:#f5f5f5!important;color:#333!important;border-radius:3px;font-size:13px!important;”>if (‘Summarizer’ in self) {…},</code>OpenAI 就少一笔账单。这个 if 判断为真的用户比例,会随着 Chrome 自动更新和 Edge / Safari 跟进迅速上升。</p> <h2 style=“font-size:18px;font-weight:700;color:#333!important;line-height:1.4!important;margin:30px 0 15px;padding-left:12px;border-left:4px solid #07c160;”>一笔账给你看</h2> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>假设一个中型 SaaS 每月给用户提供 1000 万次 AI 摘要,每次平均 2K input + 500 output token:</p> <ul style=“margin:16px 0;padding-left:24px;;list-style-type:disc!important;list-style-position:outside;”> <li style=“margin:8px 0;line-height:1.8!important;color:#333!important; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>走 OpenAI:约 $250,000 / 月,$3M / 年</li> <li style=“margin:8px 0;line-height:1.8!important;color:#333!important; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>走浏览器本地:$0 / 月(用户算力不计入 SaaS 成本)</li> </ul> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>任何 SaaS 的 CFO 看到这一行,都会立刻发邮件问"那个 if 怎么写"。<strong style=“font-weight:700;color:#000!important;”>便宜还不是最关键</strong>——本地推理顺带解决了 GDPR 数据出境、欧盟 AI Act 数据驻留、企业客户"数据不出网"这些过去三年最难谈的合规问题。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>OpenAI 收的那笔钱从交易结构上消失了——交易链路里没有云端 API 这一环。</p> <h2 style=“font-size:18px;font-weight:700;color:#333!important;line-height:1.4!important;margin:30px 0 15px;padding-left:12px;border-left:4px solid #07c160;”>入口默认化之后,定价权会转移到入口</h2> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>每次模式都一样:<strong style=“font-weight:700;color:#000!important;”>当一个能力被默认装进入口,原来卖这个能力的公司就失去定价权</strong>​。</p> <figure><img src=“images/01-browser-three-eras.png” alt=“01-browser-three-eras”></figure> <ul style=“margin:16px 0;padding-left:24px;;list-style-type:disc!important;list-style-position:outside;”> <li style=“margin:8px 0;line-height:1.8!important;color:#333!important; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”><strong style=“font-weight:700;color:#000!important;”>iTunes 卖单曲:</strong>99 美分定价权,建立在用户必须打开 iTunes。Spotify 把"流"装进手机默认音乐入口——iTunes 单曲销售两年对半砍。</li> <li style=“margin:8px 0;line-height:1.8!important;color:#333!important; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”><strong style=“font-weight:700;color:#000!important;”>GameStop 卖光盘:</strong>定价权建立在用户必须去店里。Steam 把"下载"装进 PC 默认游戏入口——零售业务被几年压缩到几乎清零。</li> <li style=“margin:8px 0;line-height:1.8!important;color:#333!important; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”><strong style=“font-weight:700;color:#000!important;”>OpenAI 卖 token:</strong>定价权建立在每个网页必须 fetch <a href=“http://api.openai.com” style=“color:#576b95!important;text-decoration:none;”>api.openai.com。</a>Chrome 把推理装进 30 亿浏览器的默认 runtime——OpenAI 被打成"用户没装本地模型时的 fallback"。</li> </ul> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>三次替换的脉络完全一致。这不是隐喻,是规律。</p> <h2 style=“font-size:18px;font-weight:700;color:#333!important;line-height:1.4!important;margin:30px 0 15px;padding-left:12px;border-left:4px solid #07c160;”>Google 的分发优势会被立刻复制</h2> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>很多人会想:“那 Google 用 Gemini Nano 把 OpenAI 干掉自己赢了?”</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>Google 拿到的是分发优势没错——但分发优势会立刻被复制:Edge 在预览 Phi-4-mini,macOS 26 / iOS 给开发者 Foundation Models,WICG built-in AI API 一旦标准化其他浏览器跟进只是工程时间。一两年内主流浏览器都会装本地模型——那时候 Gemini Nano 也失去定价权,Google 也只是"用户没装其他本地模型时的 fallback"。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>被改写的更深一层,是模型在通用任务上的差异化。一旦本地模型能跑摘要、翻译、改写、问答这些通用任务,每家浏览器装的是 Gemini Nano 还是 Phi-4-mini 还是 Llama 4,对开发者没区别——都是 <code style=“font-family:Menlo,Monaco,Consolas,monospace;padding:2px 6px;background-color:#f5f5f5!important;color:#333!important;border-radius:3px;font-size:13px!important;”>Summarizer.create()、</code>都是 0 美金、都够用。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>通用 AI 能力正在变成水电——水公司之间不靠"我们的水更好"竞争。</p> <h2 style=“font-size:18px;font-weight:700;color:#333!important;line-height:1.4!important;margin:30px 0 15px;padding-left:12px;border-left:4px solid #07c160;”>各方的下一步</h2> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”><strong style=“font-weight:700;color:#000!important;”>对 OpenAI / Anthropic:</strong>API 收入曲线一年内会出现拐点。增速从指数掉到线性,再掉到平的。剩下还能收钱的位置:高端推理 / 长上下文 / 复杂 agent workflow——本地 4GB 模型跑不动的——但这块市场会比之前小一个量级。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”><strong style=“font-weight:700;color:#000!important;”>对 AI SaaS(Jasper / <a href=“http://Copy.ai” style=“color:#576b95!important;text-decoration:none;”>Copy.ai</a> / Grammarly 这类):</strong>你们卖的核心功能现在浏览器免费内置了一份。必须把价值上移到工作流、协作、品牌一致性这些本地模型解决不了的层——光靠"我们封装了 OpenAI API"那条护城河,水位每天降。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”><strong style=“font-weight:700;color:#000!important;”>对投资人:</strong>之前给 AI infra 公司的估值里有一条隐含命题——“网页要 AI 必须打 API”。这条命题这周失效。重新算那些押在 inference layer 的钱,问问 portfolio 公司怎么应对。</p> <h2 style=“font-size:18px;font-weight:700;color:#333!important;line-height:1.4!important;margin:30px 0 15px;padding-left:12px;border-left:4px solid #07c160;”>OpenAI 输给的不是另一个模型公司</h2> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>你以为 OpenAI 会输给 Anthropic、输给 DeepSeek、或者某个还没出现的中国对手。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>它输给的是 Chrome 的更新通道。</p> <p style=“margin:15px 0!important;line-height:1.8!important;color:#333!important;text-align:justify; font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif; font-size:16px;”>从这周起,AI 公司之间的争夺转向了用户浏览器里的默认调用路径。模型层的竞争还在继续,但它的结果已经被另一层提前决定。每次能力下沉到分发层,分发层的玩家就吃掉了能力层的利润——这一次能力是 AI 推理,分发层是浏览器。</p> </section>