Aiaiai.guide: Plain-English mental model for LLM apps, tools and agents
Nine-chapter narrative arc beats fragmented blogs, openly licensed on GitHub.

Plain English Judges catch context AutoMod misses, but AI moderation space is getting crowded.
Twitch and YouTube streamers frustrated with keyword-based AutoMod limitations
AutoMod · Nightbot · StreamElements
Behold ModCheck - a context-aware moderation tool. It understands what's happening in the stream, who the streamer is, what's currently happening, the mood of chat, what the streamer is saying, etc.. It uses all of that to make moderation decisions.
Instead of keyword lists or regex, you write moderation rules in plain English. I call them Judges. They run in parallel for each message. A few examples: 1. Boundary Judge - "Flag viewers who comment on my appearance, body, or clothing choices." Catches stuff like "you'd get way more viewers if you showed more skin js" 2. Backseat Judge - "Flag unsolicited gameplay advice and strategy tips. Allow tips if I've asked chat for help."
The goal is to make this fully open source and have a paid tier for those who don't want to self-host.
NOTE: the product is not yet released. I'm looking for early adopters to test it out and help shape the direction. Also, if anyone is interested in building this out with me, please let me know!
--
For the interested, Judges are based on 1) scemantic similarity over a space of previously flagged examples having the stream context embeeded into the search and 2) finetuned small models as classifiers. The combination of the two allows to keep latency low-ish (under 500ms) and to use less GPU. Also 1) grows with your usage. The more you use a judge, the more accurate and fast it becomes.
Nine-chapter narrative arc beats fragmented blogs, openly licensed on GitHub.
Validates llms.txt and AI robot rules before AI crawlers ignore your content.
Yet another AI contract reviewer in a saturated market.
Renders real Twitch/7TV/BTTV emotes straight in supported terminals and packs moderator features (quick timeouts, user inspect) plus multi-account support and custom commands with Go-template interpolation. Clever engineering choices — Bubble Tea for UI, Kitty/Ghostty image protocol for inline emotes, and a self-hostable auth/proxy — make it a surprisingly feature-complete TUI chat client, but it’s still a niche alternative to established GUI clients.
Natural language to code via LLM when Claude Code already does this.
Yet another QuickBooks BI tool when Fathom and Float already exist.