this post was submitted on 17 Feb 2025
412 points (95.2% liked)

Technology

63009 readers
3568 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 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, to ask if your bot can be added please contact us.
  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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 4 days ago* (last edited 4 days ago)

Same. It can generate credible-looking code, but I don't find it very useful. Here's what I've tried:

  • describe a function - takes longer to read the explanation than grok the code
  • generate tests - hallucinates arguments, doesn't do proper boundary checks, etc
  • looking up docs - mostly useful to find search terms for the real docs

The second was kind of useful since it provided the structure, but I still replaced 90% of it.

I'm still messing with it, but beyond solving "blank page syndrome," it's not that great. And for that, I mostly just copy something from elsewhere in the project anyway, which is often faster than going to the LLM.

I'm really bad at explaining what I want, because by the time I can do that, it's faster to just build it. That said, I'm a senior dev, so I've been around the block a bit.