<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Prem Mishra</title>
    <description>The latest articles on DEV Community by Prem Mishra (@premvkmishra).</description>
    <link>https://dev.to/premvkmishra</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4135671%2F337b96bb-72f5-420c-a4e3-a982ad7f7e00.jpeg</url>
      <title>DEV Community: Prem Mishra</title>
      <link>https://dev.to/premvkmishra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/premvkmishra"/>
    <language>en</language>
    <item>
      <title>For anyone still unclear about Jev:</title>
      <dc:creator>Prem Mishra</dc:creator>
      <pubDate>Tue, 22 Sep 2026 11:39:36 +0000</pubDate>
      <link>https://dev.to/premvkmishra/for-anyone-still-unclear-about-jev-4e3l</link>
      <guid>https://dev.to/premvkmishra/for-anyone-still-unclear-about-jev-4e3l</guid>
      <description>&lt;p&gt;For anyone still unclear about Jev:&lt;/p&gt;

&lt;p&gt;It’s an AI model designed to make decisions, not write paragraphs.&lt;/p&gt;

&lt;p&gt;The reason it’s catching attention is simple: instead of an LLM giving your application text that it then has to interpret, Jev is designed to return a structured, type-safe answer that your code can directly work with.&lt;/p&gt;

&lt;p&gt;LLM → generates text → software parses/interprets it → software acts on it&lt;br&gt;
Jev → makes a structured decision → software acts on it&lt;/p&gt;

&lt;p&gt;In that sense, Jev skips much of the interpretation layer.&lt;/p&gt;

&lt;p&gt;Personally, I think it’s too early to know whether Jev itself will become crucial or widely adopted.&lt;/p&gt;

&lt;p&gt;But the architecture behind it? I think that direction is here to stay.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why Similarity Breaks Down at Scale</title>
      <dc:creator>Prem Mishra</dc:creator>
      <pubDate>Mon, 21 Sep 2026 11:42:19 +0000</pubDate>
      <link>https://dev.to/premvkmishra/why-similarity-breaks-down-at-scale-3mla</link>
      <guid>https://dev.to/premvkmishra/why-similarity-breaks-down-at-scale-3mla</guid>
      <description>&lt;p&gt;Embeddings don't store meaning. They store statistical proximity.&lt;/p&gt;

&lt;p&gt;When you embed a phrase like "refund policy", the model isn't encoding what a refund actually is. It's placing that phrase in a high-dimensional space based on patterns learned from massive amounts of text.&lt;/p&gt;

&lt;p&gt;The problem starts when that space gets large.&lt;/p&gt;

&lt;p&gt;In 768 or 1536 dimensions, most vectors become surprisingly similar in distance.&lt;br&gt;
This is the curse of dimensionality: as dimensions increase, the space expands so rapidly that the difference between relevant and somewhat related begins to shrink.&lt;/p&gt;

&lt;p&gt;As a result, cosine similarity scores often cluster into a narrow range.&lt;/p&gt;

&lt;p&gt;That's why a score of 0.85 can mean:&lt;br&gt;
"This is exactly the document you need."&lt;br&gt;
Or "This talks about the same topic but answers the wrong question."&lt;/p&gt;

&lt;p&gt;The score itself isn't broken. Our interpretation of it is.&lt;/p&gt;

&lt;p&gt;Similarity is not an absolute measure of relevance. It's a local signal that only makes sense within the context of a specific query and its neighbors.&lt;/p&gt;

&lt;p&gt;This is why mature RAG systems don't rely solely on vector search. They calibrate thresholds, rerank results, and evaluate retrieval quality against real-world relevance metrics.&lt;/p&gt;

&lt;p&gt;A vector tells you what's nearby. It doesn't tell you what's right.&lt;br&gt;
That's the difference between retrieval that demos well and retrieval that works at scale.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2vdvg69s6c5r3ocg2lzs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2vdvg69s6c5r3ocg2lzs.png" alt=" " width="799" height="639"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>discuss</category>
      <category>performance</category>
      <category>software</category>
    </item>
  </channel>
</rss>
