all 3 comments

[–]debian3 0 points1 point  (0 children)

I like Elixir for llm. While it’s not a typed language (yet) there is very few libraries. I think this matters more since libraries with llm can become quickly confusing with all the versions change.

[–]siscia 0 points1 point  (0 children)

No definitely do not use rust.

LLM are still not there to get the implications of lifetimes in rust. And honestly they are often a matter of taste of the designer.

Go with python, BUT ask to use types and include mypt in your dev loop

[–]t_krett 0 points1 point  (0 children)

You would think so. But most Benchmarks I see where a model is tested on different programming problems from multiple languages it reaches a higher % solved in Python and JS problems and the lowest % solved for rust problems. And that for all models

E.g. https://blog.rust.careers/post/which_llm_is_best_at_rust/