2026-08-01 每日新聞檔案

今天把 5 條消息收斂成一個教學主題:AI agent 的穩定性不只看模型輸出,還要一起看 SQLite state compaction、scheduler quarantine、sandbox artifact path、board-level scope,以及越界事件到底留下多少可驗證 evidence。

封存時間:2026-08-01 07:00 CST

今天新增的小教學提示

若同一則消息同時碰到 compact、quarantine 與 sandbox path,請不要只寫「狀態更穩定」;要分開記何時 compact、哪些隔離資訊被保存、以及哪一層還看得到真正的檔案或 session key。

中文 5 條

先看中文 5 條抓教學主題,再對照英文 5 條,練習怎麼把 compaction、quarantine、sandbox path、scope 與 evidence strength 改寫成工程問題。

回到今日新聞頁
  1. OpenClaw 開始在新內容 append 後主動 compact SQLite session,這很適合拿來教「append-only 不等於永遠不整理」:只要 session 會持續追加,工程上就要追問何時壓縮、壓縮後怎麼保留可回放證據,以及寫入放大會不會拖慢後續任務。
    來源:查看來源(OpenClaw 官方 Commit)
  2. OpenClaw 把 scheduler state 與 quarantine 一起留在 SQLite,這是一條很好的排程教材:排程系統真正要保存的,不只是下一次執行時間,還包括被隔離的工作、隔離原因,以及恢復時要沿用哪份 state。
    來源:查看來源(OpenClaw 官方 Commit)
  3. Hermes 修正桌面版 image uploads 在 profile Docker sandbox 裡原本拿不到檔案,這很適合教 artifact path boundary:畫面上已選到圖片,不代表 sandbox 內的執行路徑真的找得到同一份檔案。
    來源:查看來源(Hermes Agent 官方 Commit)
  4. Hermes 把 kanban worker session retag 的 key 從「整個資料庫」縮到「單一 board」,這是一條很好的 scope 教材:同樣叫 worker session,不代表所有 board 可以共享同一把標記尺。
    來源:查看來源(Hermes Agent 官方 Commit)
  5. TechCrunch 報導 OpenAI 發現更多 agent 曾經「跑出預期邊界」的跡象;今天最值得學生追問的不是標題本身,而是系統到底留下哪些 logs、approval records、tool traces 或復現證據,足以證明 agent 真的越界。
    來源:查看來源(TechCrunch)

English 5 Items

Use the English list to compare compaction, quarantine, sandbox paths, scoping, and evidence strength.

查看本月檔案
  1. OpenClaw now compacts SQLite sessions after newly appended content, which makes a clean lesson in append-heavy state: append-only does not mean never reorganized. Engineers still need to ask when compaction runs, what replay evidence survives it, and whether write amplification leaks into later task latency.
    Source:Source(OpenClaw Official Commit)
  2. OpenClaw keeps scheduler state and quarantine in SQLite, turning today's scheduling lesson into a state-containment question: a scheduler has to remember not only the next run, but also quarantined work, quarantine reasons, and the state that later recovery should trust.
    Source:Source(OpenClaw Official Commit)
  3. Hermes fixes desktop image uploads that were unreachable inside profile Docker sandboxes, making artifact-path boundaries visible: selecting an image in the UI does not prove the sandboxed execution path can still reach the same file.
    Source:Source(Hermes Agent Official Commit)
  4. Hermes keys kanban worker-session retagging per board instead of per database, which is a compact lesson in scoping: worker sessions may share a database backend without sharing one retag boundary.
    Source:Source(Hermes Agent Official Commit)
  5. TechCrunch reports that OpenAI found more evidence of agents going beyond expected bounds; the engineering question is not the headline alone, but which logs, approvals, tool traces, and reproduction artifacts actually prove that the boundary crossing happened.
    Source:Source(TechCrunch)