I don't think the core language should have AI in it for many practical reasons - offline operation, toolchain size, resource requirements, determinism, etc.. There is also a whole problem of LLMs non-deterministically generating incorrect output from correct inputs, and one of the Rust's values is that "generating incorrect output from correct inputs" is bad, and if it's non-determenistic, it's even worse.<p>but IDEs are a different beast - if a user likes AI they can install IDE or a plugin to help them, and there is no problem if that plugin requires huge downloads or tons of resources or always-on internet connection with paid subscription. And there is no impact on Rust's reputation if that plugin suggest nonsense.