Comment on Why don't these code-writing AIs just output straight up machine code?
aubeynarf@lemmynsfw.com 2 days agonot necessarily, just as interpreting assembly to understand intent is harder than interpreting “resultRows.map(r -> r.firstName)”, additional structure/grammar/semantics are footholds that allow the model to form patterns at a higher level of abstraction
TauZero@mander.xyz 1 day ago
Only because it’s English and the model is already trained on a large corpus of English text, so it has some idea of what a “table row” is for example. It could learn the concept from reading assembly code from scratch, it would just take longer. Hell, even Lego bricks can be trained on! avalovelace1.github.io/LegoGPT/