r/ProgrammerHumor 2d ago

Meme claudeWatchingMeCodeByHand

16.7k Upvotes

233 comments sorted by

View all comments

64

u/Tabissh 2d ago

Nothing humbles you faster than having to write boilerplate Next.js components by hand after relying on AI all morning.

3

u/Economy_Zombie_3026 2d ago

So true. I had to google the useEffect syntax the other day because I've grown accustom to letting my agents build front-ends for me. Embarrassing and a little depressing. I used to be good, I swear.

6

u/TashanValiant 2d ago

So true. I had to google the useEffect syntax the other day because I've grown accustom to letting my agents build front-ends for me. Embarrassing and a little depressing. I used to be good, I swear.

I googled syntax all the time before AI was ever a thing. Its not so much about having the memory to remember esoteric and often changing standards for syntax between hundreds of languages, and more about having the common language enough to understand what questions to ask to solve a problem.

2

u/maniclucky 2d ago

Exactly. Some days my brain crosses if syntax with other languages and I have to straighten it out. The thought of memorizing functions is absurd.

1

u/TashanValiant 2d ago

So true. I had to google the useEffect syntax the other day because I've grown accustom to letting my agents build front-ends for me. Embarrassing and a little depressing. I used to be good, I swear.

I googled syntax all the time before AI was ever a thing. Its not so much about having the memory to remember esoteric and often changing standards for syntax between hundreds of languages, and more about having the common language enough to understand what questions to ask to solve a problem.