From 3575c04b0a45f3f64d1409f3bc82506065151157 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Sun, 19 Apr 2026 20:30:15 -0500 Subject: [PATCH] Clarify moderation of LLM-generated content Updated moderation policy to clarify handling of LLM-generated content and added link to AI use policy. --- Moderation-Policy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moderation-Policy.md b/Moderation-Policy.md index 67aba98..316b033 100644 --- a/Moderation-Policy.md +++ b/Moderation-Policy.md @@ -179,9 +179,8 @@ of the [Code of Conduct][]. by the TSC) are subject to immediate Blocking. * Issues, pull requests, discussions, and comments that are spam (job posting, service advertising, etc.) are subject to immediate moderation. -* Issues, pull requests, discussions, and comments that are believed to be - LLM-generated (e.g a PR coming from a new contributor changing a single file - without clear motivation) should be closed with a comment such as "It seems +* Issues, pull requests, discussions, and comments in violation of the [AI use + policy and guidelines]() should be closed with a comment such as "It seems you are using a LLM, please stop, this is not bringing any value and is wasting our time. If you are not using one, please read and follow our contributing guidelines." Report the user to the moderation repository so they @@ -386,3 +385,4 @@ any proposed change, a TSC vote in favor of the change is required. [report@nodejs.org]: mailto:report@nodejs.org [block other individuals from their personal GitHub accounts]: https://help.github.com/en/articles/blocking-a-user-from-your-personal-account [GitHub Organizations]: https://github.com/nodejs/admin/blob/master/GITHUB_ORG_MANAGEMENT_POLICY.md +[AI use policy and guidelines]: https://github.com/nodejs/node/blob/main/doc/contributing/ai-guidelines.md