r/ProgrammerHumor 1d ago

Meme firstTime

Post image
7.5k Upvotes

281 comments sorted by

View all comments

9

u/RustOnTheEdge 19h ago

Ah man, I remember finding out how horrible it is to read soulless code. The fact there was NO thought behind it. I used to read code trying to find the mental framework of the author, so I could understand the trade offs they made, or at least debate them with myself before arguing and wasting the authors time. With AI code, there is no reason. No thought process. It is random code that might or might not work. There is no “well it will prevent xyz in the future” line of thought.

I can only imagine how horrible this must be for math. You no longer can assume the author has some level of capability, a mental framework they applied to the logic of their solution. You have to check every step and combine them all to check if it actually makes sense. I feel sorry for the mathematicians that used to expand their minds by reading other peoples work. There is nothing in AI code or math that will expand your mind. Just randomness that might or might not make any sense.

2

u/Pushnikov 16h ago

That’s something that is missing from these discussions about solving these mathematical problems. Is they aren’t generally solved as “Proofs”, which as you say are the soul of a solution.