Ask HN: How Are You Doing RAG Locally?
by hacker-news-community
Simple retrieval often outperforms complex vector infrastructure—BM25, SQLite FTS5, and grep handle most local RAG use cases better than dedicated vector databases.
by hacker-news-community
Simple retrieval often outperforms complex vector infrastructure—BM25, SQLite FTS5, and grep handle most local RAG use cases better than dedicated vector databases.
by anthropic
AI's productivity gains shrink dramatically when you account for task reliability—Anthropic's new 'economic primitives' reveal that complex tasks show greater speedup but lower success rates, and AI disproportionately affects higher-skilled work.
by joao-moreno
A client-side search engine built entirely in Rust and WebAssembly can deliver sub-millisecond queries without external dependencies—Copilot made the unfamiliar stack approachable.
by terence-tao
The breakthrough in AI-assisted mathematics isn't just solving problems—it's the emerging capability to rapidly write and rewrite expositions of solutions.
by trey-grainger, doug-turnbull, max-irwin
The holy grail for AI-powered search lies at the intersection of semantic search, personalized search, and domain-aware recommendations—systems that understand the domain, the user, and can match arbitrary queries to any content.
by alexander-opalic
Cosine similarity measures the angle between two vectors—not their magnitude—making it the essential building block for semantic search, AI recommendations, and any application comparing text embeddings.