(no title)
bogtog | 1 month ago
The LLM still benefits from the abstraction provided by Python (fewer tokens and less cognitive load). I could see a pipeline working where one model writes in Python or so, then another model is tasked to compile it into a more performant language
anonzzzies|1 month ago
behnamoh|1 month ago
- Libraries don't necessarily map one-to-one from Python to Rust/etc.
- Paradigms don't map neatly; Python is OO, Rust leans more towards FP.
- Even if the code be re-written in Rust, it's probably not the most Rustic (?) approach or the most performant.
abrookewood|1 month ago
bko|1 month ago
LudwigNagasena|1 month ago
JumpCrisscross|1 month ago
behnamoh|1 month ago