zlacker

[return to "Monty: A minimal, secure Python interpreter written in Rust for use by AI"]
1. rienbd+Pm[view] [source] 2026-02-06 23:36:21
>>dmpetr+(OP)
If we’re going to have LLMs write the code, why not something more performant? Like pages and pages of Java maybe?
◧◩
2. scolvi+Us[view] [source] 2026-02-07 00:31:16
>>rienbd+Pm
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.

◧◩◪
3. catlif+fu[view] [source] 2026-02-07 00:45:02
>>scolvi+Us
Seems like we should fix the LLMs instead of bending over backwards no?
[go to top]