this post was submitted on 17 Feb 2024
85 points (75.4% liked)

Technology

58138 readers
4989 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

I can see some minor benefits - I use it for the odd bit of mundane writing and some of the image creation stuff is interesting,, and I knew that a lot of people use it for coding etc - but mostly it seems to be about making more cash for corporations and stuffing the internet with bots and fake content. Am I missing something here? Are there any genuine benefits?

you are viewing a single comment's thread
view the rest of the comments
[–] Rooki@lemmy.world 17 points 7 months ago* (last edited 7 months ago) (2 children)

AI has some interesting use cases, but should not be trusted 100%.

Like github copilot ( or any "code copilot"):

  • Good for repeating stuff but with minor changes
  • Can help with common easy coding errors
  • Code quality can take a big hit
  • For coding beginners, it can lead to a deficit of real understanding of your code
    ( and because of that could lead to bugs, security backdoors.... )

Like translations ( code or language ):

  • Good translation of the common/big languages ( english, german...)
  • Can extend a brief summary to a big wall of text ( and back )
  • If wrong translated it can lead to that someone else understands it wrong and it misses the point
  • It removes the "human" part. It can be most of the time depending on the context easily identified.

Like classification of text/Images for moderation:

  • Help for identify bad faith text / images
  • False Positives can be annoying to deal with.

But dont do anything that is IMPORTANT with AI, only use it for fun or if you know if the code/text the AI wrote is correct!

[–] Lemminary@lemmy.world 7 points 7 months ago (1 children)

Adding to the language section, it's also really good at guessing words if you give it a decent definition. I think this has other applications but it's quite useful for people like me with the occasionally leaky brain.

[–] Rooki@lemmy.world 2 points 7 months ago

I have sometimes the same issue!

[–] fiddlestix@lemmy.world 1 points 7 months ago

Actually the summaries are good, but you have to know some of it anyway and then check to see if it's just making stuff up. That's been my experience.