logoalt Hacker News

insanitybityesterday at 5:12 PM2 repliesview on HN

I use LLMs and rust and compile times are absolutely a significant area of degradation. I love rust, I think it's the best language for LLMs, but the biggest win Rust could get for agentic development is to speed up the compiler.


Replies

embedding-shapeyesterday at 7:28 PM

Neither of you talk about what sort of machine you're sitting on. Back when I used a netbook, I'd agree with you, for developing quick off programs, the compile times are horrible. But as someone on a workstation now, compilation times are the least of my problems, and disk space is more of a concern for me.

You also don't share what LLM you use, some of them reason a lot, some of them nothing, some a bit. Again, personally I use LLMs with their maximum reasoning always, trading quality for speed/waiting every single time, and even compiling the Linux kernel would be faster than most LLM responses I get nowadays, for me, on a workstation.

show 1 reply
dnauticsyesterday at 11:03 PM

> I think it's the best language for LLMs

because of the type system? i work in ~dynamically typed language and the llms almost never make a type error.

show 1 reply