Comment by lelanthran

2 days ago

> If reading the code is actually the bottleneck, then you described a 3X speed up.

But that's because we aren't reading it anymore. If you feel that reading the code has no value, then sure, that's a 3x speedup, otherwise it's a loss in knowledge.

I was referring to this:

> we read code once while writing it, we read it again while testing it/finding errors during tests, we read it again during review.

That’s 3x. If you only need to read AI generated code for review, you’re still reading it, but 1x.

If you give up reviewing code entirely there’s potentially an even bigger speed up but with bigger trade offs as well.