• Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    9
    ·
    23 days ago

    To me, a big part of it is that I’m tired of commodity art. I don’t care about your pretty pixel soup. I’ve seen other pixel soups before that were similarly pretty.

    And I’ve been tired for many years, long before every middle-manager under the sun could cook up their own pretty pixel soup.
    Back then, it was humans trying to make a living off of their passion and then settling for commodity art to make ends meet. I was cheering them on, because they were passionate humans.

    Now that generative AI has destroyed that branch of humanity, there’s no one to cheer on anymore.
    Even if generative AI never existed in the first place, I’d like to see commodity art being relegated to the sidelines and expressive art coming into the limelight instead.

    Tell me a story with your art. About your struggles or a brainfart you had, or really anything. This comic is great, for example. There’s emotions there and I can see the human through the art. I would’ve chosen a very different illustration for whatever, for example, which tells me a lot about the artist, but also about myself.
    I have never had that kind of introspection with pretty pixel soups.

    • pageflight@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      I agree, and I think it’s closely related to something else I dislike about AI — art or other media. The best it can do is interpolate among other, generic, mediocre training data. There are a few cases (novel go strategies, optical illusions) where a human has carefully guided it to a new creative output. But on its own, it’s missing that obsessive need to render some internal idea into the world.

      I run into this in programming. I can add the AI agent to do some administrative tasks, like factoring out a React component. But it’s never yet been able to solve a problem I got stuck on, where a teammate quickly identified the extra aspect I needed to take into account, or the way I needed to shift my approach.

      AI is great at the instinctual, pattern-matching part. I wish we would use it to eliminate the redundancy in our writing and art, rather than amplify it.

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 days ago

        Yeah, this discrepancy really irks me in programming, too. It’s really good at known problems, like student homework or whatever task a middle manager will throw at it to see how well it works.
        But because of the nature of software – if there is a solution, you can easily share it with everyone in the world – it’s kind of our job to work on anything but known problems.

        Yeah, there’s gonna be some known parts, where it may be able to assist, similar to a library or StackOverflow. But if it can put together your whole solution without tons of human input, chances are that solution is already out there and you should be using it instead.

        • pageflight@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 days ago

          It’d be interesting to have an AI look for recurring boilerplate from StackOverflow and suggest new libraries or language features.