cd/sources/softwaredoug-auto-discovered· home sources Softwaredoug (auto-discovered)
cat /sources/softwaredoug-auto-discovered.feed | wc -l → 9

Softwaredoug (auto-discovered)

articles 9 domain softwaredoug.com → feed RSS
00:00
2026-08-10
softwaredoug.com
large-language-models

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…

04:39
2026-07-31
softwaredoug.com
artificial-intelligence

Just brute force your embeddings

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 …

00:00
2026-07-29
softwaredoug.com
ai-infrastructure

Vectors Week: become a savier vector db customer

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…

00:00
2026-07-29
softwaredoug.com
artificial-intelligence

Just brute force your vector search

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…

00:00
2026-07-24
softwaredoug.com
machine-learning

PCA: an embedding shrink-ray

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…

00:00
2026-07-09
softwaredoug.com
artificial-intelligence

Why write code in 2026

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…

13:54
2026-07-04
softwaredoug.com
ai-agents

Write Code, Not Specs

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…

00:00
2026-06-12
softwaredoug.com
large-language-models

Search has its own bitter lesson

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…

00:00
2026-06-08
softwaredoug.com
artificial-intelligence

Agentic search - retrieval, harness, or model?

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, …