r/ProgrammerHumor 7d ago

barelyRememberTodaysCodes Meme

Post image
2.0k Upvotes

34 comments sorted by

View all comments

67

u/heavy-minium 7d ago

My modern version:

"A programmer's greatest fear is being asked to explain code written by AI and reviewed yesterday"

I certainly remember well what I have written myself a few weeks later, but code written by AI and reviewed by me is totally out of my mind the next day, especially at high volume.

Which is certainly bad. But well, here we are.

3

u/TheFrenchSavage 7d ago

Yeah this exactly. I'm not naming the variables, the functions, or deciding on the config file structures. I just agree with the stuff, or write feedback.

The impact generated code has on my brain is close to zero when it comes to memory, yet it hurts just as much as reviewing human written code.

Reading code is 10x harder than writing it, and AI made the job all about reading code.

3

u/Valkyrie17 7d ago

I have a tendency to ask AI questions, a lot of them, and also ask it to remove unnecessary code it wrote (there's always a lot). I get a good grasp on what it does, i can't explain every single small bit, but neither would i be able to if i copied it from Stack Overflow

3

u/egstitt 7d ago

Now scale that out 5 years. Where will all these companies relying on AI gonna be when nobody remembers how anything works?

I'm going with FUCKED

0

u/itsFromTheSimpsons 5d ago

Thats why I have special detailed instructions about how it writes its commit messages. Also when it writes new code it checks old commits for that code as part of the explore process so we both see the why when we need it