this post was submitted on 19 Aug 2025
1380 points (99.5% liked)

Programmer Humor

25827 readers
2911 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Two9A@lemmy.world 29 points 9 hours ago (7 children)

So there are multiple people in this thread who state their job is to unfuck what the LLMs are doing. I have a family member who graduated in CS a year ago and is having a hell of a time finding work, how would he go about getting one of these "clean up after the model" jobs?

[–] Patches@ttrpg.network 34 points 7 hours ago (1 children)

Has he tried being a senior developer? He should really try being a senior developer.

[–] normalexit@lemmy.world 6 points 5 hours ago

He needs at least a decade of industry experience. That helps me find jobs.

[–] CodeMonkey@programming.dev 10 points 6 hours ago (1 children)

No idea, but I am not sure your family member is qualified. I would estimate that a coding LLM can code as well as a fresh CS grad. The big advantage that fresh grads have is that after you give them a piece of advice once or twice, they stop making that same mistake.

[–] MrRazamataz@lemmy.razbot.xyz 1 points 28 minutes ago

What's this based on? Have you met a fresh CS graduate and compared them to an LLM? Does it not vary person to person? Or fuck it, LLM to LLM? Calling them not qualified seems harsh when it's based on sod all.

[–] OpenPassageways@lemmy.zip 15 points 7 hours ago (3 children)

It makes me so mad that there are CS grads who can't find work at the same time as companies are exploiting the H1B process saying "there aren't enough applicants". When are these companies going to be held accountable?

[–] deaf_fish@midwest.social 12 points 6 hours ago

Never, they donate to get the politicians reelected.

[–] rumba@lemmy.zip 3 points 6 hours ago

After they fill up on H1B workers and find out that only 1/10 is a good investment.

H1B development work has been a thing for decades, but there's a reason why there are still high-paying development jobs in the US.

[–] Schadrach@lemmy.sdf.org 1 points 5 hours ago (1 children)

This is in no way new. 20 years ago I used to refer to some job postings as H1Bait because they'd have requirements that were physically impossible (like having 5 years experience with a piece of software <2 years old) specifically so they could claim they couldn't find anyone qualified (because anyone claiming to be qualified was definitely lying) to justify an H1B for which they would be suddenly way less thorough about checking qualifications.

[–] OpenPassageways@lemmy.zip 1 points 3 hours ago

Yeah companies have always been abusing H1B, but it seems like only recently is it so hard for CS grads to find jobs. I didn't have much trouble in 2010 and it was easy to hop jobs for me the last 10 years.

Now, not so much.

[–] immutable@lemmy.zip 14 points 8 hours ago

The difficult part is going to be that new engineers are not generally who people think about to unfuck code. Even before the LLMs junior engineers are generally the people that fuck things up.

It’s through fucking lots of stuff up and unfucking that stuff up and learning how not to fuck things up in the first place that you go from being a junior engineer to a more senior engineer. Until you land in a lofty position like staff engineer and your job is mostly to listen to how people want to fuck everything up and go “maybe let’s try this other way that won’t fuck everything up instead”

Tell your family member to network, that’s the best way to get a job. There are discord servers for every programming language and most projects. Contribute to open source projects and get to know the people.

Build things, write code, open source it on GitHub.

Drill on leet code questions, they aren’t super useful, but in any interview at least part of the assessment is going to be how well they can do on those.

There are still plenty of places hiring. AI has just made it so that most senior engineers have access to a junior engineer level programmer that they can give tasks to at all time, the AI. So anything you can do to stand out is an advantage.

[–] UnderpantsWeevil@lemmy.world 8 points 7 hours ago (1 children)

My path was working for a consulting firm (Accenture) for a few years, making friends with my clients, and then jumping to freelance work a few years later when I can get paid my contract rate directly rather than letting Accenture take a big chunk of it.

[–] Patches@ttrpg.network 1 points 6 hours ago (1 children)

Working with Accenture

I am so sorry..

[–] UnderpantsWeevil@lemmy.world 2 points 6 hours ago

It was a wild ride

[–] Zron@lemmy.world 11 points 8 hours ago (1 children)

Answer is probably the same as before AI: build a portfolio on GitHub. These days maybe try to find repos that have vibe code in them and make commits that fix the AI garbage.

[–] Alaknar@sopuli.xyz 3 points 7 hours ago (1 children)

Answer is probably the same as before AI: build a portfolio on GitHub

You really think that using GitHub falls in the usual vibecoding toolbox? As in: would they even know where/how to look?

[–] Zron@lemmy.world 4 points 7 hours ago

You think vibe coders don’t love the smell of their own shit enough to show it to the world?

[–] CodeMonkey@programming.dev 3 points 6 hours ago (1 children)

No idea, but I am not sure your family member is qualified. I would estimate that a coding LLM can code as well as a fresh CS grad. The big advantage that fresh grads have is that after you give them a piece of advice once or twice, they stop making that same mistake.

[–] rumba@lemmy.zip 5 points 6 hours ago

a coding LLM can code as well as a fresh CS grad.

For a couple of hundred lines of code, they might even be above average. When you split that into a couple of files or start branching out, they usually start to struggle.

after you give them a piece of advice once or twice, they stop making that same mistake.

That's a damn good observation. Learning only happens with re-training and that's wayyy cheaper when done in meat.