|
|
|
|
|
by bojan
2 days ago
|
|
> Although, even then, my PM (!) used Claude to boost the efficiency of one of our more complex Postgres queries by up to 5x Would you be kind to describe what test set-up do you have that a PM felt safe enough to deploy the changed query without the fear they'll break something? |
|
The same techniques that were used to try to prevent regressions before we had LLMs still work for LLM-generated code, provided that you actually use them. If you have an insufficient test suite and a lax policy around who reviews code before merging, you're going to have a bad time even if you only have your seniors writing the code by hand.