retries

Tag

Cards List
#retries

A cheaper AI model is not necessarily cheaper once retries are counted

Reddit r/artificial · 4d ago

A side-by-side coding experiment comparing GPT-5.6 Luna and DeepSeek V4 Flash shows that DeepSeek's apparent 5x price advantage shrinks when retries are included. The article argues for more comprehensive benchmarks reporting cost per attempt and cost per verified success.

0 favorites 0 likes
#retries

Retries don't fix eventual consistency

Lobsters Hottest · 2026-08-03 Cached

The article argues that retrying messages in eventually consistent distributed systems treats normal state as failure, and instead suggests storing incoming data and processing when all prerequisites arrive, eliminating the need for retries and dead-letter queues.

0 favorites 0 likes
#retries

A lesson about retries, hidden in the DeepSeek-V4 paper

Reddit r/LocalLLaMA · 2026-07-31 Cached

The article examines a warning in the DeepSeek-V4 paper that retrying interrupted LLM requests introduces length bias, and validates it by generating 100,000 poems, finding that retries can make responses shorter.

0 favorites 0 likes
#retries

If your agent can spend money, what actually broke first?

Reddit r/AI_Agents · 2026-07-13

A discussion on real-world problems when AI agents can spend money, such as double payments from retries and expired guardrails, asking for practical experiences.

0 favorites 0 likes
#retries

ResilixForge — async resilience toolkit for Python: retries, circuit breakers, bulkheads, rate limits [Apache-2.0]

Reddit r/artificial · 2026-07-04

ResilixForge is an Apache-2.0 licensed async resilience toolkit for Python, providing retries, circuit breakers, bulkheads, and rate limiters.

0 favorites 0 likes
#retries

I kept rebuilding checkpointing, retries, and run tracking for agents. So I built an open-source runtime around them.

Reddit r/AI_Agents · 2026-06-08

The author built Tidebase, an open-source runtime for agent workflows that provides checkpointing, retries, and live run state tracking using Postgres, enabling failed runs to resume from where they left off.

0 favorites 0 likes
#retries

@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
#retries

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
#retries

Most of our “agent” problems turned out to be workflow/state problems

Reddit r/AI_Agents · 2026-05-12

A developer recounts how many challenges in building AI agents actually stem from workflow and state management issues, not model intelligence, emphasizing the need for robust state handling and observability.

0 favorites 0 likes
← Back to home

Submit Feedback