Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
I built my own company-discovery agent: Exa semantic search + a Claude scoring pass
Build a company discovery agent using Exa semantic search and Claude AI. Learn how to find companies before they hire, handle AI output, and distinguish product companies from consultancies.
A little agent that hunts for companies I should keep an eye on for my job search — before they even post an opening, so I already know about them the moment they start hiring. Here’s how it works: it searches the web using Exa, a search engine that understands meaning rather than just keywords, so I can describe the kind of company I’m looking for in plain sentences instead of guessing the right search terms. It checks each new company against a list of ones I already know about, so it never wastes time re-checking the same company twice. Then Claude (Anthropic’s AI model) reads each new company’s website and scores it from 0 to 10 based on how well it fits what I’m looking for. Anything that scores high enough gets sent straight to my phone via Telegram. The whole thing runs automatically on GitHub’s free infrastructure — no server to maintain, no database. It just saves its results as simple files back in the same code repository, so that becomes its “memory” between runs.
I’ll run it live on screen and show three things most people never see: (1) the raw data that comes back from the search engine — exactly what it finds and how I pull the useful text out of it; (2) the messy backup logic I had to write for when the AI doesn’t format its answer properly — because it doesn’t always follow instructions perfectly, so I had to teach the code to clean up after it and recover instead of crashing; and (3) the actual message landing on my phone at the end. I’ll also show the single most important decision in the whole system: the moment the AI has to figure out whether a company actually builds a product, or just sounds like it does while really being a consulting agency.
- ExaA neural search engine designed to provide LLMs and developers with clean, crawled web data via semantic embedding.Exa (formerly Metaphor) replaces traditional keyword matching with a transformer-based inference model that understands the actual meaning of a query. By indexing billions of pages and filtering for high-quality content, the API allows systems to retrieve specific documents—like research papers, GitHub repos, or news articles—using natural language prompts. It bypasses SEO spam by focusing on link structures and content relevance, delivering structured results that are ready for RAG (Retrieval-Augmented Generation) pipelines.
- ClaudeClaude is Anthropic's flagship family of large language models (LLMs): a high-performance, Constitutional AI system built for safety, complex reasoning, and expert-level collaboration.Claude is a next-generation AI assistant developed by Anthropic, a research firm prioritizing AI safety. The models (including Opus, Sonnet, and Haiku) leverage Constitutional AI to ensure helpful, honest, and harmless outputs, a key differentiator from competitors. Claude excels at complex enterprise tasks: processing massive context windows for in-depth data analysis, generating and reviewing code, and providing expert-level summarization for documents up to 200,000 tokens. It is deployed as a conversational chatbot and via API, offering scalable AI solutions for developers and businesses.
- GitHub ActionsGitHub Actions automates your software workflows (CI/CD, testing, deployment) directly within your repository.GitHub Actions is your native, event-driven automation platform: it executes custom workflows right inside your GitHub repository. Define multi-step jobs using YAML files, which must be stored in the `.github/workflows` directory. These workflows trigger on specific events, like a `push` to a branch or a `pull_request` opening. The platform supports world-class Continuous Integration and Continuous Deployment (CI/CD), letting you build, test, and deploy code across any language (e.g., Python, Node.js, Java). Runners—Linux, Windows, or macOS virtual machines—execute the jobs. For security, confidential data is managed via GitHub `secrets`, ensuring credentials stay out of your code.
- TelegramCloud-based, cross-platform instant messaging (IM) focused on speed, security, and massive group capacity.Telegram is a cloud-based, cross-platform IM service, prioritized for speed and robust security. It supports massive group chats (up to 200,000 members) and allows file sharing up to 2 GB per item, making it a powerful tool for large communities and businesses. The platform offers end-to-end encryption for voice/video calls and optional 'Secret Chats'; all other chats use a combination of 256-bit symmetric AES, 2048-bit RSA, and Diffie–Hellman encryption. Launched in 2013, Telegram has scaled significantly, surpassing 1 billion monthly active users as of March 2025.
- PythonPython: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
Related talks
More from the community
Building a Daily AI Sales Agent in Claude Code — 38x Cold Outreach Response Rate
Seattle
Learn to build an AI sales agent in Claude Code. Discover, score, and deliver qualified leads via LinkedIn…
A Self-Improving AI OS for the Chronically Self-Employed
Barcelona
See a live demo of a self-improving AI OS for freelancers, built on plain-text git, that manages business…
The Interview That Runs Itself
Seattle
See a live demo of an AI workshop that automatically extracts brand insights and generates deliverables in real-time…
Programmatic SEO in the agentic era
Valencia
Discover how to generate 1300 targeted SEO pages for local markets without a dev team or ad spend,…
A marketer built a SaaS product in 2-months. Here's what broke.
Los Angeles
See how a competitive intelligence SaaS product was built in two months, covering AI visibility testing, report generation,…
I Don't Write Code: How a Truck Parts Wholesaler Runs on 80 AI Skills and 5 Agents
Dallas Fort Worth
See how 80 AI skills and 5 agents run a B2B truck parts wholesaler, including code generation, competitor…
Compose Email
Loading recent emails...