A specific example from me would be implementing LLM AI into my code (genetically) and without more details than that I’ll get people demanding that I don’t do that and giving suggestions for what I should do.

Suggestions are cool, but I’m gonna ask why I should not put LLM in my code in a generic sense just to have my question ignored or have lies and insults hurled my way

It’s cool if you want to answer that question, I’m just curious about other people’s similar story about receiving resistance to follow up questions if you just have to say those people aren’t worth it or you feel like you missed something you shouldn’t have in those situations.

  • rbn@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 months ago

    Regarding your specific example, there pretty good reasons not to use AI if there’s an adequate alternative, so I can absolutely understand people arguing against that.

    AI is resource intensive and thus bad for the environment. Results usually aren’t deterministic, so the behavior is no longer reproducible. If there is a defined algorithm to solve the issue in a correct way, AI will be less accurate. If you use cloud services, you may run into privacy issues.

    Not saying there aren’t any use cases for LLMs or other forms of AI. But just applying it everywhere 'cause it’s fancy, is not a good idea.

    In general, I appreciate if people question my work or come up with proposals for improvement as long as it’s polite and the person is at least qualified to some degree. However, that does not mean that I change my mind immediately and follow their advice.

    • PixelPilgrim@lemmings.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      Yeah if you have better way of doing anything with no drawbacks you should do that I’ll just say out of pure reason.

      Thinking about deterministic results. I can think of a flawed code that gives a wrong result deterministically 1 out of its thousands of potential outputs and you can determine that 1 wrong answer is A) not big enough flaw to fix(code is good enough) B) not worth fixing since it’s rare (too much effort to fix). Now how that applies to LLM is that you can see the what LLM outputs and determine it’s execution is good enough or not working.

      Using a lot of resources at the cost of the environment is more a value thing. Cyanobacterial didn’t care about poisoning the environment with oxygen. Ironically I don’t think the electric grid should be restructured for ai since I don’t think so is doing anything important enough to warrant changing the electrical grid.

      I would care if someone was rude or unqualified on an issue. Id want to know why something I did was wrong, either technically or morally, or if there a better way of doing and why it’s better

  • 𞋴𝛂𝛋𝛆@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    When tech changes quickly, some people always resist exponentially in the opposite vector. The bigger and more sudden the disruption, the bigger the push back.

    If you read some of Karl Marx stuff, it was the fear of the machines. Humans always make up a mythos of divine origin. Even atheists of the present are doing it. Almost all of the stories about AI are much the same stories of god machines that Marx was fearful of. There are many reasons why. Lemmy has several squeaky wheel users on this front. It is not a very good platform for sharing stuff about AI unfortunately.

    There are many reasons why AI is not a super effective solution and overused in many applications. Exploring uses and applications is the smart thing to be doing in the present. I play with it daily, but I will gatekeep over the use of any cloud based service. The information that can be gleaned from any interaction with an AI prompt is exponentially greater than any datamining stalkerware that existed prior. The real depth of this privacy evasive potential is only possible with a large number of individual interactions. So I expect all applications to interact with my self hosted OpenAI compatible server.

    The real frontier is in agentic workflows and developing effective niche focused momentum. Any addition of AI into general use type stuff is massively over used.

    Also people tend to make assumptions about code as if all devs are equal or capable. In some sense I am a dev, but not really. I’m more of a script kiddie that dabbles in assembly at times. I use AI more like stack exchange to good effect.

    • PixelPilgrim@lemmings.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      yeah i see that marx said

      [doing away] with all repose, all fixity and all security as far as the worker’s life-situation is concerned; how it constantly threatens, by taking away the instruments of labour, to snatch from his hands the means of subsistence, and, by suppressing his specialised function, to make him superfluous

      but that’s marx just saying industrialization is threating working class. im not seeing much myth just boring explanations of workers relation to machinery

      I do use perplexity and chatgpt to code a lot. i really rather not go to stack overflow and try to understand three posts and figure out an implementation. I’m fine with that being automated