Live data from Hacker News

Do you review AI generated code differently based on where it is in your code?

news.ycombinator.com

1–3 of 3 posts

Re: Do you review AI generated code differently based on where it is in your code?

#3
post #2

Not 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?