wanted to share a project i've been working on that explores using LLMs for social, in-feed entertainment.
it's a text-based simulation game called Slop-Cops, built on reddit's new developer platform (devvit). users submit a website URL or describe a project idea (like an AI startup), and 5 distinct AI agent personalities (acting as a tribunal of "vibe cops") read the text, debate its quality, and rate it. players can then write a rebuttal to defend their project before the final verdict.
tech stack is fairly straightforward: react webview, hono, devvit redis for state, and the google gemini API running directly from the server.
it's live and playable on reddit if you want to test how the agent personalities interact: r/slopcops
would love to get feedback on the agent prompts and how they debate each other.
[link] [comments]