🌐 双语
Archive

AI Builders
Digest

2026-08-24 10 builders · 17 tweets · 0 podcasts · 1 blogs

🔥 热点话题

系统记录必须变成 AI 驾驭层,否则将被 Agent 取代Systems of Record Must Become AI Harnesses or Be Replaced

Y Combinator 总裁兼 CEO Garry Tan 做出大胆预测:系统记录(systems of record)必须进化成 AI harnesses,否则将面临被 agents 取代的风险。这一观点直指传统软件基础设施在 agent 时代的存亡问题。
Y Combinator President & CEO Garry Tan makes a bold prediction: systems of record will need to become AI harnesses or face replacement by agents. This points directly at the existential pressure traditional software infrastructure faces in the agent era.
查看原文 →

2026 是模型效率与可靠性成为关键基础设施的一年2026: Model Efficiency and Reliability Become Critical Infrastructure

OpenAI Codex & ChatGPT 负责人 Thibault Sottiaux 指出,2026 年公司将开始认真对待模型效率与可靠性,因为它们正成为关键基础设施。他同时更新:reset 已同步到账户,并修复了此前反馈的使用问题,用户应能感受到明显改善。
OpenAI Codex & ChatGPT lead Thibault Sottiaux states that 2026 is the year companies start seriously caring about model efficiency and reliability as it becomes critical infrastructure. He also updates that the reset has been propagated to accounts with fixes for recently reported usage issues, so users should feel a positive difference.
查看原文 →查看原文 →

智能正在变便宜,需求高度弹性Intelligence Is Getting Cheaper and Demand Is Highly Elastic

Vercel CEO Guillermo Rauch 观察到,OpenAI Sol 的降价与 Vercel AI Gateway 的折扣让 Sol 成为增长最快的前沿模型。这证明智能需求高度弹性:推理成本下降,使用量就会快速上升。未使用 gateway 的团队正在错过这种价格波动带来的成本优势与利润提升,router 赛道因此迅速升温,gateway 已成为必然。
Vercel CEO Guillermo Rauch observes that OpenAI Sol price reductions and discounts on the Vercel AI Gateway have made Sol their fastest-growing frontier model. This shows demand for intelligence is highly elastic: as inference costs fall, usage grows rapidly. Teams not using a gateway are missing out on this price volatility that lowers operating costs and increases margins. The router space has heated up because gateways are inevitable.
查看原文 →

🛠️ 开发者工具与技巧

Evals 的 Goldilocks 原则:按任务阶段拆分而非只看最终答案The Goldilocks Principle for Evals: Measure Intermediate Jobs, Not Just Final Answers

Meta AI 高级总监 Madhu Guru 分享构建优秀 evals 的第七部分:Goldilocks 原则。Evals 应覆盖各个 jobs to be done,而不是只检查最终答案。以金融分析 agent 为例,从理解客户、收集证据、数据分析到最终推荐,每个阶段都应有独立 eval。这样当最终推荐出错时,能快速定位是哪个环节(例如数据分析仅 70%)出了问题,再决定是否进一步拆分。既不过细也不过粗,粒度刚好能诊断并行动。
Meta AI Senior Director Madhu Guru shares part 7 of building great evals: the Goldilocks principle. Evals should measure at the level of the various jobs to be done, not just the final answer. For a financial analysis agent, intermediate stages—understanding the client, gathering evidence, analyzing data, making a recommendation—each deserve their own eval. When the final recommendation is wrong, a well-designed set reveals exactly where the drop occurred (e.g., data analysis at 70%), so teams know where to dig and whether to break steps down further. Not too granular, not too coarse—just right to diagnose and act.
查看原文 →

Top-down 与 Bottom-up 两种 AI EvalsTwo Types of AI Evals: Top-Down and Bottom-Up

Peter Yang 引用 Shreya 的观点区分两种 AI evals。Top-down:在真空中仅凭任务描述能想到什么,Claude 在这类上表现很好。Bottom-up:看大量样本输出后产生的直觉反馈并外化成 evals,Claude 在这方面非常差,必须靠人自己完成。完整讨论可在相关 episode 中观看。
Peter Yang highlights Shreya’s distinction between two types of AI evals. Top-down: what you would come up with in a vacuum given only the task description—Claude does a very good job helping with these. Bottom-up: the gut feedback that emerges after looking at lots of sample outputs and externalizing it into evals—“Claude is very, very bad at coming up with bottom-up evals. That’s all you.” Full discussion is available in the linked episode.
查看原文 →

用开放协议扩展 fx:MCP、Skills、Plugins 与 Unix 哲学Extending fx with Open Protocols: MCP, Skills, Plugins, and Unix Philosophy

Vercel CEO Guillermo Rauch 阐述扩展 fx 的哲学:坚持开放协议——MCP(modelcontextprotocol.io)、Skills(agentskills.io)、Plugins(agent-plugins.org),以及最好的 Unix 原则。小程序做好一件事并通过调用其他程序组合;libfx 支持嵌入到更复杂程序中,让开发者能构建自己的 CLI、后台 agent 或软件工厂,无论本地还是云端。
Vercel CEO Guillermo Rauch outlines the philosophy for extending fx: open protocols—MCP (modelcontextprotocol.io), Skills (agentskills.io), Plugins (agent-plugins.org)—and the best one, Unix. Small programs that do one thing well and compose by calling other programs; libfx that enables embeddability into more complex programs so you can build your own CLI, background agent, or software factory, local or cloud.
查看原文 →

Claude 接入 Apple Foundation Models 框架Claude Now Supports Apple’s Foundation Models Framework

Claude Blog: Building intelligent apps for Apple platforms with Claude in the Foundation Models framework。Anthropic 发布新的 Swift 包,让 Apple 开发者通过 Foundation Models 框架调用 Claude 处理更复杂的工作流。开发者可先用设备端模型完成快速本地任务(摘要、抽取),再把带类型的 Swift 值交给 Claude 做多步推理、代码生成、联网搜索与代码执行。响应可流式回到同一视图。支持 iOS 27、iPadOS 27、macOS 27、visionOS 27 与 watchOS 27,添加包、用 Anthropic API key 登录即可。
Claude Blog: Building intelligent apps for Apple platforms with Claude in the Foundation Models framework. Anthropic is releasing Foundation Models framework support for Claude via a new Swift package. Developers can use Apple’s on-device models for fast local tasks like summarization or extraction, then hand off typed Swift values to Claude for multi-step reasoning, code generation, web search, and code execution. Responses stream back into the same view. Available on iOS 27, iPadOS 27, macOS 27, visionOS 27, and watchOS 27—add the package, sign in with an Anthropic API key, and the package handles streaming, tool calls, and structured responses.
查看原文 →

CLI 很棒,但工作区里的 UI 可视化与团队协作更好CLI Is Nice, UI Visualizations and Team Context Are Nicer

Peter Steinberger(OpenClaw 与 OpenAI 相关工作)指出 CLI 固然不错,但在实际工作区拥有 UI 可视化以及团队所在位置会更好。他还为自己的 claw 添加了 rotation USB 协议,并让它使用 360 摄像头环顾四周。
Peter Steinberger (working on OpenClaw and with OpenAI) notes that while CLI is nice, having UI visualizations and your team where you work is nicer. He also added the rotation USB protocol to his claw project and instructed it to look around with a 360 webcam.
查看原文 →查看原文 →

🌍 其他动态

💰 创业成功案例