• ZDL@lazysoci.al
    link
    fedilink
    arrow-up
    22
    ·
    4 days ago

    Weirdly I’ve not seen a glut of AI “art” in China, so this cycle must have gone really quickly.

  • Not_mikey@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    10
    ·
    3 days ago

    FYI this is in Japanese, they are talking about China though. It’s also over a year old, so probably not the most accurate info on what’s happening with ai in China now.

  • rebelsimile@sh.itjust.works
    link
    fedilink
    arrow-up
    14
    ·
    3 days ago

    AI art doesn’t save any time, it’s just a different way of making mostly mediocre stuff; AI coding doesn’t save any time, it’s just aw different way of pulling boilerplate code and what would have been time spent searching.

    • k0e3@lemmy.ca
      link
      fedilink
      arrow-up
      7
      ·
      3 days ago

      I used AI to make me a little app to make my work a little easier but I have no idea why or how the code works. If I were a professional coder, I’d be too scared to pass it on to my clients without fully understanding what the thing spewed out, so I’d probably have to read the entire code to double check everything is kosher. At that point, I’d probably have just written the code myself.

      • rebelsimile@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        3 days ago

        Yeah that’s kinda what I mean, I happened to learn coding (the old fashioned way) riiight before all the AI started happening. It was definitely helpful for me as a new learner but at this point I almost never use it (because I’m making things I want to make and not boilerplate). I see systems that make entire React sites, which is great, and also kind of mundane (since it’s making the millionth-plus react sites on the internet), but if you put a semicolon in the wrong place in a React app the whole thing breaks. What is someone who doesn’t know code, have any desire to learn code and doesn’t have any interest in debugging code supposed to do with a broken pile of react?