<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Artificial Intelligence on Nalar</title>
    <link>https://nalar.dev/tags/artificial-intelligence/</link>
    <description>Recent content in Artificial Intelligence on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/artificial-intelligence/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Evaluating RAG Systems with a Small Golden Dataset</title>
      <link>https://nalar.dev/evaluating-rag-with-golden-dataset/</link>
      <pubDate>Tue, 01 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/evaluating-rag-with-golden-dataset/</guid>
      <description>&lt;p&gt;Retrieval-augmented generation (RAG) is easy to demo and surprisingly hard to evaluate. A fluent answer can hide weak retrieval, while a good retriever can be blamed for an answer model that ignores its evidence.&lt;/p&gt;&#xA;&lt;p&gt;A useful evaluation process separates those failure modes. You do not need thousands of examples to begin. A carefully maintained golden dataset of 30 to 100 representative questions can catch many regressions before users do.&lt;/p&gt;&#xA;&lt;h2 id=&#34;define-what-the-system-is-supposed-to-do&#34;&gt;Define what the system is supposed to do&lt;/h2&gt;&#xA;&lt;p&gt;Start with the product contract rather than a model metric. For a documentation assistant, useful requirements might be:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Validate LLM Output with Structured Contracts</title>
      <link>https://nalar.dev/validate-llm-output-with-structured-contracts/</link>
      <pubDate>Tue, 01 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/validate-llm-output-with-structured-contracts/</guid>
      <description>&lt;p&gt;Large language models are useful when software needs to turn ambiguous text into a structured decision, extraction, or plan. The dangerous shortcut is to treat a model response as if it were already trusted application data.&lt;/p&gt;&#xA;&lt;p&gt;Even when a provider can constrain output to JSON or a schema, the result can still be semantically wrong: a date can be impossible, an identifier can refer to a nonexistent record, or a supposedly positive amount can be negative. Reliable integrations therefore need a contract boundary between model output and the rest of the system.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Version Embeddings for Safe Semantic Search Migrations</title>
      <link>https://nalar.dev/version-embeddings-for-safe-semantic-search/</link>
      <pubDate>Tue, 01 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/version-embeddings-for-safe-semantic-search/</guid>
      <description>&lt;p&gt;Semantic search systems often look simple from the outside: encode a document, store its vector, encode a query, and compare the vectors. The operational difficulty appears later, when the embedding model changes.&lt;/p&gt;&#xA;&lt;p&gt;Two models can produce vectors with the same dimension and still define completely different coordinate spaces. Mixing vectors from model A with query vectors from model B can silently destroy ranking quality without producing an obvious error.&lt;/p&gt;&#xA;&lt;p&gt;The safe approach is to treat an embedding model as a versioned data dependency, not a drop-in function.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
