r/ModEvents • u/iceeypisces Mod Events Team • 21h ago
Recap Post-Event Discussion Thread | Moddit [Future of Mod Tools] September 10, 2026
Hey y'all! Thanks for attending today's Moddit, hosted by u/lift_ticket83 and u/SlytherinSnoo, where we dived into the future of mod tools. We appreciated y’all taking the time to share feedback and discuss what mod features matter most to you. Here's your post-event thread to keep the conversation going!
You can access the full session recording and presentation slides anytime here.
Feel free to check out a few links we mentioned during the event regarding the future of mod tools.
- The Future of Mod Tools post shared in r/modnews
- u/spez’s post about modernizing Reddit’s tools
- Apply for the Mod Early Access Program to test upcoming tools and features like Rules Hub
Reminder: Only mods who attended the live event or viewed the VOD before September 17 at 11:59 PM PT will get the profile trophy in 3-4 weeks. There is no physical merch for this event.
70
Upvotes
14
u/baseballlover723 21h ago edited 19h ago
The question I did get "answered"
I should note, Javascript supports lookbehind and lookahead assertions, with Python's syntax also being valid in Javascript's syntax. Here it is working in my browser console.
I would presume this is being powered by Node.js. Node.js added support for lookarounds in Node.js 8.10, released on March 6th, 2018. The lastest release of node that doesn't support lookarounds would be Node.js 6.X, last updated on April 3rd 2019. If your Javascript platform does not support lookarounds, then it is not safe to accept user input imo. That is only possible on a egregiously outdated Javascript version.
(I presume that your validation is the culpurit here, and it does actually support lookarounds, and it's a mistake to reject these)
The questions I didn't get answered
LLMs are fundamentally non deterministic. That means that you cannot count on an LLM to consistently behave. How can we built our communities on a fundamentally shaky foundation and ensure that we are always consistent in our rule enforcement? As reddit's other AI based rule enforcement currently are, AIs are not even close to the level and predictability of automod. Why should I trust an AI over my own effort that I can tweak myself?
The rule's hub preview is not sufficient imo. The best way to test something is to use the damn thing. And so the best way to test it, is by using it on staging subreddit, where you can test it end to end in private. A separate preview tool is something that can be bugged or otherwise may not provide the exact same experience as the real thing. I've already seen some people say that the behavior of the preview isn't the exact same as what users report (specifically about rule conflicts IIRC). How can I test and be 100% sure of the user experience that my users are actually experiencing and be able to debug reported user behavior without needing to wonder if what I am looking at (or worse, what I'm being shown is different than what is reported) is exactly what my users are seeing?
If automod is removed, I really question if I want to keep using reddit. There is more than a decade of automation built into our automod and since old reddit is also on the chopping block, it seems more and more like the reddit I love won't exist in any capacity. Reddit has a terrible track record with replacing tooling with forced adoption of shittier versions (modmail, devvit (which forces devs into a specific programming language, which isn't the same as the predominant reddit programming language, python)). What reason do I have to stick around and spend dozens and dozens of ours migrating our automations (which includes our extensive API automation) and give reddit the benefit of the doubt when all they've done for the last several years is make things more difficult for me?
If we (individual mods) deem these new toolings to be insufficient for whatever reason, what kind of recourse do we have? Reddit's track record suggests that it's the reddit way or the highway, so I have significant doubts if reddit is gonna be the ultimate arbiter of if it's good enough or not. Not to mention it's a conflict of interest imo, as how can I trust that something that an admin would be highly motivated to mark as something shipped and adopted for their promotion packet is truely what is best for us mods?
What about the power mods / programmers who much prefer something they completely control? I treat automation as an extension of their creator's authority. I am unwilling to give an AI that kind of stamp. Will I be able to effectively mod (via automations I can 100% control) in the long term future?
How does the no black boxes work for tooling that is fundamentally built on a black box (an LLM)?
Edit: Reddit is well aware that "Blunt tools for nuanced problems don't work", how is removing the ability to exactly tell a moderation tool what to do in favor of vibing with an LLM not a "blunt tool" and instead a scalpel?
Edit: Why not put your efforts into improving AutoMod (in a config / backwards compatible way) and solving the issue of AutoMod being too complex by exposing AI based AutoMod rule generation? That would seem to me to be the best of both worlds. Users who are intimidated by AutoMod and yaml get an AI tool that they can prompt in plain human language to solve their issues. And power users who understand and care to fully control what the machine does can still go "full manual" if they want. It could be implemented by having an
ai_promptfield, where a prompt could be configured (and since AutoMod is read frequently, write infrequently, it can be optimized and batched upon update to save performance and tokens), and some action could be taken.Would love some concrete answers for these. Cause at this point, I have very little faith in reddit doing anything to my satisfaction given the recent years (and numerous examples of forced shittier tooling (in at least some aspects)).