← 返回列表

Daily Digest · 2026-08-25

今日精读

今日信号集中在三处:OpenAI 宣布恢复 Plus 的 5 小时用量限制(Pro 不受影响)、Grok Build 新增 Browser Use 插件、Notion 公布 agent 可靠性工程数据。另有 Claude 流式渲染性能大幅提升与 levelsio 的 prompt injection 安全实战分享。

过去约 24 小时9 条40 推文信号 强
01 关注动态

OpenAI 恢复 ChatGPT Plus 5 小时用量限制,Pro 不受影响

"Tomorrow we will bring back the 5h limit for Plus accounts across ChatGPT Work and Codex. I had mentioned this a while ago, but then postponed it. This is necessary as (a) the 5h limit allows us to smoothen the load on our compute, allowing to keep the plan generous in terms of weekly usage..."

实用点

若你或团队使用 Plus 账号跑 Codex/Work 长任务,需注意 5 小时/周限制恢复;Pro $100/$200 在未来数月内不受影响,重度 agent 用户应评估是否升级。

@unknown 原文1
02 工具更新

Grok Build 新增 Browser Use 插件:可接管真实 Chrome 或云端浏览器

"SpaceXAI just added a powerful new 'Browser Use' plugin to Grok Build. It gives Grok access to a real browser, either the user’s own Chrome with existing logins or an isolated Browser Use cloud browser. Grok Build can now browse websites, scrape and extract data, fill out forms, test web apps, take screenshots and automate complete web workflows. It can also run locally through uvx, with no API key required when using local Chrome. Install command: grok plugin install browser-use --trust"

实用点

这是 agent 从"代码操作"扩展到"真实网页操作"的关键一步。本地 Chrome + uvx 免 API key 运行,适合做端到端 Web 测试与数据采集;注意 --trust 权限较大,评估安全边界。

@unknown 原文1
03 关注动态

Notion 公布 agent 可靠性数据:99.91% 响应成功,停滞率降至 0.17%

"Recently shipped a bunch of under-the-hood improvements to make @NotionHQ agents more dependable! → Stalled runs dropped to 0.17% → Unexpected errors dropped to 0.34% → 99.91% of responses now complete successfully"

实用点

agent 平台开始公开 SLA 级指标,这是行业成熟信号。对选型者而言,可要求供应商提供类似停滞率/错误率数据作为对比基准。

@NotionHQ 原文1
04 工具更新

Claude Web/Desktop 长回复流式渲染提速 4 倍,卡顿减少 9 倍

"Long answers on Claude on web and desktop now stream ~4x smoother. We rebuilt the streaming renderer to only touch what's still changing, so a long reply stalls 9x less on a slower laptop, its worst freeze is 4.5x shorter, and on a 120Hz MacBook it holds 120fps start to finish."

实用点

对重度使用 Claude 长文档/长代码输出的开发者是直接体验提升;低配笔记本上效果更明显。无 API 变更,纯前端渲染优化。

@unknown 原文1
05 大佬官方

levelsio 分享 prompt injection 防御实战:不直接连 bug 板到 AI

"I haven't directly connected my bug board to my AI because I am very aware of prompt injection risks... you can imagine a benign attacker can prompt a feature request with an elaborate prompt that tells it to add a backdoor to my sites... Until that time I'll just keep manually reading bug reports and feature requests and copying them in Claude Code on the server"

实用点

这是 agent 安全的第一手经验。即使有"PR 人工审核"环节,攻击者仍可通过伪装 bug 描述注入后门代码。对构建 agent 工作流者,建议保持"用户输入 → AI 直接行动"之间的隔离层。

@levelsio 原文1
06 大佬官方

levelsio 工作流:每个项目一个 tmux 会话,Claude Code 常驻

"Yes each of my sites is a Termius server with this kind of start command cd /srv/http/hotelist.com && tm... tm is a script made by Claude Code which puts it in a tmux session tied to the project name... Every tmux session has Claude Code open"

实用点

独立开发者多项目管理的实用模式:用 Claude Code 生成脚本,按项目名建 tmux 会话,断线重连即恢复现场。适合远程 VPS 开发场景。

@levelsio 原文1
07 关注动态

Notion 分享 Crafty CTO 实录:agent 成为公司基础设施

"Every Notion all hands we invite a customer to speak. Last week was Jimmy Paul, Co-Founder / CTO at Crafty. It was too good to keep internal. He walked us through what happens when agents become actual company infrastructure. Sharing my notes + a few of Crafty’s actual agent workflows in the replies."

实用点

关注回复区的工作流细节,可了解 agent 从"工具"升级为"基础设施"时的组织与工程挑战。对正在规模化 agent 应用的团队有参考价值。

@NotionHQ 原文1
08 工具更新

NodeGraphQt:Python 可视化节点编辑器框架

"Build visual node-based interfaces in Python with NodeGraphQt, a Qt framework. - Custom layouts for pipes and nodes - Ready-made widgets for properties - Simple install via pip"

实用点

适合构建可视化工作流编辑器、数据流图工具或 agent 编排界面。Qt 生态成熟,pip 安装即可用。

@unknown 原文1
09 工具更新

Antigravity 更新:内置 Git 面板与嵌入式终端

"Updated Git Version Control System and Terminal in Antigravity! You can now run tests, scripts, and commands directly in the embedded terminal. Plus, inspect working tree diffs, stage files, and commit changes right from the side panel."

实用点

AI 原生 IDE 继续补齐传统开发能力。嵌入式终端 + Git 侧栏意味着 agent 生成代码后可直接在 IDE 内验证与提交,减少上下文切换。

@unknown 原文1