Ask HN: Who else is not using AI for coding?

12 puttycat 5 6/12/2025, 11:36:02 PM
Reading posts and comments on HN makes me feel I'm lagging behind everyone by not using AI when I program.

I use PyCharm which added some kind of AI-based code completion which is mostly helpful but also often wrong. That's the maximum I am using. I don't trust it to write full functions and honestly don't feel any need for it.

From reading comments here I understand that prople use "Agents" to program and swear by them, but I didn't even feel the need to search for what this means.

Is everyone moving ahead and I'm left behind?

Comments (5)

colbyn · 20h ago
Today it's LLMs/ChatBots, when I was younger it was StackOverflow. Interestingly, when I was just starting out I remember being told to avoid copying & pasting snippets from SO in favor of learning to solve problems on my own, or at the very least, slow down and manually type out the snippets (which actually helped). I used to be against LLMs/ChatBots (as someone who likes to write) but now I've gone all in, it's just such a great productivity booster for very common grunt work that doesn't require too much project specific context... At the same time, while I do sometimes wonder if this will cause my problem solving skills to stagnate, I'm far more concerned about the broader ecosystem. LLMs perform best when the solution domain is well represented in their training dataset and with hard cutoffs and whatnot, I do wonder if this will cause tools / frameworks / libraries to stagnate because people will favor older tools over newer tools for better ease of use. Great for established authors, not so great for new ideas, something that too few people are talking about.
MongooseStudios · 20h ago
I don't use it for anything. If that means I'm "being left behind" then I welcome it. I'm quite happy to continue using my brain to solve problems, and understand the solutions.
ringeryless · 14h ago
I have every intention of continuing to avoid LLM usage in any capacity of my job. I actively seek physical exercise and have no intention of outsourcing my mental processes to avoid thought either.

I suspect my capabilities will be more rare in the near future due to the dumbing down caused by extensive LLM usage in every aspect of our trade.

I see this as dodging a sort of bullet.

v5v3 · 10h ago
Do you use search engines and stack overflow?

Llm as a starting point are a much better alternative to those.

So perhaps start by just asking llm coding questions instead of searching Google and stack overflow

Daishiman · 20h ago
A code-completion agent is extremely far removed from the quality of the output of a frontier coding model. Try Claude or similar and ask it to generate code specific-well defined tedious tasks. You may be surprised!