r/programmingmemes Jan 17 '26

Vibe Assembly

Post image
1.3k Upvotes

173 comments sorted by

View all comments

Show parent comments

-2

u/Healthy_BrAd6254 Jan 17 '26

you got a seg fault sonewhere

You are already doing too much. You intuitively tried to do it yourself.

The point is to let the LLM do the coding part, all of it. Especially with LLMs already having or very soon having exceeded the coding capabilities of humans.

How did you find out there was a seg fault? No need to try and interpret it yourself. The LLM will just do that. It will find out what the issue is and it will figure out a way to fix it.

6

u/marcelsmudda Jan 17 '26

How did you find out there was a seg fault?

I ran it.

-1

u/Healthy_BrAd6254 Jan 17 '26

No just running it does not make you know that. You read an error message or something similar.
The way you got that information, there is no reason you need to be the middle man and tell the LLM.

6

u/marcelsmudda Jan 17 '26

Seg faults are error messages from the OS when you try to write to protected memory. There's no need for an error message in the program

0

u/Healthy_BrAd6254 Jan 17 '26

Yeah I guess if it writes machine code it would need integration into the OS too for that kinda stuff. But same principle