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

  • Mirror Giraffe@piefed.social
    link
    fedilink
    arrow-up
    4
    arrow-down
    4
    ·
    1 month ago

    I find that my programming speed is up 15-20 percent since I started using supermaven copilot. I also have become better at naming functions as it increases the odds of the copilot understanding what I’m trying to do.

    Also writing tests go way faster.

    • mashbooq@infosec.pub
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Are you able to share what kinds of applications and what languages you write in? I’m still trying to grasp why LLM programming assistants seem popular despite the flaws I see in them, so I’m trying to understand the cases where they do work.

      For example, my colleague was writing CUDA code to simulate optical physics, so it’s possible that the LLM’s failure was due in part to the niche application and a language that is unforgiving of deviations from the one correct way of writing things.

      • Mirror Giraffe@piefed.social
        link
        fedilink
        arrow-up
        1
        ·
        12 hours ago

        Sorry I didn’t see this earlier.

        It’s very vanilla node backend stuff with popular Frameworks such as koa and nest so that makes it easier to give me good assistance I guess.