Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
AI Filter: Local LLM Filtering
Demonstrating a Chrome extension that runs a local language model to filter Twitter feeds by user‑defined topics, covering implementation, limitations, and technical challenges.
AI Filter is a Chrome extension that uses a local language model to filter your social media feeds (currently, only Twitter / X) according to your instructions. For instance, you can say:
Hide all tweets, except for tweets about machine learning (ML), artificial intelligence (AI) and large language models (LLMs).
or:
By default, show all tweets
Do not show any tweets related to cryptocurrencies, blockchain, Bitcoin, Ethereum or related projects.
AI Filter will follow your instructions, hiding the appropriate tweets in the background as you browse Twitter.
Local LLM Chrome extension filters social media feeds with vLLM inference.