Live data from Hacker News

Ask HN: Anyone still coding like 2021? Where do you work?

news.ycombinator.com

21–30 of 104 posts

Re: Ask HN: Anyone still coding like 2021? Where do you work?

#21
I am a lead developer working in Cyber Security. We are just now integrating co-pilot reviews into our pipeline to help speed along the initial review process and weed out any surface level bugs. We still have no agentic coding, and I'm not sure we will for at least another year. I have advocated to modernize and keep up with modern tooling to no avail.

Re: Ask HN: Anyone still coding like 2021? Where do you work?

#22
There are so, so many. You just generally won’t hear about it here.

Where I work, I have chores than a claude subscription would knock out in minutes instead of months. But I don’t have permission to run something like that, so I don’t.

Weirdly our contractors can. They wrote it into their contracts. It’s not even fair, really.

They say they’re working on it, but some people might be pushing back.

Re: Ask HN: Anyone still coding like 2021? Where do you work?

#25
Yeah, as much as I can.

I like building and tweaking computer stuff, and managing agents is a completely different carrer than the one I signed up for. I guess corporate interests fell out of alignment with me with this one, definitely thinking about my career more these days.

Re: Ask HN: Anyone still coding like 2021? Where do you work?

#26
I work at a significant computer security software vendor with 5-digits of employees. They provide AI tooling and training and encourage people to use it, but it's not like "use this or we will fire you and kill your children" like you hear from other companies. I use it a couple times a week, mostly for code review and sometimes boring boilerplate-type tasks, but it hasn't been a major overhaul in how I work. People here who obviously outsource their brain to the AI get negative reactions to that behavior.

If the company does try to turn the screws and force me to use it more, I'd rather exit the company (and maybe the industry entirely) than become a slop slinger. We'll see how it goes, but for now at least, I think this company has been handling it well.

Re: Ask HN: Anyone still coding like 2021? Where do you work?

#27

I don't touch LLMs for any purpose (when I can help it, they are frequently shoved in your face regardless); and up until recently was doing just fine. I was fired for this stance, not for performance reasons (officially stated that there was no concern with my output), only for political reasons (insubordination, refusing to use LLMs to do my work for me). I have been seeing fewer and fewer job ads that ask for/requ…

Being unwilling to change or changing too much are both equally going to get you fired. I’m the later so I feel your pain. At companies you have to turn your brain off and bahhh with the sheep.

Re: Ask HN: Anyone still coding like 2021? Where do you work?

#28

I’ve learned for myself that I need to write code just to keep my brain in shape - same as going to the gym to be healthy. Even though agents are building all of my code now, I’m starting every morning with a LeetCode problem. There is no practical use, but it make me feel good and sharp for the rest of the day. For anyone coping with AI I suggest to give it a try, and stick to it for some time, just like with a gym.

I've settled on writing my own code for about 30-60 minutes per day. One benefit I've noticed is that it helps me be a bit more critical and questioning of decisions made in the code as compared to just doing code review of the LLM's output. I think this ends up being a nice balance.
Post reply on HN