GitHub's AI Moderator is now available
Sharing this as an FYI, straight from GitHub
AI Moderator is now live and open source!
AI Moderator is an AI-powered GitHub Action that automatically detects spam in issues and comments using LLMs. Detected issues are tagged as spam and detected comments are (optionally) minimized. Each new issue and comment is passed through a series of prompts: by default checking for link spam, regular spam, and AI-generated content, but you can if you've got more specific requirements. The aim is to make it easy for maintainers to moderate their own communities according to their own standards.
cc @nodejs/moderation
- https://github.com/github/ai-moderator/blob/a230e1e40c9ed2f64b9a1d6ddf64cfa6b7c8f8c2/prompts/ai-detection.prompt.yml
- https://github.com/github/ai-moderator/blob/a230e1e40c9ed2f64b9a1d6ddf64cfa6b7c8f8c2/prompts/link-spam-detection.prompt.yml
- https://github.com/github/ai-moderator/blob/a230e1e40c9ed2f64b9a1d6ddf64cfa6b7c8f8c2/prompts/spam-detection.prompt.yml
maybe we try it on help or nodejs.org first before the main repo?
Definitely +1. I've added it to https://github.com/nodejs/help/pull/5098.
@nodejs/web @nodejs/nodejs-website
👍 +1 for trying it out on nodejs.org
This sounds interesting. Strong +1
Big +1 for that