Agent bottleneck wasn't latency: token-per-minute ceiling capped product at 2.2 turns/min

Initial_Orange2985 · reddit · 2026-09-05

A developer shares production measurements showing the real ceiling for their agent product was neither latency nor per-call cost, but the provider's token throughput limit: 3600 tokens per turn against an 8000 tokens/min cap, meaning 2.2 turns per minute for the entire product no matter how fast individual calls return.

Key findings:

Open questions posed: when a background queue saturates a token ceiling, drop tasks or queue them? Dropping keeps latency honest but silently loses work; queueing preserves work but turns the limit into an unbounded hang. Also: what prompt cuts survived quality contact, and does routing cheap turns to a smaller model actually help or just move the ceiling?

Original post →

More from coding & agent

coding & agent channel →