Hacker News new | ask | show | jobs
by t420mom 637 days ago
I don't really want to increase the amount of time I spend doing code reviews. It's not the fun part of programming for me.

Now, if you could switch it around so that I write the code, and the AI reviews it, that would be something.

Imagine if your whole team got back the time they currently spend on performing code reviews or waiting for code reviews.

2 comments

This would indeed be the best way around.The code reviews might even be better - currently, there's little time for them and we often have only one person in the team with much knowledge in the relevant language/framework/application, so reviews are often just "looks OK to me".

It's not quite the same, but I'm reminded of seeing a documentary decades ago which (IIRC) mentioned that a factor in air accidents had been the autopilot flying the plane and human pilots monitoring it. Having humans fly and the computer warn them of potential issues was apparently safer.

> Now, if you could switch it around so that I write the code, and the AI reviews it, that would be something.

I'm sort of doing that. I'm working on a personal project in a new language and asking Claude for help debugging and refactoring. Also, when I don't know how to create a feature, I might ask it to do so for me, but I might instead ask it for hints and an overview so I can enjoy working out the code myself.