Your Test Suite Is Worth More Than Your Code Now
Future of Dev

Your Test Suite Is Worth More Than Your Code Now

SQLite figured this out years ago: their code is public domain, but their test suite costs $120k. Now AI can clone your repo in minutes, but it can't replicate the years of edge cases and behavioural contracts encoded in comprehensive tests. The moat just shifted.

· 3 min read
AI Code Review Without Code Review Is Cooked
Future of Dev

AI Code Review Without Code Review Is Cooked

The 'test-only, zero code review' workflow sounds fire until you realise you're just trading one hell for another. LLMs aren't compilers, context windows hit physical limits, and someone still has to review all those AI-generated test cases. Spoiler: that someone is you.

· 5 min read