Hacker News new | ask | show | jobs
by guidsen 870 days ago
I'm building https://www.getmosaic.io that helps GTM teams enrich lead data and power personalization at scale, by integrating 30+ data providers and web scraping.

I've built this by using AI as the foundation for everything. I am using LLMs to classify information and extract structured data points for any webpage, or RAG for finding data.

Tech stack: - Mistral 8x7b and Perplexity API for data processing and GPT-4 input - GPT-4 for content output - pgvector in Supabase - LangChain for the pipeline and RAG stuff