Why Rust?
#413
Replies: 1 comment 1 reply
|
Go is absolutely a good choice too, especially for backend and MLOps. I picked Rust because more of today’s AI tooling is becoming systems software: harnesses, runtimes, sandboxes, CLIs, inference infrastructure, etc. Codex is a good example, OpenAI rewrote the CLI from TypeScript to Rust. So it’s less “Rust is better than Go” and more that Rust is becoming increasingly relevant for the lower-level AI engineering stack. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, and first of all. Thanks for all that work.
But, i got a doubt. Why did you choose rust and noy golang? I'm making this question just for curiosity. Because i see a lot in some place, i see it is used golang with python, on data enginrring, data science and MLOps. Ok, i know that rust, is for low level and "is the new option" that replace C or C++. But, as i said, why not golang, knowing that it is also fast and secure?
All reactions