Remix.run Logo
rienbdj 20 hours ago

If we’re going to have LLMs write the code, why not something more performant? Like pages and pages of Java maybe?

scolvin 19 hours ago | parent [-]

this is pretty performant for short scripts if you measure time "from code to rust" which can be as low as 1us.

Of course it's slow for complex numerical calculations, but that's the primary usecase.

I think the consensus is that LLMs are very good at writing python and ts/js, generally not quite as good at writing other languages, at least in one shot. So there's an advantage to using python/js/ts.

catlifeonmars 19 hours ago | parent [-]

Seems like we should fix the LLMs instead of bending over backwards no?

redman25 15 hours ago | parent [-]

They’re good at it because they’ve learned from the existing mountains of python and javascript.

catlifeonmars 12 hours ago | parent | next [-]

I think the next big breakthrough will be cost effective model specialization, maybe through modular models. The monolithic nature of today’s models is a major weakness.

rienbdj 11 hours ago | parent | prev [-]

Plenty of Java in the training data too.