error-handling

Tag

Cards List
#error-handling

Your automation "expert" built you a time bomb, and they'll ghost the second it goes off.

Reddit r/AI_Agents · 2026-06-19

A critique of poorly built automation systems created by so-called experts who ignore error handling, documentation, and governance, leaving clients with fragile workflows that fail in production.

0 favorites 0 likes
#error-handling

Capping tool retries per session saved me from a runaway agent bill

Reddit r/AI_Agents · 2026-06-11

A developer shares a lesson learned about capping tool retries per session rather than per call to prevent runaway costs from flaky endpoints, recommending a per-session retry budget that fails loud when exhausted.

0 favorites 0 likes
#error-handling

Your Interface Has Two Channels

Lobsters Hottest · 2026-06-11 Cached

The article presents a framework for interface design where every interface has two channels (in-band and out-of-band) for concern signaling, arguing that good design forces users to confront important concerns rather than allowing them to ignore them.

0 favorites 0 likes
#error-handling

@aehyok: Wondering how many people are still using OpenClaw? How many are still using Hermes Agent? How many know about the Auxiliary Models feature in Hermes Agent? Each auxiliary task is independent, and you can specify a model for each one. Additionally, H…

X AI KOLs Timeline · 2026-06-05 Cached

Introducing the Auxiliary Models feature in Hermes Agent, which allows independent configuration of models for each auxiliary task. It also includes a fallback mechanism that automatically switches to backup models. Support for the Hermes Desktop client is also mentioned.

0 favorites 0 likes
#error-handling

@sydneyrunkle: https://x.com/sydneyrunkle/status/2062588423295111208

X AI KOLs Following · 2026-06-04 Cached

This article explains how to add fault tolerance to LangGraph agents using RetryPolicy, TimeoutPolicy, and error handlers, covering retries with backoff, timeouts, and compensation logic for production reliability.

0 favorites 0 likes
#error-handling

We added a dead man's switch to our multi-agent system. When all 4 outbound channels fail simultaneously, the team escalates to a human.

Reddit r/AI_Agents · 2026-06-03

The builders of a multi-agent system added a dead man's switch that alerts a human when all four outbound communication channels are blocked simultaneously, preventing silent failures. The fix includes a dedup guard to avoid repeated alerts.

0 favorites 0 likes
#error-handling

Built an Open-Source Tool That Finds Missing Validation, Retries, and Error Handling in AI Agent Systems

Reddit r/AI_Agents · 2026-06-03

We released Trustabl Agent Analyzer, an open-source tool that scans AI agent repositories to find missing validation, retries, and error handling, generating a privacy-preserving local report.

0 favorites 0 likes
#error-handling

How do you deal with AI "hallucinations" in your automations?

Reddit r/AI_Agents · 2026-06-01

A discussion about dealing with AI hallucination errors in business automations, focusing on damage control and practical mitigation strategies.

0 favorites 0 likes
#error-handling

Custom Errors Are Non-Negotiable in My Rust Applications

Lobsters Hottest · 2026-05-30 Cached

A blog post advocating for custom error types in Rust applications, explaining how to create a unified AppError enum using map_err and From traits to streamline error handling across different subsystems.

0 favorites 0 likes
#error-handling

Scoped Error in Rust

Lobsters Hottest · 2026-05-25 Cached

Kan-Ru Chen introduces `scoped-error`, a new Rust crate that aims to improve error handling ergonomics by scoping context attachment to the module level, addressing issues with existing crates like anyhow and thiserror.

0 favorites 0 likes
#error-handling

No way to parse integers in C (2022)

Hacker News Top · 2026-05-20 Cached

The article criticizes C standard library functions for parsing integers (atol, strtol, strtoul, sscanf), explaining why most are broken and only strtol can be used correctly with careful error handling.

0 favorites 0 likes
#error-handling

If you're just going to sit there doing nothing, at least do nothing correctly

Lobsters Hottest · 2026-05-20 Cached

This article from The Old New Thing explains the concept of making APIs 'inert'—do nothing in a way that avoids breaking existing apps—using examples like printing support on Xbox and retiring widget APIs.

0 favorites 0 likes
#error-handling

MCP Hello Page

Hacker News Top · 2026-05-16 Cached

The author describes a common user onboarding problem with MCP servers—users opening the endpoint in a browser and seeing a 401 error—and shares a simple hack: returning an HTML page that explains how to properly add the server to an LLM client, which drastically reduced support tickets.

0 favorites 0 likes
#error-handling

Your harness is failing your agent but there's no benchmark to prove it

Reddit r/AI_Agents · 2026-05-12

The article highlights a lack of benchmarks for evaluating the reliability of agent harnesses, specifically focusing on how MCP implementations handle tool calls and errors compared to the models themselves.

0 favorites 0 likes
#error-handling

I catalogued every way local models break JSON output and built a repair library, here's what I found across 288 model calls

Reddit r/LocalLLaMA · 2026-05-11

A developer catalogued JSON output failures across 288 local model runs, finding common issues like markdown fences and trailing commas, and built outputguard, a Python library to repair invalid JSON with 15 strategies.

0 favorites 0 likes
#error-handling

When life gives you lemons, write better error messages

Hacker News Top · 2026-05-08 Cached

This article discusses Wix's initiative to improve thousands of error messages across its platform, defining characteristics of good versus bad error handling in UX design. It emphasizes clarity, empathy, and actionable solutions over technical jargon or blaming users.

0 favorites 0 likes
#error-handling

How to build your first Claude agent. The part most tutorials leave out.

Reddit r/AI_Agents · 2026-05-08

This article explains how to build a Claude agent using Python, emphasizing the importance of handling tool failure cases effectively rather than just relying on happy-path scenarios.

0 favorites 0 likes
#error-handling

Idempotency Is Easy Until the Second Request Is Different

Hacker News Top · 2026-05-07 Cached

The article discusses the complexities of implementing idempotency in APIs, arguing that handling edge cases like concurrent requests and content mismatches is harder than simple replay caching.

0 favorites 0 likes
#error-handling

Minimal Viable Zig Error Contexts

matklad · 2026-05-03 Cached

A blog post detailing a minimal pattern for adding error context in Zig using errdefer logging, comparing it to full diagnostics sinks and catch blocks, and discussing tradeoffs.

0 favorites 0 likes
#error-handling

Diagnostics Factory

matklad · 2026-02-16 Cached

该文章介绍了在Zig中使用诊断工厂模式来管理错误报告,避免预先定义错误类型,而是提供一组构造函数来生成错误信息,并展示了在TigerBeetle项目中的实际应用。

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback