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
    3
    arrow-down
    4
    ·
    24 days 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
      ·
      24 days 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.