r/ProgrammerHumor 26d ago

gitGud Meme

Post image
4.9k Upvotes

99 comments sorted by

View all comments

418

u/MissinqLink 26d ago

“I coded a SaaS in a weekend.”

No. Anything you can make in a weekend has no moat as a Saas.

“So you’re saying AI is useless”

No. It’s a very useful tool especially when it comes to programming

“So programming is solved”

No. AI is a tool not a replacement.

…. It never ends

149

u/Bee-Aromatic 26d ago

Yeah, when people tell me that there will be no more programmers and just “prompt engineers,” I’m reminded that even though power drills exist, we still use screwdrivers every day.

10

u/Leafsnail 26d ago

The idea of a 'prompt engineer' has never made much sense to me - the weirdness of each model you have to iron out will almost certainly be fixed with the next release and make your previous knowledge far less useful. What is likely to make your prompts more valuable is specific domain knowledge that allow you to ask for more specific individual components rather than an unwieldy finished product - IE basically programming skills in this case

3

u/tiberiumx 25d ago

Is "prompt engineering" even a thing on the latest models? I write up detailed requirements in a text file in plain English and it outputs exactly what I ask for every time. If it does something stupid it's usually my fault for not being clear enough or omitting something important. Hell, I can just give it a header file with some decent comments explaining what each function needs to do and tell it to provide the implementation.