Matt Garman sees a shift in software development as AI automates coding, telling staff to enhance product-management skills to stay competitive.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 month ago

    It really depends on the domain. E.g. I wrote a parser and copilot was tremendously useful, presumably because there are a gazillion examples on the internet.

    Another case where it saved me literally hours was spawning a subprocess in C++ and capturing stdin/out. It didn’t get it 100% right but it saved me so much time looking up how to do it and the names of functions etc.

    Today I’m trying to write a custom image format, and it is pretty useless for that task, presumably because nobody else has done it before.

    • Repple (she/her)@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      This makes sense, I’ve largely been trying to use it for things I do regularly, and I’m pretty senior, having been in the industry for some time, so I tend not to be asking the questions that will have a million examples out there. But then again, these are the sorts of things that it will need to be able to do to replace people in industry.