this post was submitted on 13 May 2025
1 points (100.0% liked)
TechTakes
1859 readers
35 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use ai to give me snippets of code (not in my ide, I use neovim btw), check my stuff for typos/logical errors, suggest solutions to some problems, debugging, and honestly I kinda love it. I was learning it programming on my own in 2010s, and this is so much better than crawling over wikis/stackoverflow. At least for me now, when I have intuition for what good code is.
Anyone who says llm will replace programmers in 1-2 years is either stupid or a grifter.
i think you're spot on. I don't see anything against asking gpt programming questions, verifying it's not full of shit and adding it to an already existing codebase.
The only thing I have a problem with is people blindly trusting AI, which clearly is something you're not doing. People downvoting you have either never written code or have room temp iq in ºC.
you’re back! and still throwing a weird tantrum over LLMs and downvotes on Lemmy of all things. let’s fix both those things right now!
I generally try to avoid it, as a lot can be learned from trying to fix weird bugs, but I did recently have a 500 line soup code vue component, and I used chatgpt to try to fix it. It didn't fix the issue, and it made up 2 other issues.
I eventually found the wrongly-inverted angle bracket.
My point is, its useful if you try to learn from it, though its a shit teacher.
a truism, but not one I believe many of our esteemed promptfuckers could appreciate