this post was submitted on 12 Apr 2025
1267 points (98.5% liked)

Programmer Humor

22463 readers
1046 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
[–] Ronno@feddit.nl 5 points 3 days ago (2 children)

The way I see it, there are two types of developers we should take into consideration for this discussion:

  • Software Engineers
  • Code editors

Most "programmers" these days are really just code editors, they know how to search stack overflow for some useful pointers, copy that code and edit it to what they need. That is absolutely fine, this advances programming in so many ways. But the software engineers are the people that actually answer the stack overflow questions with detailed answers. These engineers have a more advanced skillset in problem solving for specific coding frameworks and languages.

When people say: programmers are cooked, I keep thinking that they mean code editors, not software engineers. Which is a similar trend in basically all industries in relation with AI. Yes, AI has the potential to make some jobs in health care obsolete (e.g. radiologist), but that doesn't mean we no longer need surgeons or domain expert doctors. Same thing applies to programming.

So if you are a developer today, ask yourself the following: Do actually know my stuff well, am I an expert? If the answer is no, and you're basically a code editor (which again, is fine), then you should seriously consider what AI means for your job.

[–] stormeuh@lemmy.world 7 points 3 days ago

I agree with the overall sentiment, but I'd like to add two points:

  1. Everyone starts off as a code editor, and through a combination of (self-)education and experience can become a software engineer.

  2. To the point of code editors having to worry about LLM's taking their job, I agree, but I don't think it will be as over the top as people literally being replaced by "AI agents". Rather I think it will be a combination of code editors becoming more productive through use of LLMs, decreasing the demand for code editors, and lay people (i.e. almost no code skills) being able to do more through LLMs applied in the right places, like some website builders are doing now.

load more comments (1 replies)