Posted by yodsanklai 2 days ago
Ask HN: AI has changed my job for the worse
I'm not interested in the products we're supposed to build, and I don't like the way we're building them. Code quality has suddenly became irrelevant, and you have to keep up with everybody who ship twice as much code as before.
At the same time, there's more pressure on SWEs to deliver as layoffs are looming. I think leadership really believes they'll be able to save a lot by ultimately getting rid of all of us.
I'm not sure what to do at that stage but I'm pretty miserable. It's crazy that this occurred so fast.
I also use LLMs for writing; it's good, but again, you need to carefully read everything and rewrite passages that are completely made up. So I'm not really sure how this can replace people, to the point that Amazon is firing 30,000 people. I have a hard time squaring it that it's because of AI.
It sucks SO much rn, but it seems the majority option is to grin and bear it for the time being and pray to whatever gods you believe in that we get back to something sane sooner than later
https://garymarcus.substack.com/p/is-vibe-coding-dying
I'm under the impression a lot of these tools are:
1. Aggressively pushed by VCs on company boards.
2. Productive of code that is not maintainable and becomes very difficult to deal with when it is non-trivial. 3. Not what customers want.
Don't get me wrong, I use LLMs and LLM tech in my work*, they are useful and interesting products, but they are a small part of the work and a small part of the product. Sure, there are people who use them extremely effectively, but those people are offset by those who have LLMs write code they don't understand and do not review (leading to a scenario where code is effectively ghost code often without even provenance back to the LLM that wrote it).
It seems to me that layoffs in tech are partly a cultural contagion in executive circles, but more importantly it seems to me like offshoring is much more responsible.
[*]: Mainly for codemods and reorganization of code, where I'm not really changing the intent of the code but its structure.
The competitive nature of this regard was always there, it just took a pause during Covid hiring.
FAANG in mid 2010s used to be fairly competitive.5-10% of the people that got the in-person interview got the offer. The stories you heard about work load and stress and PIPs weren't so much about how the expectation was, it was more along the lines of the bottom line of developers who never developed the skill set to be effective at work just couldn't keep up with the people that did.
Companies still grew, so people were still building stuff, and if you knew any of the "top" developers, you saw they weren't stressing. Partially, they enjoyed the work they did and weren't working for the FAANG paycheck only like the majority of people. But mostly its because when it came to doing the work, the biggest advantage that they had is they had the ability to independently figure shit out. This is where "knowing how to code = knowing how to google" and "copy pasting stackoverflow" memes came from. Whereas people that didn't were always slow because they a) were only doing what they have been taught without any interest of actually learning things, and b) they relied on others a lot for guidance.
Then came the covid hiring craze when interest rates were low and companies invested a shit ton of money into products. People needed to get hired. Standards slipped. Lots of people with very low skill got hired that should never have been.
Now, the competitive edge is back on, except this time, its about how to use LLMs. Contrary to popular belief, LLMs take skill to use, not everyone can vibe code services into production. Prompt engineering is very real. To get LLMs output good quality code you have to guide them quite a bit. If you don't have a set of personal prompts you use to get LLMs to do stuff, you are behind.
Thats the nature of the game where new grads can make 100k out of college. That money isn't free. Learn to play the game or don't play at all.
I dunno man/woman/etc, it seems much more like a context management problem than a prompt issue. Like even with the best prompt in the world, LLMs just make stuff up if they don't have access to better information (tools, RAG etc).
I wouldn't say that I have great prompting skills, but I'm pretty handy with context management and that seems to be working.
LLMs are so weird though, like I asked Claude Code to tell me about code in a directory, and it did what I asked for but seemed to get less and less interested as the results went on (rather like a human might). And then it gave me some recommendations/overview that were just garbage, so it's really tricky to know how to debug this stuff and make them better.
Whatevs, my org just want us to use it so I guess I'll just build some stuff and we can figure out how to make it actually good later. (/end rant).
- Have a candid 1:1: say you’re misaligned with the process, but propose owning guardrails leadership cares about—reliability, security, test coverage, CI policies, prompt/eval hygiene. Suggest measuring outcomes beyond velocity: defect escape rate, change failure rate, MTTR, SLOs, incident cost. - Differentiate where agents are weak: ambiguous requirements, system design, debugging gnarly prod issues, performance tuning, threat modeling, compliance. Volunteer for those areas. - Use AI defensively: generate tests, fuzzers, benchmarks, docs, migrations; prune agent output; write prompts/evals to reduce rework and incidents. - Protect yourself: keep a brag doc with quantified impact, network for internal transfers, and quietly explore roles that still value rigor (fintech, healthcare, infra, aerospace, devtools). - Set a 60–90 day window. If nothing changes, execute an exit plan rather than burn out.
It’s okay to be disillusioned. Your edge now is owning quality, risk, and outcomes—things the org can’t ignore even when throughput is cheap.
I decided to just disable codepilot and keep my skills sharp i know we will be called back to clean up the mess. Reminiscent of offshoring in the 2000s
I'm also really bored and hate that my job is writing specs and stupid prompts.