Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
DoppelGoner: Vector Entity Clustering
Learn how to build a Rust-based vector clustering system that uses transformer embeddings, incremental processing, and graph algorithms to reconcile entities across federated databases.
I’ll demonstrate how I built DoppelGoner, an open-source Rust implementation that uses transformer embeddings and graph-based clustering to solve entity reconciliation across federated databases. The demo will include:
Live code walkthrough of the vector similarity pipeline using BGE-small embeddings
Technical deep-dive into the incremental processing architecture that enables efficient repeated runs
Demonstration of the graph-based cluster consolidation using petgraph for transitive relationship discovery
Performance optimization techniques for pgvector operations and parallel embedding generation
Live demo of semantic service matching where I’ll show how the system identifies semantically similar services even with different terminology
I’ll run everything live on my MacBook showing that sophisticated AI tooling can be deployed efficiently without massive compute resources.
Rust/TypeScript DoppelGoner thoughtfully deduplicates HSDS entities from multiple HSDS data sources.
This Rust/TypeScript project demonstrates semantic search using vectorized data.
Related projects
Faster Vector Search With Centroid Clustering
Boston
Learn how to accelerate semantic vector search by pre‑clustering embeddings with k‑means centroids, then narrowing queries to relevant…
GPT bots in practice - the S**T that goes wrong
Seattle
This talk covers practical challenges and solutions in building GPT and vectorDB chatbots, including speech recognition, data cleaning,…
No-code front-ends with AI assisted backend
Seattle
This talk demonstrates building a no-code React frontend with a custom Python/FastAPI AI backend to create animal mashup…
AI Adventure
Seattle
Demo shows how to build an open‑source AI role‑playing game that generates story, images, and audio on the…
Seams Showing: Deconstructionist Approach to AI Engineering
DC
Explore a deconstructionist approach to AI engineering for reliable MTG rules adjudication. This talk details a layered system…
Vector + Graph Friends
San Francisco
Shows a hybrid vector‑graph RAG system that creates personalized event emails using a knowledge graph and vector search,…