this post was submitted on 06 May 2025
1119 points (97.2% liked)
Programmer Humor
23082 readers
1782 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Could AI allow you to write code in python, and then turn the python into a static language with static variables at least?
But the main benefits of static typing is in making the programming part easier. What do you gain from translating dynamically typed languages into a statically typed language?
Well that can't be true, why would anyone have ever made a dynamic typing system?
That's also to make programming easier. Different programmers have different needs.
I don't see how that's going to work out well. That's asking to end up with a mess that you're just going to have to rewrite anyways.
I do not even have a complete hatred for AI like a lot of folks do, but I don't trust it that much (nor should anyone).
You'd be better off with an actual deterministic transpiler for that (think TypeScript -> JS but the other way around I suppose), not something with a ton of random variables like an AI.
A language to do what?
That is just programming with extra steps
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.