2026-07-31 每日新聞檔案

今天把 5 條消息收斂成一個教學主題:長任務 agent 不是只有模型推理,還要一起處理 control channel heartbeat、backpressure cancellation、origin session ownership、跨媒體 timeout budget,以及外部風險敘事的證據強度。

封存時間:2026-07-31 07:00 CST

今天新增的小教學提示

若同一則消息同時提到 reconnect、queue 與 timeout,請不要只寫「比較穩定」;要分開記控制通道有沒有存活訊號、晚到任務會不會寫錯 session、不同媒體路徑是否共用同一套 timeout 契約。

中文 5 條

先看中文 5 條抓教學主題,再對照英文 5 條,練習怎麼把 heartbeat、backpressure、origin session、timeout policy 與 evidence strength 改寫成工程問題。

回到今日新聞頁
  1. OpenClaw 為遠端 Codex 連線補上 WebSocket heartbeat 與自動 reconnect,這很適合拿來教長任務 transport:agent 不是只要「有連上」就好,還要持續證明控制通道還活著,斷線後能不能帶著正確狀態回來。
    來源:查看來源(OpenClaw 官方 Commit)
  2. OpenClaw 修正 Discord 即時語音在 backpressure 下要取消 realtime playback,這是一條很好的串流控制教材:當輸出跟不上時,系統應該明確停在哪裡,而不是讓舊音訊繼續堆積。
    來源:查看來源(OpenClaw 官方 Commit)
  3. Hermes 修正桌面版 queued prompts 要綁回它原本的 session,這是一條很好的 session ownership 教材:背景佇列不該因為使用者切頁或切 chat,就把晚到的 prompt 寫到新的對話上。
    來源:查看來源(Hermes Agent 官方 Commit)
  4. Hermes 把 Telegram media read_timeout 套到所有上傳傳送路徑,而不只影片,這很適合教 timeout budget:如果只有單一路徑有保護,其它媒體型別仍會在慢網路或大檔案時表現出看似隨機的失敗。
    來源:查看來源(Hermes Agent 官方 Commit)
  5. TechCrunch 報導法官認為川普政府仍缺乏把 Anthropic 定為「supply-chain risk」的證據;這很適合當今天的外部對照:談 LLM 基礎設施風險時,工程學生不能只抄標籤,還要追問 claim、evidence 與可驗證 artifact 是否真的對得起來。
    來源:查看來源(TechCrunch)

English 5 Items

Use the English list to compare heartbeat, backpressure, origin-session ownership, timeout-policy consistency, and evidence strength.

查看本月檔案
  1. OpenClaw adds WebSocket heartbeats and automatic reconnect for remote Codex sessions, making it a clean lesson in long-lived agent transport: it is not enough for an agent to connect once; it also has to prove the control channel is still alive and can recover state after a break.
    Source:Source (OpenClaw Official Commit)
  2. OpenClaw cancels realtime Discord playback under backpressure, which is a compact streaming-control lesson: when output can no longer keep up, the system needs a clear stop boundary instead of letting stale audio continue to accumulate.
    Source:Source (OpenClaw Official Commit)
  3. Hermes keeps queued desktop prompts bound to their origin session, which is a strong lesson in session ownership: a delayed background prompt should not jump into a newer chat just because the user navigated away.
    Source:Source (Hermes Agent Official Commit)
  4. Hermes now applies Telegram media read timeouts to every upload-send path, not just video, making a clean timeout-budget lesson: if only one path is protected, other media types can still fail in ways that look random under slow networks or large payloads.
    Source:Source (Hermes Agent Official Commit)
  5. TechCrunch reports that a judge says the Trump administration still lacks evidence for calling Anthropic a “supply-chain risk,” which is a useful outside comparison point: infrastructure-risk claims in AI should be tracked through claim, evidence, and verifiable artifacts, not copied as labels.
    Source:Source (TechCrunch)