• Pennomi@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    14 hours ago

    I think you underestimate the amount of business logic contained in boilerplate. (Or maybe we’re just talking about different definitions of what boilerplate is). LLMs can understand that business need while most code generators cannot.

    • expr@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      11 hours ago

      LLMs do not understand anything. There is no semantic understanding whatsoever. It is merely stochastic generation of tokens according to a probability distribution derived from linguistic correlations in its training data.

      Also, it is incredibly common for engineers at businesses to have their engineers write code to automate away boilerplate and otherwise inefficient processes. Nowhere did I say that automation must always be done via open source tooling (though that is certainly preferable when possible, of course).

      What do you think people and businesses were doing before all of this LLM insanity? Exactly what I’m describing. It’s hardly novel or even interesting.

      • Pennomi@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 hours ago

        OK sure if you want to be pedantic. The point is that LLMs can do things traditional code generators can’t.

        You don’t have to like it or use it. I myself am very vocal about the weaknesses and existential dangers of AI code. It’s going to cause the worst security nightmares in humanity’s recorded history. I recommend to companies that they DON’T trust LLMs for their coding because it creates unmaintainable nightmares of spaghetti code.

        But pretending that they have NO advantages over traditional code generators is utter silliness perpetuated by people who refuse to argue in good faith.