“Many developers say AI coding assistants make them more productive, but a recent study set forth to measure their output and found no significant gains. Use of GitHub Copilot also introduced 41% more bugs, according to the study from Uplevel”

study referenced: Can GenAI Actually Improve Developer Productivity? (requires email)

  • El Barto
    link
    12 hours ago

    What do you mean by weaponizing?

    • @AstridWipenaugh
      link
      21 hour ago

      When used in a metaphorical way like this, meaning code assistants are not literal weapons, it means to make a thing readily available to the masses. In context, my comment means that AI has streamlined the task of copy/pasting from stack overflow. You don’t even have to search for what you’re trying to do and the AI will use answers it’s scraped from the site to fill out your code for you.

      • synae[he/him]
        link
        fedilink
        English
        131 minutes ago

        Not only making things available to the masses, I think “democratizing” would be a better word for that intent.

        “Weaponizing” something like this specifically has a connotation of danger or harm to some (unspecified) target.

        In this context of copy/pasting stackoverflow answers without understanding them (a practice Considered Harmful), it was previously something that required intent to do. Now your editor will instantly suggest solutions to you and all you have to do is press the tab key to accept unknown lines of code.