unbaited
Control your feed with LLMs on X
What is this?
Unbaited is a browser extension that helps you filter out engagement bait and inflammatory content from your X (formerly Twitter) feed. It uses AI to analyze tweets in real-time and hides content designed to provoke emotional responses or increase engagement through controversial topics.
How it works
i'm tired of engagement bait & politics on my x feed.
— daniel petho (@nonzeroexitcode) January 6, 2025
so i prototyped a chrome extension which uses llama 3.3 to process and filter out "negative" content.
link, repo & some info in 🧵 pic.twitter.com/Bdo9jPlTQ4
The extension uses Groq's ultra-fast API to analyze tweets using the Llama 3.3 model. When you scroll through X, it:
- Detects new tweets as they appear in your viewport
- Sends the tweet content to Groq's API for analysis
- Blurs tweets that are identified as engagement bait
- Gives you the option to reveal hidden tweets with a single click
Important Notes
This is a prototype and thought-provoker. The goal is to demonstrate how social media platforms could integrate more user controls natively, giving people more agency over their feed content.
To use the extension, you'll need:
- Your own Groq API key
- Chrome or a Chromium-based browser
You can customize the system prompts to adjust how tweets are analyzed, making the extension work according to your preferences.
Read the privacy policy to learn how your data is handled.