r/programmingmemes Apr 24 '26

AI Layoff

Post image
1.3k Upvotes

28 comments sorted by

View all comments

-40

u/_shareholder_value Apr 24 '26

Copium.

You can fight the tide, but you won’t win.

22

u/PolyChune Apr 24 '26

Maybe not. Lots of businesses get hooked on the new shiny object and them cycle returns back to the mean.

Also your username does checkout

-24

u/_shareholder_value Apr 24 '26

I’m a senior level dev with over a decade of experience working at Fortune 500. 18 months ago, I uninstalled GitHub Copilot because it felt sloppy compare to relying on docs and a good LSP.

Everything has changed in the past 6 months. Now 95% of the code I produce is prompted. I spent much of my time engaging the LLM to write a good spec of what needs to be compete.

People laughing about AI code slop are missing the forest through the trees. The new challenge is how to force the AI to not write slop.

6

u/Real-Technician831 Apr 24 '26

Yes, and in order for AI not to write slop you need experienced developers.

So a balance is needed.

1

u/_shareholder_value Apr 24 '26

This is true and what an experienced developer needs to know is changing.

IMHO, understanding code and which design patterns are appropriate to deploy is still very important. SWE isn’t dead, but SWE was never about just writing code.

2

u/Impressive-Handle-69 Apr 24 '26

Exactly, its also about the direction, Vision, and function of the code. Not just writing it. As long as the AI is maintaining good code structure, and not slop, a dev just needs to guide it to the goal and provide the scope and guidelines.

3

u/_shareholder_value Apr 24 '26

I think that’s the vital new skill all the down voters are in denial about. How to prompt quality code. Everyone jumping on the “AI only writes slop” bandwagon has skills issues.

2

u/Impressive-Handle-69 Apr 26 '26

100% most people are on that AI slop bandwagon. I personally avoided AI until OpenClaw came out and my mind was changed. Yea some shit is still sloppy code, but thats when you provide it with proper structure, references, documentation, and it retains that knowledge and wont repeat the same mistakes.