|
|
|
|
|
by felix9527
97 days ago
|
|
Been running Claude Code with hooks recording every tool call for two weeks. ~25k actions across 116 sessions. The thing that surprised me: 24 tool calls per prompt on average. "Just review everything" is not realistic at that ratio. What worked for me was the dashcam approach — don't try to prevent, just have an independent record of what the agent actually did. Not the agent's summary, the actual sequence. Caught a few cases where the summary glossed over failed attempts and retries that mattered. |
|