rjpruitt16
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Layer 8: The coordination protocol AI agents and embedded devices don't have yet (ezthrottle.network)
-
Agent workflows often involve 10+ API calls to different services (LLMs, data APIs, web scraping). Layer 7 being unreliable = workflows fail or cause retry storms. Common failure modes I'm thinking about: - 429 rate…
-
I'm building data pipelines that sync data from various third party apis. We constantly hit 429 rate limits, and our janky retry system fails regularly. For those running production data syncs or microservices calling…
- Show HN: Stop Losing LangGraph Progress to 429 Errors (ezthrottle.network)
Hey HN, I built this because I kept losing progress in LangGraph workflows when OpenRouter or OpenAI returned 429s. The problem: You're 7 steps into an agent workflow. Step 7 hits a rate limit. Everything crashes.…
-
I’m working on infrastructure to solve retry storms and outages. Before I go further, I want to understand what people are actually doing today. Compare solutions and maybe help someone see potential solutions. The…
-
Over the last few years, I’ve watched a lot of production systems fail in ways that feel… strangely predictable. When services hit 429s or timeouts, the standard response is almost always the same: retries with backoff,…
- Show HN: EZThrottle – Coordinated retries and region racing for APIs Gleam/BEAM (ezthrottle.network)
Hi HN, I built EZThrottle because I was tired of copy-pasting exponential backoff into every codebase. The core idea: retries shouldn't be independent. When thousands of machines all hit a 429 and retry independently,…
- Glixir: A safe(ish) OTP library for gleam (github.com)
-
I worked at Amazon and Twitch for about three years, with an additional two years of experience before that. After spending time in FAANG, I’ve decided that the lifestyle is overrated and often toxic, so I’m looking to…