We should all write better tests!
There's a ton of literature about software testing, but most engineers (including Claude) default to example-based testing.
Great for regressions, not so much for finding bugs in your implementation.
For anything outside of unit or integration tests, the standard response I hear is -'It doesn't work on my code.'
So I'll try something - each week I'll share a technique that has made a meaningful difference in how teams build reliable, high-quality software, and I hope it will do the same for you.
The first one is - Swarm Testing, inspired by a talk I attended by "Papers We Love".
The links to the paper and the blog post are in the comment below.