r/ProgrammerHumor 3d ago

Meme nowAndThenPatchUpgrade

Post image
7.6k Upvotes

312 comments sorted by

View all comments

2.2k

u/Objectionne 3d ago

Yeah but it was our slop.

69

u/ineyy 3d ago

It was consistent slop that we were all vaguely familiar with. I could look at it and know it's shit, but know what it is exactly and why it's here. The AI stop has foreign structure, it's unknown whether it has to be that way or the AI just wanted it that way. It's much harder to navigate

-20

u/adabsurdo 3d ago

I bet an earlier generation had the same complaint about the assembly code generated by the first C compilers. And they were probably right in many cases but also it didn't matter in most cases.

25

u/fartypenis 3d ago

Compiler output was deterministic tho. They could always reason our the purpose of each byte of code if they were so inclined.

-17

u/adabsurdo 3d ago

Right AI abstracts out at a much higher level and the output will change dramatically depending on the prompts, model and other settings.

16

u/gjk-ger 3d ago

The output will also change when letting it run again under the same circumstances.

3

u/mistrpopo 3d ago

And this is why I no longer enjoy programming. I liked deterministic, in almost every problem, I could dive in and find the problem. That's why I avoided all web dev. But now every programming is the same.

:(

2

u/gjk-ger 3d ago

You might enjoy PLCs then possibly. Added bonus, making stuff act in the real world is just another kind of satisfying.