Inspiration
After hearing about the Siren's Call, we looked into it. We found that AI-generated misinformation is spreading faster than ever on social media. Recent research by Drolsbach and Pröllochs [2025] analyzing over 91,000 misleading posts revealed that AI-generated misinformation receives 34% more likes and 11% more retweets than traditional misinformation on X (formerly Twitter). With AI tools becoming more accessible and sophisticated, users need reliable, real-time detection tools. SlopChop addresses this growing threat by providing instant, multi-modal AI content detection directly within social media feeds.
What it does
SlopChop provides assessments on each social media post by running its text through 2 AI text detection models and processing its image through an AI image detection model. The results from these assessments are then used to classify the post as 'likely human,' 'uncertain,' and 'likely AI/scam.'
This approach recognizes that AI-generated misinformation often combines both text and visual elements, with research showing 93% of AI-generated misleading posts contain media.
How we built it
We used Expo, a framework for React Native to add cross-platform compatibility on Android and iOS devices. We divided our work into implementing the frontend, setting up the FastAPI system, and getting live posts from social media.
Challenges we ran into
Choosing and actually implementing a live social media feed into our app. Among the many social media platforms available, we decided to implement X. X specifically has a large influx of posts every minute, along with having an integrated AI system, Grok, which makes X a hotspot for AI-generated content. Additionally, research validates X as a significant source of AI-generated misinformation (5.06% of flagged misleading posts)
Accomplishments that we're proud of
Completing this project without having to rush down to the last minute was a big accomplishment. Cross-platform deployment on both iOS and Android using a single codebase was also important to us, since our team had both iOS and Android users.
What we learned
Taking the time to flesh out an idea and develop the architecture of a project saves time and effort in the long run.
What's next for SlopChop
In the future, we would like to implement and streamline running multiple social media feeds into a single app, such as including Instagram's Explore page and TikTok's FYP in the live section of the app. Expanding core functionality such as messaging, sharing, and other modern social media tools will also be essential. These additions will make it easier and more appealing for users to adopt SlopChop as their primary platform for filtering out AI-generated content.
References
Chiara Drolsbach and Nicolas Pröllochs. 2025. Characterizing AI-Generated Misinformation on Social Media. arXiv:2505.10266 cs.SI. https://doi.org/10.48550/arXiv.2505.10266
Built With
- census
- expo.io
- google-trends-api
- huggingface
- javascript
- pillow
- pydantic
- python
- pytorch
- react-native
- x-api
Log in or sign up for Devpost to join the conversation.