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.

  • Not_mikey@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    1 day 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
      ·
      22 hours 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
      3
      ·
      edit-2
      22 hours 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
        4
        ·
        15 hours 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.