56 comments

  • branko_d10 hours ago
    From <a href="https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;</a>:<p><i>&quot;Unfortunately the reality of LLM-based contributions has been mostly negative for us, from an increase in background noise due to worthless drive-by PRs full of hallucinations (that wouldn’t even compile, let alone pass CI), to insane 10 thousand line long first time PRs. In-between we also received plenty of PRs that looked fine on the surface, some of which explicitly claimed to not have made use of LLMs, but where follow-up discussions immediately made it clear that the author was sneakily consulting an LLM and regurgitating its mistake-filled replies to us.&quot;</i>
    • feverzsj10 hours ago
      Pretty much sums up the LLM fanbase.
      • discreteevent9 hours ago
        I don&#x27;t think it&#x27;s the complete fanbase. However, there are lots of people in the world who live their whole life by vibing. It&#x27;s a viable way to live and sometimes it&#x27;s the only way to live. But they have a very loose relationship with truth and reason. Programming was a domain that filtered out those people because they found it hard to succeed at it. LLM&#x27;s have changed that and it&#x27;s a huge problem. It&#x27;s hard to know if LLMs will end up being a net win for the industry. They may speed up the good programmers a little, but those people were able to program anyway without LLMs. They will speed up the bad programmers a lot and that&#x27;s where the balance sheet goes into the red.
        • JackC6 hours ago
          &quot;They may speed up the good programmers a little, but those people were able to program anyway without LLMs.&quot;<p>I don&#x27;t think this is realistic. I&#x27;m a good programmer, and it speeds up my work a <i>lot</i>, from &quot;make sense of this 10 repo project I haven&#x27;t worked on recently&quot; to &quot;for this next step I need a vpn multiplexer written in a language I don&#x27;t use&quot; to, yeah, &quot;this 10k line patch lets me see parts of design space we never could have explored before.&quot; I think it&#x27;s all about understanding the blast radius. Sonetimes a lot of code is helpful, sometimes more like a lot of help proving a fact about one line of code.<p>Like Simon says, if I&#x27;m driving by someone else&#x27;s project, I don&#x27;t send the generated pull request, I just file the bug report &#x2F; repro that would generate it.
          • PunchyHamster5 hours ago
            &gt; to &quot;for this next step I need a vpn multiplexer written in a language I don&#x27;t use&quot;<p>but that acceleration is exactly because you&#x27;re not good at that language
            • renticulous4 hours ago
              Can&#x27;t we reach a compromise where proven track record of good use of LLM by a contributor or a company (eg. Bun) be pre-approved or entertained? Blanket ban on a new technology shouldn&#x27;t be the default option.
              • dspillett3 hours ago
                Certainly not in the case of asking it to do something you&#x27;d be slow at because you are unfamiliar. If you are not familiar enough with the system, how are you confident that what the LLM has produced is valid and complete? IMO the people saying LLMs make then 10x faster were either very bad to start with (like me!) or are not properly looking at the results before throwing them over the wall.<p>And how do you know if that is the case or the person&#x2F;team using the LLMs is one of the <i>good</i> ones?<p>So the safest answer is just &quot;no&quot;.
                • bcrosby9550 minutes ago
                  This is the crux of the problem. LLMs make me significantly faster at writing code I was mediocre or bad at. But when I use it to write code in domains I have more knowledge in I see design and correctness problems all over the place and actively fix them and it slows down my output.<p>Speed is seductive.<p>The bar isn&#x27;t &quot;this is a known good contributor&quot;. Its &quot;this is a known good contributor working in a space they have knowledge in and has a track record of actually checking and thinking about LLM output before submitting it.&quot; It&#x27;s much higher and I don&#x27;t see how you can approve people on an organization-wide basis.
              • em-bee3 hours ago
                if they had a good track record, the current submission that led to this article damaged it.<p>i am reminded of this quote: it takes more cleverness to debug code than it takes to write it. if you write code as clever as you can, by definition you are not clever enough to debug it. using LLM makes your code many times more clever than what you could write yourself. which means by the same definition the code is to clever for you to understand or debug it.
                • ModernMech1 hour ago
                  I like the new corollary to that rule, which is that if the AI is the best coder in the room and writes code too clever for itself, then <i>no one</i> including the AI can debug the code. Then where does that leave you?
                  • em-bee42 minutes ago
                    i love it. just a moment of thought makes clear that LLMs are not capable to debug their own code because if they were they would be able to write better code. the LLM code doesn&#x27;t even need to be clever.
                    • wyre31 minutes ago
                      That’s why you don’t use SOTA xhigh models to write your code, so you can use the xhigh model to debug the code.
              • ragall3 hours ago
                No.
          • mamcx3 hours ago
            &gt; I&#x27;m a good programmer, and it speeds up my work a lot<p>The problem with this line of thinking is the same with &quot;I so good as C developer, my code is so-safe!&quot;.<p>And we see what <i>reality</i> instead tell: Yes, exist people where this claims are <i>true</i>, not, is not even a decently sized minority.
          • kiba3 hours ago
            I use LLM as a tutor. It tailor their answers exactly to the situation I am in, even if it hallucinate. I can correct them on the fly and that also serves as training. I try not copy and paste and type every line of code by hand. That doesn&#x27;t always happen, but I usually understand the code I am writing.
          • dnautics3 hours ago
            yep. as an expert programmer there are things i did not have access to. for example, i have an embedded-lite hardware project that required a one line patch to a linux kernel Module.<p>i know what a kernel module is and im reasonably certain that the patch is safe, but there is no way in hell i would have found that solution (i would have given up). in a world without llms, the project would have died.
            • vatsachak44 minutes ago
              I really hope that you have gone over what the LLM decides to do.<p>Time and time again I&#x27;ve had a project (such as a DSL to SQL compiler, automatic Rust codegen, CSS development) stall because the LLM took a short sighted decision.<p>I later found better solutions by querying Reddit and upon consulting the LLM, it basically said &quot;oh shit I&#x27;m sorry&quot;
          • mattmanser1 hour ago
            Why are you writing a vpn multiplexer written in a language you don&#x27;t use?<p>You can&#x27;t review it.<p>Are you relying on your colleagues to do that, or is this riddled with bugs? Or is it code you&#x27;re producing for personal use only so it&#x27;s not worth mentioning as it&#x27;s not sped <i>your work</i> up, it&#x27;s just let you write a little play program.
          • stirfish4 hours ago
            It&#x27;s great when I know how the code should look. Sometimes I just can&#x27;t bring myself to write yet another http handler.
        • kay_o9 hours ago
          &gt; However, there are lots of people in the world who live their whole life by vibing<p>Why are they often so desperate to lie and non-consensually harass others with their vibing rather than be honest about it? Why do they think they are &quot;helping&quot; with hallucinated rubbish that can&#x27;t even build?<p>I use LLMs. It is not difficult to: ethically disclose your use, double check all of your work, ensure things compile without errors, not lie to others, not ask it to generate ten paragraphs of rubbish when the answer is one sentence, and respect the project&#x27;s guidelines. But for so many people this seems like an impossible task.
          • automatic61318 hours ago
            &gt; Why do they think they are &quot;helping&quot; with hallucinated rubbish that can&#x27;t even build?<p>Because they can&#x27;t tell the difference between what the machine is outputting, and what people have built. All they see is the superficial resemblance (long lines of incomprehensbile code) and the reward that the people writing the code have got, and want that reward too.
            • toofy7 hours ago
              the target audience of the cyber typer terminal [0]<p>[0] <a href="https:&#x2F;&#x2F;hackertyper.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackertyper.net&#x2F;</a>
          • pjc508 hours ago
            &quot;Main character energy&quot;. What they&#x27;re really doing is protecting their view of themselves as smart, and they&#x27;re making a contribution for the sake of trying to perform being an OSS dev rather than out of need or altruism.<p>AI is absolutely terrible for people like that, as it&#x27;s the perfect enabler.
          • StevePerkins4 hours ago
            &gt; <i>Why do they think they are &quot;helping&quot;</i><p>It&#x27;s not about helping. It&#x27;s about the feeling of clout. There are still plenty of people who look at Github profile activity to judge job candiates, etc. What gets measured gets repeated.<p>I believe that most of the ills of social media would disappear, if we eliminated the &quot;like&quot; and &quot;upvotes&quot; buttons and the view counts. Most open source garbage pull requests may likewise go away if contributions were somehow anonymous.
          • a965 hours ago
            I think a lot of people who haven&#x27;t given it more thought might see it as an arbitrary rule or even some kind of gatekeeping or discrimination. They haven&#x27;t seen why people would want to not deal with the output.<p>This might not be helped by the fact that there are a lot of seemingly psychotic commenters attacking anything which might have touched an LLM or any generative model at some point. Their slur and expletive filled outbursts make every critical response look bad by vague association.<p>Having sensible explanations like in TFA for the rules and criticism clearly visible should help. But looking at other similar patterns, I&#x27;m not optimistic. And education isn&#x27;t likely to happen since we&#x27;re way past any eternal september.
          • drchickensalad8 hours ago
            You&#x27;re asking why oil doesn&#x27;t act like water. It&#x27;s not really an impossible task, it&#x27;s just not one they agree with.
          • ramon1569 hours ago
            It&#x27;s the same as cheating in a game. You are given an &quot;&quot;&quot;advantage&quot;&quot;&quot;, so lying about it seems like the best option
          • MattDaEskimo7 hours ago
            I wonder how many are account farming.
          • jcgrillo8 hours ago
            LLMs are in this case enabling bad behavior, but open source software has always been vulnerable to this. Similarly, people who use LLMs to do this kind of thing <i>are the kind of people who would have done it without LLMs</i> but for the large effort it would have taken. We&#x27;re just learning now how large that group is.<p>This is a good thing, it&#x27;s an opportunity to make open source development processes robust to this kind of sabotage.
            • ToucanLoucan6 hours ago
              &gt; LLMs are in this case enabling bad behavior<p>Yeah that seems to be their primary use case, if I&#x27;m honest. It&#x27;s possible to use them ethically and responsibly, much in the same way it&#x27;s possible to write one&#x27;s own code, and more broadly, do one&#x27;s own work. Most people however, especially in our current cultural moment and with the perverse incentives our systems have created, are not incentivized to be ethical or responsible: they are incentivized to produce the most code (or most writing, most emails, whatever), and get the widest exposure and attention, for the least effort.<p>Hence my position from the start: if you can&#x27;t be bothered to create it, I&#x27;m not interested in consuming it.
              • kiba3 hours ago
                People who made use of LLM responsibly to create high quality output doesn&#x27;t look like they&#x27;re using AI.<p>For example, using AI as an editor. It doesn&#x27;t write anything for you and you try and avoid suggestions unless you&#x27;re stuck.
        • WarmWash3 hours ago
          Tangential side story, but an interesting one none the less.<p>I was a food delivery driver back in the mid 00&#x27;s to the mid teens. Early on, GPS was rare and expensive, so to do deliveries and do them effectively, you had to be able to read a map and mentally plan out efficient routes from the stochastic flow of orders coming out.<p>This acted as a natural filter, and &quot;delivery driver&quot; tended to be an interesting class of people, landing somewhere in the neighborhood of &quot;lazy genius&quot;. Higher than average intelligence, lower than average motivation.<p>Then when smartphones exploded in the early 10&#x27;s, the bar for delivering fell through the floor, and the job became swamped with people who would be best identified as &quot;lazy unintelligent&quot;. Anyone who had a smartphone and not much life motivation was now looking to drive around delivering food for easy money.<p>Not saying the job was ever particularly glamorous, but it did have a natural mental barrier that tech tore down, and the result was exactly as one would predict. That being said, I&#x27;m not sure end users noticed much difference.
          • miyoji44 minutes ago
            &gt; That being said, I&#x27;m not sure end users noticed much difference.<p>I have friends who order a lot of DoorDash and UberEats and they complain <i>constantly</i> about how awful the delivery service is.<p>The problem isn&#x27;t that they haven&#x27;t noticed, it&#x27;s that they keep paying for the terrible service, even as the price goes up.
            • pjmlp26 minutes ago
              Sums up pretty much how offshoring works on our industry.<p>There are cool people on the other side as well, unfortunately those aren&#x27;t usually who get assigned unless escalations take place.<p>Most shops are built based on juniors that need to build enough curriculum to go elsewhere as soon as they get some scars.<p>Yet not only those projects keep coming, now plenty managers dream about replacing those juniors with agents.
          • bojo1 hour ago
            I love this anecdote. It highlights what our industry continues to forget: The end user doesn&#x27;t care.<p>Don&#x27;t get me wrong, tech is why I am here. But if it works, Alice and Bob don&#x27;t care one bit about how the product exists.
            • pjmlp24 minutes ago
              That is why Alice and Bob get Electron apps, Webviews on mobile, mostly coded by offshoring teams.
            • jbxntuehineoh1 hour ago
              &gt; The end user doesn&#x27;t care.<p>well, they think they don&#x27;t. until their pii gets leaked all over the internet because whoops our s3 bucket was publicly accessible, or until the service goes down because whoops our llm deleted the prod db...
        • hirako20006 hours ago
          Before LLMs we could already see a growing abundance of half baked engineers only in for the good pay. Willing to work double time to pull things out.<p>Management, unsurprisingly deemed those precious. They could email them out anytime, working weekend to fix problems their kind were the cause. Sure sir.<p>They excel at communication. Perfecting the art.<p>Now LLMs are there to accelerate the trend.
        • LAC-Tech8 hours ago
          &gt; It&#x27;s hard to know if LLMs will end up being a net win for the industry. They may speed up the good programmers a little, but those people were able to program anyway without LLMs. They will speed up the bad programmers a lot and that&#x27;s where the balance sheet goes into the red.<p>If you will forgive an appeal to authority:<p><i>The hard thing about building software is deciding what one wants to say, not saying it. No facilitation of expression can give more than marginal gains.</i><p>- Fred Brooks, 1986
        • pelasaco8 hours ago
          &gt; It&#x27;s hard to know if LLMs will end up being a net win for the industry.<p>True, regardless of that, for sure with LLM we are borrowing Technical debt like never before.
          • esafak3 hours ago
            Why are we not paying it off? I sure am. I refactor code left and right. It is up to you.
          • secondcoming7 hours ago
            &quot;Claude, don&#x27;t create any technical debt please&quot;
            • jbxntuehineoh1 hour ago
              i&#x27;ve been told that it&#x27;s totally fine because once the codebase turns into spaghetti you can simply tell the agent to refactor it and then everything will be ok
              • all21 hour ago
                I know this is a tongue-in-cheek response, but this brings me great pain. The spaghetti begins quickly, and your unit&#x2F;functional tests won&#x27;t help you unless you hammered out your module API seams before you even began. Oh, your abstractions are leaking? Your modules know too much about each other? Multiply the spaghetti!
        • LaGrange7 hours ago
          For at least the last 3 decades programming was a field that rewarded utter mediocrity with (relatively to other fields) massive remuneration. It has been filled with opportunists for as long as I remember.
          • brabel6 hours ago
            You are talking about bad programmers who are at least able to fool their managers for at least several years. The people OP is talking about could not even do that and most likely would have dropped out in the first week trying to program full time since they just don’t have the aptitude and patience to get unblocked after their first compilation error. Now they can go very far with a LLM.
            • LaGrange15 minutes ago
              Thing is, it&#x27;s not how incompetent they are, but the opportunism itself. The property I mentioned pulls in opportunists regardless of their competence. So eventually if you work in a field like this, you end up surrounded by them. There&#x27;s always _some_ around you, of course, everywhere - but across time different fields tended to pull so many of them they would become suffocating to anyone who isn&#x27;t one. And if you think you can interview your way out of this - an opportunist will often have an easier time to pass a harsh interview process than someone who cares.<p>IT isn&#x27;t the only one - finance and law had the issue since forever, AFAIK - but now I&#x27;d rather be in a field that&#x27;s _actively repellent_ to them.
          • 3form6 hours ago
            I think worth noting that a more impactful and maybe even bigger proportion of those opportunists is in management.<p>Regarding quality overall, I agree, it&#x27;s truly a cursed field. It was bad before; and with LLMs, going against that tide seems more difficult than ever.
          • jcgrillo7 hours ago
            This is an excellent point. LLMs might merely be exposing and amplifying behaviors that were always there. This can be an opportunity, in that shining light on it may allow us to cleanse ourselves of it. It&#x27;s fundamentally about integrity, and sadly it&#x27;s becoming clearer how few possess it (if it ever wasn&#x27;t!). But maybe we&#x27;ll get better at measuring integrity, and make hiring&#x2F;collaboration decisions based on it.
        • dominotw4 hours ago
          wouldnt llm do all the tasks that determistic programs are doing. like chatgpt files taxes for you instead of using turbotax.
        • dakolli8 hours ago
          &gt; <i>there are lots of people in the world who live their whole life by vibing. It&#x27;s a viable way to live and sometimes it&#x27;s the only way to live. But they have a very loose relationship with truth and reason</i><p>This response 1000% was crafted with input from an LLM, or the user spends too much time reading output from llms.
          • discreteevent7 hours ago
            I have never used an LLM to write. Writing forces me to think (and I edited the comment a couple of times when writing it which helped me clear up my thinking). &quot;It&#x27;s a viable way to live and sometimes it&#x27;s the only way to live&quot; is a personal realization that has taken me some time to understand. You can go back through my comment history to the time before LLMs to check if my style was different then.
            • hirako20007 hours ago
              It says a lot that most readers can&#x27;t distinguish good writing from something an LLM spat out.<p>Ray Kroc&#x27;s genius was to make people forget that you get what you pay for.
              • vehemenz6 hours ago
                False equivalency. If you had the humility to run your own writing through an LLM first, it would have caught it. Just saying.<p>Not picking on you in particular, but most of the anti-AI crowd can’t present their case compellingly and have an utter lack of humility.
            • vehemenz7 hours ago
              If you run your writing through an LLM, it can poke holes in your argument, organize your ideas better, or point out that your tone is hostile&#x2F;dismissive. It doesn’t need to be a replacement for writing or thinking, especially if you’re learning along the way.
              • aniou6 hours ago
                So - in that way - LLM will be Your mentor, it will shape Your way of thinking according to algorithms and datasets stuffed into by corporate creators.<p>Do You really want it?<p>There is also a second face of that: people are lazy. They wouldn&#x27;t develop their own skills but rather they would off-load tasks to LLM-s, so their communicative abilities will be fade away.<p>That&#x27;s looks like a strong dystopia for me.
                • vehemenz6 hours ago
                  &gt; LLM will be Your mentor, it will shape Your way of thinking according to algorithms and datasets stuffed into by corporate creators.<p>How is this mutually exclusive with teaching better than most humans? Part of these &quot;corporate&quot; datasets include deep knowledge of the world&#x27;s best literature and philosophy, for instance. Why can&#x27;t it be both?<p>&gt; Do You really want it?<p>If I&#x27;m in a hurry, don&#x27;t know where to start, or don&#x27;t have money for someone to teach me—sure.<p>&gt; There is also a second face of that: people are lazy. They wouldn&#x27;t develop their own skills but rather they would off-load tasks to LLM-s, so their communicative abilities will be fade away.<p>This is a recapitulation of the Luddite argument during the Industrial Revolution. And it&#x27;s valid, but it has consequences for all technological change, not just this one. There was a world before Google, the Web, the Internet, personal computing, and computers. The same argument applies across the board, and the pre-AI &#x2F; post-AI cutoff looks arbitrary.
                  • svieira5 hours ago
                    &gt; teaching better than most humans<p>Ah, so now we get to the &quot;ed tech&quot; question. What is teaching? Is there a human element to it, and if so, what is it? Or is it something completely inhuman? Or do we need to clarify what meaning of &quot;teaching&quot; we&#x27;re talking about before we have a discussion?
              • 3form6 hours ago
                All of which are parts of the writing and thinking skillset, no?
                • vehemenz6 hours ago
                  Right. It can enhance that skillset. Are you suggesting it can’t?<p>This wouldn’t be a plausible position.
                  • 3form5 hours ago
                    Rather that avoiding delegating it to LLM for these tasks helps you practice that skill.<p>That said, I think it depends how you use it. You can learn from explanations, and you&#x27;d better avoid &quot;rewrite this for me and do nothing else&quot; kind of approach.
                    • vehemenz2 hours ago
                      Right, but the LLM can help you practice the skill too. Without the LLM, you&#x27;re in a self-guided, autodidactical mode. Obviously, that can have its own advantages, but most people—but especially novices—aren&#x27;t in a position to assess their skill level or their progress. The average person isn&#x27;t going to magically get better at thinking or writing without formal training, or at least some direction.
          • codeflo7 hours ago
            I don&#x27;t get that impression at all. LLMs would have avoided the stylistic repetition of &quot;live&quot;. Asking an LLM to reformulate the sentences you quoted yields this slop:<p>&gt; There are a lot of people who go through life by vibing. And honestly: that’s not automatically “bad.” Sometimes it’s even the only workable way to get through things. The issue is that “vibe-first” people tend to have a pretty loose relationship with truth, rigor, and being pinned down by specifics. They’ll confidently move forward on what <i>sounds</i> right instead of what they can verify.<p>I&#x27;ll finish this post with a sentence containing an em-dash -- just to confuse people -- and by remarking on how sad I find it that people latch onto dashes and complete sentences as the signifiers of LLM use, instead of the inconsistent logic and general sloppiness that&#x27;s the actual problem.
          • redsocksfan454 hours ago
            [dead]
        • Peritract7 hours ago
          &gt; Programming was a domain that filtered out those people because they found it hard to succeed at it.<p>I think this is a very rosy view of programmers, not borne out by history. The people leading the vibe coding charge are programmers, rather than an external group.<p>I know it&#x27;s popular to divide the world into the technically-literate and the credulous, but in this case the technical camp is also the one going all in.
      • ZaoLahma8 hours ago
        I&#x27;m firmly in the LLM fanbase. Not because I can&#x27;t type code (was doing it for over 17 years, everywhere from low level hardware drivers in C to web frontend to robot development at home as a hobby - coding is fun!), but because in my profession it allows me to focus more on the abstraction layer where &quot;it matters&quot;.<p>I&#x27;m not saying that I&#x27;m no longer dealing with code at all though. The way I work is interactively with the LLM and pretty much tell it exactly what to do and how to do it. Sometimes all the way down to &quot;don&#x27;t copy the reference like that, grab a deep copy of the object instead&quot;. Just like with any other type of programming, the only way to achieve valuable and correct results is by knowing exactly what you want and express that exactly and without ambiguity.<p>But I no longer need to remember most of the syntax for the language I happen to work with at the moment, and can instead spend time thinking about the high level architecture. To make sure each involved component does one thing and one thing well, with its complexities hidden behind clear interfaces.<p>Engineers who refuse to, or can&#x27;t, or won&#x27;t utilize the benefits that LLMs bring will be left behind. It&#x27;s just the way it is. I&#x27;m already seeing it happening.
        • ap997 hours ago
          This mindset is fine (it&#x27;s mine essentially too).<p>But it absolutely has to be combined with verification&#x2F;testing at the same speed as code production.
          • dgellow7 hours ago
            I generally do have that mindset, but over the past 1y of Claude code I do notice that I’m clearly losing my understanding of the internals of projects. I do review LLM generated code, understand it, no problem reading&#x2F;following through. But then someone asks me a question, and I’m like… wait, I actually don’t know. I remember the instructions I gave and reviewing the code but don’t actually have a fine-details model of the actual implementation crystallized in my mind, I need to check, was that thing implemented the way I thought it was or not? Wait, it’s actually wrong&#x2F;not matching at all what I thought! It’s definitely becoming uncomfortable and makes me reconsider my use of Claude code pretty significantly
            • jbxntuehineoh1 hour ago
              &gt; I’m like… wait, I actually don’t know.<p>reminds me of the experience of reading a math text without doing the exercises, thinking that you&#x27;ve understood the material, and then falling flat on your face when you attempt to apply your &quot;understanding&quot; to a novel problem. there&#x27;s a significant difference between passively reading something and really putting active effort into it. only the latter leads to actual understanding ime
            • vehemenz5 hours ago
              I&#x27;ve had this issue too, and I feel it was an important lesson—kind of like the first time getting a hangover.<p>On the other hand, LLM-generated code comments better than I do, so given a long enough time horizon, it could be more understandable at a later time than code I&#x27;ve written myself (we&#x27;ve all had the experience of forgetting how things work).
              • ori_b4 hours ago
                It&#x27;s not. Invariably, the code is locally fine and globally nonsense.
            • toddmerrill4 hours ago
              Same experience. I&#x27;ve been writing code for many decades, but that experience doesn&#x27;t mean I can remember what I read when reviewing generated code. I write small, focused commits, but I have to take a day off each week to make changes by hand just to mentally keep up with my own codeset knowledge, and I still find structures that surprise me. It&#x27;s not necessarily that the code quality is poor, but it&#x27;s not like I (thought) I had designed it. It&#x27;s lead to a weakening of my confidence when adding to or changing existing architecture.
            • esyir2 hours ago
              I do think that this is natural. When you use LLM coding tools, you&#x27;re becoming a lot more like an architect&#x2F;staff&#x2F;manager, rather than the direct coder. You&#x27;re setting out the spec, coming up with the design, and coming up with the high level structure of the project.<p>However, this comes at the cost of losing track of the minute details of the implementation because you didn&#x27;t write it yourself. I find it a bit analogous to code I&#x27;ve reviewed vs code I&#x27;ve written.<p>However, I&#x27;ve found using AI for code structure summary and questioning tends to be a good way to get around it. I might forget faster, but I also pick it up faster.
            • esafak3 hours ago
              [dead]
          • onlyrealcuzzo2 hours ago
            I&#x27;ve found that for non-trivial features, I typically benefit from 3-4 rounds of: are you sure this isn&#x27;t tech debt, are you sure this is thoroughly tested for (manually insert the applicable cases, because they aren&#x27;t great at this, even if explicitly asked), are you sure this isn&#x27;t re-inventing wheels, adding unnecessary complexity by not using existing infrastructure it should or that other existing code would not benefit from moving to this, are you sure you can&#x27;t find any bugs, in hind sight, are you sure this is the best design?<p>Then, after it says, yes I&#x27;m sure this is production ready and we&#x27;re good to move on, you have Codex and Gemini both review it one last time, and ask it to address their feedback if it&#x27;s valuable or not.<p>After all this, it&#x27;s the only time I&#x27;ll look at the code and review it and make sure it&#x27;s coherent.<p>Until then, I assume it&#x27;s garbage.<p>I&#x27;d estimate this still improves velocity by 10x, and more importantly, allows me to operate at a pace I couldn&#x27;t without burning out.
            • em-bee19 minutes ago
              working this way would drive me nuts
          • vehemenz5 hours ago
            One-off tasks and parts of the stack that already have lots of disposable code do not need the same scrutiny as everything else. Just as there is a broad continuum of code importance, there is a broad continuum of testing requirements, and this was the case before AI. Keeping this in mind, AIs can also do some verification and testing, too.
        • 0xpgm7 hours ago
          &gt; Engineers who refuse to, or can&#x27;t, or won&#x27;t utilize the benefits that LLMs bring will be left behind. It&#x27;s just the way it is. I&#x27;m already seeing it happening.<p>Any examples how you see some engineers being left behind?
          • Quothling2 hours ago
            &gt; Any examples how you see some engineers being left behind?<p>I don&#x27;t know where you live, but around where I live in Denmark you&#x27;d fail for not using AI at a senior interview in a lot of places. Even places which aren&#x27;t exactly AI fans use AI to some extend.<p>The biggest challenge we face right now is figuring out how you create developers who have enough experience to know how to use the AI tools in a critical manner. Especially because you&#x27;re typically given agents for various taks, which are already configured to know how we want things to be written.
            • vatsachak52 minutes ago
              &gt; Everyone is jumping off the cliff<p>&gt; If you don&#x27;t jump off the cliff you&#x27;re falling behind
            • pjmlp2 hours ago
              Around here on your southern neighbour, everyone is supposed to be doing AI and being evaluated by this, yet in many projects if clients don&#x27;t sign off on the use of AI tools, there is no AI to use anyway.<p>Additionally there are the AI targets set by C suites based on what everyone is saying on TV, and what we can actually deliver based on the available data sets, integration points, and naturally those sign offs for data governance, and hallucinations guardrails.
          • ZaoLahma7 hours ago
            I&#x27;m starting to notice how those who don&#x27;t use AI end up having to hand tasks over to people who can get them done quicker.<p>It is anecdotal for sure, but it&#x27;s a pattern that seems to be emerging around me that expectations of velocity increases, and those who don&#x27;t use AI can&#x27;t keep up.
            • ericjmorey2 hours ago
              Why is velocity the overriding goal?
              • Bridged77562 hours ago
                Shit processes. I don&#x27;t know what places most of those people work at that crap is being merged into production at insane pace. You would expect any serious piece of software would be important enough to have the code be reviewed by at least one human.<p>Kind of.... I don&#x27;t know. To get placed such requirements from the top down and not fight back, just take it head on, not even maliciously, don&#x27;t even oppose it on a technical basis, just be like &quot;yeah, you&#x27;ve now gotta ship faster or you&#x27;re left behind, so therefore LLMs must be the future!&quot;, no critical thought attached. Is this shit coming from experienced engineers?<p>Preposterous we&#x27;re relying on &quot;it&#x27;s better because I feel like&quot;, &quot;dudes who don&#x27;t use it are falling behind at work&quot;, &quot;they ask for it in job interviews&quot;.
          • xyzal7 hours ago
            Probably in cognitive surrender. I have one such colleague and he is driving me crazy. &quot;Claude sad that ...&quot;
      • wallst077 hours ago
        Fanbase, maybe. Software engineers using these projects? Probably forking and updating themselves.<p>FWIW, I&#x27;ve opened a half dozen PRs from LLMs and had them approved. I have some prompts I use to make them very difficult to tell they are AI.<p>However if it is a big anti-llm project I just fork and have agents rebase my changes.
        • jcgrillo6 hours ago
          Your employer allows&#x2F;encourages this? Do you run that stuff in production? Would you mind telling us where you work so we can avoid using their products? It is just not possible to trust the software that emerges from the process you&#x27;ve described.
          • ejpir1 hour ago
            so, they are approved, which means they were most likely reviewed. yet you still think the software cannot be trusted of that and even want to name and shame a company. utterly stupid.
            • jcgrillo1 hour ago
              Yes. If a company is running vibeslopped compilers to build their production artifacts I absolutely want to know which one it is, so I can protect myself from their software.<p>&gt; utterly stupid<p>That&#x27;s completely uncalled for.<p>EDIT: What exactly do you mean by:<p>&gt; most likely reviewed.<p>Let&#x27;s say every line <i>was actually</i> reviewed. That&#x27;s still nowhere near good enough. The changes are being reviewed by the wrong people. Not the maintainers of the project, just some random folks who have inherited a vibecoded fork.
          • redsocksfan454 hours ago
            [dead]
      • varispeed1 hour ago
        &quot;I aM someWhAt oF a DeVelOpER MySelF&quot;
      • andy_ppp8 hours ago
        Not really - I imagine as with almost everything in life there&#x27;s a normal distribution, in this case of the quality with which people use AI tools.
        • DonaldPShimoda3 hours ago
          The normal distribution doesn&#x27;t account for things like &quot;huge megacorporations pour billions of dollars into accelerating product adoption&quot; or &quot;other companies force their employees to use AI whether they want to or not&quot; though.
    • zeeveener2 hours ago
      I&#x27;m personally amazed that _Large_ OSS projects don&#x27;t have the appropriate automation in place to prevent non-compiling or non-linter-passing submissions.<p>- Hooks (although there&#x27;s no clean way to enforce they be &quot;installed&quot; on a clone), GHA Workflows (or their equivalents on other forges).<p>This might be my bias showing, but these are items I would consider table-stakes for a project of a certain size &#x2F; level of popularity.<p>It feels like a lot of the &quot;AI is shit at contributing&quot; problems could be addressed in part by better automated checks and balances.
      • abustamam2 hours ago
        All of my personal projects, many of which will never be publicized, use hooks and GHA to ensure compilation of changes.<p>It is quite strange that a large project like Zig would not have such a thing. I&#x27;m sure it&#x27;s not trivial but it seems important to invest time into.
      • pxc2 hours ago
        &gt; Hooks (although there&#x27;s no clean way to enforce they be &quot;installed&quot; on a clone), GHA Workflows (or their equivalents on other forges).<p>Git supports pre-receive hooks. But big multitenant forges like GitHub.com don&#x27;t allow you to configure them because they&#x27;re difficult to secure well. (Some of their commercial features are likely based on them, though.)<p>If you self-host a forge, though, you can configure arbitrary pre-receive hooks for it in order to do things like prevent pushes from succeeding if they contain verifiably working secrets, for example. You could extend that to do whatever you want (at your own risk).
        • jmcqk632 minutes ago
          You&#x27;re still talking about compute resources that need to be paid for and maintained for that. Spamming AI PR&#x27;s is going to cost a lot of money.
      • jmcqk62 hours ago
        Those things cost resources, and now you&#x27;re introducing a new attack vector: open up a bunch of shit PRs, burn a lot of cash for the target organization.
        • all21 hour ago
          Can&#x27;t you prevent pushing from the client side with pre-commit hooks? I would expect a hook to fire on the developer&#x27;s computer that prevents them from even committing&#x2F;pushing (unless they nuke the hook in their local repo copy).
          • 0xffff247 minutes ago
            You have to manually install hooks in your local repository. They aren&#x27;t propagated as part of the repo. Git has intentionally made hooks require a very explicit opt-in.
            • all218 minutes ago
              Oh, good to know. I haven&#x27;t used them much, so I&#x27;m a bit ignorant as to how they work in larger projects.
      • papyrus92442 hours ago
        One of my pet peeves with git (and systems both similar, and based on it) is that automated tests run after you&#x27;ve made the commit and push.<p>In my mind the commit (let alone the push to a publicly accesible server) should be done after, and only if, the automated tests are successfully executed. And there&#x27;s no easy way to implement this, other than having a dirty branch that you discard after rebasing onto a more long lived one.
        • 10000truths1 hour ago
          You can use a pre-receive hook on a git server to reject pushes that fail compilation. Downside is that it requires admin access on git forges, so you&#x27;re only able to do this if you self-host.
        • jwolfe1 hour ago
          Pre commit hooks exist. People just don&#x27;t like being prevented from committing for reasons such as this.
      • sauercrowd2 hours ago
        I mean even having linters and everything still creates a whole bunch of noise in their PR section, not to mention that a lot of the changes I make to stuff that&#x27;s written by codex is not stuff that&#x27;s caught by linters.<p>It&#x27;s just bad&#x2F;wrong&#x2F;context lacking decisions and mental models it introduces, that if not carefull will just create a massive mess of a codebase. (I know, because I&#x27;ve tried, and had to deal with it)<p>And if someone vibecodes a PR and it works, why dont they just share the prompt so a repo owner could vibecode it themselves?
        • abustamam1 hour ago
          Vibe coding is often not a single prompt, it&#x27;s an entire workflow (if you&#x27;re doing it right).
          • sauercrowd1 hour ago
            Don&#x27;t disagree, but the &quot;if you&#x27;re doing it right&quot; is a big asterisk for an open source project with people you have no idea what quality bar they&#x27;re at.<p>And in my experience it&#x27;s quite hard to figure that out by quickly looking at it.<p>Not to mention that contributions on github (almost?) never include the prompt chain anyway, so the status quo is even worse
            • abustamam1 hour ago
              That&#x27;s a fair point. I was just speaking generally.
    • bvan8 hours ago
      Fake it ‘till you make it. Seems like LLM’s have caught-on to that too.
    • nurettin8 hours ago
      You <i>can</i> curb an LLM into doing what you want. Unfortunately people don&#x27;t have the patience or the skill.
      • sesm8 hours ago
        People who have skill can do the same without LLMs, maybe slightly slower on average but on more predictable schedule.
        • dannyw7 hours ago
          I wouldn’t say slightly slower; LLMs are massively useful for software engineering in the right hands.<p>For some personal projects I still stick to the basics and write everything by hand though. It’s kinda nice and grounding; and almost feels like a detox.<p>For any new software engineer, I’m a strong advocate of zero LLM use (except maybe as a stack overflow alternative) for your first few months.
          • Bridged77562 hours ago
            It&#x27;s significantly slower to use LLMs for some things. The only thing it excels at is generic, broad tasks. Getting the 90% done. I find that it&#x27;s less cumbersome to get it mostly right and touch it up yourself than to prompt over details like syntax.
      • dgellow7 hours ago
        The chat UX with a fake-human lying to you and framing things emotionally really doesn’t help. And it is pretty much not possible to get away from it, or at least I haven’t found yet how.<p>I would love to see a model trained to behave way more like a tool instead of auto-completing from Reddit language patterns…
  • hitekker13 hours ago
    Apparently, the noise around the AI policy came from Bun&#x27;s developers saying that policy blocks upstreaming their performance PR. But the real reason seems to be that PR&#x27;s code itself isn&#x27;t in great shape, and introduces unhealthy complexity <a href="https:&#x2F;&#x2F;ziggit.dev&#x2F;t&#x2F;bun-s-zig-fork-got-4x-faster-compilation-times&#x2F;15183&#x2F;18?u=andrewrk" rel="nofollow">https:&#x2F;&#x2F;ziggit.dev&#x2F;t&#x2F;bun-s-zig-fork-got-4x-faster-compilatio...</a><p>&gt; Parallel semantic analysis has been an explicitly planned feature of the Zig compiler for a long time, and it has heavily influenced the design of the self-hosted Zig compiler. However, implementing this feature correctly has implications not only for the compiler implementation, but for the Zig language itself! Therefore, to implement this feature without an avalanche of bugs and inconsistencies, we need to make language changes.
    • adrian_b11 hours ago
      Yes, that reply provides convincing arguments for not merging the Bun fork, as it interferes with Zig&#x27;s own roadmap for achieving even better results, while continuing to improve the whole language.
      • kunley10 hours ago
        Not only this, but also:<p>Bun&#x27;s fork will exhibit indeterministic behavior.
        • dalmo34 hours ago
          As if that was a bad thing in 2026!
          • DonaldPShimoda3 hours ago
            ...why does it being 2026 make nondeterminism more desirable or reasonable?
            • easton3 hours ago
              It’s a joke because all of the AI systems du jour are non deterministic and people are putting them in important places anyway.
            • Krssst3 hours ago
              This was probably a joke about a lot of developers delegating coding to LLMs which are usually non-deterministic (which I personally think is less of an issue than LLMs not having specified behavior like programming languages do).
    • bonzini13 hours ago
      A single PR for a 3000-line addition would, in all likelihood, be rejected anyway.
      • dgellow7 hours ago
        Really depends the author and context. Large PRs are often justified for compiler work, you have a lot of pieces to touch at the same time
      • jeffmess12 hours ago
        Doubt it: <a href="https:&#x2F;&#x2F;github.com&#x2F;ziglang&#x2F;zig&#x2F;pull&#x2F;24536" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ziglang&#x2F;zig&#x2F;pull&#x2F;24536</a>
        • omnimus12 hours ago
          When somebody comments PR with “Incredible work, Jacob. It is an honor to call you my colleague.” then it&#x27;s safe to assume it&#x27;s out of the ordinary contribution. Pretty much falling outside of the “in all likelyhood”.<p>3000 line LLM commit is not that.
          • defmacr09 hours ago
            Also 95% of those 30k lines changed are fully self-contained inside of the aarch64 directory and of the remaining changes it looks like the majority is just adding &quot;aarch64&quot; as another item into an existing list. There are a few core changes that to me look like they could be done in their own PRs, but also core maintainers get to decide if they want to apply bureaucracy to their own work.
          • thomascountz11 hours ago
            <i>No description provided</i>. I love this PR. But yeah, try being anyone besides Jacob and submitting that!
            • KronisLV11 hours ago
              &gt; In successful open source projects you eventually reach a point where you start getting more PRs than what you’re capable of processing. Given what I mentioned so far, it would make sense to stop accepting imperfect PRs in order to maximize ROI from your work, but that’s not what we do in the Zig project. Instead, we try our best to help new contributors to get their work in, even if they need some help getting there. We don’t do this just because it’s the “right” thing to do, but also because it’s the smart thing to do.<p>I feel like if their goal is to prioritize contributors over contributions, it&#x27;d also logically follow that they should try to have descriptions where possible? Just to make exploring any set of changes and learning easier? Looked it over briefly, no Markdown or similar doc changes there either.<p>I mean the changes can be amazing, it&#x27;s just that adding some description of what they are in more detail, alongside the considerations during development, for new folks or anyone wanting to learn from good code would also be due diligence.
          • vga112 hours ago
            How would you differentiate a 3000 line LLM commit made by the best models and good AI processes from a 3000 line commit made by the best human developer?<p><i>edit</i> Okay, I set the bar too high here with &quot;best human developer&quot; and vague &quot;good AI processes&quot;. My bad. Yes, LLM is not quite there yet.
            • vurudlxtyt11 hours ago
              A personal relationship and trust, as seems to be the case here?
            • wiseowise11 hours ago
              By using my brain.
              • dnikolovv11 hours ago
                Don&#x27;t be ridiculous! We don&#x27;t do that anymore.
            • saagarjha12 hours ago
              Read it?
            • PunchyHamster5 hours ago
              It seems to be trivially easy for everyone but people heavily invested into LLM to spot LLM slop
            • IshKebab11 hours ago
              It&#x27;s still fairly obvious just by skimming the code. The best AI models are still quite far from the best human developers in ability and especially in code quality.
              • matwood10 hours ago
                When the best AI models are the same or better than the best[1] human developers, what then?<p>We&#x27;re already at the point talking about best vs. best.
                • IshKebab10 hours ago
                  If that happens and we have a way of reliably knowing if some code is produced to that high quality, then I think we probably can accept that AI coding is the only sensible option.<p>We definitely are not close to that point though and it&#x27;s unclear if&#x2F;when we will get there.
                  • vga18 hours ago
                    It seems to me that people might be arguing from conflicting hidden premises here. &quot;AI Coding&quot; is a spectrum that could mean something as simple as letting the LLM proofread your changes and then act on those with your own human brain, or it could mean just telling the agent what you want and let it rip and tear until it is done.<p>If I do the latter and submit a PR to something like Zig, I&#x27;ll be certainly caught doing it and rightfully chastised. If I do the former, my PR will be better without anybody besides myself having any way of knowing how it got better. Probably I do something in between when I contribute to open-source these days.<p>Blanket banning all of these seems like a bad idea to me. It actively gates people like myself from contributing, because I respect these people and projects that much. It feels like I would be doing something they find disgusting if my work has touched an LLM and I obviously don&#x27;t want to do that to people I respect. But it&#x27;s fine, there are plenty of things to do in the world even when some doors are closed.<p>I do not presume to have any say on Zig project&#x27;s well argued decisions[0] -- I&#x27;m not really even their user let alone someone important like a contributor. Their point of preferring human contact is superb, frankly. Probably a different kind of problem in an open-source project staffed with a lot of remote working people, where human contact is scarce.<p><a href="https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;</a>
                    • em-bee2 hours ago
                      <i>Blanket banning all of these seems like a bad idea to me. It actively gates people like myself from contributing</i><p>in my projects i will reject any contribution that i do not understand. even if the contribution is handwritten by an expert developer. that developer will have to earn my trust like anyone else, like you would have too.<p>LLM contributions are non-deterministic, which means they can never be trusted.<p>therefore, if you use LLM to contribute, you can not earn my trust. if you believe that you can not create a meaningful contribution without the use of LLM then you are realizing that you are not skilled enough to understand the code that you contribute. because if you could understand it, then you could write it yourself. i want your personal contributions, not those of your LLM. i want contributions that the submitter actually understands. i want you to earn my trust by showing me that you understand what you are doing. i want you to grow your understanding of my project. none of this happens when you use LLMs.<p>if you are unable to make a contribution without the help of an LLM then you are not ready to contribute. try looking for smaller issues that you can work on instead until you learned enough to make larger contributions.
                      • vga12 hours ago
                        &gt;because if you could understand it, then you could write it yourself.<p>I accept most things you said there as valid opinions, but this is where the logic goes wrong.<p>I use LLMs to give me more from the only resource (now that my basic and mid-level needs are largely met) that ultimately matters: time. That means that I need to waste far less time in front of the computer, typing code, and use far more time doing more useful things, like hobbies, art, being with my children.<p>But as I said before, every project is obviously allowed to make their own rules, and contributors should obey those rules. There are plenty of projects that take both AI deniers and plenty of projects who prefer AI aficiandos.<p>At least for now. My belief is that one those groups will fade away like horseback riding did, but we&#x27;ll see. Perhaps you have heard the famous stages quoted by many different people in different forms: first an idea is ridiculed, then it&#x27;s attacked, then it&#x27;s accepted. Some open-source communities have clearly entered the attacking phase in the last year so.
                        • em-bee1 hour ago
                          you are saying that even if you understand the code, using an LLM saves you time writing it. fair enough[*]. the problem on my side still is that if you didn&#x27;t write the code yourself, i have no evidence that you actually understood it. the only way to prove that you understand the code is to write it yourself. that&#x27;s where the trust building comes in. you may actually understand the code, but i can&#x27;t trust that you do.<p>[*] in my opinion it takes more time to verify that the LLM code is correct than it takes to write it yourself. based on that, if you save time using an LLM then you didn&#x27;t spend enough time to verify that the code is correct.<p><i>Some open-source communities have clearly entered the attacking phase in the last year so</i><p>i feel it&#x27;s more like defense, but yes.
                • irishcoffee10 hours ago
                  How can AI possibly be better than “the best” when the corpus of training data now includes its own slop in addition to all the code by new devs&#x2F;lazy devs&#x2F;bad devs scattered all over the internet? Law of averages applies here.
                  • bmacho3 hours ago
                    Don&#x27;t use &quot;the corpus&quot;, but use thinking, source code of the libraries and existing software, documentation, tools, best practices.<p>Billion times faster than a human, no tiring, no miscalculation, no brain-fart, no cheating.
                  • vga18 hours ago
                    Because LLM models are obviously much more than the sum of their parts.
                    • irishcoffee6 hours ago
                      Oh, which parts are those? Do tell!
            • maccard8 hours ago
              The post that inspired this post [0] says:<p>&gt; So while one could in theory be a valid contributor that makes use of LLMs, from the perspective of contributor poker it’s simply irrational for us to bet on LLM users while there’s a huge pool of other contributors that don’t present this risk factor.<p>&gt; The people who remarked on how it’s impossible to know if a contribution comes from an LLM or not have completely missed the point of this policy and are clearly unaware of contributor poker.<p>The point isn&#x27;t about the 3000 line PR, it&#x27;s about do we think the submitter is going to stick around.<p>[0] <a href="https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;</a>
        • flohofwoe11 hours ago
          Jacob is part of the core team, not a random outside contributor.
        • slekker12 hours ago
          Very different context: that PR is from a maintainer, and trusted member of Zig, which surely discussed the implementation&#x2F;design internally as well
    • daishi5512 hours ago
      What’s the point in debating the PR quality? The policy explicitly forbids all LLM code, so that policy is of course the “real reason”.
      • lelanthran12 hours ago
        &gt; What’s the point in debating the PR quality?<p>Because the pro-group <i>are</i> whining that <i>the policy</i> is preventing the merge, when in actual fact <i>even if</i> the policy did not exist, the PR is crap anyway.
        • daishi557 hours ago
          I don’t see how it could be that bad (incorrect, specifically), considering bun is probably the most widely-used production use case of zig. But regardless, let’s say it’s a bad PR for the sake of argument - it’s beside the point. It cannot be merged no matter how good it is, due to the strict no-LLM policy.
          • greggyb6 hours ago
            &gt; I don’t see how it could be that bad (incorrect, specifically), considering bun is probably the most widely-used production use case of zig.<p>That may be the case, but the bun project only needs zig to correctly compile bun. The zig project needs to be able to correctly compile all existing and possible zig programs.<p>I haven&#x27;t reviewed things, but it&#x27;s possible and even likely (at least based on my own experience with LLMs) that the validation is mostly focused on bun compilation.
            • daishi555 hours ago
              Do you think they skipped the main zig test suite or something? Only tested bun compilation? That seems unlikely to me
              • thunderfork5 hours ago
                They didn&#x27;t take into account the long-run impacts of the changes on future development, etc.<p>I recommend reading the explanation given by one of the Zig devs, as it&#x27;s a very clear and solid one.
                • zeroonetwothree4 hours ago
                  This is the most common issue I see with LLM authored PRs. Yes it does fix the issue _right now_ but as a maintainer I need to consider how it affects the project in the future. But “contributors” get mad if you reject for those reasons. So I can understand having a blanket policy.
          • moregrist5 hours ago
            &gt; I don’t see how it could be that bad (incorrect, specifically), considering bun is probably the most widely-used production use case of zig.<p>The PR is probably fine for bun’s purposes. That doesn’t make it a good PR for Zig’s purposes, and could very well paint Zig into a weird corner.<p>&gt; It cannot be merged no matter how good it is, due to the strict no-LLM policy.<p>This is about meta-discourse. Of course it’s against the policy. That’s the point of discussing the PR: to get Zig to change the policy, or at least provide an exception in this case. Or to argue the opposite.
        • Aeolun12 hours ago
          Of course the policy is preventing the merge. That’s literally the point of the policy…
          • lelanthran11 hours ago
            &gt; Of course the policy is preventing the merge. That’s literally the point of the policy…<p>In this case it isn&#x27;t the blocker - the fact that the dev took the time to read the PR in detail, comment on it, and provide reasons why it could not be merged makes it very clear to me that the policy wasn&#x27;t the blocker.<p>If they were going to enforce the policy for this PR, they wouldn&#x27;t have bothered to read it. The only reason to read it is to see if the policy is waived for this specific PR.
            • baq11 hours ago
              OTOH why bother to polish the PR if it won&#x27;t get accepted anyway?
              • lelanthran11 hours ago
                &gt; OTOH why bother to polish the PR if it won&#x27;t get accepted anyway?<p>As the Zig maintainer so patiently explained, no amount of &quot;polish&quot; can fix the PR because it is misaligned to the correctness that they require.<p>IOW, that PR is so far off the reservation, unless it is completely rewritten, it won&#x27;t be accepted.
                • baq9 hours ago
                  it could have been rewritten, rewriting PRs is cheap today, but that isn&#x27;t the question. the question is, would it have been accepted had it met all the quality and engineering standards and full disclosure that it was 90%+ LLM generated?
                  • nicoburns8 hours ago
                    &gt; it could have been rewritten, rewriting PRs is cheap today<p>Rewriting PRs with LLMs is cheap, but often the output is no better than the previous revision (fixing one issue only to cause another one is very common IME). And reviewing each revision of the PR is not cheap.<p>I&#x27;ve had good experiences with people submitting AI generated PRs who then actually take the time to understand what&#x27;s going on and fix issues (either by hand or with a targeted LLM generated fix) that are brought up in review. But it&#x27;s incredibly frustrating when you spend an hour reviewing something only to have someone throw your review comments directly back at the LLM and have it generate something new that requires another hour of review.
                  • lelanthran9 hours ago
                    &gt; it could have been rewritten, rewriting PRs is cheap today, but that isn&#x27;t the question. the question is, would it have been accepted had it met all the quality and engineering standards and full disclosure that it was 90%+ LLM generated?<p>In this case it looks like the answer is &quot;Yes&quot;; the PR was not dismissed immediately, it was first examined <i>in great detail!</i><p>Why would the maintainer expend effort on something that was going to be rejected anyway?
                    • baq9 hours ago
                      because the policy is clearly &#x27;reject&#x27; and yet significant time has been spent - either effort was wasted or policy is at best &#x27;not implemented&#x27;.
                      • lelanthran9 hours ago
                        &gt; either effort was wasted or policy is at best &#x27;not implemented&#x27;.<p>I don&#x27;t understand this PoV - have you ever come across a policy in any environment that wasn&#x27;t subject to case-by-case exceptions?<p>Even in highly regulated environments (banking&#x2F;fintech, Insurance, Medical, etc), policies <i>are</i> subject to exceptions and exemptions, done on a case-by-case basis.<p>The notion, in this specific case, that &quot;well they rejected it because of policy&quot; is clearly nonsense and I don&#x27;t understand why people are pushing this so hard when the explanation of why an exemption can&#x27;t be made for this specific PR is public, accessible and, I feel, already public knowledge.
                  • thunderfork5 hours ago
                    No amount of rewriting will help you if you, fundamentally, wrote the wrong thing, as is the case here.
              • em-bee1 hour ago
                why bother even contributing anything LLM generated if it won&#x27;t get accepted?
          • jbxntuehineoh55 minutes ago
            &gt; even if<p>are you too stupid to understand the notion of a hypothetical? how did you get on hn in the first place?
      • richiebful15 hours ago
        People forget that LLM code cannot be covered by copyright. So LLM code cannot be placed under an open source license
        • vehemenz5 hours ago
          This is overstated. Not all LLM code is produced the same way. Code produced through substantial human creative input still falls under copyright, at least the way things are now. Besides, nothing legally prevents placing code under a license. Enforceability is the question, not permission.<p>It&#x27;s a bit like saying speed limits don&#x27;t apply on private property, therefore you can&#x27;t have any traffic rules on your private racetrack.
      • raincole10 hours ago
        Because it&#x27;s Bun. Which is practically <i>the</i> use case testimonial of Zig.
  • lccerina10 hours ago
    It seems that Zig people are following the path of ZeroMQ [1]: &quot;To enforce collective ownership of the project, which increases economic incentive to Contributors and reduces the risk of hijack by hostile entities.&quot;<p>A healthy contributor community is more important than mere code performance, quantity of features or lines of code, etc..<p>[1] <a href="https:&#x2F;&#x2F;zguide.zeromq.org&#x2F;docs&#x2F;chapter6" rel="nofollow">https:&#x2F;&#x2F;zguide.zeromq.org&#x2F;docs&#x2F;chapter6</a>
    • frumiousirc7 hours ago
      Unfortunately, those are largely words of a foregone era. The zeromq &quot;community&quot; today is tenuous. It has some really good people in it, the few that remain active, but the human-level processes and communication channels are ill defined and not well &quot;staffed&quot;. In some ways, this lack of human activity and interactivity is perhaps okay and even justified given how stable libzmq and most of its bindings are (and the sub-ecosystem around particular bindings are a bit more active). Perhaps Hintjens&#x27; grand (and excellent, imo) vision got zeromq to where it is but the project feels to have gone adrift since we lost him. Somewhat ironic to his community-centric vision statement (the guide) it seems a project needs a charismatic and active leader to gain and retain a community. I guess that says more about human nature than it does about software development.<p>I&#x27;m not sure how to tie this all back to the zig story other than to point out the stated premise that zig is not short of PRs and so they can pre-select for no-LLM contributions. I think that is a good move for them and I get the &quot;contributor poker&quot; idea. But, the game changes when the premise breaks and the flow of newbies reduces to a trickle. At that point, if there are still active zig people who still want newbies, they may need to broaden their net. But if&#x2F;when that happens, it may be too late to recover by opening to LLM-assisted contributions.
      • tombert3 hours ago
        You know what; I use ZeroMQ all the time. Thanks for bringing to my attention that the community is waning, I will look into contributing to it tonight.
  • grokys7 hours ago
    My issue with AI-generated OSS contributions is:<p>If an AI improves developer productivity so much, why would maintainers of an OSS project want unknown contributors to sit in between the maintainer and the LLM? They&#x27;d be typing these queries into Claude Code themselves. To quote my colleague:<p>&gt; We do not need a middleman to talk to AI models. We are not bottlenecked by coding.
    • gus_massa4 hours ago
      I&#x27;m almost not using AI, but a possible scenario is that the contributor spend like 20 hours in total.<p>Something like using the AI to get an initial bad version, make some tweaks to the prompt, make some manual fixes, ask the AI to fox something else, noticing some new related feature and asking the AI to add it, making some benchmarks and deciding to remove a small feature, or perhaps deciding between two similar implementations, add a few more manual fixes here and there, run the extended version of the automatic test and find a weird bug in the unusual setup, make a few fixes with the AI and manually. So after 20 hours of work, the final version has only 50 lines that have been rewriten like 5 times each. Now the mantainer can review only the final version in 1 hour or so.<p>This is very different to spending 5 minutes asking the AI to write a patch, that has 1000 lines that does not even compile and sending it to the maintainer without looking at it.
    • chenzhekl7 hours ago
      maybe you are not bottlnecked by coding. but there is high probability that you will be bottlenecked by verifying the correctness of LLM-generated code.
      • Bridged77562 hours ago
        Crazy how this doesn&#x27;t register in people&#x27;s heads. Has the real bottleneck ever been code written and not the review of code and everything involved? Understanding the nuance and implications behind design decisions; strategy.<p>In any REAL, workload, with good processes, code review makes speed of code generated a moot point. You still move as fast as you can review the code, and no, I won&#x27;t debate that you can rely on LLMs, a deterministic language predictor, to determine the correctness of code; in the context of the business, and technical implications.
      • grokys7 hours ago
        That is indeed the point I was making.
        • amelius6 hours ago
          Where is the real bottleneck, if I may ask?
      • notnullorvoid2 hours ago
        If you are a responsible maintainer you need to verify the correctness of the contribution wether you used an LLM to generate it or wether someone else did.<p>Having someone else be the AI-middlemen, just introduces additional complexity and confusion.
    • gwbas1c4 hours ago
      I&#x27;m finding that AI, when successful, gives me 2-3x speedup. It&#x27;s not the kind of thing I can give high-level instructions to like I can to a human.<p>I suspect the people who claim that AI works by only giving it high-level instructions are mostly working on &quot;mindless&quot; projects where a developer in the weeds wouldn&#x27;t need to think very much.
    • mexicocitinluez6 hours ago
      &gt; If an AI improves developer productivity so much,<p>You&#x27;re not suggesting the only metric of productivity is lines of code are you? And that the only benefit of using LLMs is for generating code you&#x27;re too lazy to type yourself?
  • dgellow7 hours ago
    &gt; Zig values contributors over their contributions. Each contributor represents an investment by the Zig core team - the primary goal of reviewing and accepting PRs isn&#x27;t to land new code, it&#x27;s to help grow new contributors who can become trusted and prolific over time.<p>&gt; LLM assistance breaks that completely. It doesn&#x27;t matter if the LLM helps you submit a perfect PR to Zig<p>That’s the best rational I’ve seen so far, and fully support Zig decision here. I really appreciate their long term vision for both the community and actual project. I don’t think LLMs have such a great place in more collaborative efforts to be honest. Though we will see how things evolve, but I do see that when getting AI generated PRs I basically have to redo it myself (using LLMs, ironically… something I’m really starting to feel conflicted about)
    • dnautics3 hours ago
      i do think llms are great, i vibe code a lot of zig (working in a locally deployed semi-embedded on-prem device), and i think the zig policy is a good idea at least for the next five years.
  • dack3 hours ago
    I think it&#x27;s the least hostile thing they can say, and I respect their decision for their own project.<p>That said, it still feels like they are unnecessarily hobbling their project. LLMs are tools and they can help you think, research, and code. You can overuse them, yes, but you should embrace them where they help.<p>not accepting bun&#x27;s PR for other reasons is totally fine (sounds like it&#x27;s a core change where more thinking needs to be done), but simply banning all LLM authored PRs is unnecessarily restrictive. Just focus on the quality of the work.
    • brokencode3 hours ago
      Why review thousands of lines of LLM generated code from some random person you don’t know when you could use an LLM yourself to do the same thing, except with probably a better design and more thoughtful approach?<p>Maintainers should get to spend their time developing stuff, not just reviewing low effort PRs. The flood of LLM code is changing the balance for the worse for maintainers, and I can totally see why they’d just want to ban it.
      • merlindru1 hour ago
        but that doesn&#x27;t have anything to do with LLMs.<p>if someone made the same gigantic mess of a PR without LLMs, it would still be rejected, because it is a gigantic mess of a PR.<p>the low effort part is the problem. what if i made a great, focused, readable PR but had claude write it out? what if i carefully checked and deliberated each line, just as if i had written it myself?<p>granted, in the real world, 99.9% of slop PRs are written by LLMs. so i thought &quot;okay, reasonable, ban the thing that is most likely to cause problems.&quot;<p>but then how does the &quot;no LLM translators!&quot; rule fit into that view?
        • brokencode1 hour ago
          Well previously lazy contributors simply would never have made a PR because it was too much work. Now they can have an LLM make a PR with virtually no effort at all.<p>It’s obviously an imperfect rule, and maybe it’ll change over time. But I am just saying that I understand why open source maintainers are doing this.<p>There is just no possibility for them to review all the low effort AI slop being thrown their way. Yes, some of it is going to actually be very high quality, but you don’t know that until you review it, which is the whole issue.
      • logicchains1 hour ago
        &gt;Why review thousands of lines of LLM generated code from some random person you don’t know when you could use an LLM yourself to do the same thing<p>Because getting an LLM to do it yourself still takes time and attention bandwidth and tokens.
  • debarshri2 hours ago
    We have been running LLM and coding agents for a while now and my overall observation is that it is a powertool or a crane, it is not a decision making tool.<p>Now in my org, people who have great understanding of concepts, deeper engineering understand have exponential productivity. People who dont or new in the workforce, juniors, are generating hell-ish code without understand as long as it runs they think the job is done. And this is where the problem is.<p>The llm creates an intellectual gap within the org and it just widens it as more and more it gets used. You might end up not trusting stuff within the org if code is generated by later.
    • ghosty1411 hour ago
      Exactly my (and my coworkers) experience. AI generally amplifies the skillset, both in the good and the bad.<p>One fantastic usecase for me just recently was writing up a concept for an authentication daemon. With codex this is like a conversation where I pick from the suggestions, cross reference them with normal web-search and decide on a final draft which I then discuss with colleagues.<p>This &quot;conversational&quot; planning with integrated web-search (aka plan mode) is insanely useful. Also reviewing already written code with AI is purely beneficial in my opinion.<p>In my opinion the main caveat of AI is, you eventually have to be smarter than then tool. So for example if Codex suggests I should use tech-stack X then I must research and fully understand why this is actually good and still have to compare to other solutions. I think this is where the problem lies, some people skip this step which leads to so so many problems, and that&#x27;s fatal. You MUST be smarter than the AI after your conversation and fully understand and be able to critique what it said.
      • silentkat59 minutes ago
        The power of AI is it rewards due diligence.<p>The weakness of AI is that it is really easy to fall into lazy habits.<p>Something about having to talk to a machine like it&#x27;s a human makes me fall for treating it like a human. I want to treat it as a probability engine that collapses to an answer based on input, but that input explicitly needs to be one that has it collapse to something a reasonably knowledgeable person would respond with, which more-or-less means talking to it like it is that kind of person.<p>I feel like it activates the social part of my brain and then I stop working with it properly. I&#x27;m still building the habit, though, only recently started taking the LLMs seriously as a tool.
    • abustamam1 hour ago
      This is my experience. I&#x27;ll use LLMs as a sounding board for architectural decisions and to bring discussion points up to the team, and we talk through assumptions and pros and cons. And then once we have the architecture in place, LLMs are pretty good at implementation.
  • jart14 hours ago
    &gt; This makes a lot of sense to me. It relates to an idea I&#x27;ve seen circulating elsewhere: if a PR was mostly written by an LLM, why should a project maintainer spend time reviewing and discussing that PR as opposed to firing up their own LLM to solve the same problem?<p>The same argument applies to open source itself. Why use someone&#x27;s project when you can just have the robot write your own? It&#x27;s especially true if the open source project was vibe coded. AI and technology in general makes personalization cheap and affordable. Whereas earlier you had to use something that was mass produced to be satisfactory for everyone, now you have the hope of getting something that&#x27;s outstanding for just you. It also stimulates the labor economy, because you have lots of people everywhere reinventing open source projects with their LLMs.
    • simonw13 hours ago
      &gt; Why use someone&#x27;s project when you can just have the robot write your own?<p>I&#x27;ve been thinking about this a bunch recently, and I&#x27;ve realized that the thing I value most in software now isn&#x27;t robust tests or thorough documentation - an LLM can spit those out in a few minutes. It&#x27;s usage. I want to use software which other people have used before me. I want them to have encountered the bugs and sharp edges and sanded them down.
      • earleybird12 hours ago
        Depth of use over the lifetime of an app is a quality all its own that often not appreciated. A recurring pattern at $dayjob is that a new manager or director will join a business unit and declare an existing app as the worst terrible, no good, horrible app they&#x27;ve seen and they&#x27;re going to fix that. A year and a half later the new app is finally delivered with 80% of the original functionality and a fresh set of bugs. The new dev team sees the surface functionality but misses a lot of the hard earned nuance the old system accrued over time. This is a pattern that existed long before LLMs.
        • mormegil11 hours ago
          Yes, see e.g. a quarter-century-old (!!) <a href="https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2000&#x2F;04&#x2F;06&#x2F;things-you-should-never-do-part-i&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2000&#x2F;04&#x2F;06&#x2F;things-you-should-...</a>
      • anp12 hours ago
        I feel similarly but IIUC I think that doesn’t strictly require an open source development model. I’ve benefited a huge amount from consuming and contributing to open source projects and I’m a bit worried that the “unit economics” changing might break some of the social dynamics upon which the ecosystem is built.
      • tovej12 hours ago
        An LLM most definitely cannot spit out <i>robust</i> tests or <i>thorough</i> documentation. It can spit out some tests or some documentation, but they will not cover the user perspective or edge cases unless those are already documented somewhere. That&#x27;s verified by both experience and just thinking about it for two seconds.<p>The sanding down you refer to is what generates those tests and documentation.
        • mexicocitinluez6 hours ago
          &gt; but they will not cover the user perspective or edge cases unless those are already documented somewhere<p>Are you suggesting that LLM&#x27;s can&#x27;t test for people who use screen readers? Keyboard only users? Slow network requests?<p>You&#x27;re acting like the issues an app faces are so bespoke to the actual app itself (and have absolutely no relation to existing problems in this space) that an LLM couldn&#x27;t possibly cover it. And it&#x27;s just patently wrong.
          • tovej4 hours ago
            I&#x27;m not talking about keyboards or screen readers or any sort of input testing, I&#x27;m talking about how the software is used in practice.<p>If you disagree with that, I think the onus is on you to show me that an LLM could simulate the full context in which a user interfaces with software. That&#x27;s a ridiculous claim.<p>Feel free to show literally any evidence for this claim.
          • thunderfork5 hours ago
            &gt;Are you suggesting that LLM&#x27;s can&#x27;t test for people who use screen readers? Keyboard only users? Slow network requests?<p>I don&#x27;t think it&#x27;s feasible to fully simulate the full depth of actual usage, given that (especially in the case of screen readers and the like) there&#x27;s a great deal of combinatorial depth and context to the problem. Which screen readers, on which operating systems, and which users thereof?
          • fibonacci_man4 hours ago
            I can’t tell if you’re being sarcastic or not
      • watwut6 hours ago
        &gt; he thing I value most in software now isn&#x27;t robust tests or thorough documentation - an LLM can spit those out in a few minutes.<p>Can it if we stop defining &quot;robust tests&quot; as &quot;a lot of test code lines&quot; and &quot;good documentation&quot; as &quot;lengthy documentation&quot;?
        • simonw4 hours ago
          I chose my words carefully. &quot;Robust tests&quot; are tests that provide high coverage and aren&#x27;t flaky. &quot;Thorough documentation&quot; likewise is documentation that describes as much of the code as possible.<p>I didn&#x27;t use the word <i>good</i>.
      • porridgeraisin13 hours ago
        Yep. I realised the same. No one reads docs, or goes through tests. Either ways it&#x27;s easy to write useless tests. And easy to write useless docs. Idt most even read the code. Now the difference is that it has become possible to write useless code.<p>So it&#x27;s just the fact that others have already gone through the motions before I did. That&#x27;s it really. I suppose in commercial settings, this is even more true and perhaps extends to compliance.
        • jbxntuehineoh47 minutes ago
          &gt; No one reads docs<p>sooo uhh how do _you_ learn how to use a new library? just throw random shit at the wall until something sticks?
        • matkoniecz11 hours ago
          &gt; No one reads docs, or goes through tests.<p>I regularly do both when trying to use library, especially unfamiliar to me.
          • porridgeraisin4 hours ago
            Dare I say you&#x27;re in the minority
            • tovej32 minutes ago
              I hope not. How else are you learning to use the library? The only other option is to read the source, which is also a good idea eventually, if something is unclear, but why would you _start_ there?
      • einpoklum8 hours ago
        &gt; an LLM can spit those out in a few minutes.<p>It may be able to spit out text that purports to be that, in a few minutes. But for most software, an LLM will not be able to spit out robust tests - let alone useful documentation. (And documentation which just replicates the parameter names and types is thorough...ly useless.)
        • simonw4 hours ago
          That&#x27;s why I said &quot;thorough&quot; and not &quot;good&quot;.
      • alex1sa12 hours ago
        [dead]
      • jart13 hours ago
        I value software that reveals knowledge. The frontier LLMs were trained on all the code that institutions had been keeping to themselves. So they&#x27;re revealing programing know-how on a scale that just wasn&#x27;t possible with open source. LLMs are the ultimate Prometheus. Information is more accessible and useful now than it&#x27;s ever been.
        • wiseowise11 hours ago
          &gt; The frontier LLMs were trained on all the code that institutions had been keeping to themselves.<p>Lolz! I haven’t encountered “code that institutions had been keeping to themselves” that got even remotely close to OSS in quality.
        • Antibabelic13 hours ago
          I promise you, &quot;the code that institutions had been keeping to themselves&quot; is not nearly as special or good as you are implying here.
          • adrian_b10 hours ago
            True.<p>I have worked during several decades in many companies, located in many countries, in a few continents, from startups to some of the biggest companies in their fields. Therefore I have seen many proprietary programs.<p>On average, proprietary programs are not better than open-source programs, but usually worse, because they are reviewed by fewer people and because frequently the programmers who write them may be stressed by having to meet unrealistic timelines for the projects.<p>The proprietary programs have greater quantity, not quality, by being written by a greater number of programmers working full-time on them, while much work on open-source projects is done in spare time by people occupied with something else.<p>Many proprietary programs can do things which cannot be done by open-source programs, but only because of access to documentation that is kept secret in the hope of preventing competition.<p>While lawyers, and other people who do not understand how research and development is really done, put a lot of weight in the so-called &quot;intellectual property&quot; of a company, which they believe to be embodied in things like the source code of proprietary programs or the design files for some hardware, the reality is that I have nowhere seen anything of substantial value in this so-called IP. Everywhere, what was really valuable in the know-how of the company was not the final implementation that could be read in some source code, but the knowledge about the many other solutions that had been tried before and they worked worse or not at all. This knowledge was too frequently not written down in any documentation. Knowing which are the dead ends is a great productivity boost for an experienced team, because any recent graduate could list many alternative ways of solving a problem, but most of them would not be the right choice in certain specific circumstances.
            • jech7 hours ago
              &gt; On average, proprietary programs are not better than open-source programs, but usually worse, because they are reviewed by fewer people and because frequently the programmers who write them may be stressed by having to meet unrealistic timelines for the projects.<p>There&#x27;s also the fact that when you write open-source code, you&#x27;re writing for a friendly audience. I&#x27;ve often found myself writing the code, letting it rest for a few hours, then rewriting it so that it is easier to read. Sometimes, the code gets substantially rewritten before I push.<p>There&#x27;s no cooling period when you write code during your 9-5 job: it works, it has the required test coverage, ship it and move on to the next task.
          • applfanboysbgon12 hours ago
            The claim is also just categorically untrue. The largest source of training data by far is publicly available code on e.g. Github, so it mostly just gives you a way to recycle already-available code, without crediting the author, while allowing you to pretend you own it.
            • jart11 hours ago
              So you&#x27;re both saying all the alpha in Claude comes from open source devs like me? Even when I&#x27;m wrong I&#x27;m right.
    • chromacity12 hours ago
      I remember hearing the same arguments in the early 2010s, when the &quot;3D printing revolution&quot; was just around the corner. Why would anyone buy anything anymore if you can download a model and print it in the privacy of your home? And make it infinitely customizable?<p>The whole point of having a civilization is that most things in life can be made someone else&#x27;s problem and you can focus on doing one thing well. If I&#x27;m a dentist or if I run a muffler shop, there are only so many hours in a day, so I&#x27;d <i>probably</i> rather pay a SaaS vendor than learn vibecoding and then be stuck supervising a weird, high-maintenance underling that may or may not build me the app with the features I need (and that I might not be able to articulate clearly). There are exceptions, but they&#x27;re just that, exceptions. If a vendor is reasonable and makes a competent product, I&#x27;ll gladly pay.<p>The same goes for open source... even if an LLM could reliably create a brand new operating system from scratch, would I really want it to? I don&#x27;t want to maintain an OS. I don&#x27;t want to be in charge of someone who maintains an OS. I don&#x27;t necessarily trust myself to have a coherent vision for an OS in the first place!
    • gausswho14 hours ago
      That only holds true for the smallest tier of open source projects. Past a certain point of complexity, it&#x27;s unlikely you can expect the robot to read your mind well enough to provide something of high quality and &#x27;outstanding for just you&#x27;.<p>The Zig project is certainly far beyond such capability.
      • jart11 hours ago
        You have to push the robot to be as fanatical as you are. It holds so much back, always aiming to do the simple normal thing that most people do, rather than the top-notch stuff it knows.
      • 8n4vidtmkvmk13 hours ago
        I&#x27;m finding this out the hard way. I set out to build a 1 page app. I thought it would take a day. It&#x27;s 98% vibe coded at this point. Even with AI implementing everything, its taken several weekends and many evenings. And not because AI is doing a bad job its just that as i see it come together, i have more and more feature requests. I&#x27;ve got a couple dozen left but I can&#x27;t just let the AI chew through them all at once. Im effectively QA now. Have to make sure everything is just right.
    • skeledrew13 hours ago
      LLM access is not yet universally available. There are those who can&#x27;t exactly afford it. And there are also those with access but there are occasional or perennial issues, like Claude outages and general degraded performance over time. For example couple of months ago when I just started using Claude, I was easily making good progress on multiple projects within a week. Nowadays I&#x27;m hardly getting through much of anything as most of the time Claude is just showing spinners, and it also feels like the code quality has taken a nosedive.
    • dgellow6 hours ago
      &gt; The same argument applies to open source itself. Why use someone&#x27;s project when you can just have the robot write your own<p>Because it takes hours&#x2F;months&#x2F;years of accumulated design decisions to get a great open source project. Something an AI agent can only approximate the surface of, unless you’re ready to spend a lot of time on it
    • jillesvangurp12 hours ago
      I&#x27;ve been seeing a drop in PRs against my repositories. I have a couple of repositories with around a hundred stars. Nothing spectacular but they were getting occasional PRs until last year. This year I&#x27;ve had almost none so far. My theory is that LLMs prefer sticking to mainstream projects. And since lots of developers are now leaning heavily on LLMs, they are biased to ignoring most of what I provide.<p>And you indeed get a lot of wheel reinvention by LLMs because that is now cheap to do. So rather than using some obscure thing on Github (like my stuff), it&#x27;s easier to just generate what you need. I&#x27;ve noticed this with my own choices in dependencies as well. I tend to just go with what the LLM suggests unless I have a very good reason not to.
    • bee_rider13 hours ago
      Most people don’t have the ability to read code well enough to determine if an LLM output is good or not. And most people don’t have subscriptions to models that can develop non-trivial programs…<p>Maybe this will be a real problem in a couple years though.
      • dawnerd12 hours ago
        Code aside, most people don&#x27;t even know how to describe what they actually want it to do, and LLMs are still a loooong way away from mind reading. I&#x27;ve seen developers struggle to even write down what they want. Simple demos like they love to show off with snake-like games are fun and all but they&#x27;re nothing like the complex opensource apps everyone seems to think we&#x27;ll just generate with a simple prompt.
    • notnullorvoid1 hour ago
      You are missing the point of the original argument.<p>It&#x27;s not that the project maintainer can use a LLM to generate a PR, it&#x27;s that they choose not to.<p>To relate it closer to your argument. As a someone involved in a project that does X, I would find little value in collaborating with the &quot;author&quot; of another project built with AI to do X. Where as a project doing X were the authors actually wrote, understand the code, and thus the problem space better would be extremely valuable peers.
    • vga112 hours ago
      I think this ignores the amount of work needed to make LLM contributions be of high quality. It&#x27;s much less work than making pure human contribution, but it&#x27;s definitely not zero.<p>So centralizing that common work is a benefit of open-source just as much with LLMs as it was before.
    • LeCompteSftware12 hours ago
      &gt;&gt; Whereas earlier you had to use something that was mass produced to be satisfactory for everyone<p>As someone who recently started using OpenSCAD for a project I find this attitude quite irritating. You certainly did not &quot;have to&quot; use popular tools.<p>The OpenSCAD example is particularly illuminating because it&#x27;s fussy and frustrating and clearly tuned towards a few specific maintainers; there&#x27;s a ton of things I&#x27;d like changed. But I would never trust an LLM to do it! &quot;Oh the output looks fine, cool&quot; is not enough for a CAD program. &quot;Oh, there are a lot of tests, cool&quot; great, I have no idea what a thorough CAD test suite looks like. I would be a reckless idiot if I asked Claude to make me a custom SCAD program... unless I put in a counterproductive amount of work. So I&#x27;m fine with OpenSCAD.<p>I am also sincerely baffled as to how this stimulates the &quot;labor economy.&quot; The most obvious objection is that Anthropic seems to be the only party here getting any form of economic benefit: the open-source maintainers are just plain screwed unless they compromise quality for productivity, and the LLM users are trading high-quality tooling built by people who understand the problem for shitty tooling built by a robot, in exchange for uncompensated labor. It only stimulates the &quot;labor economy&quot; in a Bizarro Keynesian sense, digging up glass bottles that someone forgot to put the money in.<p>I have seen at least 4 completely busted vibe-coded Rust SQLite clones in the last three months, happily used by people who think they don&#x27;t need to worry their pretty little heads with routine matters like database design. It&#x27;s a solved problem and Claude is on the case! In fact unlike those stooopid human SQLIte developers, Claude made it multithreaded! So fucking depressing.
      • FeepingCreature12 hours ago
        This is funny because I was in the same situation, and actually used Claude to make a custom CAD program inspired by OpenSCAD :) <a href="https:&#x2F;&#x2F;fncad.github.io" rel="nofollow">https:&#x2F;&#x2F;fncad.github.io</a><p>You definitely need to have a strong sense of code design though. The AIs are <i>not</i> up to writing clean code at project scale on their own, yet.
        • LeCompteSftware11 hours ago
          This is a good example of what I mean! fnCAD appears to be a significantly buggier and highly incomplete version of OpenSCAD, where AI essentially grabbed the low-hanging fruit - albeit an impressively large amount of fruit - and left you with the hard parts. I fail to see how this solved any problems. Maybe it was an experiment, which is fine. But it&#x27;s not even close to a viable CAD product, even by OpenSCAD&#x27;s scruffy FOSS standards, and there&#x27;s no feasible way to get it there without a ton of human work.<p>Not trying to denigrate the work here, as such. But this certainly didn&#x27;t convince me that using AI to replace OpenSCAD (or any other major open-source project) is a good idea. The LLMs still aren&#x27;t even close to being able to pull it off.
      • jart11 hours ago
        Anthropic will probably do what Google did in the 2000s, which is give jobs to all the open source developers whose work helped them get there.<p>Civilization isn&#x27;t monotonic. People keep solving the same problems over and over again, telling the same stories with a different twist. For example in 1964 having a GUI work environment with a light pen as your mouse was a solved problem on IBM System&#x2F;360. They had tools similar to CAD. So why don&#x27;t we all just use that rather than make the same mistakes again. Each time a new way of doing things comes out, people get an opportunity to rewrite everything.
    • wiseowise11 hours ago
      &gt; Why use someone&#x27;s project when you can just have the robot write your own?<p>Because it is incredibly expensive to write a replacement for semi-complex software? Good luck asking frontier models to write a replacement for Zig, Docker, VSCode, etc.
    • matkoniecz11 hours ago
      &gt; Why use someone&#x27;s project when you can just have the robot write your own?<p>Iff it is doable, then it would be worth considering it as alternative.<p>&gt; It also stimulates the labor economy, because you have lots of people everywhere reinventing open source projects with their LLMs.<p>not sure what you mean by that
    • dakolli8 hours ago
      LLMs really can&#x27;t do as much as you people think they can.
  • jameson8 hours ago
    LLMs are not smart as the LLM vendors claimed to be.<p>If they are, we wouldn&#x27;t be having this conversation because they will be fully autonomous<p>People who blindly submits LLM generated code or do not cite its usage really need to stop doing it
    • kangs3 hours ago
      it is getting there, and not so slowly though. The remaining problem is that it&#x27;s still just a tool. Telling a random dev &quot;make zig faster in a one shot PR&quot; isn&#x27;t going to give good results either.<p>In the past, OSS projects were self-selective because you needed to be able to make working code, and if you did, you probably also reasonably did the right things as you spent years learning this, and have some sort of reasoning behind your feature, need, etc.<p>Today, even if the LLM was perfect and could reason well, it still does the bidding of the prompter - and you no longer have self-selection. Heck, it&#x27;ll be difficult for zig devs to decide what&#x27;s actually made by an LLM or a human anyway, I&#x27;m sure there&#x27;s already LLM generated code in there - but at least these [human submiters] still need to be reasonably good at code.<p>I wonder if we&#x27;ll end up with &quot;only human with trusted badge of honor&quot; can commit, and&#x2F;or &quot;LLMs now reason well enough to tell you: &#x27;no, f off, this feature, plan, idea is garbage I&#x27;m not generating it&quot; hehe.
    • franktankbank6 hours ago
      &gt; need to stop doing it<p>They won&#x27;t I suspect. If there isn&#x27;t any good way to give them a good smack for doing it then I don&#x27;t know what would make them stop.
      • jameson3 hours ago
        I have a similar sentiment unfortunately. I briefly thought about ways to force them to stop but all led to some sort of negative impact on privacy&#x2F;freedom such as identify verification
  • nayroclade4 hours ago
    It seems like this policy will help them win at contributor poker in the short term, but lose in the end. The next generation of developers will, for better or worse, grow up using AI assistance to write their code, but none of them will ever become a Zig contributor.
    • krupan2 hours ago
      I still can&#x27;t understand why people believe that this is the future. Especially for green field work like new compilers. LLMs do not invent new things. They cannot produce anything smarter&#x2F;better than what they have been trained on. The big advantage they provide is producing (regurgitating) code faster than humans and better than less experienced&#x2F;knowledgeable humans.
      • umvi2 hours ago
        Ultimately code is an iterative refining process, like sculpting granite or spinning pottery. You start rough and iteratively shape and polish it. LLMs just rapidly speedup the iterative process. The next generation will be using LLMs to quickly setup the rough shape of new software and then iteratively refine them.<p>The &quot;smarter&#x2F;better&quot; attributes you are worried about LLMs not having happen <i>between</i> iterative steps, when the human is inspecting the current state of the software and compares it to the desired state of the software (in their mind&#x27;s eye). The human then course corrects for the next iteration.<p>This would be like if Michelangelo carved the David using a robotic 6-axis chisel. It takes him 1 month instead of 3 years because he can convey his initial vision to the robot and then iteratively refine the granite until it matches his vision.<p>You can try to claim LLMs don&#x27;t invent new things, but humans using LLMs absolutely invent new things (source: myself).
        • krupan14 minutes ago
          That was a lot of words to agree with me that LLMs don&#x27;t invent new things
    • DrewADesign4 hours ago
      Luckily, if that ends up being the case, they can change the policy. It’s a FOSS project — not a constitutional amendment.
  • julenx12 hours ago
    The article explains Zig&#x27;s stance in further detail, but the quoted part on its own caught my attention because my reading of it is rather &quot;pro human communication&quot; instead of &quot;anti-AI&quot;.
    • kennykartman9 hours ago
      They&#x27;re banning all AI though, so it looks pretty much anti-AI to me.
      • pjjpo8 hours ago
        I wonder - has it been confirmed that no LLMs for PRs literally means no AI assistance for code?<p>While I haven&#x27;t codified it anywhere, the policy I would like is for issues and PR descriptions to have no LLMs - there is no reason to ban code completely though IMO. I would say that would be pro human-communication and a stance I would like a lot.
      • dakolli8 hours ago
        Good, pro AI people produce poor quality in everything they do. They are the least creative and worst problem solvers. I don&#x27;t want them near me or my work.
        • SuperV12348 hours ago
          Your whole schtick, judging by your dozens of comments, is a sense of superiority over pro-AI people and LLMs.<p>I&#x27;m willing to bet I produce higher quality code than you with AI assistance.
  • baq11 hours ago
    &gt; why should a project maintainer spend time reviewing and discussing that PR as opposed to firing up their own LLM to solve the same problem?<p>perhaps that&#x27;s what the maintainers should be doing after all. it still takes time and tokens, though; neither is free.<p>I&#x27;d personally rather have the maintainers spend the time writing as much docs and specs as possible so the future LLMs have strong guardrails. zig&#x27;s policy will be completely outdated in a couple years, for better or worse. someone will take bun&#x27;s fork, add a codegen improvement here, add a linker improvement there and suddenly you&#x27;ll have a better, faster zig outside of zig.
    • aflag11 hours ago
      If it gets outdated they can review their policy. Right now it is sensible. We&#x27;re at early ages of this type of AI and we don&#x27;t know what the end game will be.<p>Someone forking it and makeing it better with AI is a possibility. If that happens will know it was better for the project for the maintainers to just review the code. If that happens, they can probably become maintainers in the fork. Or maybe they don&#x27;t like that work and could just go do something else
    • aniou5 hours ago
      Zig strives to avoid numerous pitfalls, and I admire that.<p>Let&#x27;s take a look at some of them:<p>1. Project control – if a LARGE company implements thousands of lines created by LLMs day after day – who is ultimately responsible for the project&#x27;s progress? &quot;You accept hundreds of PRs, so why not this one?&quot;<p>And one more thing: will you be able to change the code yourself, or will you be forced to use LLMs? What if one of the &quot;AI companies&quot; implements a strict policy preventing &quot;other tools that XXX&quot; from editing the codebase?<p>2. Ownership. If most of the code was taken by an external company from their LLM, what about ownership of the code? The authors of Zig, the company, the authors of the original code, stolen by LLMs?<p>3. Liability. In the near future, a court may rule that LLMs are unethical and should not recombine code without the owners&#x27; prior consent. Who is responsible for damages and for removing the &quot;stolen&quot; code? The owners of Zig, the company that creates pull requests, or the authors of LLM programs?<p>4a. Vision. Creating and maintaining a large code base is very difficult – because without a broad perspective, vision, and the ability to predict and shape the future – code can devolve into an ugly mess of ad hoc fixes. We see this repeatedly when developers conclude, &quot;This is unsustainable; the current code base prevents us from implementing the correct way to do things.&quot;<p>LLM programs cannot meet these requirements.<p>4b. There&#x27;s another aspect – programming languages particularly suffer from a lack of vision or discipline. There are many factors that must be planned with appropriate capacity, vision, and rigor: the language itself should be modeled in a way that doesn&#x27;t prevent correct implementation of behaviors. The standard library must be fast, concise, and stable. The compiler itself must be able to create code quickly and repeatably.<p>Users hate changes in a language – so if a language changes frequently, it is met with harsh criticism. Users hate incompatibility. Users hate technical debt and forced compatibility. Yes, there are conflicting requirements. The author of Zig understood this perfectly, having already gone through it himself (see, for example, &quot;I&#x2F;O Redesign&quot;).<p>This balance, in all aspects, is the pillar of human creativity.<p>To be honest, I&#x27;m not a huge fan of Zig because I dislike the tight syntax: too many periods and curly braces, which is why I prefer Odin. But I have a lot of affection and respect for Zig and its authors.
  • KronisLV11 hours ago
    &gt; If a PR was mostly written by an LLM, why should a project maintainer spend time reviewing and discussing that PR as opposed to firing up their own LLM to solve the same problem?<p>That&#x27;s a fair thing to ask, though it seems like people will arrive at <i>very</i> different conclusions there.
    • tombert1 hour ago
      I&#x27;ve grown a little annoyed at people just blindly committing AI code.<p>I don&#x27;t even have an issue with AI generated code; it&#x27;s a tool, and if it works you should use it. What bothers me is that we&#x27;re getting millions of lines of AI generated code, that no one is reading, and I don&#x27;t see the point; it feels like at this point we&#x27;re doing the rookie thing of &quot;committing the binary&quot;.<p>I think we would really need determinism to make this a reality [1], but ideally what I would like people to do is <i>only</i> commit the prompts and treat the emitted code similar to how Github releases works today: like a binary artifact. Write your tests by hand, make sure that the prompt always satisfies those tests (and for the love of god please learn property based testing so that you&#x27;re not just emitting answers that satisfy the test) and then assume that the LLM will give you competent code.<p>[1] Though not completely! We&#x27;re already committing code without fully reading it so I&#x27;m not convinced determinism completely matters.
  • bvrmn7 hours ago
    The funny thing LLM&#x27;s are amazingly good with writing in Zig. They could inspect stdlib source code to fix compatibility issues with newer compilers and quite prolific with idioms.<p>For example I got a working application with minimal prompt like &quot;I need an X11 tray icon app showing battery charge level&quot;. BTW result: <a href="https:&#x2F;&#x2F;github.com&#x2F;baverman&#x2F;battray&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;baverman&#x2F;battray&#x2F;</a><p>Now I&#x27;m trying to implement a full taskbar to replace bmpanel2. Results are very positive. I&#x27;ve got feature parity app in 1h with solid zig code.
    • klabb36 hours ago
      &gt; They could inspect stdlib source code to fix compatibility issues with newer compilers and quite prolific with idioms.<p>In order to even say this, you need to have knowledge and understanding about the language. I suspect you are not the intended target of this policy. They are defending their project with a harsh policy, knowing full well there are false negatives. Contributions for FOSS was already in borderline crisis mode before LLMs so it makes sense they’re desperate.<p>Their bet would be Venn diagram of LLM user overlaps with irresponsible. I think that’s correct, but not because good programmers suddenly become irresponsible when they use LLMs, but rather that an enormous barrage of bad programmers can participate in domains they otherwise wouldn’t even know where to begin.
      • bvrmn1 hour ago
        Just in case, I&#x27;m completely fine with the policy as-is. Even more, I&#x27;m ok with making no-sense project policies. I have no business to judge how to govern other&#x27;s projects.
    • dragandj3 hours ago
      None of the numerous existing human-coded X11 tray icons showing battery charge level is good for you? Why? What are they missing?
      • bvrmn1 hour ago
        I&#x27;ve assessed half a dozen before writing my own with following results:<p><pre><code> - 2 are python resource hog - 2 from AUR don&#x27;t compile with modern GCC. - 1 uses gtk battery icon, but uses dark version on dark taskbar, unreadable. - 1 shows just black square. </code></pre> Like I spent more time on assessment than I got a first working my tray. Amazing times.
    • dgellow7 hours ago
      Also my experience. Though my actual ability to remember the language nuances and stdlib is suffering from this :(
      • renticulous3 hours ago
        can&#x27;t you ask llms to consider those nuances while writing the code or refresh your memory?
        • dgellow3 hours ago
          I don’t believe that’s effective at developing the level of understanding I care about
  • gorgoiler8 hours ago
    Presumably this only applies to newcomers? The thrust of their policy is to nurture new contributors. Once one has established oneself as a meaningful contributor — which the Bun team surely must have done by now — then it doesn’t matter where the code came from.<p>…in theory. In reality, I’m sure a policy like this can’t be selective and fair at the same time. Pick one!
  • ai-network-lab2 hours ago
    A lot of these systems optimize for control, but not for behavior.<p>Once you introduce constraints (cost, limited context), the system starts behaving very differently — more like an economy than a pipeline.
  • khat3 hours ago
    The problem with AI generated code is that the code the data model was trained on almost exclusively comes from public repositories. And there&#x27;s a lot of repositories that are absolute dog $h!t or out dated. Crap in equals crap out.
    • minimaxir2 hours ago
      That isn&#x27;t how LLM training has worked for some time. There&#x27;s a reason the LLM boom didn&#x27;t take off until training was separated into pretraining (training on all data) and posttraining (RLHF to make the output actually aligned).<p>It&#x27;s also why model collapse is not a thing despite everyone wanting it to be.
    • simonw1 hour ago
      OpenAI and Anthropic spent almost all of 2025 running RL to improve the coding abilities of their models - which involves running thousands of VMs that execute generated code to see if it works.<p>That&#x27;s why the code you get from the post-November models is so much better than older models.
    • mentos3 hours ago
      ha I had this thought a few months ago made me wonder how a model trained on just John Carmack&#x27;s code would fair.
      • tombert1 hour ago
        Carmack is a smart guy, and there&#x27;s no question that he&#x27;s amazing at optimization, but his code is pretty messy, especially early versions.<p>In the Doom engine, for example, he has hard coded lots of things directly in the C engine code that really should be part of the regular game code.
  • buggymcbugfix13 hours ago
    One reason I love writing production code in Ur&#x2F;Web is that LLMs are incapable of synthesising something even remotely resembling it. Keeps me on my toes.<p>I think this is a great policy by the Zig team.
    • wk_end12 hours ago
      Ur&#x2F;Web! That&#x27;s something I haven&#x27;t heard about in ages. Is it still in active development? In what circumstances are you using it? Fun, your own startup, is some secret big commercial user of it...?
  • felipeerias13 hours ago
    The other side of this is that open source projects that allow AI tools will be more restrictive towards new contributors.<p>This already happens to some degree on large software projects with corporate backing (Web engines, compilers, etc.), where it is often not trivial to start contributing as an independent individual.<p>Reasonable people can disagree on whether one approach is inherently better than the other, as ultimately they seem to be optimising for different goals.
    • throwjd848rjr11 hours ago
      Imagine getting contributions from someone, who has no access to build system and tests.<p>If I have a test harness, and LLM workflow setup, it is easier to just write new code myself. I am not giving away my &quot;secret sauce&quot;. And I will not have a debate &quot;why this simple feature needs 1000 new tests...&quot;, and two days just to make a full release build.<p>For merge I have to do 99% of work anyway (analyze, autotest, build, smoke, regression test). I usually merge smaller commits just to be polite (and not to look like one man show), but there is no way to accept large refactoring!
    • nicman2313 hours ago
      yeah giving a llm git blame and git grep has saved me a lot of time of doing boring basically re.
    • dmitry_dv11 hours ago
      [dead]
  • mikmoila8 hours ago
    How about intellectual-property risks?
    • simonw4 hours ago
      If LLM code really does have IP risk then most of the world&#x27;s most valuable companies may have to throw away ~18 months of work at this point.
      • spacechild150 minutes ago
        Even if training on copyrighted material is considered fair use, there is still the issue that LLMs may reproduce significant parts of the training set. In fact, there is an ongoing lawsuit in Germany (GEMA vs. OpenAI) because ChatGPT reproduced significant parts of existing song lyrics, which very likely violates German copyright law. The whole thing really is a legal minefield and some companies do indeed prohibit the use of LLMs for this very reason (until all of these legal questions are really settled).
      • mikmoila3 hours ago
        OpenJDK project (interim) AI-policy faq (<a href="https:&#x2F;&#x2F;openjdk.org&#x2F;legal&#x2F;ai" rel="nofollow">https:&#x2F;&#x2F;openjdk.org&#x2F;legal&#x2F;ai</a>):<p>&quot;What are the intellectual-property risks of using generative AI tools? The Oracle Contributor Agreement (OCA) requires that a contributor own the intellectual property rights in each contribution and be able to grant those rights to Oracle, without restriction. Most generative AI tools, however, are trained on copyrighted and licensed content, and their output can include content that infringes those copyrights and licenses, so contributing such content would violate the OCA. Whether a user of a generative AI tool has IP rights in content generated by the tool is the subject of active litigation.&quot;
  • krupan2 hours ago
    This is the great disconnect in thinking around LLMs right now. You have people saying they are so amazing, why wouldn&#x27;t you use them? But if they are so amazing, why are you mad when someone won&#x27;t accept the code they produce? Just ask the LLM to duplicate that whole project! Oh, it&#x27;s not actually that amazing of a tool? Hmmm<p>The fact is, LLMs are incapable of invention and synthesizing new ideas. They can&#x27;t contribute to the zig compiler because they have not been trained on the zig compiler, because it doesn&#x27;t exist yet.<p>Yes, they can churn out simple apps, and quickly. That&#x27;s a pretty useful thing, especially for people that don&#x27;t know how to write code. But that&#x27;s not as revolutionary as you think it is.<p>Others have mentioned the hype around 3D printing several years back. Kinda the same story. People thought manufacturing was dead, stores were dead. You&#x27;d just print everything you need yourself! Turns out it&#x27;s not quite like that. It could still get to that point someday but these are hard problems that take time.<p>Similar with LLMs. It took us, what, 70 years of computer and AI research to get to this point? And people assume we&#x27;re going to skyrocket way past this point in another year or two?
    • hansvm1 hour ago
      &gt; The fact is, LLMs are incapable of invention and synthesizing new ideas.<p>I don&#x27;t think it&#x27;s fully appreciated how much of the hard work of &quot;synthesizing a new idea&quot; is just combining existing ideas. LLMs have given me brand new algorithmic ideas with precious little in the way of a spark on my end to make that happen, and not just a few times either.<p>Mind you, that workflow is arduous and involves a huge amount of experimentation, screening through interesting but ultimately wrong ideas, screening through outright bad ideas the LLM can&#x27;t help but spew out as well, and manually massaging the results into something useful. It exists though.
      • krupan18 minutes ago
        That sounds like the AI did some brainstorming, so to speak, and you did the hard work. If I understand what you are saying
  • gwbas1c4 hours ago
    This reminds me of when I was in college in the early 2000s.<p>My fraternity&#x27;s national organization refused to take photos over email for the newsletter because they got a virus.<p>It&#x27;s a short-sighted policy that&#x27;s akin to &quot;throwing the baby out with the bathwater.&quot;
  • doug_durham2 hours ago
    The more I sit with this the more this seems like a rationalization. Being a good contributor is a human quality, not a quality of the tools that you use. Are you thoughtful? Do you place the needs of the project above your own? Are you easy to work with. None of these things have anything to do with the tools you use. Perhaps they have a bias where they think that LLM use indicates poor character? Good luck to the project. We will see where this lead them.
    • krupan2 hours ago
      If it&#x27;s possible to be that good of a contributor while using LLM coding tools then people won&#x27;t notice you are using an LLM
  • shirro11 hours ago
    People shouldn&#x27;t have to justify not putting up with bullshit. It is a sensible default.
  • spiritplumber2 hours ago
    Move Zig Move Zig For great justice Take off every Zig
  • trklausss11 hours ago
    Honestly, that doesn&#x27;t sound too bad. It does not say you can&#x27;t use LLMs, it just doesn&#x27;t let LLMs be the author of a commit. Meaning, if you as a developer make yourself responsible for what the LLM wrote, go ahead. But be ready to answer the technical questions, be ready to get grilled in the code review, and be called if you get a CVE on that part of the code...
  • meisel4 hours ago
    Another more practical issue with using LLMs for Zig is that it’s a quickly changing language, meaning LLMs may generate code for an older version of the language.
  • bfrog5 hours ago
    I&#x27;m not sure how you could really take a stance on this. If someone used the tool to expedite work its unlikely you&#x27;d ever know it.<p>If you use the tool to yeah, go one shot a ton of garbage then it will in fact be garbage.
    • eschaton4 hours ago
      It requires the people contributing the work to have the integrity to actually follow the project’s rules. It’s not OK to violate the project’s rules just because you don’t think you’ll be found out as a filthy fucking liar.
      • bfrog4 hours ago
        I mean best of luck policing this is all I&#x27;m going to say. We will soon be back to the &quot;core contributors only&quot; kind of policy in many projects I imagine to avoid the slop spam. The verification will be at the conferences.
  • romaniv5 hours ago
    This seems like a sensible long-term strategy, much better one than entering into token-fueled AI arms race against slop. It&#x27;s not even clear what&#x27;s the end goal of such race would be for an open source project. Open source software was traditionally about growing knowledgeable communities and giving users ability to examine and modify software they use. LLMs quite obviously blow that up on several levels. For starters, if you hate dealing with code and prefer prompts, it&#x27;s unlikely that you will be generating code that&#x27;s enjoyable to work with for people who do read it directly.
  • miroljub6 hours ago
    I don&#x27;t have an opinion about Zig AI policy for contributions. Their project, their policies. Fine for me.<p>However, I wanted to give Zig a try in an agentic coding scenario. For tasks that would take a few seconds when choosing Python, Java, or JavaScript as a target language, it would take tens of minutes and waste millions of tokens before producing anything.<p>Almost any model gets stuck trying to figure out the correct syntax and correct libraries for a specific Zig version, fighting with compiling and figuring out function call parameters, frequently taking it wrong and going on side quests for things that should just work.<p>I guess the relative lack of resources and the language instability don&#x27;t play well for models that try to generate Zig code. Using specific tools like zig-mcp helps only a bit.<p>Until LLM support for Zig improves (one needs to spend significant resources for that to happen), LLM-generated Zig code won&#x27;t be good enough for either Zig programmers or Zig contributors.
    • kangs3 hours ago
      rust is pretty nice actually
  • shevy-java6 hours ago
    AI must die - don&#x27;t let Skynet 7.0 win!!!<p>(Ok ok I think we lost the fight already. I see soooooo many people using AI tools on github in the last ~2 weeks alone, claude in particular literally infiltrated everything there.)
  • feverzsj14 hours ago
    No human should trust any bullshit made by bullshit machine.
    • pixel_popping1 hour ago
      having worked with a ton of junior devs, I&#x27;d say the bullshit level is way higher with those humans than latest models with right tooling.
  • zzzeek4 hours ago
    the best PRs I get are from more senior level people who are at work, hit a specific problem they had, and wanted to help out the project with a good PR. Then you never hear from them again because, of course, they&#x27;re busy!<p>When you have junior people come in with PRs and you do the whole hand-holding thing so they learn and grow and all that, they&#x27;re there because my project is famous, they want to get credit (which I give them), then they&#x27;re off to get jobs whereever and they are working with completely different technologies, and you never hear from them again either, because, of course, they&#x27;re now busy!<p>Really, outside of my core group of hangers-on, Claude is the only contributor we have that doesn&#x27;t leave us.<p>&gt; This makes a lot of sense to me. It relates to an idea I&#x27;ve seen circulating elsewhere: if a PR was mostly written by an LLM, why should a project maintainer spend time reviewing and discussing that PR as opposed to firing up their own LLM to solve the same problem?<p>well yeah. I almost use PRs now just as a lazy means of issue prioritization. I&#x27;d love if github had more fine-grained controls to disable PRs but allow occasional contributors in (they don&#x27;t).
  • jibal6 hours ago
    Loris Cro banned me from his Zig forum because I disagreed with&#x2F;corrected something he wrote.<p>I was also blocked from the Zig github repository, after being a frequent contributor to issue discussions, for reasons unknown (I was never informed, I just found out when I could no longer put a thumbs up on a comment).
  • esafak3 hours ago
    &gt; This makes a lot of sense to me. It relates to an idea I&#x27;ve seen circulating elsewhere: if a PR was mostly written by an LLM, why should a project maintainer spend time reviewing and discussing that PR as opposed to firing up their own LLM to solve the same problem?<p>You may as well say &quot;if someone else can do it I&#x27;ll just do it myself&quot;. It takes skill and taste to know what to ask, wisdom to recognize mistakes, and time and money to fix them.
    • nomadygnt45 minutes ago
      This is true, but who do you think knows better what to ask, or has better taste with regards to the open source project? The maintainer? Or the guy shooting a drive by LLM PR? I agree though that it still takes time and effort to make good code contributions with LLMs, but probably less time for the maintainer to do it than for a maintainer to review lots of bad LLM PRs to get the good ones.
  • slopinthebag12 hours ago
    Very convenient of Mr. Willison to omit the fact that Bun&#x27;s upstream changes are total garbage and would not be upstreamed regardless of any policies, omitting LLM generated code or not, since they are, as a zig core team member articulated in a classier way, shite.
    • throwa35626211 hours ago
      Also, that zig team is already working on other approaches that are better and more stable than what Bun team did:<p><a href="https:&#x2F;&#x2F;ziggit.dev&#x2F;t&#x2F;bun-s-zig-fork-got-4x-faster-compilation-times&#x2F;15183&#x2F;19" rel="nofollow">https:&#x2F;&#x2F;ziggit.dev&#x2F;t&#x2F;bun-s-zig-fork-got-4x-faster-compilatio...</a>
      • 000ooo00011 hours ago
        Notable quotes:<p>&gt;There’s the 4x speedup claimed by the Bun team, already available on Zig 0.16.0!<p>&gt;Each [incremental] update is taking less than 0.4s, compared to the 120+ seconds taken to rebuild with LLVM. In other words, incremental updates are over 300 times faster on this codebase than fresh LLVM builds are. In comparison, an enhancement capped at a 4x improvement is pretty abysmal. [..] Again, this feature is available in Zig 0.16.0—you can use it!
    • fg1376 hours ago
      I have learned to take always Willison&#x27;s words with a giant grain of salt, despite how popular those articles are here.
      • simonw4 hours ago
        How can I do better?
        • n423 hours ago
          Quality over quantity
          • simonw3 hours ago
            I aim for both.<p>My blog is a combination of different content types. &quot;Entries&quot; are the ones I spend the most time on - <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;entries&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;entries&#x2F;</a><p>Links and notes are more short form - I try to keep the quality high (especially with regards to accuracy) but they&#x27;re also much higher volume than entries: <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;blogmarks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;blogmarks&#x2F;</a> and <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;notes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;notes&#x2F;</a>
    • simonw3 hours ago
      I hadn&#x27;t see that post when I wrote this. I&#x27;ve updated it now to add a link.<p>What were you trying to imply by &quot;very convenient&quot;?
  • slopinthebag12 hours ago
    Go zig! I don&#x27;t use the language but I totally respect where they&#x27;re coming from and their mission and ethics.<p>For those who are pissed because a large OSS project isn&#x27;t accepting LLM generated slop: Fuck off!
  • _stiletto_4 hours ago
    [dead]
  • maxothex2 hours ago
    [flagged]
  • jimmypk5 hours ago
    [flagged]
  • techpulselab10 hours ago
    [flagged]
  • njanne10 hours ago
    [dead]
  • marlburrow12 hours ago
    [flagged]
  • qzgrid375 hours ago
    [dead]
  • jwzxgo16 hours ago
    [dead]
    • mapontosevenths14 hours ago
      &gt; unless it&#x27;s coming from a known and trusted developer.<p>That&#x27;s exactly the sketchy part here. They turned down known, working and tested, code that came from a partner (bun) due to this policy. Code that 4x&#x27;d compile speed.<p>A general ban makes sense based on their rationalization (&quot;contributor poker&quot;[0]). A total and inflexible ban can lead to a worse outcome for everyone though.<p>If a senior, experienced, contributor vouches for the code it shouldn&#x27;t matter if they hand crafted it on stone tablets, generated it with yarrow sticks, or used gpt-3.<p>[0] <a href="https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kristoff.it&#x2F;blog&#x2F;contributor-poker-and-ai&#x2F;</a>
      • lelanthran12 hours ago
        &gt; That&#x27;s exactly the sketchy part here. They turned down known, working and tested, code that came from a partner (bun) due to this policy. Code that 4x&#x27;d compile speed.<p>No; they turned it down because the vibe-coded PR was crap.<p>&gt; The rewritten type resolution semantics were designed to avoid these issues, but Bun’s Zig fork does not incorporate the changes (and has not otherwise solved the design problems), which means their parallelized semantic analysis implementation will exhibit non-deterministic behavior. That’s pretty much a non-starter for most serious developers: you don’t want your compilation to randomly fail with a nonsense error 30% of the time.
      • lmm13 hours ago
        &gt; If a senior, experienced, contributor vouches for the code it shouldn&#x27;t matter if they hand crafted it on stone tablets, generated it with yarrow sticks, or used gpt-3.<p>The flip side of that is that if such a contributor vouches for code that turns out to be poor-quality, this should severely damage their reputation. I&#x27;ve found far too many &quot;senior&quot; developers will give AI a pass on poor coding practices.
      • JoshTriplett13 hours ago
        <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47958209">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47958209</a>
        • superb_dev13 hours ago
          A standout paragraph from that thread:<p>&gt; Put more simply, we are going to make these enhancements, but hacking them in for a flashy headline isn’t a good outcome for our users. Instead we’re approaching the problem with the care it deserves, so that when we ultimately ship it, we don’t cause regressions.<p>These exact changes are already on the roadmap and Bun’s PR is rushing ahead.
        • mapontosevenths13 hours ago
          Thanks. That explains away most of my concern.
      • feverzsj13 hours ago
        Quite the contrary, Bun&#x27;s developers don&#x27;t even understand language spec. Their slop didn&#x27;t use the same type resolution semantics as Zig, which makes their implementation exhibits non-deterministic behavior.
  • CaptainFever11 hours ago
    [flagged]
    • peter_griffin10 hours ago
      &gt;As always, the most ethical thing to do is to just ignore any anti-LLM policies and not disclose anything<p>How does this have anything to do with ethics? Its their project not yours, they can reject your PR for whatever reason, including you using LLMs for developing that PR. Also they&#x27;re not assuming autonomous agents submitting PRs. They&#x27;re saying that they do not accept PRs where any part of the thinking process was outsourced to a LLM.<p>Even if you disagree with their opinion, the ethical thing to do is to not interact and move on. Not to try to sneak in your LLM assisted PRs without the maintainers consent.
    • crabmusket10 hours ago
      Can you elaborate on the ethics of expressly ignoring the wishes of the project ownership?
  • future_crew_fan7 hours ago
    Rule should be anti-fully-autonomous-PRs. (LLMs dont push bad code. People use LLMs to push bad code and DDoS the maintainers mental bandwidth)
    • blenderob7 hours ago
      Rule should be whatever the people running the project think the rule should be. If you&#x27;ve got your own project, do implement the anti-fully-autonomous-PRs rule for your project. But the creators of Zig do not owe you or me the rule we like.
  • SuperV12348 hours ago
    Perhaps if the Zig maintainers had an LLM review their terrible rationale they would have picked up on the fact that it logically makes no sense.
    • cuu5088 hours ago
      Please elaborate?
      • SuperV12348 hours ago
        <a href="https:&#x2F;&#x2F;claude.ai&#x2F;share&#x2F;f38ee8a6-56f1-408a-a536-211eb34c7045" rel="nofollow">https:&#x2F;&#x2F;claude.ai&#x2F;share&#x2F;f38ee8a6-56f1-408a-a536-211eb34c7045</a><p>I mostly agree with the assessment.<p>IMHO: hard, inflexible rules like these are always deeply rooted in biases and personal convictions, not in facts. The suggested policy amendment by Claude at the end is much more honest, logical, and palatable.
        • cuu5087 hours ago
          &gt; The argument assumes that unassisted PR authorship is what builds trustworthy contributors, and that LLM assistance prevents that growth.<p>No, I don&#x27;t think that was the argument. As I understood it, unassisted contributions have higher chances to grow a trusted contributor. Not 100% vs 0% chances, but statistically higher. So, given limited resources, it makes sense to prefer unassisted over assisted contributions.
          • SuperV12347 hours ago
            I don&#x27;t believe that even the weakened version of the argument works -- it is based on an assumption, not fact.<p>Why would a contributor that uses AI assistance have fewer chances to be trusted?<p>I&#x27;m not talking about AI slop, but a contributor that takes time to understand a problem, find a solution, and discuss pros&#x2F;cons alternatives. Using LLM assistance, of course.
            • em-bee53 minutes ago
              <i>Why would a contributor that uses AI assistance have fewer chances to be trusted?</i><p>please read my explanation here:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47964279">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=47964279</a>
            • franktankbank5 hours ago
              Because you are at the whims of the bot they are at least partially dependent on.
              • SuperV12345 hours ago
                You could extend that argument to any tool used by the developer, like a linter, sanitizer, the IDE itself, or even auto-completion. Why target LLMs specifically?<p>The more I think about it, the more nonsensical it is. - What if I do everything by hand, but have an LLM review my work at the very end? - What if I have an LLM guide me through the codebase just by specifying the files I should read and in what order, but I do all the reading myself? - What if I do everything by hand, but then use an LLM to optimize a small part of an algorithm?<p>You can easily see how absurd it is to completely ban LLMs.<p>What matters is the quality and correctness of the contribution. Even with heavy LLM usage, unless the developer <i>understands</i> what problem they&#x27;re solving, the quality will be sub-par.
                • mirpa6 minutes ago
                  Zig devs don&#x27;t find LLMs to be net positive, what is so hard to understand? You can write your own compiler with LLM yourself, nobody is standing in your way.
                • em-bee49 minutes ago
                  <i>linter, sanitizer, the IDE itself, or even auto-completion</i><p>unlike LLMs, those are deterministic. the IDE doesn&#x27;t even change the code. auto-completion only has a problem if it is done with AI.
                  • SuperV123431 minutes ago
                    What is the actual problem with the lack of determinism?<p>Why is auto-completion a problem if it&#x27;s done with AI?
                • pico3033 hours ago
                  I think you’re missing the underlying point. The Zig team is focused on the contributor and their relationship to the project, not on the correctness of the work. People, not product. Yes, an LLM can help you better understand your code and pick up on things you may have missed before you submit your change. But I think they look at it as you’ve then robbed the Zig team of that interaction with the contributor. They lost the opportunity to learn about how that person thinks, and that person lost the opportunity to be mentored and learn from other members of the Zig team. Sure, your code is better, but did you or the team grow from the experience or simply churn out more code?<p>I’m not saying whether or not that’s good or bad. I agree with their approach, but that’s just my opinion and who am I to say what’s right or wrong? I think there’s value to LLMs as a tool to search and learn, but I’m also worried that LLMs make it really easy to focus on only the result and not the process. That process can be really valuable in building good teams, while LLMs can be really good at churning out an assembly line of code.
                  • SuperV12342 hours ago
                    My claim that LLMs can benefit the end product and create quality contributions does not imply that the person behind the contribution is less capable&#x2F;creative&#x2F;smart than someone who doesn&#x27;t use LLMs.<p>But it seems that the Zig policy implies that. Otherwise what would be wrong with interacting with contributors using LLMs?
                • franktankbank4 hours ago
                  Would you let your nanny subcontract?<p>edit: Can&#x27;t reply because I&#x27;ve posted a whole 4 times.<p>I believe we have different world views which is hardly a disagreement. Answering my question could pretty well highlight our difference of opinion.
                  • SuperV12343 hours ago
                    What point are you trying to make? Be explicit.
        • slopinthebag1 hour ago
          Did you just link an AI chat in an internet comment because you were too lazy to both think of a reply and write one out?<p>Lmao bro has completely outsourced their thinking to AI, this is comical
          • SuperV123430 minutes ago
            I&#x27;m glad you find it entertaining.<p>Now read the actual points made by the AI with an open mind and a critical mindset, instead of dismissing them because they were not written by a human being.<p>The point I&#x27;m making is that this policy is so stupid that even an LLM can easily figure out the logical flaws. Perhaps an LLM could have also helped you figure out the point of my original comment.
            • mirpa3 minutes ago
              I red it and its terrible nonsense.
  • GaryBluto10 hours ago
    I don&#x27;t think I&#x27;ve ever heard anything positive about Zig. Every time I&#x27;ve seen the project mentioned is them using bizarre black and white moral judgements to justify stupid decisions.
    • lukaslalinsky10 hours ago
      You need to look past this. Zig is an excellent low-level language. Thanks to the comptime features, you can have high-level looking APIs while staying down to the metal. It&#x27;s not for everyone, obviously, but as a language, it is really good.
    • Pay0810 hours ago
      You have to be wilfully blind, then. It gets rather frequently praised on HN (as much as any niche language can be), and they certainly don&#x27;t make black-and-white moral judgements often.
  • small_model6 hours ago
    &quot;We wont take contributions from non hand written assembly code, these C &#x27;high level&#x27; language patches are not allowed. Zig is a great project and language but it will die on this hill.
    • ducdetronquito6 hours ago
      You paint them wrongly as elitists.<p>It&#x27;s a critique of low effort PRs compared to the high effort review they require.
  • lukaslalinsky10 hours ago
    On multiple occasions over the last months, I have been wishing the Zig&#x2F;ZSF team would use LLMs. I&#x27;ve found many copy&amp;paste errors that simply wouldn&#x27;t exist if mundane tasks were delegated to a good LLM. It&#x27;s even in the Zig community, I&#x27;ve seen PRs to some projects I&#x27;m interested in boosting how it was all human made, and containing all kinds of trivial logical errors that even the worst LLM would catch.
  • darkstarsys6 hours ago
    As a heavy AI-assisted open source code creator (and someone with 40+ years of dev experience), this seems wrong-headed to me. I think it is an excellent policy, as they say, to &quot;value contributors over their contributions,&quot; but this policy excludes all potential contributors who use the latest tools. It will eventually doom zig to a smaller &quot;artisanal&quot; pool of contributors, rather than welcoming newbies and helping them become better open-source developers.
    • simonw4 hours ago
      Presumably Zig are OK with that. For their particular project - a brand new programming language and compiler - a small pool of artisanal developers is likely preferable to a large pool of LLM-assisted developers who don&#x27;t have as deep an understanding of how everything works.<p>There are plenty of less stringent projects for people who to get better at open source to contribute to.
    • faitswulff6 hours ago
      &gt; It will eventually doom zig to a smaller &quot;artisanal&quot; pool of contributors<p>“Artisanal” and “Zig” are just about synonymous
  • jillesvangurp12 hours ago
    It&#x27;s a good rationale. But it points the finger at a real bottleneck in open source development: the burden of manually reviewing contributions. And the need to automate that with AI as well. Reviews were already becoming a problem before AI. Lots of projects have been dealing with a large influx of contributions from inexperienced developers from all over the world looking to boost their CVs by increasing their Github statistics. It&#x27;s the same dynamic that destroyed Stackoverflow. Which, thanks to AI has been largely sidelined now. And now that AI is there, those same inexperienced developers are using that at scale to generate even more garbage contributions.<p>Doing manual reviews of everything is very labor intensive and not scalable. However, AIs are pretty good at doing code reviews and verifying adherence to guard rails, contributor guidelines, and other rules. It&#x27;s not perfect, but it&#x27;s an underused tool. Both by reviewers and contributors. If your contribution obviously doesn&#x27;t comply with the guidelines, it should be rejected automatically. The word &quot;obviously&quot; here translates into &quot;easy to detect with some AI system&quot;.<p>Projects should be using a lot of scrutiny for contributions by new contributors. And most of that scrutiny should be automated. They should reserve their attention for things that make it past automated checks for contribution quality, contributor reputability, adherence to whatever rules are in place, etc. Reputability is a good way to ensure that contributions from reputable sources get priority. If your reputation is not great, you should expect more scrutiny and a lower priority.
    • f311a11 hours ago
      You still have to review everything manually again anyway. It&#x27;s a compiler for a language, bugs and bad architecture decisions cost a lot. They moved to codeberg, so there are less garbage PRs now. They try to grow a culture where you expected to deliver good code in the PRs so the review takes less time.<p>It takes like 5 minutes to spot garbage PRs manually. LLM can flood you with a wall of text where only half of the stuff make sense. Also, they can&#x27;t really spot bad architecture. It&#x27;s a compiler in an unpopular language, don&#x27;t forget that.
    • lugu11 hours ago
      I don&#x27;t know Zig, but I think that is not the problem here. Not exactly. The real question is: why spending all those efforts to grow and align a pool of contributors if contributions are cheap and correct? Code review is not just about checking if what it says it does, and if it does it according to the guidelines. The review is a touch point to discuss where the project is heading and how to get there. That is the most important part in the long run. As a collective human effort, it needs coordination. Some of it is via the review process (especially for those not part if the core team that draft the roadmap). One could document all those micro decisions with the rational, but it might end up be a wakamole game. IMO, projects which allow AI usage need to spend way more effort in coordination (and quality insurance).
      • lelanthran9 hours ago
        &gt; The real question is: why spending all those efforts to grow and align a pool of contributors if contributions are cheap and correct?<p><i>Until</i> the contributions are cheap and correct, you need valuable contributors more than you need the contributions.<p>You point would be valid when we get to a point of contributions all being both correct and cheap. Right now they are only cheap.
    • emj12 hours ago
      &gt; [you can] stop accepting imperfect PRs in order to maximize ROI from your work, but that’s not what we do in the Zig project<p>The real bottle neck when you want to grow is connecting with the right people. An LLM is not helping with that if you want to build a community. When you use LLM to skip the need to understand a problem how are you ever going to get a reputation that I can trust?<p>The post is not about reputation it about seeing how people respond and work with you in a community.<p>EDIT: I see that you frame it as a help and a tool and sure it might work, but I feel like it is just another obstacle.
    • einpoklum8 hours ago
      &gt; the burden of manually reviewing contributions... [a]nd the need to automate that with AI as well.<p>I suggest we also automate the distribution and the use of software with AI as well, and then just all go to the beach and sip on some cocktails or something.<p>Or in other words: Good luck with that.
  • fluidfortune3 hours ago
    Well let’s be real for a moment here before we get completely anti-AI.<p>Without AI, I’m a guy spending years learning C++ in spare time I don’t have to develop software concepts and solutions I want to work on TODAY.<p>The ZIG project, to me, has a place. Legacy coders right now do need protecting.<p>It’s not people like me that they need protection from.<p>It’s not even language models they need protection from.<p>What they need protection from are the corporate structures who falsely believe that this technology makes them obsolete.<p>The article talks about “playing the person, not the cards” and that thinking has one fatal flaw: the vibe coder is a person. The vibe coder may have creative agency that the legacy coder does not.<p>Look, I still cross up French and Spanish words because I took a year of each, C++ syntax, Python syntax, HTML, I understand their structures but I’m liable to start out writing a Python script and wind up with half a web page and a brutal error message in my IDE environment.<p>Zig’s motivation is correct in many ways I think. I am not really their target audience or their target coder. But I am also not their target enemy. Put the right group of legacy thinkers in my think tank, and the code would get even better.<p>-The Court Jester of Vibe Code