Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Matryoshka Embeddings: AI Filtering
Learn how to overcome "Insight Blindness" in AI generation with Matryoshka embeddings. This demo shows a production pipeline filtering noise for usable long context and high-signal synthesis.
We realized that standard “Persistence” (chat history) is broken. In a production environment with thousands of chats and documents, context windows turn into noise unless the user is hyper-conscious of their usage. We call this “Insight Blindness.” I will demo the pipeline we built to fix this. We are moving beyond standard RAG by implementing Nomic Embed v1.5 with Matryoshka Representation Learning. I will show how we use adaptive, variable-density embeddings to filter noise before it ever hits the context window, and then pipe the high-signal clusters into Google Gemini for synthesis. No slides—just a walkthrough of the ingestion pipeline, the Matryoshka embedding layer, and the synthesis engin