• xthexder@l.sw0.com
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    edit-2
    1 day ago

    The hard problems are the only reason I like programming. If 90% of my job was repetitive boilerplate, I’d probably be looking elsewhere.

    I really dislike how LLMs are flooding the internet with a seemingly infinite amount of half-broken TODO-app style programs with no care at all for improving things or doing something actually unique.

    • Modern_medicine_isnt@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      1 day ago

      A lot of people don’t realize how many times the problem they are solving has already been solved. But after being in the industry for 3 decades, very few things people are working on haven’t been done before. They just get put together in different combinations.

      As for AI, I have found it decent at wruting one time scripts to gather information I need to make design decisions. And it’s a little quicker when I need to look up a syntax for a language or like a resource name for terraform. But even one off scripts I sometimes have to ask it if a while loop wouldn’t be better and such.