
NeuroFilterAI
AI makes YouTube serve your goals, Distraction FREE Youtube.
Details
- Follow on
- @NeuroFilterAILinkedIn
- Categories
- AIEducation & Learning
- Target Audience
- StudentsResearchers
- Pricing
- Freemium from $2.49
- Platforms
- Web
Discovery signals
How AI and people discover NeuroFilterAI on PeerPush
By AI reads among AI tools
82 AI reads in the last 30 days, ranked against every AI tool listed.About NeuroFilterAI
YouTube is the best learning resource on the internet. The problem isn't YouTube. It's that YouTube's recommendation algorithm optimizes for watch time, which is directly opposed to why most people open it to study. NeuroFilter takes a different approach: semantic intent filtering. You state a learning objective — "organic chemistry" or "calculus" or "system design" — and the extension embeds that intent using a local transformer model (Xenova/all-MiniLM-L6-v2 via transformers.js). Every YouTube recommendation gets scored by cosine similarity against that intent. Below-threshold videos get blurred in the DOM. Above-threshold videos stay visible. The key property: the filtering is semantically aware. A video titled "JEE Chemistry | SN2 Reactions" scores high for organic chemistry intent. "Top 10 Gaming Moments 2024" scores near zero. Keyword blockers can't make that distinction — they don't know what you're there to learn. Built for students, developers, researchers, and anyone who uses YouTube intentionally. Technical: MV3 Chrome extension, WASM inference in offscreen document (avoids service worker lifecycle issues), LRU cache for repeat recommendations, ~3s cold start, then near-instant. Solo-built by Piyush, 17, Gorakhpur — during recovery from Ankylosing Spondylitis.
Discount Codes
100% off for 3 Month [No Credit Card] (-100% OFF)
Valid until Jan 1, 2027
Screenshots
Product Updates (2)
Big AI Updates In NeuroFilterAI Coming SOON
Lets Make The World A Better Place To Live in!!!
Comments (1)
welcome automation just shipped
I'm Piyush, The extension uses on-device transformers (MiniLM-L6-v2 via WASM and Gemini) to semantically score YouTube recommendations against your stated learning intent. No server. No privacy concerns. The whole inference pipeline runs inside an offscreen document inside the Chrome extension. Current state: - 14 CWS users - v4.5 shipped May 8 - Welcome email automation just deployed: every new signup gets a unique 30-day Pro key minted in Supabase and emailed automatically via Resend. Zero manual action, no VPS, no cron jobs. Honest limitations: - ~3 second cold start (WASM init + model load) - Firefox not yet supported - Using a general-purpose embedding model (not fine-tuned on educational content) If you use YouTube to study or research anything — this is for you. Happy to dig into the technical architecture in the comments.
Comments (0)
No comments yet. Be the first to share your thoughts!
Reviews (2)
Average 5.0 out of 5
Based on 2 reviews
peerpush is actually helping me a lot!!! most affordable value for money DR 73 backlink
Great chrome extension.... I have used unhook previously... It's new and lot better





Comments (2)
Intressting…
@simonkjellner thank you
Built this solo at 17. On-device transformers in MV3 — no server, no privacy risk. ~3s cold start (WASM init), then near-instant. Happy to go deep on the offscreen document architecture in replies.