GrapheneOS is currently defending its use of AI coding tools on Mastodon against complaints by various accounts claiming to be users.

We do not understand where you’re coming from or why you’re so incredibly angry with us. It’s not justified and does not make sense.

  • abc@suppo.fi
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    People are insane. Open source people are insane in public.

    LLMs are an amazing tool, the best advancement we have gotten since compilers. Only complete fucking morons would dismiss them.

  • droopy4096@lemmy.ca
    link
    fedilink
    English
    arrow-up
    33
    ·
    2 days ago

    OSS projects have already started to recognize that LLM is just a tool and how you use that tool matters a lot more than whether you are using said tool at all. Lets bring StackOverflow for analogy: we didn’t ban browsers for code development because one can navigate to StackOverflow and copy-paste some really crappy code. LLMs are SO on steroids (actually trained on SO topics). So grabbing LLM to get a sense of direction or shape is an OK use in general, but copy-pasting it’s results blindly is silly and dangerous.

    There’s a second argument that AI is ruining OSS communities which I believe is true, but refusing to accept AI code is a self-defeating action. Why? Because AI training needs unadulterated source of knowledge, one not tainted with AI and OSS communities rejecting AI would be that source. Also: if OSS community did not use AI it would hardly stop it from continuing it’s growth in Enterprise. So there’s not much of a winning strategy there either.

    Which brings us to GrapheneOS decision and given above reasons I think it’s a well-balanced decision.

    • Kynn@jlai.lu
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      You can achieve wealth and happiness way faster if you rob all other countries of their resources. But if it is feasible, must it still be done ?

      Kind of the same thing with LLM. It’s not because you can that you should.

      As you said, LLM is killing OS communities. It’s preventing people from working together, now they are all “I don’t need you, I can do it my way all alone”, and you get 50 clones or similar softwares, which aren’t finely tuned since it’s all LLM.

      As you didn’t say, LLM has a huge impact on the planet, it costs a lot of electricity, it uses clean water which it evaporates in data center, but we don’t care because guess what, we have it in our hands and it’s so much fun to use ! And well, we ourselves are not responsible for the planet’s state, it’s the big bad company that create LLM, I’m just using it because otherwise, the other will do so !

      What’s next ? After coding our own little games and softwares alone and ultra-quickly I mean.

      Who pays the bills ? Who will pay the next one, and where is humanity going ? Not sure I want to know.

      AI Searchers are quitting their jobs being scared of what they enabled Companies are being hacked by LLM without control People are losing their jobs because of LLM (and I think those are not the ones using LLM in the OS Community, because oh, the irony it would be)

      Society clearly isn’t ready for any of this, and saying “don’t care” doesn’t make it fine.

      Edit : this is cleary not on or against you, I’m simply expressing my frustration on this subject with arguments and examples I hope should make people realize things x)

    • HaraldvonBlauzahn@feddit.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      1 day ago

      OSS projects have already started to recognize that LLM is just a tool and how you use that tool matters a lot more than whether you are using said tool at all.

      This tool is however not neutral but has a lot of steering and bias built in. Like an advisor who optimizes heavily for personal gain. For example, it constantly tells you that it knows it all and also that your ideas are the best thing since sliced bread. A lot of stuff around them is engineered to increase engagement and make you dependent on them. Precisely like social media which is full of “brain hacks” - no, this isn’t hyperbole, this is the name that engineers at Facebook gave to their creations. As social media, commercial LLMs are “addictive by design”.

      Lets bring StackOverflow for analogy: we didn’t ban browsers for code development because one can navigate to StackOverflow and copy-paste some really crappy code.

      Stack Overflow is a really good example. I am programming over 40 years, since 35 years as hired programmer, since 25 years on PhD level and I used Stack Overflow a lot to find interesting new angles on issues with seemingly obvious answers. Like “what is the most portable, clearest way to efficiently serialize message data in a C struct, given that type punning is only defined for some compilers and can lead to undefined behaviour”.

      Stack overflow has typically various opinionated commented answers here, which gives you different angles and you can decide what is best in your case. This is crucial since a lot - one could say, almost all - of software engineering is about trade-offs.

      ChatGPT is the know-all of stack overflow responders: It gives you a single smart-allecky answer and is purposefully built so it tries to take decisions out of your hands. It currently also makes a ton of suggestions of which some have a point, some might apply in other cases but not yours, and some are bullshit. If you let it run free you will easily get ten times more code than needed. And ten times more code means ten times more bugs - this is well-established.

      So grabbing LLM to get a sense of direction or shape is an OK use in general, but copy-pasting it’s results blindly is silly and dangerous.

      The thing is that commercial LLMs in practice are engineered to short-circuit your judgment and decision-making.

      There’s a second argument that AI is ruining OSS communities which I believe is true, but refusing to accept AI code is a self-defeating action. Why? Because AI training needs unadulterated source of knowledge, one not tainted with AI and OSS communities rejecting AI would be that source.

      First: These companies will siphon off open source code anyway, be it legal or not. That is outside of the influence of single open source developers or projects. Maybe a matter of high courts and civil society lawsuits to decide. And these will have to fight an uphill battle against the current political climate around favouring large companies in general and that kind of exploitative AI in particular.

      But what projects do have influence over is the quality of their code base and what ingresses into it.

      Further, it is to expected that the quality of commercial code bases continues to degrade at a rapid pace and also that companies will depend even more on open source infrastructure and libraries - and FOSS developers training the LLMs they use on anything that is new. Because the average commercial project or github project just will turn to shit. Companies will soon wistfully remember old times where Sturgeon’s law was a thing and when only 90% of all public code was shit, and not 99.999% . (Congratulations to that future five nines!).

      There is an asymmetry between open source code and proprietary software: Open source code is protected by copyright law. Which GenAI vendor companies practically do ignore. Proprietary software is usually protected by copyright law, and also obfuscation by it being binary or behind server APIs. Currently, this works in favour of companies: They get to use GPL-proteced public code, but are not exposing their own, uh, creations. (And of course, LLM vendors will make the solemn pinky promise that they never ever will publish commercial code their customers are working on as LLM output (ask top-notch mathematicians how that worked out).)

      But will this stay like this? Because another issue is that the same methods can be used to decompile binary code, and LLMs can also be trained on decompiled proprietary code. Which will, for example, make its many hidden security issues much more acute.

      • Spice Hoarder@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        Agree 100% I was about to mention training the LLM on decompiled binaries, but you mentioned that too. I guarantee the Chinese models are already doing it.

        • HaraldvonBlauzahn@feddit.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 day ago

          Another thing is I think one can analyze binaries (decompiled or not) to extract control structures in machine code or byte code to control flow graphs. Using some classical pattern matching, that should not be too difficult because the number of ways compilers transform code like loops are limited. Allowing some degree of fuzziness, I’d often expect these to be very characteristic for the original source of a code piece. That source might often be FOSS code; often an old, vendored version not updated in years.

          One could then use standard graph search/fuzzy matching algorithms and graph databases in order to find out which GPL’d open-source code e.g. some proprietary product has included. This would give away potentially vulnerable versions. And it would not necessarily need a lot of computing resources.

          • Spice Hoarder@lemmy.zip
            link
            fedilink
            English
            arrow-up
            2
            ·
            17 hours ago

            I’m just waiting for Microsoft and Windows to get blown wide open by this Pandora’s box they’ve opened.

    • neclimdul@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day ago

      a lot of communities are aggressively clamping down on AI contributions. i think leaving the floodgates open really hasnt worked out. People touting “the kernel does it so get over it” gloss over the contributions being small and strict “your ai code reflects you and you own the consequences” policy.

      additionally i dont buy the enterprise does it so get on board argument. the floss movement is literally built around pushing back on corporate norms. i dont know why anyone would take thay argument at face value.

      for a lot of FLOSS communities, the ethics of the software is as important as the quality. which is why so many Debian community members felt betrayed by milquetoast ai policy adoption.

      Graphene made a similar “look they’re all doing it too” argument on Mastadon which I feel just really undermines their image as the alternative.

      “we dont police our developers usage as long as the quality meets out high standards. all code is at the end of the day ownedand reviewed by the humans in our teams” or some other equally silly statement would still have had critics but at least they wouldn’t sound like a grade schooler wining about how infair life is.

    • Spice Hoarder@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      Yeah, just one small problem, muchacho. Whenever a language recieves a breaking change you gotta retrain the model again, and a lot of your references are useless now. There is no “improving” it’s just a vicious cycle.

      Your argument is that of peer pressure and not compelling.

      “Join us or we’ll just steal your code anyway”

      Here’s my rebuttal. Garbage in, garbage out. Most projects out there are trash. This tool doesn’t help you build good code, it helps you throw together a pile of trash. An actually helpful LLM would be one trained on the damn language itself and coding best practices. Almost everyone has lost the plot here. You DON’T want a massive LLM, the small specialized ones are good enough. So you can use it as auto complete, like the tech was intended.

      • droopy4096@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        You’ve made a few of erroneous conjectures which are orthogonal to my argument. But I’ll call out one: LLM is bad at code completion and it’s use not have to be limited to (final) code writing. Thus my theses on “what” vs “how”

        • Spice Hoarder@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          21 hours ago

          LLM is just fine for next text prediction, in the same way my phone keyboard can sometimes guess what I’m about to say. But the notion of building this huge mass is where I draw the line, it’ll never be finished. Does overfitment mean nothing to anyone anymore?

          • droopy4096@lemmy.ca
            link
            fedilink
            English
            arrow-up
            2
            ·
            19 hours ago

            your poi ts support my statement though: how vs what is the real question here. LLM is fine performing repetitive mundane tasks that we find boring and uninteresting. Like refactoring small chunks of code out or “search and replace” when context matters more than matching string etc. Also, let’s assume someone had enough bitcoin mining gear laying about to repurpose it into LLM training infra and trains his/her small model on stuff they care for, suddenly we lose all the other arguments and use of LLM becomes more acceptable. So blanket ban at this point is not going to achieve any of the goals, really. Consider that majority of developers were mandated to use LLMs for work, consequently their skill shape changed, for project to draw from that pool of developers you need to offer comparable tools.

            Context matters too: Graphene has to deal with AOSP, which lost it’s development transparency a while ago and Graphene developers likely have to contend with big (likely LLM-generated) code dumps within mainline AOSP with each new release, so to keep up with that onslaught they either need to expand developer base (and we just said that pool is shrinking) or leverage LLM to cut through that mess. Again “how” tool is used matters a great deal.

            • Spice Hoarder@lemmy.zip
              link
              fedilink
              English
              arrow-up
              1
              ·
              17 hours ago

              When people say they don’t want AI in their codebase, they’re talking about Claude, and GPT. I mean, we’ve had intellisence for ages. To a certain extent, we’re both fighting strawman arguments.

              I get your point now, but I’ve personally had about 6 of my projects at work ruined due to AI slop, to the point that I don’t think my company is going to make it. I’m the odd one out, everyone else is loving it, despite our productivity grinding to a hault.

  • Mac@mander.xyz
    link
    fedilink
    English
    arrow-up
    59
    ·
    2 days ago

    I’m anti-WhateverTheBillonairesArePushing. And by golly are they pushing AI.

    • FG_3479@lemmy.world
      link
      fedilink
      English
      arrow-up
      46
      ·
      2 days ago

      GrapheneOS is using AI models to find vulnerabilities before others do. The Bitcoin Red Team did the same and found an absolute ton.

      I hate the AI bubble, but they’re forced to use AI to defend against AIm

        • Sorse@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          8
          ·
          2 days ago

          Yea, but by refusing to use anything pushed by billionaires you technically give them control. They can just start pushing anything and you would stop using it

          • Routhinator@startrek.website
            link
            fedilink
            English
            arrow-up
            11
            ·
            2 days ago

            Using tech that billionaires push makes them richer and gives them control.

            Tell me how does not using their crap give them control, exactly?

            • Sorse@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              3
              ·
              2 days ago

              It’s more of stupid technically. If a billionaire randomly decides that they want to push sliced bread really hard would you stop buying sliced bread? If so then the billionaire technically has some control over you, because they caused you to stop buying sliced bread

              • Routhinator@startrek.website
                link
                fedilink
                English
                arrow-up
                5
                ·
                2 days ago

                I mean, see where you’re going there. Bread may be a bad example because I can get sliced bread from a local or regional producer that is more conscientious. If any billionaire is pushing me to buy sliced bread its going to be some mass produced crap like Dempsters that I would never buy anyway because I do not support corporate food where I can avoid it as I’ve lived through enough mini crises in the last 30 years to have learned the hard way that when things get tough, its the local and regional creators that keep things on the shelf.

                AI however, is only good in the older forms where models were made to do one thing and do it well with reasonable levels of compute. Those were sustanable. LLMs, no matter where you run them, cost disgusting amounts of compute to train and no matter how well you train them will only evey have a statistical chance of being right, and they will never have 100% accuracy without throwing even more power at them.

                And, LLMs will never reach AGI. If we want something that really mimics humans, then what we need are many tiny, efficiently trained models for specific tasks with high accuracy, and then interface between all those skills with a very accurate task comprehension model, and then maybe we will get to AGI, because this is basically how humans work.

                I still maintain that LLMs are the wrong tech, at the wrong time, and the only thing their proliferation is being pushed for is their questionable capability to enable ths surveillance state we were warned against for the last 40-50 years in scifi. And the CEOs want this because people are getting more and more fwd up with their shit.

                All LLMs will bring the world is misery. There is no acceptable use for them and I am sticking to that line in every product decision these days. They were built on the backs of free content that the world created and a ton of copyrighted work that was just blatantly stolen.

    • Honytawk@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      Even a broken clock is right 2 times a day though.

      Would you care about AI if it wasn’t pushed by billionaires?

      • mofongo@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        The only other entity able to push AI this hard is the state, and people would certainly be just as pissed about it.

  • Vendetta@feddit.org
    link
    fedilink
    English
    arrow-up
    70
    ·
    2 days ago

    I’d argue that this news is over-blown. The project has more than a solid and honorable track record with insanely talented engineers behind it. AI is a new technology that is not going anywhere. I would put my faith into their decisions to improve this project by whatever means they think are best.

    The truth is most commenters are not technically skilled to evaluate or critique their decisions. If GOS team, who again would be at the top % in the field, feel that this can elevate the project, should we not give them the benefit of the doubt?

    • Routhinator@startrek.website
      link
      fedilink
      English
      arrow-up
      22
      ·
      2 days ago

      My thought it was over blown until I saw them claiming that anyone on Mastodon is “not a user” and them saying that any real users are on their Discord and not complaining.

      Uh, OK - Discord was semi-excusable up until 2025, but at this point anyone using it to communicate with their users is certainly not considering how bad that channel is for user privacy. Im a Graphene User, I will not use Discord, and I am not going to continue to use an OS thats supporting the rapid expansion of datacenters through the use of AI.

      • Bilb!@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 days ago

        I don’t use Discord myself, but I think their decision to use Discord is defensible even if I find it distasteful. Their support chat isn’t meant to be a private space. (People discussing crimes and whatnot on Discord are using poor judgement.)

        I think what they are trying to say there is that there is a lot of negative commentary on the Fediverse coming from people who are not users, and that they are not really beholden to those commentators. And that’s true. They don’t really have a history of smooth PR as far as I can remember.

        I also think whether their acceptance AI usage is an overblown issue or not is completely unrelated to that comment, so I’m not sure why it would change your opinion of it.

        • Routhinator@startrek.website
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 days ago

          Matrix is the proper space for a privacy focused community. Discord as an application is privacy invasive and requires ID to be provided. This has nothing to do with a public community not being private. It’s the wrong technology choice for what they claim to be focused on and there is no getting around that.

          • Bilb!@lemmy.ml
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            1 day ago

            Discord does not require an ID unless the space you’re trying to access is marked as adult only. This obviously does not apply to a tech support community. But like I said, yeah, it’s not what I would choose. What’s your point? Graphene OS is suspect because they don’t choose your favored chat platform? And like i said, this has nothing to do with whether or not the acceptable use of AI assistance was overblown.

    • Encrypt-Keeper@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      2 days ago

      AI is a new technology that is not going anywhere.

      I always wonder where this sentiment comes from. Whether or not AI is going anywhere is still very much up in the air

      • raspberriesareyummy@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 days ago

        I always wonder where this sentiment comes from. Whether or not AI is going anywhere is still very much up in the air

        It exclusively comes from either snake oil vendors or people who are less smart than they think they are. Where the former are typically part of the latter group.

      • Bronzor@lemmy.ml
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        You cannot put the evils back into Pandora’s Box when it was already open.

        Even if these companies sink, individuals can still use their own hardware for AI. Ai is here to stay whether we like it or not.

        • prole@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          7
          ·
          2 days ago

          So where are all the 3D TVs? Where’s the Nintendo Virtual Boy? Betamax? Google Wave? Google+? NFTs?

          Oh not transformational enough?

          Ok then how long did it take electric vehicles to come back after The fossil fuel industry killed them in like 1920?

          Oh here’s a good one: thalidomide. That one went away for good.

          How about the hole in the ozone layer?

          Sorry, AI is only a foregone conclusion because apparently everyone’s had their consent beautifully manufactured

        • Encrypt-Keeper@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          2 days ago

          Sure you can. Because in this case Pandora’s box is something which exists solely through a sustained, inconceivable amount of money being continuously funneled into it without any guaranteed long term benefit to the people who do so. It’s a technology which isn’t sold as a product as it exists in its current form, but a theoretical future form.

          If the bottom were to fall out from under it tomorrow, it couldn’t even continue to exist as it is now, it would disappear entirely as there would be no financial incentive to keep it running. Individuals could still run what we have now offline, but its value and usefulness would degrade rapidly as time went on, because it relies on mass-scale power consumption and data theft to remain up to date, much less improve.

        • raspberriesareyummy@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 days ago

          Ai is here to stay whether we like it or not.

          stop. calling. slop. ai. It’s a shitty subcategory of it. Just like actual dog poo is a subcategory of organic chemical compounds.

      • Mistic@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        edit-2
        2 days ago

        It’s not going anywhere because it’s already been here for a very long time, you just didn’t know about it

        What people call “AI” is just Machine Learning.

        Chatbots, OCR, Text-to-Speech, Speech-to-Text, Computer Vision, Web Search, Spam filtering or Fraud detection, Personalized ADs, even your phone’s camera processing algorithm.

        It’s all Machine Learning, but now under new and fancy “AI” name. And it’s been here for decades.

        The reason it blew up this much only now is because people realized that the more data you feed into it, the better the output becomes. And so they started exploring it more, to the extent of causing valid ethical concerns.

        • raspberriesareyummy@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          2 days ago

          the more data you feed into it, the better the output becomes.

          And that’s bullshit. The slop machines have already peaked. More input will not improve the results.

          • Mistic@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 day ago

            Not compared to models from 00s or 10s…

            What’s with the reading comprehension, people? I was talking about pre-AI boom vs. now, not now vs. 1-2 years ago, c’mon.

            • raspberriesareyummy@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 day ago

              LLMs use a new way of data processing (focused on language rules) which is what brought the boost. Not more training data. More training data is needed for an LLM to reach “maturity” but it also increases cost due to resource usage. And current LLMs have already absorbed basically all of the internet and most books, and since the internet is now full of slop, more unpoisoned training data does not exist. That’s why more does not help anymore.

        • Encrypt-Keeper@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          2 days ago

          Machine learning isn’t going anywhere. But it’s clear from the context here what we’re referring to when we say AI in this conversation.

          • raspberriesareyummy@lemmy.world
            link
            fedilink
            English
            arrow-up
            8
            ·
            2 days ago

            Machine learning isn’t going anywhere.

            As someone who despises the current slop hype with a passion, you’re correct on this. But only when you exclude LLMs. Because they are garbage with a net negative for mankind. Machine learning as a field however has very useful applications. Typically such that complement human assessment of data, e.g. re-viewing radiology images to flag potentially anomalous images for a second doctor to look at - not in place of the first doctor.

            • Mistic@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              ·
              edit-2
              1 day ago

              Finally, someone gets it!

              Instead of going away, the AI will transform. It’s sort of in a bubble state rn. Once it pops, the fields where it’s useful will keep on using it, whilst those applications that have no real grounds for existing will either have their plugs pulled or resources cut.

          • Mistic@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            22 hours ago

            Apparently, not to me. Explain.

            Edit: Downvoting a person for asking clarification? Shame on you lot.

              • Mistic@lemmy.world
                link
                fedilink
                English
                arrow-up
                2
                ·
                edit-2
                1 day ago

                Pointing to a wiki page instead of actually explaining stuff isn’t going to change my mind.

                Now, if you’re talking specifically about LLMs, however (which you could’ve just said so, ffs). I think their scope of application and resources wasted on them will be significantly reduced. Look at what happened to blockchains and NFT. Basically, I expect the same to happen here.

      • prole@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 days ago

        Yeah, lots of new tech that vanished because it sucked, wasn’t profitable, destroyed the environment, etc.

      • General_Effort@lemmy.worldOP
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 days ago

        At the very least, you’d have to convince both the US and China to stomp it out. And then there are other countries that would be willing to pick up the slack.

        • Encrypt-Keeper@lemmy.world
          link
          fedilink
          English
          arrow-up
          10
          ·
          2 days ago

          AI is not something self sustaining enough to necessarily require stomping out, at least that we know of at this point. Right now AI’s future relies on its operators continuing to convince people of a theoretical future scenario.

    • youmaynotknow@lemmy.zip
      link
      fedilink
      English
      arrow-up
      16
      ·
      2 days ago

      Exactly this. As much as I hate the current AI scenario across the board, the GOS team has shown, time and again, that they are stellar developers and coders, that they genuinely care about security, and that they are the best at countering anti-privacy on the technology front.

      If any team can use AI responsibly to improve all this, it’s the GOS team. And if it ends up failing on it’s face, I expect them to move away from it if things go south. Now, if they don’t because of ‘AI addiction’, then I will be looking at what my alternative options are. Until them, I’m 100% with them, as they have not given me any reason yet to doubt their judgement.

    • raspberriesareyummy@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 days ago

      AI is a new technology that is not going anywhere. I would put my faith into their decisions to improve this project by whatever means they think are best.

      Aaaand just like that you disqualified yourself from having an opinion worth listening to on what “insanely talented engineers” are.

      • dev_null@lemmy.ml
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        That’s the communication problem in these conversations. Whether it’s a useful tool and whether it’s an ethical tool are two different questions. People come in and attack the developers for generating slop, and they respond that they are experienced developers who can use the tool properly to increase the security of the code or whatever. And the conversation here is about that.

        And then someone like you comes in talking about ethics, which is what we should be talking about, but we are talking past each other.

        The truth is most commenters are not technically skilled to evaluate or critique their decisions.

        I don’t need to be skilled to evaluate or critique their decisions.

        You are both correct. But the former is about the engineering, the latter is about ethics. You do need to technically skilled to evaluate whether AI is a useful tool for Graphene. You don’t need to in order to critique it on ethical grounds. These are completely different topics that have nothing to do with each other.

        • raspberriesareyummy@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          2 days ago

          the only people getting a net use out of LLM garbage are sub-par programmers. and I say that partially as a self burn because I have consulted slop chatbots to get some keywords / usage examples for functions I didn’t know yet. Even though I never used any drop-in code, and verified the usage of all that I “learned” from such conversations, the output was incredibly shitty and had to many holes in it that most people wouldn’t even spot because “it just works”. Using slop bots in coding / vibe-coding is offloading your incompetence as work onto future programmers.

        • A_Random_Idiot@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 days ago

          no, we are not talking about two different things.

          We are talking about one single thing.

          the theft of human potential for profit, and the sacrifice of the world for the enrichment of the few due to exploiting that theft.

          You are just trying to play word games and split the discussion to defend the indefensible.

          • dev_null@lemmy.ml
            link
            fedilink
            English
            arrow-up
            7
            ·
            2 days ago

            Lol you are so argumentative that this is how you respond to someone agreeing with you? Forcibly putting me into the “opposing camp” against my will. All right then, live your delusion while we fight AI without you.

      • ricdeh@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        Calling for the murder of other people in a public forum is never wise. At best, you could (should) be permanently banned. At worst, police could show up at your house and lock you away forever (the world would be better place for it!).

  • Mac@mander.xyz
    link
    fedilink
    English
    arrow-up
    25
    ·
    2 days ago

    Well capitalism is based on unethical practices so what’s the point of striving to be ethical!!!

    Is what I’m reading

    • raspberriesareyummy@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 days ago

      Well capitalism is based on unethical practices so what’s the point of striving to be ethical!!!

      Is what I’m reading

      I am reading the same. A variation of “everyone’s doing it, why should I act ethical?” Fuck them.

  • unglueclass23@programming.dev
    link
    fedilink
    English
    arrow-up
    30
    ·
    2 days ago

    A bit unrelated, but I wonder if I’m the only one left that is:

    • Using small, open-weight models
    • Asking it to only write small snippets that I can easily go through, check and understand.
    • Copying pasting from good old web frontends instead of integrating it into my editor or whatever else people do with agents nowadays.

    I feel like when we’re talking about AI this sort of usage gets lumped into the same pile as agentic vibe coding and it’s not helpful for discussion. Surely most people wouldn’t find this problematic?

    • MountingSuspicion@reddthat.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 days ago

      No, there are plenty on the left doing exactly that. Plenty don’t mention it because there’s been so much AI pushback they don’t want to be written off, others don’t mention it because they know it doesn’t really contribute to the conversation most times. It’s unlikely that your use is reflective of most AI use in these large projects.

      Realistically, even your use doesn’t address some people’s issues. People dislike that the training data was used without consent, that’s not really addressed by open weight models. You checking and understanding the output is great, but a lot of people take issue with having offloaded that to the AI in the first place. Maybe your use doesn’t have the same negative environmental impact as some of the other models, but I’m not sure it really matters. If we’re using AI then inevitably some outputs will have larger environmental impact than others.

      I am not saying your AI use is the problem with humanity or anything, but no, you’re not alone. Most people just aren’t talking about people like you and your specific situation doesn’t actually fully address people’s issues with AI regardless.

    • raspberriesareyummy@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      I have occasionally used anonymous browser sessions in the way you describe, and I still feel dirty for it and think it’s problematic. It did not affect the quality of my code because I never did the 2nd bullet, I never asked for drop-in code or used any, but the ethical implications suck donkeyballs so I hate that I do this occasionally - I blame really bad documentation of some build environments.

    • boonhet@lemmy.zip
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 days ago

      I prefer it less for the writing part (unless big refactors that aren’t actually complex) and more for analysis. If you got a couple million lines of code upstream that you depend on heavily (ERP modules) then it’s nice to fire off a prompt and come back to “you got weird behavior x because upstream changed y, here’s the exact file and lines and how it flows there”

    • Xuntari@programming.dev
      link
      fedilink
      English
      arrow-up
      11
      ·
      2 days ago

      Probably.

      My company is currently pushing “loop engineering” on us… They are in love with Claude and keeps referring to it as “him”. Very proudly announce that “I set ut a loop, and he closed 40 PRs while I slept!” (without review, of course). Based on vibe written tickets as well, which contains many hallucinations.

      The poor QA department (2 people) is now trying to figure out how to test all the slop.

    • benjirenji@slrpnk.net
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 days ago

      I don’t get the copy pasting. That’s just a convenience thing. You can easily integrate local models into an IDE.

  • chewypoops@lemmy.world
    link
    fedilink
    English
    arrow-up
    32
    ·
    2 days ago

    There really is a difference between AI-assisted coding and vibe coding, and I don’t know enough about actually coding to look at their repos and tell you what’s happening.

    • Mac@mander.xyz
      link
      fedilink
      English
      arrow-up
      20
      ·
      2 days ago

      “AI-assisted” will inevitably turn into AI-generated over time as the babysitters get complacent.

    • ZILtoid1991@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 days ago

      The issue is, there’s also difference between how people cram “AI-assistance” into their previously well-refined workflows. Did see the odd person ending up with the same issues as straight-out vibe coding but without the speed, including the eventual (mild) AI psychosis and later switching to vibe coding after the chatbot convincing him.

      Also I think it would be pretty trivial to generate an “understanding” of the code, yet AI boosters never bring up it as a concern.

  • VykeTheGreat@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    138
    ·
    3 days ago

    I haven’t dug into the code, but blanket hate for AI in code is extremely frustrating. There’s a difference between vibe coding and the hundred other ways to “use AI” on a project.

    • Bob@lemmy.world
      link
      fedilink
      English
      arrow-up
      18
      ·
      2 days ago

      I understand this but, you have to consider the ecological impact of it, the thousands or more people whose work was stealed to train AI, the constant shoving of AI into everything and the problems that have arise from it, the campain AI companies did and do telling people they are going to lose their jobs and constant fearmongering, the constant blatantly lying of “AGI achieved”, the layoffs by senile CEOs, the debt that is causing because stupid people in power gonna be stupid, etc. There are plenty of reasons to hate AI and what it is doing to our world and people lives in general. Sure there are positives but the negatives clearly outweighs the positives.

    • Grimy@lemmy.world
      link
      fedilink
      English
      arrow-up
      57
      ·
      3 days ago

      It’s funny because anyone seeing this as black and white clearly hasn’t ever opened an IDE.

  • Shifty Eyes@leminal.space
    link
    fedilink
    English
    arrow-up
    214
    ·
    3 days ago

    I’m with Linus Torvalds and GrapheneOS on this. AI is a useful tool, for all its flaws and negative externalities.

    • Rimu@piefed.social
      link
      fedilink
      English
      arrow-up
      30
      ·
      3 days ago

      AI is a useful tool, for all its flaws and negative externalities.

      “If you ignore the negatives for everyone else and just focus on the positives for me, it’s pretty great”

      Mhmm. Right, ok.

      • CovfefeKills@lemmy.world
        link
        fedilink
        English
        arrow-up
        14
        ·
        3 days ago

        Go live under a rock then because that applies to almost anything in life. Selective morality is fine but when it is to be a science denier you are just a fuckwit.

    • stopforgettingit@lemmy.world
      link
      fedilink
      English
      arrow-up
      98
      ·
      3 days ago

      I am sure I will be down voted on Lemmy for this but using AI for development by a team who is already experienced in development of the product they are working on is not a moral failing.

      • whoisearth@lemmy.ca
        link
        fedilink
        English
        arrow-up
        25
        ·
        2 days ago

        My personal experience but the people who blindly bitch about AI are, quite frankly, idiots.

        I use AI daily for work it’s an extremely helpful tool as you stated. I still have concerns with it.

        The difference is I understand human nature and the genie cannot be put back in the bottle. We need governance and standards and it needs to be a utility just like hydro, water and The Internet. There also needs to be a global UBI yesterday.

        What people are bitching about with AI amount to the lack of control we the people have over it.

        I’m surprised you haven’t been downvoted but I bet I will for calling a spade a spade in these people so rigidly opposed.

        • baines@lemmy.cafe
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          2 days ago

          i trust no business to use ai coding properly, they cut so many corners in crunch already that pure unfiltered slop will for sure end up committed

          we already see this with microslop windows 11 updates

          it is even worse that many coders think it makes them better at their jobs because given how many issues pop up with factual ai use elsewhere i am sure no one rational expects coding to be exempt from this problem, so the least knowledgeable will be the most impacted with false assurance or worse we have other agents validating agent generated code that never has human eyeballs on it

          slop-centipede of shit code

          the biggest coding bugs either fail silently or succeed incorrectly and ai usage makes both of these worse

          • whoisearth@lemmy.ca
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            Again based on real world experience I disagree. The problem is the people doing the AI coding and how they were before?

            I have a strong coding background. I know what AI is coding for me. I give it strong guardrails. It does for me in minutes something that would take me hours. I will still review and QA what it does.

            The problem is people who use it to built a monolith of code and I’ve seen my fair share of that AND documentation driven by AI. It’s unneedingly obtuse and verbose and reeks of people who do not know what they’re doing.

            There is a huge difference in telling AI to “build me a website in Django” vs. “build me a function to do xyz when the parameters are abc and the return value needs to be lmn”

            • baines@lemmy.cafe
              link
              fedilink
              English
              arrow-up
              5
              ·
              edit-2
              2 days ago

              my real world experience is both Microsoft win 10 and win 11 having massive impacting bugs since January

              https://www.reddit.com/r/sysadmin/comments/1qn0h8l/reports_of_boot_failures_with_the_january_2026/#bottom-comments

              in the case of win 11, multiple times

              even if you personally use it right that says nothing about these massive corporations

              also im not anti ai as a concept but anti ai because tech bros are the fucking anti christ

              i know for a fact in the coding sphere i operate in there are people coding via agent -> agent in multi chains

              that shit is terrifying given the field i work in

              • whoisearth@lemmy.ca
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 day ago

                Ok? But that’s you. I don’t work for Microsoft I work for a major financial company and I have not seen the disastrous impacts you are seeing nor are we rolling out end user software.

        • MountingSuspicion@reddthat.com
          link
          fedilink
          English
          arrow-up
          8
          ·
          edit-2
          2 days ago

          I don’t think anyone is “blindly bitching”. I think people have understandable concerns regarding its development, use, and proliferation.

          The other idea that it needs to be a utility is straight from the wet dreams of every AI company. Realistically, the average person has little use for AI and it’s much more likely to be a detriment to them than otherwise. I know someone who is an exec in a big company and they get AI through their work. They use it for inane things mostly, but recently they used it to generate a list of reasons that their kids *dont need to go to school. This is an educated person with a good job who can’t figure out that AI has no idea what their kids need.

          I don’t think AI needs to be used by nearly the number of people currently using it, but my bigger concern is letting anyone, be it a private company or a government, have access to something people treat like a magic answer anything machine.

          • whoisearth@lemmy.ca
            link
            fedilink
            English
            arrow-up
            5
            ·
            2 days ago

            I disagree in part. Many people have replaced searching with AI.

            Take a pic of something in chatGPT. “What is this?”

            It’s highly useful in everyday life.

            The problem is that people my age were skilled before AI so it is literally just making things easier for us which is the point.

            Kids on the other hand, it is taking away their opportunity to learn as my generation did and that’s a huge problem.

            Then we get back to the underlying problem. Governance and standards.

            Should AI be allowed in school? Should companies be forced to continue entry level jobs that could be phased out by AI?

            You could ask a million questions.

            The problem with human nature is we are great at figuring out if we can do things we don’t stop to think of we should do things.

            • MountingSuspicion@reddthat.com
              link
              fedilink
              English
              arrow-up
              6
              ·
              2 days ago

              If you think taking a picture of something and having AI identify it for you is something that 1) people should do on a daily basis and 2) the government should support AI as a utility for, then we have such different concepts of the world we want to live in that I don’t think we’ll come to an agreement here. I cannot imagine how that would be “highly useful in everyday life” for the average person.

              The whole “You could ask a million questions” while supporting the idea it should be a utility is so weird to me. Like, yes, we could ask a million questions, and I think we should before suggesting it is a service that every citizen should be somewhat entitled to access from the government in some way (with all the caveats that come with a utility etc etc). It seems like you have fallen into the trap you suggest is inherent to human nature and you haven’t bothered to ask if we should do that.

              • whoisearth@lemmy.ca
                link
                fedilink
                English
                arrow-up
                2
                ·
                2 days ago

                The problem with your argument is it runs counter to the facts.

                AI adoption is here. You can bury your head in the sand and pretend that’s not so, or you can acknowledge it and know there is work still to do.

                https://www.theglobalstatistics.com/artificial-intelligence-ai-usage-statistics/

                https://hbr.org/2026/06/how-people-are-really-using-ai-in-2026

                https://www.pewresearch.org/internet/2025/04/03/artificial-intelligence-in-daily-life-views-and-experiences/

                • MountingSuspicion@reddthat.com
                  link
                  fedilink
                  English
                  arrow-up
                  4
                  ·
                  2 days ago

                  What argument do you think I’m making and what facts does it run counter to? So a lot of people use AI. That has no relevance to my point at all. Unless you’re using popularity of a tool as a proxy for if it’s good or not, it’s irrelevant to my position. Nuclear proliferation was here at one point, CFCs in everyday consumer products, smoking. There are plenty of things that were popular that we decided were not good for us as a society and we worked to make things different.

                  I never said it was unpopular, I said that many people using it have no real need of it and it may be doing more harm than good in many cases. I can say for a fact I know several people who use AI and are worse for doing so. Your own links suggest a majority of the people using it don’t find it actually helpful and that they want more control over their interactions with it. That doesn’t strike me as a population of people who can’t wait to embrace AI or embrace having their governments responsible for ensuring access to it. To be clear, even if they did mostly find it actually helpful, I don’t think it means that we need to be providing it.

                  Full disclosure, your second link was inaccessible to me so I am going off the data in the other links.

        • Pirate2377@lemmy.zip
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          I mostly agree, but instead of better regulating AI governments and corporations have just been using it as an excuse to lay people off

    • vogi@piefed.social
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      Nuances?! on MY Fediverse?! tbh im also mostly with Linus and also do not expect his PRs to drop in quality, because of it. He does sometimes say weird things regarding AI though, like that its a great way for upcoming developers to learn and I do not think that is really true, but again: Nuances. I myself keep AI usage minimum and in the constraints of a chat bot, not because its not useful but because I dont wanna get stupid :(

      • CyberSeeker@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        34
        ·
        3 days ago

        The crux of that article is buying into Heidegger‘a definition of a tool, specifically, “thing that lets you do something you wouldn’t otherwise have been able to.” If you disagree with that premise, the article doesn’t hold up.

        Tools aren’t about letting you do something you would otherwise not have been able to do, they are simply a force multiplier for capability or efficiency. You still need knowledge and skills to do the thing.

        I am not a carpenter. My knowledge and skills are near zero. This multiplied by any number is still damn near zero, and I have no idea about the culture, safety, or history of carpentry. I’m not stupid enough to jump right into using an lathe without a lot of research or someone to guide me, because I’m not a fucking moron.

        People with programming knowledge and skills using AI will eventually figure out a workflow that works. Laypeople using AI to vibe code? They’re probably fucking morons. Sure, maybe even most of the time, it will be fine. But eventually, someone is going to be degloved.

        • wizardbeard@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          5
          ·
          2 days ago

          That’s something I see in my workplace even without AI, just with coding/scripting/automation.

          It helps you do things faster. It doesn’t ensure you’re doing the right thing (unless you have someone skilled build in all the guardrails).

          So many of my coworkers are at the “This chainsaw is amazing! I bet it would be great at driving nails!” level of scripting, and AI is only making them more reckless.

      • anarchiddy@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        7
        ·
        3 days ago

        I was ready to roll my eyes at the title and move on, but i’m glad I spent the time to read this.

        TLDR; i very much disagree with the premise, but the author brings up an interesting bit of philosophy that is helpful to the conversation.

        When people say “it’s just a tool”, it is not to assert that the tool is neutral, only that the thing being referenced should be thought of and discussed in a similar fashion as we do when discussing other items in the same category. This is in opposition to the tendency to ascribe moral features or aesthetic to things that aren’t inherent to their ‘essence’, but rather features external to the thing being discussed or features that are commonly shared by items in the set but not exclusive to it.

        What comes to mind (possibly because of the great effort it took to read and understand it) is Deleuze and Guattari’s conceptualization of the ‘assemblage’. Here’s an excerpt from "A Thousand Plateaus (that happens to contain my favorite passage in possibly all of philosophy) that I think adds a contrast:

        spoiler

        […] These affects circulate and are transformed within the assemblage: what a horse “can do.” They indeed have an optimal limit at the summit of horse-power, but also a pessimal threshold: a horse falls down in the street! It can’t get back on its feet with that heavy load on its back, and the excessive whipping; a horse is going to die!—this was an ordinary sight in those days (Nietzsche, Dostoyevsky, Nijinsky lamented it). So just what is the becoming-horse of Little Hans? Hans is also taken up in an assemblage: his mother’s bed, the paternal element, the house, the cafe across the street, the nearby warehouse, the street, the right to go out onto the street, the winning of this right, the pride of winning it, but also the dangers of winning it, the fall, shame … . These are not phantasies or subjective reveries: it is not a question of imitating a horse, “playing” horse, identifying with one, or even experiencing feelings of pity or sympathy. Neither does it have to do with an objective analogy between assemblages. The question is whether Little Hans can endow his own elements with the relations of movement and rest, the affects, that would make it become horse, forms and subjects aside. Is there an as yet unknown assemblage that would be neither Hans’s nor the horse’s, but that of the becoming-horse of Hans? An assemblage, for example, in which the horse would bare its teeth and Hans might show something else, his feet, his legs, his peepee-maker, whatever? And in what way would that ameliorate Hans’s problem, to what extent would it open a way out that had been previously blocked?

        The author here is correct to point out that tools are not neutral - and the connection to Heidegger’s conception of the Gestell is very well received. I just wish they hadn’t stopped at their conclusion and actually kept the analysis going. Taking their example of SUV’s engendering ‘asshole driving behavior’ - it isn’t just that the existence of SUV’s bears a causal relationship to asshole drivers because of what that gestell produces, but that the existence of SUV’s reshapes the relations of all the other assemblages in close proximity to it regardless of how it’s used and by who. They even kind of preview this more balanced conclusion in their comparison of javascript and vue, stating that it’s not a matter of one being better than the other, but simply that they have different purposes and enable different types of collaboration.

        I think the entirety of the problem of this argument could be captured just in this part of the blog,

        After all, all kinds of fascinating weapons systems are being used in defence of freedom and democracy in Ukraine, and this is both good and necessary, but none of this makes the effects on leaders of having access to bombs and artillery, or on individual people of having access to firearms, not ceteris paribus deletrious.

        All other things couldn’t possibly remain ‘equal’. The addition of those tools fundamentally changes the relations and constituent parts of all the assemblages around it, including concepts like “freedom” and “democracy”. To take it one step further - if the signs and symbols that refer to those assemblages and relations - that have now necessarily changed by the new addition - do not also change with them, then they simply stop being practically useful to describe them.

        Any tool is going to have a non-neutral affect on those who use them - that’s mostly the point of the assertion.

    • Rioting Pacifist@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      3 days ago

      Don’t forget the negative internalities (it makes it’s users dumber and the codebase less maintainable).

      But yes it is useful, and the knee jerk hate comes mostly as a reaction to the marketing lies told by the companies selling it.

        • General_Effort@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          11
          ·
          3 days ago

          It’s pretty insignificant compared to the rest of the economy. Focusing on AI to the exclusion of bigger issues is actively harmful.

          • Feyd@programming.dev
            link
            fedilink
            English
            arrow-up
            39
            ·
            3 days ago

            It also didn’t exist at all 5 years ago. Why are we as a society allowing new ecological damage? When will we stop? The billionaires want it to be never as long as it gives them money and power.

                • General_Effort@lemmy.worldOP
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  2 days ago

                  One rarely builds a dedicated power plant for a single building. It is more efficient to build large power plants for general use and use cable to transmit the electricity to where it is needed.

          • Wakko@hell.cloud
            link
            fedilink
            English
            arrow-up
            24
            ·
            3 days ago

            It’s pretty insignificant

            Citation needed. You’re just straight-up lying or clueless as to what’s actually going on.

              • Wakko@hell.cloud
                link
                fedilink
                English
                arrow-up
                21
                ·
                3 days ago

                That’s an “I have no idea what I’m talking about” if I ever heard one.

                “Citation needed” IS polite. You claim it’s not polluting, so clearly you know the CO2 emissions numbers from SpaceX’s datacenters that are being run off direct-connect to natural gas generators. So, how about it? How “not polluting” are they?

                • setsubyou@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  6
                  ·
                  3 days ago

                  It’s a matter of framing. If you compare them to older datacenters they are atrocious because they’re bigger and consume more energy. But in the grand scheme of things all things IT pale in comparison to e.g. producing beef. Now with that framing you can’t sell AI hate though because people like beef, so it’s always just comparing large datacenters to smaller datacenters with the obvious results.

                • General_Effort@lemmy.worldOP
                  link
                  fedilink
                  English
                  arrow-up
                  6
                  ·
                  3 days ago

                  Unfortunately, as you can see, you are in a crowd of liars. Now, I am certainly not accusing you personally of being dishonest, but it does tend to bias your audience against you. Sorry.

                  The numbers aren’t particularly bad. It’s not for nothing that the EU has classified natural gas as green energy.

        • JasonDJ@lemmy.zip
          link
          fedilink
          English
          arrow-up
          22
          ·
          3 days ago

          Layoffs aren’t the problem here…the problem is that society requires people generate their own worth through work, and suddenly a good chunk of that work is now significantly less valuable.

          Requiring less work is a good thing. Humans should be striving to minimize work. That’s what humanity is good at.

          The problem comes in that while the “input” of AI is, essentially, the collection of all human knowledge…while the output is money for a small handful of people…people who themselves contributed next to nothing to that pile of human knowledge (and in fact are probably running a deficit to it).

          That ain’t right. We are all shareholders in the collection of all human knowledge. We should all be getting dividends from its work.

          • FoxAlive@lemmy.zip
            link
            fedilink
            English
            arrow-up
            8
            ·
            3 days ago

            It should be noted that the input of all human knowledge is getting the door closed and locked behind it. Requiring you to buy tokens to access said information.

            And if you refuse to provide more training data to their services that collect said data, like reddit, facebook, x, then you can’t access essentially the entire internet. With google locking down captchas to only “verified” android phones. And every website requiring you to sign up with a ID card, and locking you out when you use a VPN.

            So not only will your jobs will be taken away but your autonomy and access to what used to be free information. Or not even information sometimes your job or access to a services requires you to use these things. Even just getting into your apartment with a RFID reader on your apparments official app. You have to exist in their panopitcon just to even exist in many situations.

            Oh and the best part the only thing worth money in the ai industry is all your user data and how it gets fed into palantirs networks. From every single comment you make on their services, and everytime you order a cheese burger in public, that all gets logged because you are a domestic terrorist for thinking maybe we should hold these people accountable.

          • Zeoic@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            ·
            3 days ago

            Maybe I am just not understanding your direction based politics, but isn’t it the right that put him in office? Isn’t your comment backwards?

            To be clear, I literally don’t know, it’s hard enough following my own country’s politics lol

            • General_Effort@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 days ago

              Yes. Trump’s deranged acts are seriously harming the US economy but also doing a lot of damage to the global economy. Anyone who blames AI for layoffs is effectively helping Trump/the global right by covering up their incompetence and failure. To be fair, Putin’s war is also causing much harm.

              • Zeoic@lemmy.world
                link
                fedilink
                English
                arrow-up
                4
                ·
                3 days ago

                Then why did you say they were leftist?

                As for the layoff blame, just because I say I like hamburgers doesn’t mean I hate hotdogs. Layoffs can be happening from both those things, and just because people are acknowledging one source doesn’t mean they are helping the other source…

                • General_Effort@lemmy.worldOP
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  ·
                  3 days ago

                  I said “leftist” in quotes. Almost everyone here self-identifies as being on the left, at least insofar as they oppose Trump. And yet… well.

                  I am skeptical if AI is already having a substantial effect on employment. In any case, I don’t think these people care. You don’t see anyone arguing for a better social safety net/unemployment benefits. Here’s someone saying that people lose their jobs over AI, but you also have people saying AI is useless. They really don’t care.

      • Bristlecone@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        3 days ago

        Reality altering disinformation as fact, using a machine that is essentially plagiarism incarnate? You are pushing a false narrative OP

  • ritsku@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 days ago

    The thing about tools is they do what you expect. A fork picks up food. A hammer’s head doesn’t suddenly change shape or fly off. I don’t have to worry about my shoes suddenly falling apart.

    AI cannot do these things, but encourages you to use them in such a way that you don’t have to oversee the output.

    It is so much more work to rewrite something that has already been written poorly. It takes more time and effort than to just rewrite it from scratch. It’s not a tool as it cannot do its job. On top of that it’s just a glorified collage machine pulling code or whatever it wants from its database and smashing it together. The code is not novel or genuine.

    All of that rework and it still destroys the environment and communities wherever their data centers are housed. Loud noise and now Americans don’t have the right to clean water. They’re pissing in your yard and telling you to drink it up.

    Please have a spine. Or just some pride.

    • FG_3479@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      2 days ago

      They’re using AI models to find vulnerabilities. I assume the fixes are human written.

    • Honytawk@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 days ago

      You never used any software?

      They are tools like any other. But bugs exist, and will cause it to perform in ways you don’t expect.

      Your analogy is wank, is what I am saying.

  • qyron@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    141
    ·
    3 days ago

    I am not a coder in any fashion but this is the make or break frontier for development, particularly FOSS and small scale projects.

    AI is evil.

    It is an ecological nightmare, socially and economically distructive, prompted on the theft of the knowledge and work of every creative endeavour any person as ever made and pointed at rendering pointless any future aspiration of individual creation someone may have.

    The association has been made and it is not going away.

    • Fmstrat@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      16 hours ago

      What? So I use my Intel B70 to help code a useful application. Maybe use a half kilowatt to do so. Play a game for an hour you’d use the same.

      The current crop of AI companies are doing what you hate, not AI.

    • harrys_balzac@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      90
      ·
      3 days ago

      AI in concept is not evil and could be a good thing .

      Unfortunately, its implementation has been at the hands of rapacious, avaricious, and narcissistic über-capitalists, which has inextricably linked AI with the evils you enumerated.

      In a different timeline, AI was developed slowly, using heavily-vetted and legally obtained data, and rolled out in an intelligent and safe way.

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        53
        ·
        3 days ago

        We are better off leaving the appeal to alternate time lines for another conversation, preferably around science fiction or comics.

        As it exists, as it was created, “AI” is evil. It consumes resources we can’t afford to waste and is currently supercharging our pollution indexes and creating what may be a catastrophic collapse of already very fragile and unbalanced social and economic realities.

        And because we are already into the sunken cost falacy fase, it will never be rewritten or rebuilt. Hopefully, it will collapse in such horrifying way it will create a cautionary tale, but we are not so lucky, so what we are left with is picking up the bits after it.

        This kind of system had to be developed inside laboratories, colleges, universities, research centers, to aid into very niche and specific fields of research, not made to be a mass consumption comodity as it is. But it was, as you very well put it, not done that way.

    • rozodru@piefed.world
      link
      fedilink
      English
      arrow-up
      32
      ·
      3 days ago

      AI is a tool, like a hammer, and should be used as such. And like a tool should require training. The problem is people aren’t using it as a tool and rather look at the hammer and say “go build me a house”. That’s where the issue is. Does a hammer know how to build a house on its own? no. does AI excel at end to end builds? no. but people are using it for said end to end builds.

      Devs, vibe coders, god knows who else still to this day fail to understand that AI doesn’t understand how to build things correctly. All the agents care about is getting to a solution as quickly as possible to retain a userbase. that’s it. will what ever it builds scale? no. will it be full of exploits? very likely. will it be able to refactor whatever it wrote? no because it will believe YOU wrote it. so upgrades/improvements to whatever are virtually impossible.

      THEN you combine all that with the fact that EVERY AI’s training data, currently, is incredibly out of date. Tech moves too fast for it. So you have people building shit with libraries and what have you that are already out of date and they don’t know that.

        • Grimy@lemmy.world
          link
          fedilink
          English
          arrow-up
          21
          ·
          3 days ago

          That’s a great example actually, you just have to differentiate between a nuclear weapon and a nuclear power plant. You can split atoms to build a bomb or heat water, the concept of splitting an atom itself isn’t evil.

        • scytale@piefed.zip
          link
          fedilink
          English
          arrow-up
          10
          ·
          3 days ago

          I think with OP’s analogy, a nuclear weapon is no longer a tool, because the actual tool (nuclear technology) was crafted into something (weapon) that does a specific thing (destroy). But I guess OP should’ve used LLM and machine learning instead of AI.

        • matlag@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          Good justification to why GOS is right to use AI to detect vulnerabilities. The only true way to protect yourself from an enemy that has nuke bombs is to have some yourself.

          Ukraine gave up its stockpile in exchange of promises from both Russia and NATO that no harm would come to them, and would there be harm from one side, the other side would come and help them. They were betrayed by both sides.

          AI is very efficient at finding vulnerabilities. Among a see of false positive, they find real ones. It’s much more efficient and faster than human auditing code. So either it’s GOS using it, finding them and patching them, or it’s… someone else.

        • x1gma@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 days ago

          Nuclear fission has been used in nuclear reactors for good, and was exceedingly efficient at that time, and has been a significant factor in the recent human history. Just as it’s been with the “evil” use in nuclear weapons.

          I’m not aware of any breakthrough that has not been used for both good and evil.

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        11
        ·
        3 days ago

        A tool built through nefarious means and consuming resources it should never had chanelled into it.

        Then, taking from your words, if the information these machines are working is by default outdated, why insist in feeding it with more and more and expect different outcomes?

        Makes no sense to begin with.

      • edible_funk@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 days ago

        It’s a tool like a gun, specifically purpose built to usher in a technofeudalist surveillance state. Not useful for anything else as is.

    • JasonDJ@lemmy.zip
      link
      fedilink
      English
      arrow-up
      34
      ·
      3 days ago

      AI is not evil. It doesn’t have a consciousness. It doesn’t make decisions.

      What is evil, are billionaire capitalists having full control over the technology.

      What is evil, is the concept of closed-source.

      What is evil, is stealing all creative works without attribution or compensation.

      What is evil, is seizing essentially all the silicon to build these datacenters, then soak up all the electricity out of the grid and all the water out of the ground.

      The problem isn’t the AI, itself. It’s the means that’s the problem…not the ends.

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        25
        ·
        3 days ago

        To summarize: something that is being created through highly destructive amd predatory means, by completely deranged people, is not evil.

        I can’t disagree more. And to quote myself, again, today:

        As it exists, as it was created, “AI” is evil. It consumes resources we can’t afford to waste and is currently supercharging our pollution indexes and creating what may be a catastrophic collapse of already very fragile and unbalanced social and economic realities. And because we are already into the sunken cost falacy fase, it will never be rewritten or rebuilt. Hopefully, it will collapse in such horrifying way it will create a cautionary tale, but we are not so lucky, so what we are left with is picking up the bits after it. This kind of system had to be developed inside laboratories, colleges, universities, research centers, to aid into very niche and specific fields of research, not made to be a mass consumption comodity as it is. But it was, unfortunately, not done that way.

      • badgermurphy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        “Evil” is a subjective term, so it is difficult to make headway in discourse using terms like that. I feel that using objective statements are more effective. Someone that thinks AI is “evil” would do better to say something like “I believe this technology to be a net harm to human society.” While difficult to verify and quantify, that statement at least still is verifiable and quantifiable, unlike “AI is evil”.

    • chunes@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      ·
      2 days ago

      this is such an extremist position, i don’t know how anyone can take it seriously

    • Dyskolos@lemmy.zip
      link
      fedilink
      English
      arrow-up
      32
      ·
      3 days ago

      “Ai” isn’t inherently evil. It’s just a tool. An incredibly interesting and marvelous tool, in theory.

      What we make of it and how we use it matters. Noone needs stupid chatbots. People should only be allowed to use them after graduating an exam of what they actually are and how they work. In the current state they’re 90% bullshit and harmful.

      But LLMs surely have great and reasonable applications. People often fear what they don’t really understand. And LLMs really are a topic that often even “techies” don’t get, so why should a layman.

      Yes, they are environmental Desasters. But try to substract all the trillions of silly nonsensical queries millions of people hammer into chatbots, that once were simple search-engine - queries. And it’s not THAT bad anymore.

      • badgermurphy@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        The problem you’re encountering is that every human defines evil differently. Those disagreeing with you seem to define evil to include “detrimental to civilized society”, which does at least come from an objective premise, even if you don’t agree with the assessment.

        Through that lens, the good it does for people simply cannot outweigh the bad, because they believe the bad to include the end of society. That is what you’re arguing against, and why people with that view are so energized and are unmoved by the counter-arguments. If you want to change their minds, you would first have to convince them their premise is false, not just their conclusion.

        • Dyskolos@lemmy.zip
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 days ago

          Well, tbh, if someone has an opinion that isn’t swayable by facts, why should I take that person seriously? It’s like talking with religious nutjobs. They already have all “answers”.

          The facts are clear, relatively simple, and accessible by everyone. And “evil” is generally considered bad. But LLMs are not just “that precise one thing” that could be declared evil. It’s a concept. The application of it changes the good/evil attribution. Chatbot? Obviously bad. Helping to determine cancer in a Patient? Good. Etc.

          If people don’t WANT to argue because they already joined a “AI is the devil”-cult, so be it. Not my job to convince anyone of anything 😊

          • badgermurphy@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            2 days ago

            Their opinions may be swayable by facts, but not just any facts. You would need to present facts that confirm that their specific objections are unfounded or overblown.

            Facts like “its here to stay” and “it allows you to write more code in less time”, etc, do not address their objections. Stating to them the ways in which it is good does nothing to counter their conception of the ways in which it is bad.

            • Dyskolos@lemmy.zip
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 day ago

              And that’s the nonsense about it. We’re not talking about cars or such, but a general concept. And most likely take one or two specific applications of it and use it as a definition of the thing itself. And even with cars you couldn’t condemned them because tanks exists, and ignore ambulances or such.

              Also, it’s usually the exact same group that also mostly uses products of what they hate so much. Microsoft, google, Facebook or any us-american bigtec. If LLMs would be as bad as they say it is, stop funding it. Simple. Really really simple. I don’t use any of those, so it’s possible to actually protest besides big word and vote by wallet.

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        18
        ·
        3 days ago

        I’m just going to quote myself, as I’m satisfied enough with the answer I wrote to another reply.

        As it exists, as it was created, “AI” is evil. It consumes resources we can’t afford to waste and is currently supercharging our pollution indexes and creating what may be a catastrophic collapse of already very fragile and unbalanced social and economic realities. And because we are already into the sunken cost falacy fase, it will never be rewritten or rebuilt. Hopefully, it will collapse in such horrifying way it will create a cautionary tale, but we are not so lucky, so what we are left with is picking up the bits after it. This kind of system had to be developed inside laboratories, colleges, universities, research centers, to aid into very niche and specific fields of research, not made to be a mass consumption comodity as it is. But it was, unfortunately, not done that way.

        • Eldritch@piefed.world
          link
          fedilink
          English
          arrow-up
          11
          ·
          3 days ago

          You are confusing capitalism and ai. AI is just a tool. Capitalist will use any tool it can to hurt labor. This is currently born out by history recent and ancient. The luddites attacked the looms not because they were evil. But because the bourgeoisie were using them to exclude and attack labor.

          • qyron@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            8
            ·
            3 days ago

            That is a false equivalence.

            The looms, the automated treshers, the tractor, whatever machine designed to a fullfil a task that displaced human labour wasn’t designed with the objective to render humans useless. There were periods of transition when people hurt, needlessly, if I may say so, but new occupations emerged.

            This is not the same.

            For the first time, we are faced with a technology that feeds off human achievement to be built and next states it can dispense and completely replace what enabled it to be put together to start. While consuming resources we can not afford to waste and returning nothing of value.

            • Eldritch@piefed.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              3 days ago

              No, it’s a literal analog. There will still be people operating AI. Even using your own terminology is literally the same.

              And I don’t even know where you’re going with the last part. I suggest you familiarize yourself with what AI is actually capable of. The biggest danger of AI is not that it hallucinates more than someone tweaking on meth. But that people dumb and tweaking on meth with too much power will take what it says as gospel. Your liable to make the people in the marketing Departments of these AI companies cum with how badly misrepresenting what these AI are capable of. The same AI that some companies fire their workforces for and are now humiliatedly hiring them back. Because the AI wasn’t capable of what it was sold as.

              • qyron@sopuli.xyz
                link
                fedilink
                English
                arrow-up
                4
                ·
                3 days ago

                It is not an analog, in any measurement.

                We are talking about a technology that been prompted, since its inception, as the leap that would render human work unnecessary - which is false under many measurements.

                When that failed, it was then repackaged as the technology that would enable any person to do anything: write a book, a song, create the new Mona Lisa, write any program they needed or wanted, etc. And again, it failed.

                Any major development was always geared towards solving a concrete, tangible, problem. For AI, every proponent for it is trying to find problems to fix with it.

                I don’t care about the promises of AI. I care about the cost of it, now and future. It’s not a hand full of niche applications that are going to impress me. Put it towards research, make it truly useful, in the hands of people capable of forcing it to produce results and audit and validate them. It is not a toy, it is not something that can replace human beings in any measurement, it is not something people should be relegating their autonomy and individuality to, which is happening as we are having this conversation.

                No need to reply to this. I’m out. I don’t care for any arguments in defence of AI and it’s potential. I’ve made my choice. Keep to yours.

                Have a great one. See you around.

                • Eldritch@piefed.world
                  link
                  fedilink
                  English
                  arrow-up
                  4
                  ·
                  3 days ago

                  It’s not a defense of AI. It’s a pushback on your hysterical flailing against all forms of it. And your inability to engage rationally on the subject. Case in point you hand wavingly deny my point while providing a list of evidence to support it.

                  If you are going to protest the current deployment of AI, the AI isn’t the problem. The actual issue is the grifting petit bourgeoisie looking to gate keep it as they continue to grift. Destroying everyone and everything in their path. You’ve shown that you know the generative AI isn’t what it’s sold as. But oddly you attack those that technically agree with you, simply because they won’t histrionically flip flop between that and all AI bad!!!1!!ONE!

              • qyron@sopuli.xyz
                link
                fedilink
                English
                arrow-up
                2
                ·
                3 days ago

                You have the right to express your opinion as you may please but you’re not entitled to have me respect it nor respect you for it, but I digress.

                This isn’t Reddit, sadly, because otherwise I’d give you gold for that comment.

                By that logic, when all human labour - and I do mean all of it, with no exception - is no longer necessary, thus no income can be earned by any part, how will people survive? I expect them to be, at least, entitled to move out of the way and silently and peacefully disappear.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          7
          ·
          3 days ago

          “I’m just going to quote myself”

          Yeah go on buddy, doesn’t make you right though.

          AI is an item (as “tool” seems to trigger you people), saying it is “evil” is just stupid and makes you sound like an evangelist lol.

          Is it bad? That is something people can actually discuss, but you’re not here for that it seems.

          • qyron@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            6
            ·
            3 days ago

            The AI is a consummer of resources we can not easily dispense that returns nothing of objective and equivalent value.

            Fresh words, no quotes.

            More palatable now?

            • Valmond@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              4
              ·
              3 days ago

              Oh no we didn’t know that!! /s

              Dude, we know the downsides of generative AI and the training of llms.

              Is that so hard to understand?

              • qyron@sopuli.xyz
                link
                fedilink
                English
                arrow-up
                4
                ·
                3 days ago

                It is. It really is. At any point on any other endeavour, someone said it was enough and the costs did not justify the results. Not with this. So, it really is hard to understand.

        • Dyskolos@lemmy.zip
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          3 days ago

          Just because it was a nicely worded statement, doesn’t make it universal.

          I use a local LLM for our smart home. It wastes a Lil bit of energy, which is still faaaar below my 1500W while gaming. Is gaming evil now? It helps dramatically in ways that were never possible before like “turn on all lights at 40% in the color purple and also turn on music. My fav playlist” followed by a “no, use a warm color and close all windows”.

          Not every LLM is a fucking chatbot that eats the planet to “create” a shitty cat-meme for Granny’s Facebook.

          Don’t assume everyone uses silly chatbots. That is ONE application of LLMs, and it is indeed stupid and kills out environment for basically no benefit.

    • mote@lemmy.ca
      link
      fedilink
      English
      arrow-up
      14
      ·
      3 days ago

      https://grapheneos.social/@GrapheneOS Here you go, argue with GrapheneOS - it’s an open platform, go ahead and make a masto account and share your thoughts with them. Tell them what you think! The rep who handles their masto account is very well spoken and presents rebuttals of value so I advise you bring your A game.

      • LupertEverett@lemmy.world
        link
        fedilink
        English
        arrow-up
        33
        ·
        3 days ago

        The rep who handles their masto account is very well spoken and presents rebuttals of value so I advise you bring your A game.

        Yeaaaah like deleting their earlier posts to mke themselves look better and claiming the “haters” are coming from K*wi Farms.

        https://mas.to/@zzt/117246306723269935

        Truly good rebuttals right here!

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        27
        ·
        3 days ago

        I’m not going to approach them in any fashion. I have already made my decision about their work/product and the GrapheneOS is not of my interest.

        The project must have their reasons but I still insist on what I’ve stated regarding AI in general.

        • qyron@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          19
          ·
          3 days ago

          I’m not brigading anyone. They have their reasons, I have my view regarding AI, that is it. I did not attack the GrapheneOS team in any way nor do I intend to.

        • mote@lemmy.ca
          link
          fedilink
          English
          arrow-up
          4
          ·
          3 days ago

          My bad, I didn’t think of that. My only thought was “$20 says this chucklehead won’t do squat” because we know.

      • qyron@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 days ago

        Pass. Haven’t learn before, not interested in do it now. And if by some reason I wished to do it, I’d grab a few books on it.

          • qyron@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 days ago

            How do you know? Honestly, how can you claim a given author will relay to a meat grinder the effort of compilling a work they will sign and be responsible for?

            One added curiosity from me: at what point has the colective surrender of independent thought and action been signed and by whom?

            And a final question but feel free to skip this: do you rely completely on LLMs to complete your daily life tasks or are you still able of doing things by yourself?

  • hirihit640@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    16
    ·
    3 days ago

    Reading the comments, wow AI is polarizing. Neither side will budge.

    I guess only time will tell, to see if all the AI code will actually come crashing down.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      23
      ·
      3 days ago

      Non AI code has been crashing down for decades, controlled chaos, continuous improvement. We have lots of tools to put metrics on that, and AI assisted code is fairly well crushing those metrics. It’s not 100% self sufficient code creation Nirvana, but it might be fairly compared to the Cotton Gin in terms of making the field workers more productive in the delivery of market ready code/cotton.

      • unglueclass23@programming.dev
        link
        fedilink
        English
        arrow-up
        16
        ·
        2 days ago

        but it might be fairly compared to the Cotton Gin in terms of making the field workers more productive in the delivery of market ready code/cotton.

        Last i heard was that developers FELT like it made them more productive but actually not so much.

        • MangoCats@feddit.it
          link
          fedilink
          English
          arrow-up
          8
          ·
          2 days ago

          Last i heard was that developers FELT

          Several of those studies were published on early 2025 data, LLM agents have been rapidly improving since then. In early 2025 I would agree with the sentiment - it was kind of equivocal for overall productiveness. By early 2026 I’d say it was a much clearer advantage, both in doing the same kind of work faster, but more importantly: in doing better work at the same speed or even a little faster.

      • bthest@lemmy.world
        link
        fedilink
        English
        arrow-up
        16
        ·
        edit-2
        2 days ago

        Non AI code has been crashing down for decades,

        i.e. the code that made literally everything until a few years ago? That was crashing?

      • HaraldvonBlauzahn@feddit.org
        link
        fedilink
        English
        arrow-up
        10
        ·
        2 days ago

        We have lots of tools to put metrics on that, and AI assisted code is fairly well crushing those metrics.

        You mean more lines of code?

      • warm@kbin.earth
        link
        fedilink
        arrow-up
        10
        ·
        3 days ago

        I’d fork a lot of software if I had the time and skills, an OS is a bit too much for me. I’ll happily donate to good projects that come around though, I’m just not feeding money to ones that are feeding that back to billionaires to build datacenters for fucking AI.