<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Reliability on dplabs — Software Engineering &amp; Technology Consultancy</title>
		<link>https://dplabs.tech/tags/reliability/</link>
		<description>Recent content in Reliability on dplabs — Software Engineering &amp; Technology Consultancy</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://dplabs.tech/tags/reliability/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Building Reliable AI Agents: Beyond the Demo</title>
				<link>https://dplabs.tech/blog/building-reliable-ai-agents/</link>
				<pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/building-reliable-ai-agents/</guid>
				<description>&lt;p&gt;AI agents are compelling in demos. A language model that can use tools, retrieve information, take actions, and chain multiple steps together appears to solve problems that weren&amp;rsquo;t solvable before. Then you try to ship one and discover that the demo success rate was 80%, which means 1 in 5 operations fail silently.&lt;/p&gt;&#xA;&lt;p&gt;Production agents require the same engineering discipline as any other distributed system. The failure modes are different, but the principles — observability, error handling, testing, graceful degradation — are the same ones you apply everywhere else.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AI Engineering Is Software Engineering</title>
				<link>https://dplabs.tech/blog/ai-engineering-is-software-engineering/</link>
				<pubDate>Mon, 09 Mar 2026 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/ai-engineering-is-software-engineering/</guid>
				<description>&lt;p&gt;There&amp;rsquo;s a tendency to treat AI features as different from other software. Different enough that normal engineering practices don&amp;rsquo;t apply, or apply differently, or can be deferred. This tendency produces AI systems that are unreliable, unobservable, expensive to operate, and difficult to improve.&lt;/p&gt;&#xA;&lt;p&gt;AI systems built with the same engineering discipline as other distributed systems are more reliable, cheaper to operate, and easier to improve. The disciplines aren&amp;rsquo;t different. The application is.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Building Resilient Spring Boot Services</title>
				<link>https://dplabs.tech/blog/spring-boot-resilience/</link>
				<pubDate>Mon, 09 Jun 2025 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/spring-boot-resilience/</guid>
				<description>&lt;p&gt;Resilience patterns exist to handle the failures that are guaranteed to occur in distributed systems. Downstream services become unavailable. Networks time out. Databases become overloaded. These are not exceptional events — they&amp;rsquo;re normal operating conditions that a production service must handle correctly.&lt;/p&gt;&#xA;&lt;p&gt;The mistake is adding resilience patterns everywhere as a precaution. A circuit breaker on a service that never fails adds overhead without value. A retry on a non-idempotent operation can cause duplicate side effects. Resilience patterns should be applied deliberately, to specific failure modes that matter for your system.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Distributed Systems: The Problems You Get for Free</title>
				<link>https://dplabs.tech/blog/distributed-systems-problems/</link>
				<pubDate>Mon, 28 Oct 2024 00:00:00 +0000</pubDate>
				<guid>https://dplabs.tech/blog/distributed-systems-problems/</guid>
				<description>&lt;p&gt;Every system that communicates over a network is a distributed system, and distributed systems fail in ways that single-process applications don&amp;rsquo;t. This is not opinion — it&amp;rsquo;s physics. Networks drop packets. Clocks drift. Services restart. Disks fail. These things happen regardless of how carefully you write your application code.&lt;/p&gt;&#xA;&lt;p&gt;The teams that get distributed systems right don&amp;rsquo;t eliminate these failures. They design so that their systems remain correct despite them.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
