I found this thought funny. A few years ago everyone was all learn to code so you don’t lose your job! Now there wont be any programming jobs in 10 years. But we will need a lot of manual labor still.

  • mic_check_one_two@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    19
    ·
    3 days ago

    LLMs can’t code worth a shit yet. But techbros are determined to change that. The sad reality is that code is just a form of language, and LLMs are good at learning languages. They can’t code worth shit right now, but the progress likely will improve them.

    We’ll still need experienced debuggers who can actually code. But in a decade, the broad strokes will likely be done by LLMs, which will vastly shrink the demand for experienced coders.

    • Isoprenoid@programming.dev
      link
      fedilink
      English
      arrow-up
      33
      arrow-down
      2
      ·
      3 days ago

      The sad reality is that code is just a form of language, and LLMs are good at learning languages.

      This is debatable. LLMs are prediction machines.

      What use is prediction when you are trying to code something new?

      • Not_mikey@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        14
        arrow-down
        1
        ·
        3 days ago

        The vast majority of coding isn’t making something new, it’s using existing patterns and tools and arranging them to fit a specific use case.

        Llms may not be able to create a new framework or design pattern, but neither will most coders in there day to day.

        • Isoprenoid@programming.dev
          link
          fedilink
          English
          arrow-up
          9
          arrow-down
          1
          ·
          3 days ago

          The vast majority of coding isn’t making something new, it’s using existing patterns and tools and arranging them to fit a specific use case.

          I would argue that arranging something to fit a specific use case is making something new.

          Ask any designer how difficult it is to get a spec sheet from a client and meet their expectations. We’re expecting LLMs to suddenly solve this problem.

          Llms may not be able to create a new framework or design pattern

          Until they can do this, there is little threat to designers. There will be less grunt work, of course.

        • DragonTypeWyvern@midwest.social
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          edit-2
          3 days ago

          Tbh this whole thing made me realize what we really need is a modular automated code bank. There’s so much duplication of effort it’s honestly absurd.

          Right we’ve got this scattershot network of libraries but no one’s really been up to the task of taking the next logical steps.

          • towerful@programming.dev
            link
            fedilink
            arrow-up
            6
            ·
            2 days ago

            Open source, libraries, frameworks and language development is how this is tackled.

            Making software is implementing business logic. It’s the specific nature of whatever problem you are solving which means you can’t use some existing off-the-shelf product.

            There are dozens (if not hundreds) of no-code/low-code app builders out there. Things like n8n or ndoe-red.
            They get very difficult to maintain at scale.

      • Yermaw@lemm.ee
        link
        fedilink
        arrow-up
        6
        arrow-down
        7
        ·
        3 days ago

        Right now they are. Who knows what tomorrow will bring.

        Compared to just 20 years ago we’re living in the future. You may not have noticed the progress because you’d expect the future to includes hoverboards.

        • pinball_wizard@lemmy.zip
          link
          fedilink
          arrow-up
          23
          arrow-down
          1
          ·
          edit-2
          3 days ago

          Right now they are. Who knows what tomorrow will bring?

          We do. Experienced programmers who have been promised we’re about to be obsolete several times, now. For many of us, this isn’t our first rodeo.

          As an expert in computers, there’s two things I can guarantee about the future of computers:

          1. Computers will just keep getting smarter.
          2. After decades of getting smarter, computers remain deeply stupid in ways that non-experts cannot imagine. However dumb you think your computer might be, I promise it’s somehow significantly dumber than that.
    • pixeltree@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      23
      arrow-down
      1
      ·
      3 days ago

      Lmfao the hardest part of building a product is understanding customer wants and needs. LLMs are incapable of understanding

        • pixeltree@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          edit-2
          3 days ago

          No, it’s the difference between software engineering and software development. If your project manager is handling that, your org is wack

          If you’re not understanding why the spec is the way it is, you’re just creating job security for your replacement lol

          • CtrlAltDefeat@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            edit-2
            2 days ago

            As far as I’m concerned, my PM represents the customer(s). They spend time with customer feedback, the sales and executive teams to strategize with the company first. I ain’t got time for all that bs.

            If that’s not how you work, it’s probably just a smaller org where people have to wear more hats. Nothin’ wrong with that.

        • hibsen@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 days ago

          I thought that was just the job we give people who are trying their best but can’t really anything.

    • Saleh@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Learning a language and forming and expressing complex thoughts in an efficient way are three different things.

      Learning the syntax of a programming language doesn’t make you a programmer.
      Being able to solve complex problems with the programming language makes you a programmer.
      Being able to solve complex problems with the programming language in an efficient way makes you a good programmer.