ChanlChanl
Blog/Tags/reliability

reliability

Browse 13 articles tagged with “reliability”.

Articles tagged “reliability

13 articles

Two glowing documents sit in a dim interrogation room: a machine-printed receipt stamped with a red error seal beside a cheerful summary claiming success, while an examiner traces the mismatch with a pen light, in a Blade Runner-style warm-plum palette
Testing & Evaluation·15 min read

How to Test Agents That Call the Right Tool and Still Get It Wrong

Tool-use benchmarks check whether an agent picks the right tool. They miss agents that call correctly, then mishandle the result. Here's how to test for it.

Read More
Diagram showing a multi-agent system with red failure indicators at context handoff and error propagation points
Agent Architecture·16 min read

Why 40% of multi-agent systems fail in production

Nearly half of multi-agent CX pilots fail within six months of production — not because the AI is wrong, but because teams don't understand how multi-agent systems break. Here are the five failure modes and how to diagnose each.

Read More
A reliability architecture diagram showing parallel LLM provider paths with automatic failover routing and circuit breakers
Operations·13 min read

When your LLM provider goes down, your agent shouldn't

LLM providers go down. Anthropic's 90-day uptime is 98.95% -- that's 44 hours of potential outage per year. Here's how to build provider failover into production AI agents so a cloud incident doesn't become a customer experience incident.

Read More
Terminal showing agent test scenarios with injected network faults, rate limit errors, and partial API responses highlighted in red against a dark background
Testing & Evaluation·15 min read

Fault Injection Is the Missing Layer in Agent Testing

ReliabilityBench found rate limiting is the most damaging fault for AI agents in production -- more damaging than wrong answers. Here's how to inject chaos into your test suite before your users do.

Read More
Diagram showing an AI agent retrying a failed tool call, with idempotency key deduplication preventing a duplicate write
Agent Architecture·16 min read

Design agent tools that won't double-charge on retry

Agents retry when tools fail. Without idempotency, retries create duplicate records, double charges, and corrupted state. Here's the engineering pattern that makes every mutating tool safe to retry.

Read More
AI Agent SLO Dashboard Showing Error Budget Burn Rate and Reliability Metrics
Operations·16 min read

SRE for AI Agents: SLOs, Error Budgets, and Reliability

Traditional SRE doesn't catch AI agent failures. Here's a practical SRE playbook for agents: the five SLIs that matter, how to set SLOs that are actually useful, and how error budgets control agent autonomy before problems escalate.

Read More
A Control Panel With a Retry Button That Returns the Same Green Checkmark on Every Press, Showing Idempotent Operations
Best Practices·14 min read

How to Build Idempotent Tool Calls for AI Agents

Naive retry logic charges customers twice, sends duplicate emails, and fires double webhooks. Here's how to build idempotent tool calls for AI agents with idempotency keys, deduplication, and safe retries.

Read More
Developer Reviewing a TypeScript Zod Schema Next to a JSON Validation Output Panel
Agent Architecture·14 min read

Structured Outputs: Make Your AI Agent Stop Guessing

JSON mode isn't enough. Learn how constrained decoding, Zod schema validation, and validator-retry patterns cut agent parsing failures in production.

Read More
A graph diagram showing agent state transitions with named nodes and typed edges
Agent Architecture·14 min read

Your Agent Is Already a State Machine. Make It Explicit.

Every production AI agent is secretly a state machine. Making it explicit gives you checkpointing, testable paths, and observable state transitions -- without rewriting your agent logic.

Read More
AI-generated illustration for ai agent circuit breakers reliability production -- Blade Runner 2049 (2017) style, Terra Cotta palette
Best Practices·15 min read

Circuit Breakers for AI Agents: Stop the 3 AM Meltdown

One retry loop at 11 PM becomes $437 by 7 AM. Here's how to implement circuit breakers for AI agent tool calls, LLM calls, and external APIs, with TypeScript patterns that stop cascading failures before they start.

Read More
Abstract visualization of a signal gradually losing coherence as it passes through layered processing stages, with early stages showing clean waveforms and later stages showing scattered, fragmented patterns
Testing & Evaluation·14 min read

Agent Drift: Why Your AI Gets Worse the Longer It Runs

AI agents silently degrade over long conversations. Research quantifies three types of drift and shows why point-in-time evals miss them entirely.

Read More
Visualization of the widening gap between AI agent capability scores and reliability metrics across model generations
Learning AI·15 min read

Your Agent Is Getting Smarter. It's Not Getting More Reliable.

Reliability improves at half the rate of accuracy. Three 85%+ tools combine to just 74%. Here's the math, the research, and the testing protocols that close the gap.

Read More
Watercolor illustration of an engineer monitoring a production AI agent dashboard with reliability metrics
Agent Architecture·24 min read

Agentic AI in Production: From Prototype to Reliable Service

Ship agentic AI that doesn't break at 2 AM. Covers orchestration patterns (ReAct, planning loops), error handling, circuit breakers, graceful degradation, observability, and scaling — with TypeScript implementations you can steal.

Read More

Learn Agentic AI

Weekly. Patterns for shipping agents that work. MCP, scorecards, regression tests, prompts, model comparisons.

500+ builders subscribed