<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Rag on dplabs — Software Engineering &amp; Technology Consultancy</title>
		<link>https://dplabs.tech/tags/rag/</link>
		<description>Recent content in Rag on dplabs — Software Engineering &amp; Technology Consultancy</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Mon, 26 Jan 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://dplabs.tech/tags/rag/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Evaluating LLM Applications: Beyond Vibe Checks</title>
				<link>https://dplabs.tech/blog/evaluating-llm-applications/</link>
				<pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/evaluating-llm-applications/</guid>
				<description>&lt;p&gt;Most teams evaluate their LLM applications by asking them a few questions and deciding whether the answers look right. This is not evaluation — it&amp;rsquo;s a vibe check. It doesn&amp;rsquo;t scale, doesn&amp;rsquo;t catch regressions, and doesn&amp;rsquo;t provide any basis for measuring improvement over time.&lt;/p&gt;&#xA;&lt;p&gt;Systematic LLM evaluation is harder than evaluating deterministic software. The outputs are probabilistic, quality is multidimensional, and the correct answer often isn&amp;rsquo;t a single string. These are difficulties, not reasons to skip evaluation.&lt;/p&gt;</description>
			</item>
			<item>
				<title>RAG vs Fine-Tuning: Choosing the Right Tool for LLM Customization</title>
				<link>https://dplabs.tech/blog/rag-vs-fine-tuning/</link>
				<pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/rag-vs-fine-tuning/</guid>
				<description>&lt;p&gt;&amp;ldquo;Should we use RAG or fine-tuning?&amp;rdquo; is a question teams ask when they need an LLM to work better for their specific use case. It&amp;rsquo;s often the wrong question — they&amp;rsquo;re different tools that solve different problems and can be combined.&lt;/p&gt;&#xA;&lt;p&gt;Getting this wrong is expensive. Fine-tuning a model to &amp;ldquo;know&amp;rdquo; information that should be retrieved leads to a model that&amp;rsquo;s expensive to update and confidently answers with stale data. Implementing RAG when the problem is actually about model behavior leads to a system that retrieves correctly but still behaves wrong.&lt;/p&gt;</description>
			</item>
			<item>
				<title>RAG Is Not a Database Query</title>
				<link>https://dplabs.tech/blog/rag-is-not-a-database-query/</link>
				<pubDate>Mon, 21 Oct 2024 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/rag-is-not-a-database-query/</guid>
				<description>&lt;p&gt;Retrieval-Augmented Generation has become the default answer to &amp;ldquo;how do we make an LLM answer questions about our data.&amp;rdquo; The concept is simple enough to explain in one slide: embed your documents, store them in a vector database, retrieve the relevant ones at query time, pass them to the LLM.&lt;/p&gt;&#xA;&lt;p&gt;The problem is that the one-slide version produces one-slide-quality results. Good RAG systems are significantly harder to build than the demos suggest, and the failures are often subtle — the system produces confident, plausible-sounding answers that are wrong in ways that are hard to detect without systematic evaluation.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
