
saint
4.8K posts

saint
@thetronchguy
matmul whisperer for the aria compute company • making both docker and kubernetes obsolete, at once (rust btw)






There's always been a point-of-no-return with agent productivity where no amount of geopolitical pressure can put the cat back in the bag. I think we just reached it. Clever prompting and threadmaxx training can probably turn you into an oil baron if done correctly these days

I don't think Rust is the best programming language for LLMs. The only reason why Greg said this is because Rust limits the LLM from making mistakes by not compiling shitty code, but the LLMs still suggest using unsafe! to bypass security rules. Therefore, I would say that Go is the best — if there is any "best" language for LLMs. Since LLMs are based on next-token prediction, it's more important that the code looks almost the same to get a good result. Go was designed to make every app around the globe look almost the same; for instance, there is only one way to make a loop compared to Rust, which has at least five that I could think of (loop, for, while, while let, and map). I want the best language to be rust tho


also am exploring the idea of a robust ‘help’/‘docs’ endpoint which would be the api version of how cli come std with —help flag it seems this will end up a nonnegotiable in an agentic future











