Urgent.News

What's breaking now, across thousands of outlets.

AI

AI chat moderation in Roblox — by meaning, not a word list

Word-list chat filters break the moment someone types a s s a s s i n with spaces, or a slur spelled with a 0 , or a perfectly innocent word that happens to contain a banned substring. You end up in an endless arms race patching your blocklist. An AI model reads the meaning of a message, so it catches obfuscated toxicity and stops false-flagging harmless phrases. One server-side call local Cortex…

Roblox has adopted a new approach to moderating its chat systems, shifting from traditional word-list filters to employing an artificial intelligence model. This change addresses the limitations of word-list filters, which can be easily bypassed by users. AI models analyze the meaning of messages, effectively catching obfuscated toxicity and avoiding false-flagging harmless phrases.

To implement this system, developers integrate a server-side component called Cortex, which is initialized using a unique API key. The AI model is prompted to moderate chat messages, returning a simple "SAFE" or "BLOCK" response. This straightforward reply allows for efficient moderation, as the system only incurs costs for output tokens, and repetitive messages are served from cache without additional charges.

The server-side code requires developers to specify the context of their game, such as whether it's a children's game or a PvP environment, to ensure the AI model aligns with the platform's tolerance levels. Developers can also cache identical messages to prevent spam, and log any "BLOCK" verdicts for fine-tuning the AI model's prompt.

Roblox offers a free open beta and an open-source kit for developers interested in implementing this AI chat moderation system. For more information, developers can visit the provided GitHub repository or demo page.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

I built K-Humanizer, an open-source Agent Skill for natural Korean writing

Korean text from LLMs is often grammatically correct but still sounds translated. The word order follows English, abstract nouns hide the action, and the tone is often more formal than the situation…

  • K-Humanizer refines Korean LLM output for native readers
  • Maintains facts, numbers, names, uncertainty, domain terms
  • MIT licensed GitHub repository with synthetic examples

Generate endless Roblox quests with AI (and cache them so it's cheap)

Hand-written quests run out. Players finish your content faster than you can write it, and the tenth "collect 10 wolf pelts" quest feels like filler.

  • AI generates dynamic quests for Roblox players
  • Cortex library integrates AI into Roblox game
  • Cached content eliminates repetition and reduces costs

AI Agent Standards Experiment: Test Rules Before Teams Trust Them

AI agents can look reliable after one impressive demo and still fail the moment real users, messy repositories, and conflicting instructions enter the room.

  • AI agents may appear reliable but can fail in real-world scenarios.
  • Teams often change agent rules based on gut feelings, not evidence.
  • The guide provides a lightweight experiment system for AI agent standards.

Calibration Is Bet Sizing

The last post was about making a number trustworthy. Leakage geometry, purge widths, de-overlap, a baseline that could not cheat.

  • Six assets improved calibration with new system
  • LINK-USD did not see improvement, underperformed
  • Selective rollout involves allow-list of assets

More from Sunday 23 August →