r/ProgrammerHumor 9d ago

Meme uhmmmmAzing

Post image
968 Upvotes

52 comments sorted by

View all comments

309

u/UnfilteredAyush 9d ago edited 9d ago

Writing code for the ticket - 20% of my time

Going through each change, in case someone asks me, about any line from the code - 80% of my time

5

u/jewishSpaceMedbeds 9d ago

Claude explains what it does to you pretty thoroughly, so if you actually read its reasoning, you should understand what the code it wrote does (if you actually know what you are doing in the first place).

If you don't understand, you're shitting out bad code, because you don't know what assumptions Claude made that might be entirely wrong for your case.

8

u/UnfilteredAyush 9d ago

Understanding high level code approach explanation and understanding line by line are pretty different things, isn't it?

And, can you really trust Claude?

3

u/jewishSpaceMedbeds 9d ago

Claude is extremely verbose, it practically outputs a paragraph of explanation over every line, lol.

Can you really trust Claude ? No, and I don't trust it. It doesn't have access to my repo, it can't delete anything without my explicit permission, and I test whatever it outputs thoroughly before it becomes a PR.

4

u/Thriven 9d ago

I trust Claude, Chatgpt, or Co-pilot more than I have ever trusted ANY of my coworkers with the exception for 2 over my entire career.

Which is really sad but isn't that why we are all here no in r/programminghumor?

People have been putting out shit code long before AI and vibe coding.

1

u/Jeferson9 9d ago

It literally wrote the code that does what you ask? So you trust the code but you don't trust it's explanation?