7 ms·
since pi is built to modify itself, isn't it better to use a language like typescript where LLMs have a LOT of training data? a harness doesn't do any computat
by jack_pp 2mo ago
since pi is built to modify itself, isn't it better to use a language like typescript where LLMs have a LOT of training data?
a harness doesn't do any computations by itself so what benefit is using a compiled language?
- whimsicalism 2mo agoi find LLMs generally play better with compiled languages actually, they do great with rust. you can think of it almost as analogous to a harness.
- brightball 2mo agoThe more structure the better. Provides strong guardrails. I’ve had great experience with Elixir and the new compiler combined with Ash.
- olalonde 2mo agoThey play better with statically typed languages, not compiled ones in particular. Rust's typing is stricter than Typescript though so that probably helps.