← 返回列表

Daily Digest · 2026-07-24

今日精读

今日 OpenAI 连发三弹:ChatGPT 桌面端语音控制上线、Health 健康功能向美国用户开放、以及写作语气选择器。Anthropic 更新了 zoom tool cookbook,显著提升图表理解准确率。此外,一个开源 AI Scientist 技能库让任何 agent 都能做科研。

过去约 24 小时8 条40 推文信号 强
01 工具更新

ChatGPT 桌面端上线语音控制,可指挥多个 agent

ChatGPT Voice is now in the desktop app. Control your computer and direct multiple agents running in ChatGPT Work or Codex, using just your voice. It's powered by GPT-Live, so it can speak, listen, and coordinate work in the app at the same time. Rolling out globally today on macOS and Windows to Plus, Pro, Business, Edu, and Enterprise plans.

实用点

对 CS/agent 开发者来说,这意味着可以用语音同时操控多个 agent 协作,在 Codex 中也能通过 iOS 远程配对使用。这是多 agent 编排的交互范式变化,值得关注其延迟和准确率表现。

@OpenAI 原文1
02 关注动态

OpenAI 推出 Health 功能:ChatGPT 接入 Apple Health 与医疗记录

Health in ChatGPT is starting to roll out to U.S. users. You can securely connect Apple Health and supported medical records to understand your information in context, track what has changed, and have more informed conversations. Connected medical records and Apple Health information are not used to train foundation models or target ads.

实用点

对工程人员,注意其数据隐私架构——用户授权、不用于训练、不用于广告。这是 LLM 在垂直领域(医疗)落地的典型数据治理案例。GPT-5.5 Instant 和 GPT-5.6 Sol 已针对健康问答做了优化。

@OpenAI 原文1
03 工具更新

Anthropic 更新 zoom tool cookbook:图表理解准确率从 29% 提升至 73%

On the Chartography benchmark (100 questions over dense real-world charts), Fable 5's accuracy goes from 29% to 73% with a zoom tool, and Sonnet 5’s from 13% to 44%. See the cookbook to learn more.

实用点

对 agent 开发者,这是一个关键技巧:当大图被降采样时,让模型主动请求原始分辨率下的局部裁剪。这种“请求-响应”模式可推广到任何需要高保真视觉信息的 agent 场景(如 UI 截图分析、文档扫描)。

@unknown 原文1
04 工具更新

开源 AI Scientist 技能库:让任何 agent 具备 148 项科研技能

Turn any AI agent into an AI Scientist. Ready-to-use scientific skills for AI agents that work with Cursor, Claude Code, Codex, and Google Antigravity. 148 skills spanning cancer genomics, molecular dynamics, and RNA velocity. 100+ scientific databases accessible directly from any agent. Compatible with any AI agent supporting the open Agent Skills standard.

实用点

对 agent 开发者,这是一个可复用的技能插件体系。如果 Agent Skills 标准成为事实标准,你的 agent 可以直接挂载这些技能。值得研究其接口设计和数据库接入方式。

@unknown 原文1
05 关注动态

ChatGPT 新增写作语气选择器

New in ChatGPT: Writing tones ✍️

实用点

对日常使用 ChatGPT 的工程师,这是一个小但实用的 UX 改进。可能影响 prompt 工程中关于 tone 的指令设计方式。

@unknown 原文1
06 行业趋势

Pieter Levels 分享智能家居一年经验:Home Assistant + 模拟开关优先

Everything in my house is analog switches with KNX ... which means everything is analog buttons but you can automate them. I hated home automation before this because I don't want to control stuff with my phone, or an iPad on the wall, it's TERRIBLE. It should always be analog buttons first which then integrate and you can add home automation in an invisible way.

实用点

对做 IoT/智能家居的开发者,这是一个重要的设计哲学:物理交互优先,自动化作为隐形增强层。Home Assistant + HA Green 作为开源中枢,值得关注其集成能力。

@levelsio 原文1
07 工具更新

NopeCHA:开源 CAPTCHA 自动化工具,支持多服务

NopeCHA is an open-source CAPTCHA automation tool that provides its own API and browser extension for solving challenges across multiple services. Supports reCAPTCHA, hCaptcha, Turnstile, GeeTest, PerimeterX, AWS WAF, and FunCAPTCHA.

实用点

对做自动化测试或爬虫的工程师,这是一个可自建的服务。注意其提供 Python 和 JS SDK,以及可配置的鼠标速度与通过率追踪。

@unknown 原文1
08 其他

3D Tiles 1.1:开放规范,流式传输大规模 3D 地理空间数据

3D Tiles is an open specification for streaming and visualizing massive heterogeneous 3D geospatial content across platforms. Combines photogrammetry, BIM/CAD, 3D buildings, instanced features, and point clouds into a single dataset. Built on glTF with a spatial hierarchy for fast streaming and precision rendering at any scale.

实用点

对做 GIS、数字孪生或 3D 可视化的开发者,这是 Cesium 的核心标准。1.1 版本新增结构化元数据、glTF tile contents、multiple contents 和 implicit tiling,值得关注其与 WebGPU 的兼容性。

@unknown 原文1