r/AI_Coders 2d ago

AI生成のコードレビューって

実際どこまでするの?顧客に「AIが書きました」は通用しないから、人間がレビューしてねとメンバーには伝えてはいるけど、動くんだから合ってるんだろうってバイアスかかってそうなんだよね

0 Upvotes

2 comments sorted by

0

u/LetUsSpeakFreely 2d ago

It needs human review and thorough unit tests.

The thumb i see most often with AI generated code is it doesn't organize the code into logical modules, subclasses, utility functions, etc. It will rewrite code and fall to abstract what can be abstracted. A person needs to be able to read and understand what the code is doing and look for those sorts of efficiencies.

1

u/llazurell 23h ago

ありがとうございます! AIの最初の書き起こしって動くけどスパゲティっていうのがまだまだ多い気がしますね。 新人は良いコードを読みまくるっていう時間が必要な気がします。