X / Twitter
OpenAI Codex & ChatGPT lead Thibault Sottiaux
Thibault Sottiaux said the account reset had propagated and usage fixes for the issues found on August 23, 2026 had already landed, with more changes to follow. In a separate post he argued that 2026 is the year companies start treating model efficiency and reliability as critical infrastructure, which makes usage accounting and dependable service part of the product itself rather than cleanup work.
Thibault Sottiaux 表示,账户重置已经完成传播,针对 2026 年 8 月 23 日发现问题的 usage 修复也已上线,后续还会继续更新。他在另一条帖子里判断,2026 年会成为企业把 model efficiency 和 reliability 当作 critical infrastructure 来对待的一年,这意味着 usage 计量和稳定服务已经成为产品本身的一部分,而不再只是事后修补。
Meta Senior Director of AI Madhu Guru
Madhu Guru argued that evals should be decomposed to the level of meaningful jobs inside a workflow, not collapsed into one final pass/fail score. His financial-analysis example separates client understanding, evidence gathering, data analysis, and recommendation quality so teams can see whether a bad outcome is really an analysis problem rather than an opaque model miss.
Madhu Guru 认为,evals 应该拆解到 workflow 内部真正有意义的 jobs,而不是压缩成单一的最终成败分数。他用 financial-analysis agent 举例,把 client understanding、evidence gathering、data analysis 和 recommendation quality 分开评估,这样团队就能看清一次糟糕结果究竟是分析环节出了问题,而不是把它模糊地归结为模型失误。
Vercel CEO Guillermo Rauch
Guillermo Rauch made two connected points: OpenAI Sol became Vercel AI Gateway's fastest-growing frontier model after price cuts and gateway discounts, which he reads as proof that demand for intelligence is highly elastic, and agent tooling should be built on open protocols plus Unix-style composition rather than monolithic stacks. The practical implication is that gateways and composable runtimes are turning into the control plane for both model economics and agent execution.
Guillermo Rauch 提出了两个相互关联的判断:在降价和 gateway 折扣之后,OpenAI Sol 成为 Vercel AI Gateway 增长最快的 frontier model,这说明对 intelligence 的需求具有很强弹性;同时,agent tooling 应该建立在 open protocols 和 Unix-style composition 之上,而不是封闭的一体化栈。实际含义是,gateways 与可组合 runtime 正在变成同时管理模型经济性和 agent 执行方式的控制平面。
Y Combinator President and CEO Garry Tan
Garry Tan predicted that systems of record will need to become AI harnesses or face replacement by agents. It is a short post, but the implication is clear: software that only stores authoritative data is exposed if outside agents can use that data and execute the workflow better than the system that owns it.
Garry Tan 预测,systems of record 必须变成 AI harnesses,否则就会面临被 agents 取代的风险。虽然这条帖子很短,但含义很直接:如果外部 agent 能够利用这些权威数据并比原系统更好地完成 workflow,那么只负责存储数据的软件就会暴露出明显脆弱性。
Practical AI educator Peter Yang
Peter Yang highlighted Shreya Shankar's distinction between top-down and bottom-up evals: task-description-driven evals can be drafted effectively with Claude, but the criteria that emerge from reviewing many real outputs still have to be externalized by a human evaluator. That framing matters because it narrows where AI can accelerate evaluation work and where judgment still has to stay manual.
Peter Yang 强调了 Shreya Shankar 对 top-down 与 bottom-up evals 的区分:从 task description 出发的评估标准,可以借助 Claude 高效起草;但那些来自大量真实 outputs 审阅后才形成的标准,仍然必须由人来外化和定义。这个框架的重要性在于,它更清楚地划定了 AI 能加速评估工作的部分,以及必须保留人工判断的部分。
Official Blogs
Claude Blog: Building intelligent apps for Apple platforms with Claude in the Foundation Models framework
Anthropic released a Swift package that lets developers route from Apple's Foundation Models framework to Claude when a task needs more than fast local inference. The post says Apple's framework can return typed Swift values from `@Generable` annotations, then hand those clean inputs to Claude for multi-step reasoning, code generation, web search, and code execution while streaming the result back into the same SwiftUI view. The key product point is application-layer model routing: keep simple and privacy-sensitive work on-device, and escalate only the requests that need frontier capability.
Anthropic 发布了一个 Swift package,让开发者可以在任务超出本地快速推理能力时,从 Apple 的 Foundation Models framework 路由到 Claude。文章介绍,Apple 的 framework 可以通过 `@Generable` annotations 返回 typed Swift values,再把这些更干净的输入交给 Claude 处理 multi-step reasoning、code generation、web search 和 code execution,并把结果流式返回同一个 SwiftUI view。核心产品意义在于把 model routing 放到应用层:简单且更强调隐私的任务留在设备端,只有真正需要 frontier capability 的请求才升级到 Claude。