> He derided my attempt to use an AI summary to bridge a communication gap (I explicitly stated I'm not a programmer)<p>LLVM has already found that AI summaries tend to provide <i>negative</i> utility when it comes to bug reports, and it has a policy of not using them. The moment you admit "an AI told me that...", you've told every developer in the room that you don't know what you're doing, and very likely, trying to get any useful information of you to be able to resolve the bug report is going to be at best painful. (cf. <a href="https://discourse.llvm.org/t/rfc-define-policy-on-ai-tool-usage-in-contributions/78758" rel="nofollow">https://discourse.llvm.org/t/rfc-define-policy-on-ai-tool-us...</a>)<p>Looking over the bug report in question... I disagree with the author here. The original bug report is "hi, you have lots of misnamed compiler option warnings when I build it with my toolchain" which is a <i>very</i> unactionable bug report. The scripts provided don't really provide a lot of insight into what the problem might be, and having loads and loads of options in a configure command increases the probability that it breaks for no good reason. Also, for extra good measure, the link provided is to the latest version of a script, which means it can change and no longer reproduce the issue in question.<p>Quite frankly, the LLVM developer basically responded with "hey, can you provide a <i>better</i>, simpler steps to reproduce?" To which the author responds [1] "no, you should be able to figure it out from what I've given already." Which, if I were in the developer's shoes, would cause me to silently peace out at that moment.<p>At the end of the day, what seems to have happened to me is that the author didn't provide sufficient detail in their initial bug report and bristled quite thoroughly at being asked to provide more detail. Eli Schwartz might have crossed the line in response, but the author here was (to me) quite clearly the first person to have thoroughly crossed the line.<p>[1] Direct link, so you can judge for yourself if my interpretation is correct: <a href="https://github.com/llvm/llvm-project/issues/72413#issuecomment-2632397405">https://github.com/llvm/llvm-project/issues/72413#issuecomme...</a>