SirBrenton

↗ HN profile [ 34.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I kept running into the same bug in AI agent codebases: retry logic that ignores Retry-After under concurrency. Looks fine at first. Under load it turns rate limits into request storms. I wrote a small CLI to catch it:…