this post was submitted on 19 Mar 2025
372 points (100.0% liked)

Technology

68130 readers
3491 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Researchers have found that large language models (LLMs) tend to parrot buggy code when tasked with completing flawed snippets.

That is to say, when shown a snippet of shoddy code and asked to fill in the blanks, AI models are just as likely to repeat the mistake as to fix it.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 119 points 2 weeks ago (9 children)

I don't see why anyone would expect anything else out of a "what is the most likely way to continue this" algorithm.

[–] [email protected] 9 points 1 week ago (1 children)

It doesn't help that the AI also has no ability to go backwards or edit code, it can only append. The best it can do is write it all out again with changes made, but even then, the chance of it losing the plot while doing that is pretty high.

[–] [email protected] 2 points 1 week ago

Yeah, that's what the canvas feature is for with ChatGPT. And you guessed it, it's behind a paywall. :)

load more comments (7 replies)