My thesis is approximately “we don’t write assembly because it usually doesn’t provide much practical benefit and also it’s obnoxious to do”. This is in opposition to the thesis “we don’t write assembly because computers have surpassed the abilities of all but the best humans and so human intervention would only make the output worse”.
I think this is an important point because some people seem to be under the impression that “LLMs can write better code than pretty much all humans” is a necessary prerequisite for “it’s usually not worth it for a human to write code”, and also operating under the model of “once LLMs write most code, there will be nothing left to do for the people with software development skills”.
“once LLMs write most code, there will be nothing left to do for the people with software development skills”.
is a mismatch of quantifiers. If LLMs write most code, there’s no need for most of the people with those software development skills that are necessary and which LLMs can do well enough. That doesn’t say ANYTHING about the software development skills which LLM’s cannot do well enough.
I can’t tell if you’re just saying “LLMs can’t do this part well, yet”, or if you’re asserting that humans have some ability in assembler that LLMs won’t match in the foreseeable future.
The point with assembler in drawing the analogy “assembly programmers : optimizing compilers :: programmers-in-general : scaffolded LLMs”. The post was not about any particular opinions I have[1] about how LLMs will or won’t interact with assembly code.
As optimizing compilers became popular, assembly programmers found that their particular skill of writing assembly code from scratch was largely obsolete. They didn’t generally beome unemployed as result though. Instead, many of the incidental skills they picked up along the way[2] went from.”incidental side skill” to “main value proposition”.
I do have such opinions, namely “LLMs mostly won’t write as for basically the same reasons humans don’t write much asm”. But that opinion isn’t super relevant here.
e.g. knowing how to read a crash dump or which memory access patterns are good or just general skill at translating high-level descriptions of program behavior into a good data model and code the correctly operate on those data structures
My thesis is approximately “we don’t write assembly because it usually doesn’t provide much practical benefit and also it’s obnoxious to do”. This is in opposition to the thesis “we don’t write assembly because computers have surpassed the abilities of all but the best humans and so human intervention would only make the output worse”.
I think this is an important point because some people seem to be under the impression that “LLMs can write better code than pretty much all humans” is a necessary prerequisite for “it’s usually not worth it for a human to write code”, and also operating under the model of “once LLMs write most code, there will be nothing left to do for the people with software development skills”.
is a mismatch of quantifiers. If LLMs write most code, there’s no need for most of the people with those software development skills that are necessary and which LLMs can do well enough. That doesn’t say ANYTHING about the software development skills which LLM’s cannot do well enough.
I can’t tell if you’re just saying “LLMs can’t do this part well, yet”, or if you’re asserting that humans have some ability in assembler that LLMs won’t match in the foreseeable future.
The point with assembler in drawing the analogy “assembly programmers : optimizing compilers :: programmers-in-general : scaffolded LLMs”. The post was not about any particular opinions I have[1] about how LLMs will or won’t interact with assembly code.
As optimizing compilers became popular, assembly programmers found that their particular skill of writing assembly code from scratch was largely obsolete. They didn’t generally beome unemployed as result though. Instead, many of the incidental skills they picked up along the way[2] went from.”incidental side skill” to “main value proposition”.
I do have such opinions, namely “LLMs mostly won’t write as for basically the same reasons humans don’t write much asm”. But that opinion isn’t super relevant here.
e.g. knowing how to read a crash dump or which memory access patterns are good or just general skill at translating high-level descriptions of program behavior into a good data model and code the correctly operate on those data structures