Hacker News new | ask | show | jobs
by rishabhpoddar 16 days ago
I was actually working on something like a "claim checker" recently. Inspired by stuff like Codeql. But I realised that all the really valuable business facing claims can't be checked just by static code analysis, and need to be done via integration and unit tests only. Given that claude code can pretty much write all the runtime tests fairly easily and quickly, I don't see how anything else can be better.
1 comments

have you actually tried breaking something on purpose and seeing if claude's own tests catch it, or is it more that they've just run fine so far?