← 首页
18JUL
AI前沿每日脉动
AI Frontier Pulse · 中英双语版 Bilingual Edition
2026.07.18 · 周六刊
13 位 Builder27 条推文1 期深度播客3 篇博客
Claude Fable AccessCodex ResetManaged AgentsIndustrial Compute
Richard Liu · 2026
Curated by Richard Liu · Snapshot follow-builders-2026-07-18-v1
今日头条 · Access & Capacity01 / 15
今天的主线是 capacity 变成产品体验:Claude Fable 给出订阅方案,Codex/ChatGPT Work 重置限额,OpenAI compute 播客则解释为什么“永远不够”。Capacity became product experience today: Claude Fable plan access, Codex and ChatGPT Work limit resets, and OpenAI compute explaining why supply never feels enough.
@claudeaiX 原文28,134 ❤ · 4,023 RT · 2,494 💬
Claude Fable 5 将纳入 Max 与 Team PremiumFable Access Becomes Plan Design
Claude 官方宣布 7 月 20 日起,Fable 5 会包含在 Max 和 Team Premium plans 中,额度为 50%;Pro 和 Team Standard 可继续通过 usage credits 使用,并获得一次性 100 美元 credit。需求预测和 capacity 约束直接变成订阅设计。
Claude says Fable 5 will be included in Max and Team Premium plans at 50% limits from July 20. Pro and Team Standard continue via usage credits with a one-time $100 credit. Demand prediction and capacity constraints are now subscription design.
@claudeaiX 原文28,134 ❤ · 4,023 RT · 2,494 💬
Thibault:Codex 与 ChatGPT Work 付费用户 usage limits 重置Reset As Growth Valve
Thibault 再次为所有 paid users 重置 Codex 和 ChatGPT Work usage limits,并感谢团队在快速扩张中保持 infra 在线。高增长 AI 产品正在把限额重置当成增长阀门和用户安抚机制。
Thibault reset Codex and ChatGPT Work usage limits for paid users again, thanking the team for keeping infra up while scaling fast. Limit resets are becoming a growth valve and user-relief mechanism.
@thsottiauxX 原文9,072 ❤ · 606 RT · 1,803 💬
01 / 15
OpenAI Compute · We Cannot Build Fast Enough02 / 15
OpenAI Compute Chief:需求远超 compute supplyDemand Eats Supply
MAD Podcast 里,Sachin Katti 说 demand far outstrips compute supply,任何上线的 compute 都会立刻被消耗。OpenAI 的最大担心不是过度建设,而是物理世界建设速度跟不上需求。
On MAD Podcast, Sachin Katti says demand far outstrips compute supply and any compute brought online is immediately consumed. OpenAI’s concern is not overbuilding; it is the physical world moving too slowly.
AI 数据中心正在从“云资源”变成工业项目:土地、电力、冷却、融资、芯片、网络和劳动力共同决定模型可用性。AI data centers are industrial projects now: land, power, cooling, financing, chips, networking, and labor define model availability.
Jalapeno 与 AI 设计芯片AI Designs AI Infrastructure
Sachin 解释 OpenAI 自研芯片 Jalapeno 进展极快,因为团队知道未来模型负载,并且 AI 已开始辅助芯片优化。更进一步,AI 设计下一代 AI 所需系统的递归世界并不遥远。
Sachin says Jalapeno moved quickly because OpenAI knows future model workloads and AI is already assisting chip optimization. The recursive world where AI designs systems for next-generation AI is not far.
02 / 15
Anthropic · Quality & Trust03 / 15
Claude Code quality reports:三类问题已修复Quality Postmortem
Anthropic 解释近期 Claude Code 质量下降报告来自三处不同变化:默认 reasoning effort 从 high 改 medium、idle session reasoning 被错误持续清理、减少 verbosity 的 system prompt 组合伤害 coding quality。相关问题已在 4 月 20 日修复。
Anthropic traced recent Claude Code quality reports to three changes: default reasoning effort moved from high to medium, idle-session reasoning was repeatedly cleared by a bug, and a reduced-verbosity prompt hurt coding quality. The issues were fixed April 20.
Anthropic Blog原文链接An update on recent Claude Code qu
用户更愿意默认更高 intelligence,再主动降 effortDefault Intelligence Wins
Anthropic 最终恢复更高 effort 默认值,因为用户宁愿默认更聪明、在简单任务中再选择低 effort。test-time compute 不只是模型参数,而是用户信任与产品默认值。
Anthropic restored higher effort defaults because users prefer default intelligence and opt down for simpler tasks. Test-time compute is not just a model parameter; it is trust and product defaults.
Anthropic Blog原文链接An update on recent Claude Code qu
Claude 官方承诺给 Fable access 更多确定性Plan Certainty
Claude 官方说会给最频繁使用 Fable 的计划在 50% usage 处标准化 access,并继续投资 capacity。用户要的不是无限承诺,而是可预期的 plan contract。
Claude says it will standardize access at 50% usage for plans that use Fable most intensively and continue capacity investment. Users need predictable plan contracts, not vague unlimited promises.
@claudeaiX 原文3,108 ❤ · 121 RT · 169 💬
Codex 也在同一条线上:限额、模型、质量、反馈Usage Is Product
OpenAI 和 Anthropic 今天都在处理同一个问题:当顶级模型进入日常工作,usage limit、default effort、质量报告和 capacity 更新都变成产品核心。
OpenAI and Anthropic are dealing with the same problem: once top models enter daily work, usage limits, default effort, quality reports, and capacity updates become core product surfaces.
@thsottiauxX 原文10,876 ❤ · 432 RT · 765 💬
03 / 15
Managed Agents · Brain & Hands04 / 15
Anthropic Managed Agents 的关键架构词是:把 brain、hands、session 分离,让 harness、sandbox 和日志可以各自替换、失败和演进。Anthropic Managed Agents separate brain, hands, and session so harnesses, sandboxes, and logs can be replaced, fail, and evolve independently.
Anthropic Blog原文链接Scaling Managed Agents: Decoupling
Decoupling the brain from the handsStable Interfaces For Changing Agents
Anthropic 说 agent harness 会随着模型能力变化而过时,因此 Managed Agents 把 session、harness、sandbox 虚拟化成稳定接口,像操作系统抽象 process/file 一样,让底层实现可替换。
Anthropic says agent harnesses go stale as models improve. Managed Agents virtualize session, harness, and sandbox into stable interfaces, like operating systems abstracted process and file so implementations can change.
Anthropic Blog原文链接Scaling Managed Agents: Decoupling
不要养 pet:长任务 agent 需要 cattle 架构Long-Running Agents Need Replaceability
早期把 session、harness、sandbox 放进一个 container,结果 container 成了不能丢的 pet。解耦后,session 作为 append-only log、sandbox 作为 hands,harness 离开 container,系统更可调试、更可恢复。
Putting session, harness, and sandbox in one container made it a pet that could not fail. Decoupling turns the session into an append-only log, sandbox into hands, and harness into an external brain that is easier to debug and recover.
Anthropic Blog原文链接Scaling Managed Agents: Decoupling
04 / 15
Enterprise Agents · Sandboxes & MCP05 / 15
Self-hosted sandboxes:执行留在企业边界内Execution Inside Your Perimeter
Claude Managed Agents 支持在企业控制的 sandbox 中执行 tools:代码、敏感文件、packages、services 和 data 留在企业 perimeter,Anthropic 负责 agent loop、orchestration、context 和 error recovery。
Claude Managed Agents can execute tools in sandboxes controlled by the enterprise. Code, sensitive files, packages, services, and data stay inside the perimeter while Anthropic runs the loop, orchestration, context, and recovery.
Anthropic Blog原文链接New in Claude Managed Agents: self
MCP tunnels:连接内网服务,无需公开入口Private Tools Without Public Endpoints
MCP tunnels 让 Claude Managed Agents 连接 private MCP servers:内部数据库、私有 API、知识库、ticketing systems 都能成为工具,而且通过 outbound gateway,避免 inbound firewall rules。
MCP tunnels connect Claude Managed Agents to private MCP servers: internal databases, APIs, knowledge bases, and ticketing systems become tools through an outbound gateway without inbound firewall rules.
Anthropic Blog原文链接New in Claude Managed Agents: self
Cloudflare、Daytona、Modal、Vercel 都是 sandbox 伙伴Sandbox Ecosystem Forms
Anthropic 点名 Cloudflare、Daytona、Modal、Vercel 等 sandbox providers。agent execution 正在形成独立生态:隔离、启动速度、状态保留、GPU/CPU、VPC 和 credential injection 都成为竞争点。
Anthropic names Cloudflare, Daytona, Modal, and Vercel as sandbox providers. Agent execution is becoming its own ecosystem around isolation, startup, state, CPU/GPU, VPC, and credential injection.
Anthropic Blog原文链接New in Claude Managed Agents: self
Rauch:Time to ship more agentsSandbox Data As Distribution
Rauch 发布 sandbox downloads 数据并说 happy Friday, time to ship more agents。平台竞争已经从模型 API 扩展到“agent 在哪里安全运行”。
Rauch posted sandbox downloads data and said it is time to ship more agents. Platform competition has expanded from model APIs to where agents safely run.
@rauchgX 原文70 ❤ · 5 RT · 10 💬
05 / 15
Enterprise AI Stack · Evals Harness Talent06 / 15
Madhu:企业走不出 chatbot,是 evals/harness/talent 缺口Talent Is The Scarce Piece
Madhu Guru 说企业无法超越基础 chatbot,原因是缺少 build harnesses and evals 的人才。evals 要表达业务 ambition 并推动 jagged frontier,harness 要独立管理 routing、multi-agent orchestration、context、tool calling 和 memory。
Madhu Guru says enterprises struggle beyond chatbots because they lack talent to build harnesses and evals. Evals must express ambition and push the jagged frontier; harnesses manage routing, orchestration, context, tools, and memory independently of models.
@realmadhuguruX 原文264 ❤ · 22 RT · 11 💬
Kimi 不一定伤 Google:企业仍要云保证和芯片Open Models Need Enterprise Rails
Madhu 认为企业不会直接消费 Kimi,而会通过 Google Cloud 等渠道,因为还需要 security、data residency、compliance 和 chips。开放模型并不消灭云平台,反而可能流经云平台。
Madhu argues enterprises may not consume Kimi directly; they will get it through clouds because they need security, data residency, compliance, and chips. Open models do not erase cloud platforms; they may flow through them.
@realmadhuguruX 原文85 ❤ · 3 RT · 13 💬
Aaron Levie:AI 越便宜,总使用量越大Cheaper AI Expands Demand
Levie 说降低 AI 成本会让整个生态和终端客户受益,总 usage 上升,价值会流向 stack 各层。更便宜的 worker models 甚至会拉高 frontier models 的 orchestration 使用。
Levie says cheaper AI benefits the ecosystem and end customers by increasing total usage, with value accruing across the stack. Cheaper worker models can even increase frontier orchestration spend.
@levieX 原文331 ❤ · 36 RT · 45 💬
Thariq:先做 prototype,少烧 tokenPrototype Before Token Burn
Thariq 提醒,先构建 mockups、schemas、data models、proofs of concept,是避免花很多 token 后才发现不想要输出的最好方法。agent 工作流需要早期低成本验证。
Thariq says prototypes of mockups, schemas, data models, and proofs of concept prevent burning tokens before discovering the output is unwanted. Agent workflows need early cheap validation.
@trq212X 原文634 ❤ · 32 RT · 59 💬
06 / 15
Product Design · Voice & Agent Management07 / 15
Peter Yang:管理 agents 一整天会 fried brainVoice As Agent Control Plane
Peter Yang 说盯屏幕管理 agents 一整天很伤脑,更理想的是在户外像打电话一样给 agents 分配工作,并通过 voice 听状态更新。他期待第一个 lab ship 这个能力。
Peter Yang says staring at screens to manage agents all day fries the brain; better to walk outside, talk to agents on the phone, assign work, and get voice status updates. He is waiting for a lab to ship it.
@petergyangX 原文26 ❤ · 2 RT · 6 💬
Steipete:从 loops 到 graphs?Agent Workflow Shape Changes
Peter Steinberger 问大家还在谈 loops,还是已经转向 graphs。agent orchestration 的抽象正在从单循环、批处理,走向更复杂的依赖图和并行状态。
Peter Steinberger asks whether we are still talking loops or have shifted to graphs. Agent orchestration is moving from simple loops and batches toward dependency graphs and parallel state.
@steipeteX 原文2,502 ❤ · 94 RT · 475 💬
Codex browser/computer use 为上传图片绕了一大圈Browser Use Still Has Friction
Steipete 观察 Codex 用 browser + computer use 打开 Chrome、进 PR、点评论、调用 macOS picker,只为上传图片。没有 API 不会阻止 agent,但会让路径又惊艳又痛苦。
Steipete watched Codex use browser and computer use to open Chrome, navigate a PR, tap a comment, and use the macOS picker just to upload an image. Lack of API does not stop agents, but it makes paths both amazing and painful.
@steipeteX 原文317 ❤ · 9 RT · 48 💬
Zara:会议记录文化已改变Culture Changes For Agents
Zara 说几年前许多人还不适应录会议,如今 business meetings 默认被记录,不是给人,而是给 agents。agent adoption 也在改写组织文化默认值。
Zara says people were uncomfortable recording meetings a few years ago; now business meetings are assumed recorded, not for humans but for agents. Agent adoption is changing cultural defaults.
@zarazhangruiX 原文141 ❤ · 8 RT · 15 💬
07 / 15
Builder Practice · AEO & Building In Public08 / 15
Swyx:每周让 automations autoresearch SEO/AEOAgents For Distribution Alpha
Swyx 提醒,如果还没让 Codex/Claude/Gemini/Devin automations 每周自动研究如何改进 SEO/AEO,就是错过免费 alpha。agent 不只写代码,也能持续优化分发。
Swyx says if your Codex, Claude, Gemini, or Devin automations are not autoresearching SEO/AEO weekly, you are missing free alpha. Agents are not just coding; they can optimize distribution continuously.
@swyxX 原文1,019 ❤ · 24 RT · 51 💬
Zara:building in public 展示已经发生的工作Show The Work Already Happening
Zara 给 building in public 的建议:如果做内容像额外工作,就展示产品里已经发生的工作,比如小屏幕录制、第一版、改变设计的用户行为。reasoning 比 production value 更重要。
Zara’s building-in-public tip: if content feels like extra work, show work already happening inside the product: a tiny screen recording, first version, or user behavior that changed design. Reasoning matters more than production value.
@zarazhangruiX 原文206 ❤ · 9 RT · 19 💬
Agent output 也能成为内容素材Work Becomes Media
把 agent 的研究、artifact、prototype 和用户行为直接转成内容,是今天很多 builder 的共同暗线:生产过程本身变成传播材料。
Turning agent research, artifacts, prototypes, and user behavior into content is a shared subtext today: the production process itself becomes distribution material.
@swyxX 原文1,019 ❤ · 24 RT · 51 💬
08 / 15
播客理念 · Industrial Compute09 / 15
数据中心是“产生 intelligence 的 clean citizens”Data Centers As Intelligence Factories
Sachin 形容 AI data centers 一旦建成,是 self-contained、主要产出 intelligence 的基础设施。围绕水、电、社区和就业的误解,需要用工程细节和本地协商来处理。
Sachin describes AI data centers as self-contained infrastructure that primarily produces intelligence. Misunderstandings around water, power, communities, and jobs need engineering detail and local negotiation.
Liquid cooling 和 closed-loop waterCooling Reality
访谈里解释,OpenAI 数据中心是 liquid cooled,水在 closed loop 中回收,相比 household consumption 规模很小。基础设施争议会越来越需要具体技术事实,而不是笼统印象。
The episode explains OpenAI data centers are liquid cooled with closed-loop recycled water, small relative to household consumption. Infrastructure debates need technical facts, not vague impressions.
Site selection:land、permitting、power、laborPhysical Constraints
选址要看土地、许可、电网/燃气、施工劳动力和电工等条件。AI 的速度被物理世界约束,模型发布节奏最终要穿过这些瓶颈。
Site selection depends on land, permitting, grid/gas, construction labor, and electricians. AI speed is constrained by the physical world; model cadence must pass through these bottlenecks.
Guaranteed capacity 成为 intelligence supply unitCapacity As Product
OpenAI 作为 hyperscalers/neoclouds 的租户购买 compute,guaranteed capacity 成为 intelligence supply 的核心单位。能力、价格、access 和限额都和这件事相连。
OpenAI acts as an offtake tenant across hyperscalers and neoclouds, buying guaranteed compute. Guaranteed capacity becomes the unit of intelligence supply, tying into capability, price, access, and limits.
09 / 15
快讯速览 · Briefs10 / 15
GPT-5.6 Sol confirmed good
Thibault 说 GPT-5.6 Sol confirmed to be an extremely good model。这条和 usage limit reset 放在一起看,说明模型质量、需求和容量是同一个产品循环。
Thibault says GPT-5.6 Sol is confirmed extremely good. Paired with usage-limit resets, model quality, demand, and capacity are one product loop.
@thsottiauxX 原文10,876 ❤ · 432 RT · 765 💬
Claude hackathon 项目继续外溢
Claude 官方引导用户查看 hackathon 更多项目。生态项目展示是模型产品教育的一部分:让用户看见别人拿模型做了什么。
Claude points users to more hackathon projects. Ecosystem showcases are product education: users learn what others can build with the model.
@claudeaiX 原文70 ❤ · 5 RT · 18 💬
Codex browser use 被打败?
Peter Yang 调侃 Codex browser use finally defeated。browser use 是 agent 普适入口,但仍会被复杂 UI、反自动化和登录态打磨。
Peter Yang jokes Codex browser use has finally been defeated. Browser use is a universal agent entry point, but complex UI, anti-automation, and session state keep testing it.
@petergyangX 原文29 ❤ · 1 RT · 12 💬
Vercel:Ship more agents
Rauch 发布 sandbox downloads 数据,鼓励继续 ship agents。sandbox 和执行环境正在成为 builder 工具链的默认部件。
Rauch shares sandbox downloads data and says to ship more agents. Sandboxes and execution environments are becoming default pieces of the builder toolchain.
@rauchgX 原文70 ❤ · 5 RT · 10 💬
Steipete:codexbar icon editor 由 Codex 完成
Steipete 说 codexbar icon customization 把他逼疯,于是他做了 editor,准确说是 Codex 做的。小工具开发越来越像即时自助制造。
Steipete says codexbar icon customization annoyed him, so he built an editor, meaning Codex built it. Small-tool development is becoming instant self-serve fabrication.
@steipeteX 原文306 ❤ · 7 RT · 23 💬
Amjad:Replit community ChessMaxxing
Amjad 称 Replit community 正在 ChessMaxxing,延续他前一天关于 chess engine、fine-tuning 和 GRPO 的实验线。社区正在把模型实验做成可玩的 artifacts。
Amjad says the Replit community is ChessMaxxing, continuing his chess engine, fine-tuning, and GRPO thread. Communities are turning model experiments into playable artifacts.
@amasadX 原文94 ❤ · 6 RT · 11 💬
10 / 15
数据洞察 · Data11 / 15
今日数据概览Today Stats
13 位活跃 Builder
27 条推文收录
1 期深度播客
3 篇博客
28,134 最高赞:Claude Fable plan access
10,876 GPT-5.6 Sol 质量信号
13 builders, 27 tweets, 1 podcast, and 3 blogs. Top engagement came from Claude Fable plan access and GPT-5.6 Sol quality signals.
follow-buildersSnapshot follow-builders-2026-07-18-v1
5 条关键洞察5 Key Takeaways
Capacity 是产品体验:Fable access、Codex reset、OpenAI compute 都在讲同一件事。
Capacity is product experience: Fable access, Codex resets, and OpenAI compute tell one story.
Agent 架构在模块化:Managed Agents 把 brain、hands、session 拆成可替换接口。
Agent architecture is modularizing: Managed Agents split brain, hands, and session into replaceable interfaces.
企业落地缺口是 evals/harness/talent:不是买一个模型就能越过 chatbot。
Enterprise adoption gaps are evals, harnesses, and talent; buying a model does not move beyond chatbots.
Voice 可能成为 agent 管理入口:屏幕管理多 agent 会累,语音状态流更自然。
Voice may become the agent management entry point: screen-managing many agents is exhausting; voice status flows feel natural.
基础设施与应用层互相拉动:越便宜的 AI 会扩大总需求,也可能拉高 frontier orchestration spend。
Infrastructure and apps pull each other: cheaper AI expands total demand and may raise frontier orchestration spend.
11 / 15
趋势合流 · Capacity Loop12 / 15
模型质量提升带来需求激增Quality Creates Demand
GPT-5.6 Sol 和 Claude Fable 的质量信号越强,用户越愿意把真实工作迁进去,随后 capacity、限额、default effort 和 plan design 都会被拉进产品讨论。
As GPT-5.6 Sol and Claude Fable quality signals strengthen, users move real work in, pulling capacity, limits, default effort, and plan design into product discussions.
@thsottiauxX 原文10,876 ❤ · 432 RT · 765 💬
基础设施建设决定 access policyInfrastructure Shapes Access
OpenAI compute 播客说明物理建设永远追不上需求的感觉;Claude Fable 和 Codex reset 说明 access policy 是基础设施现实的用户界面。
OpenAI’s compute episode shows physical buildout never feels fast enough; Claude Fable and Codex resets show access policy is the user interface of infrastructure reality.
Enterprise agent 要在 perimeter 里跑Perimeter-Native Agents
Self-hosted sandboxes 和 MCP tunnels 说明企业不是简单把数据交给云端 agent,而是要把执行、网络、审计、凭据和工具边界留在自己可治理的位置。
Self-hosted sandboxes and MCP tunnels show enterprises will not simply hand data to cloud agents; execution, network, audit, credentials, and tools must stay governable.
Anthropic Blog原文链接New in Claude Managed Agents: self
工作流优化从 prompt 走向系统工程Prompting Gives Way To Systems
今天的内容一起指向:高质量 agent 使用不靠神奇 prompt,而靠 evals、harness、sandbox、prototype、voice control、AEO automation 和 capacity planning。
Today’s feed points beyond magic prompts: high-quality agent use needs evals, harnesses, sandboxes, prototypes, voice control, AEO automation, and capacity planning.
@realmadhuguruX 原文264 ❤ · 22 RT · 11 💬
12 / 15
今日之声
AI 产品的下一轮竞争,不是只比模型谁更聪明,而是谁能把稀缺 compute、企业边界、限额体验和 agent 工作流设计成一个可信系统。
The next AI product competition is not only smarter models; it is who turns scarce compute, enterprise boundaries, limit experience, and agent workflows into a trusted system.
13 / 15
AI前沿每日脉动
AI Frontier Pulse · 2026.07.18
今天的主线是“capacity loop”:模型越好,真实使用越多;真实使用越多,限额、plan、sandbox、MCP、evals、harness 和工业 compute 就越快成为产品本身。
Today’s thread is the capacity loop: better models create more real usage; more real usage turns limits, plans, sandboxes, MCP, evals, harnesses, and industrial compute into the product itself.
Richard Liu · AI前沿每日脉动 · 2026
14 / 15