> What was your thought process using AI? > Share your prompts! Share your process! It helps me understand your rationale. why? does it matter? do you ask the same questions for people that don't use AI? I don't like using AI for code because I don't like the code it generates and having to go over and over until I like it, but I don't care how people write code. I review the code that's on the PR and if there's I do…
Because when your code is handwritten, it's supposed to be a translation of you parsing business requirements to code. Using AI adds a non-deterministic layer in between, and a lot of code now is there that you probably didn't need. The prompt is helpful to figure out what is needed and what isn't.
Also, we should not be submitting huge PRs in general. It is difficult to be thorough in such cases. Changes will be less well understood and more bugs will sneak their way into the code base.