7 ms·
LLMs are perfectly capable of translating between programming languages at this point. The main bottleneck for them is logic, not language.
by Salgat 2mo ago
LLMs are perfectly capable of translating between programming languages at this point. The main bottleneck for them is logic, not language.
- galaxyLogic 2mo agoAnd the amount of logic needed to understand code, including how to fix it or modify it further depends on how complicated the code-structure is. I wonder about this: Does LLM write better code in a better language? Humans often have more difficulty fixing existing code than reqriting it from scratch, and un-structured un-constrained code would be a big reason for that. But maybe it doesn't apply to an LLM if it always rewrites all code from scratch?
- t43562 2mo ago> I wonder about this: Does LLM write better code in a better language? The whole point is to rewrite everything in a language you don't understand and then ignore whether it's better because you can't tell. That language, of course, must be Rust.