Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor840913hI actually do not agree. GPT writes many times exactly what I would've done but even does validation on top of it. And, personally, I never write validation for private projects since it's just not written for donkies. I see some cases that AI fails, but the things I use it for, it does better work than I do. But that's not very weird, I let it only do things what I don't like, like templates and css.
But I also genere complete modules for my projects. I have a example class of mapper, model, and service and the __init__ files it Hass to update and then example template files. I have that as one prompt. Below, I ask it to refactor that module to something new. Using my own vibe coding tool it automatically generates like 9 source files exactly the way how I've written it.
Thing is, don't let it do stuff. Invest time in some examples and then it'll do magic and exactly what you want. AI is lazy, but not THAT lazy. AI does now exactly as I want with some exceptions. -
I use it just to add a bit of polish which it does amazing at, plus to spot tiny errors. For things like cleanup it does really good at, ofc deeper problem solving can be an issue.
-
dllsethr2348mAgreed. Most of the time it suggest codes that is not even part of the documentation (suggests functions that doesnt exist in cases of API integrations)
Instead of saving time, you spend more time. Its only good for simple queries.
Related Rants
LLMs write worse code than any human's code. No logic. Fuck generative AI. I fucking hate it.
rant
ai