Rust Language's LLM Policy
Rust language team has published their LLM policy. Here are some of the they highlights
It’s fine to use LLMs to answer questions, analyze, distill, refine, check, suggest, review. But not to create.
So what’s allowed?
Any use of an LLM where you are the only one who sees the output.
So basically, you’re allowed to use LLM to learn from the codebase, do code reviews privately and things like that. But LLM output isn’t allowed in public docs, PR descriptions, or GH comments unless it’s explictly mentioned.
And reviewers aren’t required to look at the LLM PRs if they don’t want to do it.