• BrokenGlepnir@lemmy.world
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    1 day ago

    I used replit for education. At some point they added ai assistance. It was like pair programming with someone who is over eager and doesn’t know why you’re dying things.

    When I’m teaching code, I don’t need ai to finish my circle calculation program before I’ve explained the first line to students.

    • bleistift2@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      3
      ·
      1 day ago

      I, on the other hand, am very happy that AI can autocomplete the n-th similar filter function I need to write.

      • Lucy :3@feddit.org
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        1 day ago

        In line completion of repetitive stuff is fine, even though it does often introduce bugs, meaning I still need to read every single char it writes. Now scale that up to entire functions, project that onto people that don’t know the language/library well, and don’t understand the function itself. That’s just chaos.