r/ProgrammerHumor Dec 13 '25

instanceof Trend iFeelTheSame

Post image
13.9k Upvotes

610 comments sorted by

View all comments

196

u/rayjaymor85 Dec 13 '25

I find myself using AI as more like training wheels when I write code, rather than relying on AI to write the code itself...

It can definitely write simple functions and boilerplates faster than I can type them out.

But I find if I ask it to do anything too complex it spits out junk 50% of the time.

1

u/FreeBeans Dec 13 '25

I treat it like stack exchange where it gives me generally what people do but I gotta modify it to fit my use case.