diff --git a/src/policies/llm-usage.md b/src/policies/llm-usage.md index cd1f5456d..50a4d7dbe 100644 --- a/src/policies/llm-usage.md +++ b/src/policies/llm-usage.md @@ -71,7 +71,7 @@ The following are allowed. ### ❌ Banned The following are banned. -- Comments from a personal user account that are originally created by an LLM. +- Comments that are originally created by an LLM posted from a personal user account. - ℹ️ This also applies to issue bodies and PR descriptions. - ℹ️ This also applies to voice/video content originally created or scripted by an LLM. - ℹ️ This does not apply if the LLM content is clearly quoted and marked; you can post that. @@ -119,7 +119,7 @@ All uses under "⚠️ Allowed with caveats" **must** disclose that an LLM was u - Using an LLM to discover bugs, as long as you personally verify the bug. Please refer to [our guidelines for fuzzers](https://rustc-dev-guide.rust-lang.org/fuzzing.html#guidelines). - ℹ️ This also includes reviewers who use LLMs to discover flaws in unmerged code. - - ℹ️ See also "Comments from a personal user account" under ❌ above. + - ℹ️ See also "Comments \[...\] posted from a personal user account" under ❌ above. - Using an LLM as a "review bot" for PRs. - ℹ️ Review bots that post without being approved by a maintainer will be banned. This is a one-time approval; maintainers don't need to approve individual reviews.