this post was submitted on 03 Sep 2024
28 points (100.0% liked)

Programmer Humor

32000 readers
1744 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Hi, this is a question that popped into my mind when i saw an article about some AWS engineer talking about ai assistants taking over the job of programmers, this reminded me that it's not the first time that something like this was said.

My software engineering teacher once told me that a few years ago people believed graphical tools like enterprise architect would make it so that a single engineer could just draw a pretty UML diagram and generate 90% of the project without touching any code,
And further back COBOL was supposed to replace programmers by letting accountants write their own programs.

Now i'm curious, were there many other technologies that were supposedly going to replace programmers that you remember?

i hope someone that's been around much more than me knows something more or has some funny stories to share

all 17 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 2 weeks ago (4 children)

It's happened a few times in my career where people tell me I'll be obsolete, but it's always been some company hyping their new product and suits frothing at the prospect of not having to pay me anymore.

So far they're like 0 for 8 or so.

Now I will say the goalposts move. What I'm doing now is for sure not what I was doing 10 years ago. I'm definitely heavier in devops and infra than where I was before (ironic because they said we'd never have to worry about that stuff again if we moved to the cloud). AI is still basically machine learning, just in a while loop, so I've spent time learning that. So, in a way, yes we're obsolete in the sense that if I was the same engineer I was 10 years ago I wouldn't be worth nearly this much, I had to grow and evolve with technology.

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

"Don't worry the salesman told me I would not need an infra team anymore ! Also do you know what is a vpc ?"

[–] [email protected] 1 points 2 weeks ago

@scrubbles
cool

but it's always been some company hyping their new product and suits frothing at the prospect of not having to pay me anymore

i half expected it, after all it's what's happening right now

What I'm doing now is for sure not what I was doing 10 years ago.

that's right, i guess some aspects of programming have really been made obsolete

[–] [email protected] 1 points 2 weeks ago

DevOps was a lie pushed on devs to make them become sysadmins, unfortunately.

[–] [email protected] 8 points 2 weeks ago (1 children)

If a tool were created that properly converted an UML diagram into a project without any need for code, all the programmers that lost their job to this tool would then be hired by the company that offered it, in order to give maintenance and support to everything the customers want in their programs.

It would be removing programmers from they payroll of some companies but they would still be working for them, just further down in the chain.

The same is true for AI. If AI could completely replace programmers in some area, it would need a lot of programmers itself to keep dealing with all the edge cases that would show up from being used everywhere that a programmer was needed before.

[–] [email protected] 4 points 2 weeks ago (1 children)

Besides. Somebody has to convert customer needs into the diagram. Account for what they’re not saying, etc.

That’s the real essential skill in software dev, not spitting out lines of code.

[–] [email protected] 3 points 2 weeks ago

Yup. Business logic for things that cost millions or billions should not be run by an approximation machine.

[–] [email protected] 4 points 2 weeks ago (2 children)

Dude I WISH an AI would do all the dumb AWS crap for me so that I could just hang out and build React frontends all day

[–] [email protected] 1 points 2 weeks ago

I wish it could build front ends fornme so I could focus on database, backend and devops

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

The thing that made me laugh when I saw the article that OP mentions is that it was coming from AWS.

In my testing AWS's Titan AI is the least useful for figuring out how to do things in AWS. It's so terrible that Amazon just announced they're using Claude for Alexa's upcoming "AI" features.

[–] [email protected] 3 points 2 weeks ago

In Neolithic era I guess?

[–] [email protected] 1 points 2 weeks ago (1 children)

I know this is c/programmerhumor but I'll take a stab at the question. If I may broaden the question to include collectively the set of software engineers, programmers, and (from a mainframe era) operators -- but will still use "programmers" for brevity -- then we can find examples of all sorts of other roles being taken over by computers or subsumed as part of a different worker's job description. So it shouldn't really be surprising that the job of programmer would also be partially offloaded.

The classic example of computer-induced obsolescence is the job of typist, where a large organization would employ staff to operate typewriters to convert hand-written memos into typed documents. Helped by the availability of word processors -- no, not the software but a standalone appliance -- and then the personal computer, the expectation moved to where knowledge workers have to type their own documents.

If we look to some of the earliest analog computers, built to compute differential equations such as for weather and flow analysis, a small team of people would be needed to operate and interpret the results for the research staff. But nowadays, researchers are expected to crunch their own numbers, possibly aided by a statistics or data analyst expert, but they're still working in R or Python, as opposed to a dedicated person or team that sets up the analysis program.

In that sense, the job of setting up tasks to run on a computer -- that is, the old definition of "programming" the machine -- has moved to the users. But alleviating the burden on programmers isn't always going to be viewed as obsolescence. Otherwise, we'd say that tab-complete is making human-typing obsolete lol

[–] [email protected] 2 points 2 weeks ago

@litchralee
Thank you!
i didn't expect serious answers here, but this was a nice read,

so the various jobs around computers were kind of obsoleted, but the job description just shifted and the title remained valid most of the times,

now i'm interested to see what we'll do 20 years from now rather than just being annoyed by the "don't learn ${X}, it's outdated" guys

[–] [email protected] 1 points 2 weeks ago

The earliest I can think of (from personal experience) is 4GL languages; the early low-code platforms that first started to get traction in the early 80s. They wouldn't have replaced programmers but some thought/hoped they would usher in an age of "low skill" programmers that companies could get away with paying minimum wage to.

[–] [email protected] 1 points 2 weeks ago

Programmers become obsolete when they stop evolving with technology

[–] [email protected] 1 points 2 weeks ago