• xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    ChatGPT is hilariously incompetent… but on a serious note, I still firmly reject tools like copilot outside demos and the like because they drastically reduce code quality for short term acceleration. That’s a terrible trade-off in terms of cost.

  • MajorHavoc@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 years ago

    I predict that, within the year, AI will be doing 100% of the development work that isn’t total and utter bullshit pain-in-the-ass complexity, layered on obfuscations, composed of needlessly complex bullshit.

    That’s right, within a year, AI will be doing .001% of programming tasks.

      • starman2112@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        Legitimately could be a use case

        “Attend this meeting for me. If anyone asks, claim that your camera and microphone aren’t working. After the meeting, condense the important information into one paragraph and email it to me.”

        • otp@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          Here is a summary of the most important information from that meeting. Since there were two major topics, I’ve separated them into two paragraphs.

          1. It is a good morning today.
          2. Everyone is thanked for their time. Richard is looking forward to next week’s meeting.

          The rest of the information was deemed irrelevant to you and your position.

  • 30p87@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    The only thing ChatGPT etc. is useful for, in every language, is to get ideas on how to solve a problem, in an area you don’t know anything about.

    ChatGPT, how can I do xy in C++?
    You can use the library ab, like …

    That’s where I usually search for the library and check the docs if it’s actually possible to do it this way. And often, it’s not.

    • AeroLemming@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Yeah, it’s amazing at showing you the idiomatic way to do really specific, narrow-scoped things in a language you’re not familiar with… except for when it’s wrong.

    • rar@discuss.online
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      User claims to have made a website using chatgpt, putting programmers out of their jobs. However, it’s revealed user knows next to nothing about making that website accessible for others, as revealed from the last line. User sent a local link (that works for their own computer only) to their friend (which naturally shouldn’t work).