<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Agent Reliability on Programmer.ie: Modern AI programming</title>
    <link>http://programmer.ie/tags/agent-reliability/</link>
    <description>Recent content in Agent Reliability on Programmer.ie: Modern AI programming</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 09 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://programmer.ie/tags/agent-reliability/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Advanced Agents From First Principles 26: Why Did the Agent Fail? Build an Incident Forensics Pipeline</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-26/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-26/</guid>
      <description>A practical incident-forensics workflow for advanced agents: reconstruct the run, find the earliest divergence, distinguish root cause from downstream symptoms, measure blast radius, and prove that a remediation would have prevented the incident.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 27: How Reliable Does an Agent Need to Be? Define SLOs and Error Budgets</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-27/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-27/</guid>
      <description>A practical reliability framework for advanced agents: define verified-success SLOs, false-success ceilings, UNKNOWN budgets, latency and cost targets, then use error-budget burn to decide when to ship capability and when to stop and harden the system.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 28: Where Should You Spend the Next Engineering Hour? Prioritize Reliability by Risk and Expected Return</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-28/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-28/</guid>
      <description>A practical framework for deciding where to spend the next engineering hour in an advanced-agent system: rank remediation by expected reduction in verified reliability loss, severity, recurrence, blast radius, confidence and implementation cost.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 29: When Should an Agent Stop and Ask a Human? Design Authority Boundaries and Escalation</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-29/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-29/</guid>
      <description>A practical architecture for agent authority boundaries: decide what an agent may do autonomously, when it must escalate, what evidence a human reviewer needs, and how to avoid turning human approval into rubber-stamping.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 30: Is This Task Outside Your Agent’s Competence? Build Competence Envelopes and OOD Detection</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-30/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-30/</guid>
      <description>A practical framework for competence envelopes in production agents: distinguish uncertainty from lack of validated competence, detect out-of-distribution tasks, contract authority when evidence is weak, and expand autonomy only through measured evidence.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 31: How Can an Agent Learn New Capabilities Without Expanding Its Own Authority? Use Sandboxed Capability Acquisition</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-31/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-31/</guid>
      <description>A practical architecture for sandboxed capability acquisition: let agents explore tasks outside their validated competence envelope, accumulate externally verified evidence, and propose capability expansion without ever granting themselves production authority.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 35: How Do You Move a Running Agent Between Workers Without Losing Meaning? Build Portable Execution State and Safe Handoff</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-35/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-35/</guid>
      <description>A practical architecture for portable agent execution state: checkpoint long-running runs, transfer ownership safely across workers and providers, preserve evidence and authority, and reject migrations that cannot be proven compatible.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 36: Is Your Agent Acting on Stale State? Build Temporal Consistency, Freshness Budgets and Conflict Detection</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-36/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-36/</guid>
      <description>A practical architecture for keeping long-running agents from acting on stale assumptions: classify state by freshness, track version vectors, detect conflicts, revalidate before consequential actions, and force replanning when the world has changed underneath the run.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 37: Is Your Agent Still Solving the Right Task? Build Intent Versioning, Supersession and Cancellation</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-37/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-37/</guid>
      <description>A production architecture for intent versioning, supersession and cancellation in long-running agents: stop obsolete work, preserve committed effects, reconcile partial actions, and prevent stale goals from retaining authority.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 39: How Do You Make an Agent Survive for Days? Build Durable Long-Running Workflows</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-39/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-39/</guid>
      <description>A practical architecture for long-running agents: keep workflow state durable while treating models and workers as disposable, with explicit waits, retries, timers, human approvals, checkpoints, commitments, cancellation and replay.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 42: How Do Multiple Agents Coordinate Without Becoming a Distributed Argument?</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-42/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-42/</guid>
      <description>A practical architecture for multi-agent coordination: explicit ownership, delegation, contracts, commitment transfer, shared intent, evidence provenance, conflict handling, deadlock prevention, and independent verification instead of agents merely chatting until they agree.</description>
    </item>
    <item>
      <title>Advanced Agents From First Principles 43: Who Controls the Agent? Build an Explicit Agent Control Plane</title>
      <link>http://programmer.ie/post/advanced-agents-from-first-principles-43/</link>
      <pubDate>Sun, 09 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://programmer.ie/post/advanced-agents-from-first-principles-43/</guid>
      <description>A production-agent architecture that separates control-plane policy from execution-plane reasoning: intent, competence, authority, placement, budgets, reliability, releases, security and escalation remain enforceable outside the model.</description>
    </item>
  </channel>
</rss>
