Tag: debugging
All the articles with the tag "debugging".
-
Some of My Subagents Were Already Grandpas
A CCX quota incident with no guardrails set: subagents bred recursively, one session burned 90% in half an hour, and here is the full forensics and fix.
-
有些 subagent 都當阿公了
一次 CCX 沒設好護欄的額度事故:subagent 遞迴繁殖,一個 session 半小時燒掉 90%,事後鑑識與修法全記錄。
-
Claude Seeing Ghosts Four Nights Straight: A Log of Opus 4.8 Fabricating Tool Output
A four-day log of Opus 4.8 tool-result confabulation: from the technical symptoms to the GitHub issue to JSONL forensics.
-
Claude 半夜見鬼連續四天:Opus 4.8 捏造工具輸出實錄
Opus 4.8 連續四天的 tool-result confabulation 實錄:從技術現象、GitHub issue 到 JSONL 鑑識。
-
No Error Doesn't Mean Success: Five Silent Failure Traps in AI Dev
A tool not throwing an error doesn't mean it succeeded. Exit 0, a 200 response, an empty string, a decapitated value — all silent failures. Reading back the real state is the only reliable defense.
-
沒拋錯不代表成功:AI 開發裡的五個靜默失敗陷阱
工具沒報錯不等於成功。exit 0、200 response、空字串、被砍頭的值,全都是靜默失敗——回讀驗證真實狀態才是唯一可靠的手段。