Hi, this is a question that popped into my mind when i saw an article about some AWS engineer talking about ai assistants taking over the job of programmers, this reminded me that it’s not the first time that something like this was said.

My software engineering teacher once told me that a few years ago people believed graphical tools like enterprise architect would make it so that a single engineer could just draw a pretty UML diagram and generate 90% of the project without touching any code,
And further back COBOL was supposed to replace programmers by letting accountants write their own programs.

Now i’m curious, were there many other technologies that were supposedly going to replace programmers that you remember?

i hope someone that’s been around much more than me knows something more or has some funny stories to share

  • kameecoding@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    12 days ago

    “AI” is just another productivity tool, copilot let’s you remove some of the tedious patterned work you do, like writing all those asserts in Unit tests, it’s decent at guessing html structures too.

    So basically it makes a developer faster, but then so do stuff like a good IDE, good plugins for your workflow, etc.

    i saw somewhere an interesting take, even if AI could generate all the code for all the edge cases, you’d still need people to translate what business wants for the AI to understand properly.

    Writing code is already a small part of a developers job, completely eliminating it won’t eliminate a developers job.

    • JakenVeina@lemm.ee
      link
      fedilink
      English
      arrow-up
      27
      ·
      12 days ago

      Even better quote, I love using this one.

      “So, with AI writing code for us, all we need is an unambiguous way to define, what all our business requirements are for the software, what all the edge cases are, and how it should handle them.”

      “We in the industry call that ‘code.’”