my points about ai get ignored despite my actual programming (also with AI) experience, do they think I’m coping with cognitive dissonance or something?
my points about ai get ignored despite my actual programming (also with AI) experience, do they think I’m coping with cognitive dissonance or something?
I tried getting ai to make me a basic frontend app i could deploy at work cos we arent allowed to use anything external and i hate writing frontend. It literally couldnt even give me syntax correct code and meet any of my requirements. I vaguely remember someone saying the ai’s are trained on all the bad code like stack overflow questions and the billions of random uni project slop in github not the actually working code. It tracks because it never gives me anything up to date, always old libraries and standards and god forbid it generate frontend code it actually falls over itself completely
That’s probably the only thing I’d trust an AI to one shot.
Have you tried it? I have to be really precise with my requirements the first time and maybe ill be lucky to get something working but if i ask for an edit i no longer receive valid html
Are you using chatgpt (the website), or an IDE/CLI tool like cursor, Claude code, windsurf?
Are you asking it for vanilla JS, typescript, react, or vue, or something else?
It’s good to know when it falls off… I don’t code for a living, so most of what i usually code is stuff to make my life a bit easier, and it’s been decent at that, even though sometimes it shat the bed. If i’m finding myself arguing with the code pinball machine to get it to do what I want, that’s when I just bite the bullet and learn to do it the old-fashioned way: tweaking someone else’s code from stackoverflow or sthing.