|
|
|
|
|
by phito
595 days ago
|
|
> There are LLMs today that are amazing at coding, and when you allow it to iterate (eg. respond to compiler errors), the quality is pretty impressive. If you can run an LLM 3x faster, you can enable a much bigger feedback loop in the same period of time. Well now the compiler is the bottleneck isn't it? And you would still need human check for bugs that aren't caught by the compiler. Still nice to have inference speed improvements tho. |
|
Some compilers (go) are faster than others (javac) and some languages are interpreted and can only be checked through tests. Moving the bottleneck from AI code gen step to the same bottleneck as a person seems like a win.