this post was submitted on 26 Feb 2025
509 points (97.7% liked)

Programmer Humor

20800 readers
1417 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
[โ€“] [email protected] 7 points 11 hours ago (1 children)

It's taken me a while to learn how to use it and where it works best but I'm coming around to where it fits.

Just today i was doing a new project, i wrote a couple lines about what i needed and asked for a database schema. It looked about 80% right. Then asked for all the models for the ORM i wanted and it did that. Probably saved an hour of tedious typing.

[โ€“] [email protected] 3 points 11 hours ago

I'm telling you. It's fantastic for the boring and repetitive garbage. Databases? Oh hell yeah, it does really well on that, too. You have no idea how much I hate working with SQL. The ONLY thing it still struggles with so far is negative tests. For some reason, every single AI I've ever tried did good on positive tests, but just plain bad in the negative ones.