Live data from Hacker News

Ask HN: How would you harden AI changes to a 1M-line legacy SaaS before review?

news.ycombinator.com

21–25 of 25 posts

Re: Ask HN: How would you harden AI changes to a 1M-line legacy SaaS before review?

#21
post #3

At this point what stops you from asking AI this question? But honestly, extensive QA. There are probably more quirks than you could imagine

I have asked the AI, but was hoping for a second opinion, ideally by someone who has experience from doing something a bit similar. Your point about QA is interesting. Bob Martin, doesn't review AI code any more, just does extensive QA ( https://x.com/unclebobmartin/status/2080257779395154409 ). Perhaps the key move would be for me to now focus on QA and try to nudge the engineering review to also emphasize testing o…

[flagged]

Re: Ask HN: How would you harden AI changes to a 1M-line legacy SaaS before review?

#22

Earlier quoted context omitted.

I have asked the AI, but was hoping for a second opinion, ideally by someone who has experience from doing something a bit similar. Your point about QA is interesting. Bob Martin, doesn't review AI code any more, just does extensive QA ( https://x.com/unclebobmartin/status/2080257779395154409 ). Perhaps the key move would be for me to now focus on QA and try to nudge the engineering review to also emphasize testing o…

Once you no longer "own" the code, does it matter? If you provide a very detail set of specifications and success criteria then you can turn it into a black box. The code is no longer the asset, just the business that uses it. You can use AI to extract the requirements from the existing code and then modify as needed however, I would recommend doing this in two phases: first the conversion, then the enhancements.

idk, I'm of the opinion that you own the code you wrote with AI.
Post reply on HN