<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog on Voxell</title>
    <link>https://voxell.ai/blog/</link>
    <description>Recent content in Blog on Voxell</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 28 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://voxell.ai/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How We Stopped Lying to Ourselves About Quality</title>
      <link>https://voxell.ai/blog/vbms-journey-scoring/</link>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/blog/vbms-journey-scoring/</guid>
      <description>&lt;p&gt;Test coverage is a proxy. It tells you what lines of code a test runner touched, not whether your product works. A payment system can report 94% coverage while silently dropping charges on every third invoice. A GPU inference API can show all green while its engine health gate is literally just running &lt;code&gt;grep &amp;quot;/healthz&amp;quot; internal/engine/server.go&lt;/code&gt; against the source code.&lt;/p&gt;&#xA;&lt;p&gt;That second one is us. This is the story of how we found it, why it happened, and what we replaced it with.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vectors Are Not Ontologies</title>
      <link>https://voxell.ai/blog/vectors-are-not-ontologies/</link>
      <pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/blog/vectors-are-not-ontologies/</guid>
      <description>&lt;p&gt;A few months ago I was debugging a search-relevance pipeline backed by a state-of-the-art embedding model. The query was an unambiguous negation; the top result was an unambiguous affirmation; the cosine similarity was 0.92.&lt;/p&gt;&#xA;&lt;p&gt;You can guess the pair. &amp;ldquo;I love it&amp;rdquo; vs &amp;ldquo;I don&amp;rsquo;t love it.&amp;rdquo; Or near enough. The model could distinguish them in some abstract sense — the vectors weren&amp;rsquo;t identical — but in the only sense that mattered to the pipeline, they were neighbors.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Your Vector Database Is a Coping Mechanism</title>
      <link>https://voxell.ai/blog/your-vector-database-is-a-coping-mechanism/</link>
      <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/blog/your-vector-database-is-a-coping-mechanism/</guid>
      <description>&lt;p&gt;In March 2025, a team out of Stanford&amp;rsquo;s RegLab and Computer Science department published the first preregistered audit of the AI legal research tools that LexisNexis, Westlaw, and Thomson Reuters had been quietly selling into law firms (Magesh et al. 2025). The vendors had promised, in writing, &amp;ldquo;hallucination-free&amp;rdquo; output. The empirical reality was that the best of the three was wrong about one in six times, the worst about one in three.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CSSGuard: The Missing Half of CSS Tooling</title>
      <link>https://voxell.ai/blog/cssguard-bidirectional-validation/</link>
      <pubDate>Sat, 03 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://voxell.ai/blog/cssguard-bidirectional-validation/</guid>
      <description>&lt;h2 id=&#34;where-did-the-breadcrumbs-go&#34;&gt;Where Did the Breadcrumbs Go?&lt;/h2&gt;&#xA;&lt;p&gt;My wife is a UX designer. She was paging through our new site on her phone when she asked: &amp;ldquo;What happened to the breadcrumbs? They disappeared.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I had just finished cleaning up the codebase. Removed dead code, consolidated templates, tidied the CSS. The kind of housekeeping that makes you feel productive.&lt;/p&gt;&#xA;&lt;p&gt;But somewhere in that cleanup, I broke the breadcrumbs on mobile. No console errors. No failed builds. Our CI was green (55 checks), because this failure mode is structural—HTML still contains the class tokens, but the purge step removed the CSS definitions. The classes were present. The styles just&amp;hellip; weren&amp;rsquo;t.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
