Do you have any systems in place to differentiate between ai generated code and human generated code? do both get the same level of code review? or do some parts of the code get heavier code review than others?
Do you review AI generated code differently based on where it is in your code?
1–3 of 3 posts
Re: Do you review AI generated code differently based on where it is in your code?
#2Not just based on where it is but also what it is solving. UI or low risk code I can let the agent do everything. Auth, security, performance? I dig deeper manually or ask agent more about what it has done, why...
Re: Do you review AI generated code differently based on where it is in your code?
#3Not just based on where it is but also what it is solving. UI or low risk code I can let the agent do everything. Auth, security, performance? I dig deeper manually or ask agent more about what it has done, why...
Do you use a framework to differentiate between the different areas?