AI Tribunal Critiques Project Ideas in New Reddit App
A new application, Slop-Cops, leverages Reddit's developer platform to create an engaging social experience where artificial intelligence agents act as a council to debate and critique user-submitted project ideas. Built by a developer exploring LLMs for social entertainment, the app invites users to submit a website URL or a description of a project, such as an AI startup. These submissions are then analyzed by five distinct AI agent personalities, who function as a 'tribunal of vibe cops.' They engage in a debate about the quality of the project idea before assigning a rating.
The core of Slop-Cops lies in its simulation of social interaction and critique, using AI to generate discussion and feedback. Users are not just passive recipients of AI judgment; they can write rebuttals to defend their project ideas after the AI council has delivered its verdict. This creates an interactive loop, encouraging users to refine their pitches based on AI-driven feedback and their own persuasive arguments.
The technical architecture is designed for straightforward implementation and scalability. It utilizes a React webview for the user interface, Hono for server-side logic, Redis for state management, and the Google Gemini API for the AI agent functionalities. The Gemini API is run directly from the server, ensuring a responsive experience for users submitting their ideas and engaging with the AI's critiques.
The project is live and playable on Reddit, accessible through the dedicated subreddit r/slopcops. This platform allows potential users to directly interact with the application, submit their own project ideas, and observe the AI agents' deliberations. The developer is actively seeking feedback, particularly on the effectiveness of the agent prompts and the dynamics of their inter-agent debates. This feedback loop is crucial for iterating on the AI's personalities and debate logic, aiming to enhance the realism and entertainment value of the simulation.
Exploring LLM Potential for Social Entertainment
Slop-Cops represents an interesting exploration into the potential of Large Language Models (LLMs) beyond traditional applications like content generation or data analysis. By tasking multiple AI agents with distinct personalities to engage in a simulated debate, the project taps into the LLMs' capacity for nuanced language understanding, persona adoption, and argumentative reasoning. The concept of a 'tribunal of vibe cops' is a playful framing that highlights the AI's role in evaluating subjective qualities like project appeal, market viability, or innovative potential, albeit through a simulated lens.
The developer's focus on 'social, in-feed entertainment' suggests a broader trend of integrating AI into platforms where user interaction and community engagement are paramount. Reddit, with its established structure of communities and discussions, provides a fertile ground for such experiments. The use of Reddit's new developer platform, Devvit, indicates a growing ecosystem of tools and frameworks enabling developers to build custom applications and integrate them seamlessly within the Reddit environment.
The architecture, featuring a React webview, Hono, Redis, and the Gemini API, is a modern stack for building interactive web applications. Hono, a lightweight web framework, is well-suited for server-side logic, while Redis offers efficient state management for user sessions and ongoing debates. The direct integration of Google's Gemini API ensures that the AI agents have access to powerful natural language processing capabilities, enabling them to parse project descriptions, formulate arguments, and generate critiques that are both coherent and characteristic of their assigned personalities.

The Interactive Feedback Loop
The interactive nature of Slop-Cops is a key differentiator. After the AI council (the five distinct agents) debates and rates a project idea, the user is presented with the outcome. This is not the end of the interaction, however. Users are empowered to write a rebuttal, a defense of their project against the AI's criticisms. This feature transforms the application from a simple AI critique tool into a more dynamic game or simulation where persuasive argumentation is key.
This rebuttal mechanism serves multiple purposes. Firstly, it provides a crucial layer of user agency, allowing individuals to challenge the AI's assessment and advocate for their ideas. Secondly, it creates a more engaging and potentially educational experience, prompting users to think critically about their project's strengths and weaknesses and to articulate them effectively. Finally, it provides valuable data for the developer regarding the types of arguments users employ and how they respond to AI-generated feedback, which can inform future iterations of the AI's prompts and debate logic.
The feedback sought by the developer—specifically on agent prompts and debate interactions—points towards a deep interest in fine-tuning the AI's conversational and argumentative capabilities. The success of Slop-Cops hinges not just on the AI's ability to understand and critique project ideas, but also on its capacity to simulate a believable and entertaining debate among distinct personalities. Achieving this requires careful prompt engineering and potentially the development of specific interaction protocols for the agents, ensuring that their debates are coherent, engaging, and reflect their assigned roles.
The live implementation on Reddit, accessible via r/slopcops, offers a real-world testing ground. Developers and enthusiasts can submit their ideas, witness the AI's performance firsthand, and contribute to the project's development through direct feedback. This approach aligns with the open-source ethos and community-driven development prevalent in many tech circles, allowing for rapid iteration and improvement based on collective user experience.
