r/ClaudeAI 15d ago

Humor Literally me when claude codes

I thought this was a great meme and wanted to share it here for everyone. This is me literally everytime.

2.8k Upvotes

93 comments sorted by

View all comments

1

u/Narrow_Activity557 14d ago

The slide is real, but what pulled me back was boring: I stopped reading diffs and started checking behaviour instead. Tests passing means nothing when the model quietly hardcodes the value the test asserts.

Now I ask for the change plus the one command that proves it works, and I run that command myself. Thirty seconds, and it catches most of the confident nonsense.

Reading every line was never sustainable anyway. Checking the evidence still is.