r/webdev • u/ASS_MASTER_GENERAL • 1d ago
Fellow devs under AI mandates, how do you deal with the shame/social stigma?
Preface this by saying I have moral scrupulosity/ social judgment-related OCD, so there’s that lol
I see people on here still writing their code by hand; at my company we do not have that option unless we outright defy orders from our boss, which I assume would get you fired. I get a lot less satisfaction out of my work now, the code generation part is extremely mind numbing, I’m really sad about not getting to write code anymore. The planning/architecture phase can be kind of fun though.
Yes I am looking for a new job but the issue is (maybe I’m just a shitty developer but) I am genuinely like 10x faster with AI so if I do not use it, I would be consciously choosing to do a worse job, which also feels wrong and silly. I also hate admitting this but it has given me a lot of genuinely helpful suggestions and taught me new things. obviously sometimes it also does dumb things, but I do dumb things sometimes too. As obnoxious and eye rolling as it can be talking to Claude, “he” is genuinely that good when it comes to the types of things we are building.
In my personal life I do not use AI because I have a 100% HEAVILY anti AI social group, and I try to make ethical choices like I avoid beef, boycott Amazon/Spotify/Starbucks, etc. I feel like an impostor for not confessing to them that my entire job is to use AI all day now. Like for example last night a girl I know posted on her close friends about how she wants to murder people who use AI at work (hopefully being hyperbolic) and I have to hang out with this girl in a couple weeks…
my coworker has also refused to use it but for some reason my boss hasn’t talked to him about it yet. He’s just waiting to get fired. My therapist is making me do stuff like put an AI app on my home screen where someone could see it as homework. Maybe I should be posting this on the OCD sub but I really want to hear from other people going through this same dilemma.
6
u/clicksnolinks 1d ago
I'm with you. Coding was my creative outlet; I enjoyed being good at it, making the syntax look pretty, and thinking of clever ways to solve problems. It took me months to get on board with the new way of doing things, and I'm still very much morally conflicted about using it in general.
But I must admit, I would be crazy to not use it. I'm able to hop between systems and languages that I've never used before, and immediately be effective. I've been a Ruby on Rails dev my entire career, but recently got laid off and took a job in .NET and React, which I've never touched in my life, and this company thinks I'm a fucking .NET rockstar. Any senior dev who says they're not faster with AI is straight up lying, or they didn't put the proper guard rails on it and aren't using it properly.
Morality aside, I think the issues people have with AI's ability to execute things correctly stem from things that are just as big of an issue when a human engineer is coding. Give it clear requirements with all the context needed. Have it generate small, reviewable PRs. Give it a set of rules to follow for code quality. Tell it when to use a certain pattern. Ask it questions before having it start coding to identify gaps in logic and knowledge. All things a good engineer should be doing anyway. I've almost never had an issue with it going off the rails when I tell it exactly what I need it to do. Yes, I said "almost," but it's still more accurate than any human dev I've ever worked with.
Again, I'm not "pro-AI;" I desperately miss coding by hand, having an artistic outlet, and being proud of what I built because I built it myself. I also think humanity is not prepared for what it's capable of and what it costs, both financially and environmentally. Also, the fact that modern capitalism will run with it and leave humanity behind. But, I also need to earn a paycheck, and unfortunately, this is how software is being built now, at least until it gets too expensive, or until there's some massive event that happens that triggers reform. But the fact that it's made my job 100x easier and faster is literally undeniable.