Hacker News new | ask | show | jobs
by silbercue 81 days ago
> Claude code hooks are blocking - performance degrades rapidly if you have a lot of plugins that use hooks

can confirm. ended up being really careful about what runs synchronously vs in the background.

IMHO the "sanitised optimism" thing others mention here is real too. had to add explicit verification steps because Claude kept reporting success when it just silenced the error. now I always make it prove things actually worked before moving on.