Interesting to see the benefits and drawbacks called out.

  • conciselyverbose
    link
    fedilink
    19
    edit-2
    1 year ago

    Using it to generate code isn’t inherently bad (outside of copyright concerns). Especially in “stupid amount of boiler plate” languages/etc.

    But the problem is that people are lazy. They don’t bother understanding the output, making sure it does what you want it to, etc. It’s not that different than people copy pasting code from reference material. Part of the beauty of software development is that you don’t have to solve every problem someone else has already solved. But you do need to know what your code is doing and why.

    Copilot is a shortcut to code that “works” with less requirement to know what’s happening.

      • lemmyvore
        link
        fedilink
        English
        51 year ago

        Not only that, but we solved it in a deterministic manner. The way LLMs go about it, by picking something they think sort of maybe looks like the right thing is more bother than it’s worth.