|
|
|
|
|
by _heimdall
41 days ago
|
|
Since the LLM craze started I have always assumed it would end up in a place where programming languages are dead and LLMs generate something more low level. Programming languages were always designed as an abstraction to allow humans to more easily instruct a computer than by writing binary or assembly. If humans write natural language and don't check the generated code, there's no reason to take the hit of generating C, JS, etc that still has to be compiled and/or interpreted. |
|
Forcing LLMs to do a shitty job of what a compiler can do deterministically is not a good approach IMO.