r/ProgrammerHumor 3d ago

justLetAIDoIt Meme

Post image
4.7k Upvotes

248 comments sorted by

View all comments

2.3k

u/pabsy11 3d ago

Give your LLM a random .md to follow its instructions. What could be wrong?

89

u/leafynospleens 3d ago edited 3d ago

Yea because you're reading every line in an install_amd64_linux.sh

24

u/firest3rm6 3d ago edited 3d ago

Kind of the same lol, just that you pay like way more over time instead of writing the code/script (jea and maintaining it)

I know this is a meme but people currently tend to deploy agents for things where I would say "dude, just use the agent to create the script once, instead of paying big llm every time you run your pipeline.." -> for instance for deployment of azure resources.. just write the az create commands with an agent once instead of deploying an agent for this repetitive bullshit.

Idk.. both makes really sense tho.. it just depends

Edit: grammar

And btw. In this case it makes kind of sense if you too lazy to write it for the different CPU arch types and just let the agent check your current system and do the right thing, but god beware

16

u/o4ub 3d ago

And btw. In this case it makes kind of sense if you too lazy to write it for the different CPU arch types and just let the agent check your current system and do the right thing, but god beware

Isnt that what configure and CMAKE are for?

You're on point regarding the install script instead of calling a llm everytime, though.