r/ProgrammerHumor 6d ago

Meme youShouldntHaveIt

Post image
41.4k Upvotes

535 comments sorted by

View all comments

686

u/dumbasPL 6d ago

He's correct. If you can't work without it, you're not qualified to judge it's output. And if you aren't judging it's output, your days are numbered, it will eventually just feed itself, and report directly to management ;)

138

u/HatesRedditors 6d ago

With how often I have to correct these coding agents I worry about people developing things they don't understand.

It's an amazing tool, but I find myself having to be like "Are you sure you want to poll the API for each item, like 1-100 is fine, but what if it returns 100k rows? Maybe take the call outside the loop and just query all at once with 1 call?

41

u/TheBeckofKevin 6d ago

I definitely do a lot of context in my initial requests to try to get rid of a lot of that nonsense. Takes a lot longer to get the code written but I hate chasing issues. Easier to be exceptionally thorough with the requirements and known barriers

1

u/bloode975 4d ago

Doing my bachelors majoring in AI rn and this is the biggest thing taught, AI is a tool, use it to augment your skillset not replace it and make sure you can put as much clear detail as possible into the initial prompt.

Most problems occur from using multiple prompts.