HTTP scheduling proxy for parallel coding agents
A local proxy for coding agents is now a practical build, not a research sketch. HiveMind puts scheduling and retry between existing agents and the model API, with no agent-side code changes, and reports failure rates falling from 72%–100% under contention to 0%–18% across seven scenarios. In the replayed 11-agent case, full HiveMind reached 0% failure; removing retry pushed failure back to 63.6%. That points to a concrete product surface for teams already running parallel code generation, repair, or test-writing jobs on shared model quotas: admission control, retry with jitter, backpressure, token budgets, and per-job priority in one proxy. The first users are platform and developer-experience teams that already see agents die on 429s, 502s, and connection resets. A cheap validation check is simple: replay one busy internal workflow through a proxy and compare completion rate, dead-agent token waste, and wall-clock time against direct API access.