Tag: harness
All the articles with the tag "harness".
-
Two Traps Running Claude Code on Local Ollama: Truncated Context, and A3B Buckling Under Heavy Verification
Two things I logged: cco (Claude Code driven by local Ollama) had long been giving off-topic answers, and the root cause was not a weak model but a full harness whose system prompt had ballooned to 30-50k tokens and was being silently truncated; then I put A3B on the Mac mini for two days as a night worker.
-
Instead of Begging the Model Not to Lie, I Wrote a Hook That Stops It
The sequel to the Opus 4.8 confabulation post: I moved "don't make up numbers" from a plea in CLAUDE.md to a pending-guard hook that blocks git commit at PreToolUse.
-
Second Harness Diet: Global Skills From 58 Down to 40
A follow-up to the harness diet series: six months later, a bigger cleanup that cut my global skills from 58 down to 40, start to finish.
-
本機 Ollama 跑 Claude Code 的兩個坑:context 被截斷、A3B 撐不住重驗證
記錄兩件事:cco(本機 Ollama 驅動 Claude Code)長期答非所問,根因不是模型不夠聰明,是完整 harness 的 system prompt 早就膨脹到 3-5 萬 token 被靜默截斷;順手把 Mac mini 換上 A3B 當夜間工人測了兩天。
-
與其拜託模型不要騙我,不如寫一個擋得住的 hook
接續 Opus 4.8 捏造工具輸出那篇:我把「別亂編數字」從 CLAUDE.md 的拜託,升級成一個掛在 PreToolUse 擋 git commit 的 pending-guard hook。
-
第二次 harness 減肥:全域 skills 58 砍到 40
接續 harness 減肥系列,半年後做了第二輪更大規模的整理,把全域 skills 從 58 個砍到 40 個的完整過程。
-
A Student's Seven-Agent Setup That Wouldn't Run — A Cautionary Tale About Harness First
A student built seven agents on an M5 Max and kept hitting timeouts. The problem wasn't a weak model — it was skipping the basics: harness, context management, task routing.
-
學員自建七個 agent 跑不動——一個 harness 為重的反面教材
一個學員在 M5 Max 上自建七個 agent 卻一直 timeout,問題不在模型不夠強,而在沒先把 harness、上下文管理、任務分派這些基本功打好。
-
The More Rules You Add, the Less Claude Listens — I Sent a Team of Agents to Trim My Setup and Cut 36% of Always-On Context
Late at night I got Opus 4.8, and my weekly quota happened to reset. The first thing I did was put my harness on a diet. A COO student who had burned through 88% of his 1M context made me face one thing squarely: the more rules you add, the less the model listens.
-
規則越加,Claude 越不聽話——派一隊 AI 重整設定,常態上下文省 36%
半夜拿到 Opus 4.8、額度剛好重置,我做的第一件事是減肥我的 harness。一個 COO 學員把 1M 上下文用到 88% 的案例,讓我認真面對一件事:規則加越多,模型反而越不聽話。
-
Two Months of Claude Code Harness Ops: Crashes, Zombies, Cache Misses, and Plan Mode Edges
From March to April, running Claude Code as a long-running harness surfaced a bunch of issues. Survival tactics during the outage, my hook for cleaning up zombie processes, the resume cache-miss fix in 2.1.90, the silent memory bloat in 2.1.100, and the Plan-Mode-question-density problem after 4.7.
-
Claude Code Harness 兩個月運維史:當機、殭屍、快取、Plan Mode 的邊邊角角
從 3 月到 4 月,Claude Code 作為長時間運轉的 harness,踩過的幾個點:當機時的求生策略、我自己寫的 hook 清殭屍進程、2.1.90 修好的 resume cache miss、2.1.100 的記憶體暴增修復、還有 Plan Mode 問題太多的 4.7 癥結。