this post was submitted on 28 Feb 2024
475 points (97.4% liked)

Technology

57453 readers
4164 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 32 points 5 months ago (1 children)

Anecdotally speaking, I've been suspecting this was happening already with code related AI as I've been noticing a pretty steep decline in code quality of the code suggestions various AI tools have been providing.

Some of these tools, like GitHub's AI product, are trained on their own code repositories. As more and more developers use AI to help generate code and especially as more novice level developers rely on AI to help learn new technologies, more of that AI generated code is getting added to the repos (in theory) that are used to train the AI. Not that all AI code is garbage, but there's enough that is garbage in my experience, that I suspect it's going to be a garbage in, garbage out affair sans human correction/oversight. Currently, as far as I can tell, these tools aren't really using much in the way of good metrics to rate whether the code they are training on is quality or not, nor whether it actually even works or not.

More and more often I'm getting ungrounded output (the new term for hallucinations) when it comes to code, rather than the actual helpful and relevant stuff that had me so excited when I first started using these products. And I worry that it's going to get worse. I hope not, of course, but it is a little concerning when the AI tools are more consistently providing useless / broken suggestions.

[–] [email protected] 1 points 5 months ago

There will soon be a filter on the “best” developers, if there isn’t one already.