Don't classify. Hallucinate!
OpenAI's GPT-5.4-mini can classify e-commerce queries more cheaply by hallucinating fake categories and matching them to real ones via embeddings, according to a developer who shared the technique. Th…
OpenAI's GPT-5.4-mini can classify e-commerce queries more cheaply by hallucinating fake categories and matching them to real ones via embeddings, according to a developer who shared the technique. Th…
A senior developer argues that brute-force vector search with NumPy can outperform vector databases for datasets up to about 1 million documents, citing benchmarks from an M4 MacBook Pro showing 79.7 …
A series of vector database courses, led by Doug Turnbull and Adam Hevenor, will run the week of August 10, covering how to choose a vector database, improve hybrid search, and build a vector database…
A software engineer argues that brute-force vector search with numpy can outperform vector databases for many use cases, citing benchmarks showing 79.7 queries per second on 1 million 384-dimension em…
Principal Component Analysis (PCA) can reduce the dimensionality of embeddings, shrinking memory usage from 14GB for 9 million 384-dimension vectors to a fraction of that by collapsing redundant dimen…
A software engineer argues that writing code remains valuable in 2026 despite AI agents' ability to generate code, because hands-on coding fosters attention, understanding, and ownership of the system…
Software engineer Doug Turnbull argues that developers should prioritize writing code over specifications when working with AI coding agents, using tests as executable requirements to gradually expand…
A new 'bitter lesson' in search technology reveals that algorithms matter less than incentivizing content creators to optimize for a search engine, as demonstrated by Google's PageRank and now by codi…
Agentic search can be implemented in three distinct ways: retrieval-centric, harness-centric, and model-centric. The retrieval-centric approach relies on building high-quality search to guide agents, …