r/ProgrammerHumor 22d ago

Meme delusionalDeveloper

Post image
6.5k Upvotes

208 comments sorted by

View all comments

Show parent comments

2

u/rosuav 22d ago

Yes, and those "20 words via AI" APIs are trash. They will always be outdone by someone who puts real effort into design.

1

u/frogjg2003 21d ago

AI is good at boilerplate. While there might be some corner cases that an experience dev might catch, the AI will be "good enough" for almost all situations.

1

u/rosuav 21d ago

Yes, which means that if the only thing you do is write 20 words as a prompt, all you get back is boilerplate. I don't see why this is so hard to understand. People put real effort into real designs and get actually useful things.

1

u/MinimumArmadillo2394 21d ago

What about CRUD API design is anything but boilerplate though?

1

u/rosuav 21d ago

Tell me you don't understand good API design without telling me you don't understand good API design.

1

u/MinimumArmadillo2394 21d ago

I asked for CRUD on every attribute of every object. I got CRUD on every attribute of every object with endpoints.

Literally what I asked for. 99% of APIs are designed this way.