Hacker News new | ask | show | jobs
by jorvi 41 days ago
Bit of a nit, it isn't the strong typing that makes Rust great for LLMs, it's the very strict compiler.

Plenty of languages have strong (enough) typing but their compilers happily let you or the LLM footgun yourself.

2 comments

Same reason Zig is great for LLM's
Oh, that's fair.