Interesting to see the benefits and drawbacks called out.

  • conciselyverbose@kbin.social
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    5 months 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.

    • evatronic@lemm.ee
      link
      fedilink
      English
      arrow-up
      9
      ·
      5 months ago

      I thought we solved the boilerplate issue with templates and snippets like 30 years ago.

      • lemmyvore
        link
        fedilink
        English
        arrow-up
        6
        ·
        5 months 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.