No post body was provided.
Ask HN: How are you handling production risks from AI generated code?
1–10 of 11 posts
Re: Ask HN: How are you handling production risks from AI generated code?
#2[dead]
Re: Ask HN: How are you handling production risks from AI generated code?
#3[flagged]
Re: Ask HN: How are you handling production risks from AI generated code?
#4AI says, "A proof is a program that computes the witness."
Re: Ask HN: How are you handling production risks from AI generated code?
#5If you are unsure about the AI generated code, it's better to not ship a risky product. You can also use 3rd party services for the most vulnerable areas of your product.
Re: Ask HN: How are you handling production risks from AI generated code?
#6[deleted]
Re: Ask HN: How are you handling production risks from AI generated code?
#7I think the key is treating AI-generated code like code from a junior developer: review it carefully, test it thoroughly, and never assume it's correct just because it was generated.
Re: Ask HN: How are you handling production risks from AI generated code?
#8A couple of things:
1. Direct the AI to look specifically into areas where I have a gut feel things might go wrong
2. An assessment by another model (eg Codex reviews Claude's work)
3. Manual testing
Re: Ask HN: How are you handling production risks from AI generated code?
#9[dead]
Re: Ask HN: How are you handling production risks from AI generated code?
#10Read and review it!