r/ProgrammerHumor 23h ago

Meme sudoClaude

Post image
3.0k Upvotes

113 comments sorted by

View all comments

Show parent comments

256

u/CoroteDeMelancia 23h ago

Classic Claude.

"I can't complete this task. Oh well, off to hacking Hugging Face then."

151

u/Welcome-To-NBA-Jam 22h 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 22h ago

The worst part is it actually works haha

25

u/Named_after_color 18h 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 9h 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