Tag: agentic-coding
All the articles with the tag "agentic-coding".
-
The Blind Spot in AI Self-Verification — Why You Need an Uninformed Agent to Audit
AI is great at "looking done." To catch its blind spots, you can't rely on it checking its own work — you bring in an auditor that knows nothing, inherits no context, and gets only the rules and the output.
-
AI 自我驗證的盲點——為什麼要請一個不知情的 agent 來稽核
AI 很會「看起來完成了」。要抓出它的盲點,不能靠它自己回頭檢查——得引入一個不知情、不繼承上下文、只拿到原則與產出的稽核者。
-
Better Context Beats a Stronger Model — repowise's Five-Layer Architecture
I came across repowise, a tool that inserts a layer of context between your codebase and the model. It is a good excuse to talk about a bigger idea: when a model breaks things, the first instinct is to reach for a stronger model, but the real cause is usually too little context.
-
給 LLM 更好的 context,勝過換更強的模型——repowise 的五層架構
看到 repowise 這個在 codebase 與模型之間插一層 context 的工具,想聊一個更大的觀念:模型改壞東西時,第一反應常常是換更強的模型,但真正的根因往往是 context 不夠。