Topic

reliability

18 Devspedia articles tagged with reliability.

July 4, 2026 · 1 min read

Taming Tail Latency with Hedged Requests

Learn how to cut p99 latency in APIs and AI agents with hedged requests: tuning the hedge delay, hedging only idempotent work, and capping the extra load.

July 1, 2026 · 1 min read

Resource Budgets for Tool-Using AI Agents

Learn how to stop runaway AI agents with token budgets, cost ceilings, step limits, wall-clock deadlines, loop detection, and graceful degradation.

June 12, 2026 · 1 min read

Sandboxing Tool-Using AI Agents

Learn how to run tool-using AI agents behind capability manifests, policy gates, sandboxes, audit logs, and recovery controls.

June 11, 2026 · 1 min read

Designing Durable Agentic Workflows

Learn how to design agentic workflows that survive retries, crashes, tool failures, human approvals, and partial progress without losing intent.

June 3, 2026 · 1 min read

Graceful Shutdown for Node.js Services

Learn how to drain HTTP requests, stop background work, close dependencies, and make Node.js deployments terminate safely.