• atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    53
    arrow-down
    15
    ·
    16 hours ago

    Have you used AI to code? You don’t say “hey, write this file” and then commit it as “AI Bot 123 aibot@company.com”.

    You start writing a method and get auto-completes that are sometimes helpful. Or you ask the bot to write out an algorithm. Or to copy something and modify it 30 times.

    You’re not exactly keeping track of everything the bots did.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        10
        ·
        15 hours ago

        I’ll admit I skimmed most of that train wreak of an article - I think it’s pretty generous saying that it had a point. It’s mostly recounts of people complaining about AI. But if they hid something in there about it being remarkably useful in cases but not writing entire applications or features then I guess I’m on board?

        • HaraldvonBlauzahn@feddit.orgOP
          link
          fedilink
          arrow-up
          9
          ·
          14 hours ago

          Well, sometimes I think the web is flooded with advertising an spam praising AI. For these companies, it makes perfect sense because billions of dollars has been spent at these companies and they are trying to cash in before the tides might turn.

          But do you know what is puzzling (and you do have a point here)? Many posts that defend AI do not engage in logical argumentation but they argue beside the point, appeal to emotions or short-circuited argumentation that “new” always equals “better”, or claiming that AI is useful for coding as long as the code is not complex (compare that to the objection that mathematics is simple as long it is not complex, which is a red herring and a laughable argument). So, many thanks for you pointing out the above points and giving in few words a bunch of examples which underline that one has to think carefully about this topic!

          • atzanteol@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            3
            ·
            11 hours ago

            The problem is that you really only see two sorts of articles.

            AI is going to replace developers in 5 years!

            AI sucks because it makes mistakes!

            I actually see a lot more of the latter response on social media to the point where I’m developing a visceral response to the phrase “AI slop”.

            Both stances are patently ridiculous though. AI cannot replace developers and it doesn’t need to be perfect to be useful. It turns out that it is a remarkably useful tool if you understand its limitations and use it in a reasonable way.

    • Corngood@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      12 hours ago

      Or to copy something and modify it 30 times.

      This seems like a very bad idea. I think we just need more lisp and less AI.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        4
        ·
        edit-2
        12 hours ago

        “Hey AI - Create a struct that matches this JSON document that I get from a REST service”

        Bam, it’s done.

        Or

        "Hey AI - add a schema prefixed on all of the tables and insert statements in the SQL script.

        • Zos_Kia@lemmynsfw.com
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          12 hours ago

          Yeah integrating APIs has really become trivial with copilots. You just copy paste the documentation and all the boring stuff is done in the blink of an eye ! I love it

          • atzanteol@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            2
            ·
            12 hours ago

            It’s exactly the sort of “tedious yet not difficult” task that I love it for. Sometimes you need to clean things up a bit but it does the majority of the work very nicely.