this post was submitted on 06 May 2025
1174 points (96.9% liked)

Programmer Humor

23082 readers
2094 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
[–] [email protected] 140 points 2 days ago (34 children)

I’ve been a professional software developer for over two decades. There is zero chance my job will get taken by an AI any time soon. Anyone who thinks my job is to write code doesn’t understand my job. That’s like saying a bus driver’s job is to turn a steering wheel.

My job is to turn vague ideas and nondescript feelings into APIs and (sometimes) UIs, then turn those into specs, then split those into tasks, then sometimes I’ll write the code for them and sometimes someone else does. About 90% of my time is turning ideas into plans, and about 10% of my time is turning those plans into code.

When I was young and was a junior engineer, my job was more to receive the specs from the senior engineers and turn that into code, but even then, I was still designing my own stuff. Maybe more like 40/60 time instead of 90/10.

Now that I’m a grizzled old man forged in the fires of task management software, I’m doing almost all of the design work myself. I manage a project that has about 250,000 lines of code. An AI isn’t going to be able to build new features into that, let alone decide which features to build in the first place.

[–] [email protected] -2 points 1 day ago (6 children)

Could AI allow you to write code in python, and then turn the python into a static language with static variables at least?

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (1 children)

A language to do what?

That is just programming with extra steps

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

Well python is slow due to garbage collection and dynamic types, if AI could fill those in it would make programming far easier at least.

You could write low level drivers in python.

load more comments (4 replies)
load more comments (31 replies)