Comment by davispeck
4 hours ago
The bottleneck seems to have shifted.
Before LLMs the slow part was writing code. Now the slow part is validating whether the generated code is actually correct.
4 hours ago
The bottleneck seems to have shifted.
Before LLMs the slow part was writing code. Now the slow part is validating whether the generated code is actually correct.
... writing the code was never the slow part. correctness (according to what people actually needed) has always been the slow part.