TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

When Compiler Engineers Act as Judges, What Can Possibly Go Wrong?

25 点作者 meinersbur1 天前

15 条评论

TheDong1 天前
Reading through the github issues, the author of this article comes off as very rude and entitled.<p>I&#x27;m on the side of the CoC committee who told the author they engaged without enough consideration or kindness.<p>Reporting bugs is nice. It&#x27;s less nice if, when a maintainer asks for a clearer reproduction, you respond with &quot;I already gave you a reproduction, even if you have to edit it a little. I&#x27;m not a programmer, all I can give you is some AI spam. I&#x27;ll leave it up to you to do your jobs&quot; (edited only lightly from what the author really wrote).
评论 #43963890 未加载
hyperhello1 天前
&gt; He derided my attempt to use an AI summary to bridge a communication gap (I explicitly stated I&#x27;m not a programmer) as a &quot;...stochastic parrot designed to produce lies instead of actionable information...&quot;.<p>I don&#x27;t really have a dog in the race, but I think people <i>should</i> react this way to AI communication. They should be shunned and informed in no uncertain terms that they are not welcome to communicate any more.
评论 #43962928 未加载
评论 #43962704 未加载
评论 #43962524 未加载
评论 #43962570 未加载
kordlessagain1 天前
Seyfarth admits he might’ve crossed a line, but he always wraps it in some version of “yeah, but look what they did first.” That’s textbook rationalization. He can’t be wrong if he was provoked. Reading more of his stuff, it’s clear the guy has a serious fixation on procedural control. As long as the system works in his favor, he’s its biggest fan. But the second it doesn’t validate him? He flips the table, blames everyone else, and rebrands it as a systemic failure. What starts as a disagreement turns into a legal crusade every time.
tomovo1 天前
&gt; Maybe the comment that voiced my anger crossed a line, too. I take full responsibility for that. But I think that this provoked reaction is understandable after all the time and effort spent to solve this issue constructively by a non-technical person.<p>&gt; it further demonstrated my good intentions<p>&gt; &quot;you are arguing with a law professional&quot;<p>&gt; &quot;AI summary,&quot; ... shows the effort I am willing to invest ...<p>Wow.
QuadmasterXLII1 天前
The author of this blog post does not come off as well as he thinks he does.
评论 #43962725 未加载
yeputons1 天前
&gt; Open source thrives on collaboration. ... Central to this ecosystem are Codes of Conduct (CoCs), designed to ...<p>Open source thrived back in early 2000-s too. Although I don&#x27;t remember anything even remotely resembling Code of Conduct back then, I wasn&#x27;t paying attention. Was it a thing?<p>I found that Drupal adopted CoC in 2010, and Ubuntu had one already no later than 2005 (the &quot;Ubuntu Management Philosophy&quot; book from 2005 mentions it).
评论 #43962634 未加载
watusername1 天前
Looking at the whole interaction as well as the AI patch (<a href="https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;pull&#x2F;125602#issuecomment-2639692278">https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;pull&#x2F;125602#issuecommen...</a>) the author submitted, I have to disagree. It removes the flag setting altogether and adds useless code. It demonstrates that the author really has no understanding of the code, which may be okay for your weekend SaaS but definitely not for build system code in critical compiler infrastructures. To put it bluntly: This _is_ AI slop.<p>There&#x27;s no denying that AI is helpful, _when_ the human has some baseline knowledge to check the output and steer the model in the correct direction. In this case, it&#x27;s just wasting the maintainers&#x27; time.<p>I&#x27;ve seen many instances of this happening in the support channels for Nix&#x2F;NixOS, which has been around long enough for the models to give plausible responses, yet too niche for them to emit usable output without sufficient prompting:<p>&quot;No, this won&#x27;t work because [...]&quot; &quot;What about [another AI response that is incorrect]?&quot; (multiple back-and-forths, everyone is tired)
jcranmer1 天前
&gt; He derided my attempt to use an AI summary to bridge a communication gap (I explicitly stated I&#x27;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 &quot;an AI told me that...&quot;, you&#x27;ve told every developer in the room that you don&#x27;t know what you&#x27;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:&#x2F;&#x2F;discourse.llvm.org&#x2F;t&#x2F;rfc-define-policy-on-ai-tool-usage-in-contributions&#x2F;78758" rel="nofollow">https:&#x2F;&#x2F;discourse.llvm.org&#x2F;t&#x2F;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 &quot;hi, you have lots of misnamed compiler option warnings when I build it with my toolchain&quot; which is a <i>very</i> unactionable bug report. The scripts provided don&#x27;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 &quot;hey, can you provide a <i>better</i>, simpler steps to reproduce?&quot; To which the author responds [1] &quot;no, you should be able to figure it out from what I&#x27;ve given already.&quot; Which, if I were in the developer&#x27;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&#x27;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:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;issues&#x2F;72413#issuecomment-2632397405">https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;issues&#x2F;72413#issuecomme...</a>
评论 #43962852 未加载
GrantMoyer1 天前
Direct link to the GitHub thread the post is about: <a href="https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;issues&#x2F;72413">https:&#x2F;&#x2F;github.com&#x2F;llvm&#x2F;llvm-project&#x2F;issues&#x2F;72413</a>
KingOfCoders1 天前
Reading the original issue (instead of the article)<p>&quot;But I am not blaming you for not having a degree in software engineering.&quot;<p>But then<p>&quot;And you admitted that the large scripts in question contain hardcoded information such as your personal computer&#x27;s login username, clearly those scripts won&#x27;t work out of the box on someone else&#x27;s machine&quot;.<p>while the other committer ends with<p>&quot;You&#x27;re free to propose a patch yourself instead. &quot;<p>So the committer is acknowledging that the user is no software developer, but then the two of them demand the user to do things that the user might not be able to do.<p>That&#x27;s not going to work.
评论 #43963057 未加载
KingOfCoders1 天前
Developers feel the end times coming - out the pitchforks for any mention of AIs. Reading the article it does not seem to be an auto-generated AI bug report - nevertheless the pitchforks are out and the mob is even infiltrating unrelated bug threads on a different project to burn the heretic. The end times are coming.
high_na_euv1 天前
Why links are going thru Google.com? It is shady as hell
评论 #43962573 未加载
评论 #43963807 未加载
malcolmgreaves1 天前
So, is this a lawyer who is using his normal legal tactics of intimidation against LLVM devs who are donating their time to provide open source software? And is his aim that, because he’s incompetent, he messed up multiple parts of the process and got his own feelings hurt, and thus now wants…other people to coddle his feelings?<p>EDIT -<p>&gt; Once again these two Gentoo developers showed a lack of good manners.<p>…<p>&gt; hold a personal grudge against me<p>Yes, indeed this non technical person seems to have found that while they don’t have a mind sharp enough for software, nor the respect and understanding that they can’t talk to people the same way they do as a lawyer, they’ve well on their way into the subculture of posting their emotional rants onto the internet. (haha!)
itsanaccount1 天前
&quot;actually do your job&quot;<p>What an amazingly effective phrase to get open source developers to do what you want. &#x2F;s
rho41 天前
I feel the author. Very often when I report issues to open source projects, the first response is &quot;why don&#x27;t you submit a patch?&quot;, followed by subtle hints that I am a leech profiting off the backs of volunteers. I am also at the point where I seriously ask myself whether I should invest the time to report and provide minimal examples for reproduction.
评论 #43962642 未加载