this post was submitted on 06 May 2025
606 points (96.3% liked)

Programmer Humor

23385 readers
1336 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sidelove@lemmy.world 20 points 2 weeks ago (5 children)

Which is honestly its best use case. That and occasionally asking it to generate a one-liner for a library call I don't feel like looking up. Any significant generation tends to go off the rails fast.

[–] T156@lemmy.world 8 points 2 weeks ago

Getting it to format documentation for you seems to work a treat. Nothing too complex, just "move this bit here, split that into points".

[–] kevin2107@lemmy.world 4 points 2 weeks ago

You sir haven't railed an entire ui out of your vibes up asshole

[–] Omgpwnies@lemmy.world 3 points 2 weeks ago

I've been using it to write unit tests, I still need to edit them to mock out some things and change a bit of logic here and there, but it saves me probably 50-75% of the time it used to take, just from not having to hand-write all that code.

[–] merc@sh.itjust.works 2 points 2 weeks ago

If you use it basically like you'd use an intern or junior dev, it could be useful.

You wouldn't allow them to check anything in themselves. You wouldn't trust anything they did without carefully reading it over. You'd have to expect that they'd occasionally completely misunderstand the request. You'd treat them as someone completely lacking in common sense.

If, with all those caveats, you can get this assistance for free or nearly free, it might be worth it. But, right now, all the AI companies are basically setting money on fire to try to drive demand. If people had to pay enough that the AI companies were able to break even, it might be so expensive it was no longer worth it.

[–] lorty@lemmygrad.ml 1 points 2 weeks ago

I love how it fucks up closing braces/parentheses, some advanced tech right there.