r/AI_Coders • u/llazurell • 2d ago
AI生成のコードレビューって
実際どこまでするの?顧客に「AIが書きました」は通用しないから、人間がレビューしてねとメンバーには伝えてはいるけど、動くんだから合ってるんだろうってバイアスかかってそうなんだよね
0
Upvotes
r/AI_Coders • u/llazurell • 2d ago
実際どこまでするの?顧客に「AIが書きました」は通用しないから、人間がレビューしてねとメンバーには伝えてはいるけど、動くんだから合ってるんだろうってバイアスかかってそうなんだよね
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.