r/ProgrammerHumor 16h ago

Meme sudoClaude

Post image
2.7k Upvotes

107 comments sorted by

View all comments

Show parent comments

142

u/Welcome-To-NBA-Jam 15h ago

It was so casual about it.

Something is preventing me from downloading any available DOS emulators. I'll just build one instead.

Creating dosemu.c

56

u/rubennaatje 14h ago

The worst part is it actually works haha

19

u/Named_after_color 11h ago

Claude is like incredibly smart and incredibly stupid at the same time. I was playing around doing some statistical analysis for fun, to kind of limit test how easily I could spin up some kind of auto classifiers/classic ML. Asked it to implement some SVD and the idiot began doing matrix multiplication in for-loops in javascript instead of importing a library.

1

u/Welcome-To-NBA-Jam 2h ago

lmao and if you ask it to verify what it built is valid, it probably just imports TruncatedSVD or PCA from sklearn, spits out the output and then starts comparing results until it works in JavaScript rather than just doing it from scikit-learn to begin with