AI Docs That Don't Lie to Your Users
Most AI documentation systems retrieve the wrong version, hallucinate details, and never admit uncertainty. Here's how to build one that actually helps.
Search coverage in this archive spans 3 posts from Jun 2023 to Jul 2025 and treats search as a production discipline: evaluation loops, tool boundaries, escalation paths, and cost control. The strongest adjacent threads are ai, embeddings, and go. Recurring title motifs include ai, docs, users, and embedding.
Most AI documentation systems retrieve the wrong version, hallucinate details, and never admit uncertainty. Here's how to build one that actually helps.
I benchmarked five embedding models against the same retrieval task. The results challenged some of my assumptions about model size, cost, and quality.
A hands-on walkthrough of building semantic search with Go, OpenAI embeddings, and pgvector. Includes chunking strategies, hybrid retrieval, and the gotchas I hit along the way.