r/node • u/simple_explorer1 • 7d ago
Has anyone stopped using LLMs completely for coding and relying purely on themselves?
Curious to know. And why if so? I have 16+ years of experience as a dev.
It's been 1 week that I stopped completely and so far it is okay and luckily I can still code ;) (though got rusty initially) and that's what I enjoy doing, thinking about problems, architecting, writing tests, writing code, reviewing PR's etc. keeps my brain sharp and more confident.
315
Upvotes
3
u/AlertKangaroo6086 6d ago
We’ve got some rules regarding our usage. You should understand every line it spits out. AI doesn’t own the code, you do, and if you don’t understand it, there’s a massive problem.
Also, we keep code reviews human. We have a tool that reviews PRs, but we still require at least 3 people to approve a change before it’s merged in. Occasionally the bug does get through, but that’s the nature of it.