• 0 Posts
  • 55 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle







  • When I consider this issue, the analogy looks more like someone has invented a robot to do contractor work. Of course it’s true that it will put many human contractors out of work.

    But no, I don’t think using the robot is malicious - it is, after all, hugely convenient. I would love to have access to those kinds of skills without all the trial, effort, and investment it would take for me to pick them up myself.

    I could even rationalize it by thinking, why shouldn’t I? Pandora’s box has been opened and my participation won’t make a difference by this point. I may even be right.

    I don’t have a whole lot of use for art in May day to day, so it doesn’t cost me much to decide not to use AI for it. When I think of all the atrocities in the world taking place to enable me to live a comfortable North American life up to this point, I find I can live without this one.

    I guess I’m trying to make the point that I don’t want to guilt anyone for using AI for this or anything, but I encourage everyone to truly understand the consequences of the technology we’re using and do some self-reflection. Do you have space in your moral convictions for this? Does this cross any of my values? If you can stomach it, go crazy, but do so without blinders.


  • Numuruzero@lemmy.dbzer0.comtoFuck AI@lemmy.worldEthical Art AI
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

    There are literally millions of pieces of art everywhere that are free or basically free to view and in many cases use for whatever your heart desires. This is about not getting exactly the piece of art you want to see created and as it turns out there is another alternative open to those without the money to pay artists.







  • I have a coworker who is essentially building a custom program in Sheets using AppScript, and has been using CGPT/Gemini the whole way.

    While this person has a basic grasp of the fundamentals, there’s a lot of missing information that gets filled in by the bots. Ultimately after enough fiddling, it will spit out usable code that works how it’s supposed to, but honestly it ends up taking significantly longer to guide the bot into making just the right solution for a given problem. Not to mention the code is just a mess - even though it works there’s no real consistency since it’s built across prompts.

    I’m confident that in this case and likely in plenty of other cases like it, the amount of time it takes to learn how to ask the bot the right questions in totality would be better spent just reading the documentation for whatever language is being used. At that point it might be worth it to spit out simple code that can be easily debugged.

    Ultimately, it just feels like you’re offloading complexity from one layer to the next, and in so doing quickly acquiring tech debt.