Back to browse
GitHub Repository

Using math to pay less for Claude

18 starsGo

PolyClaude – Using math to pay less for Claude Code

by armanj·Mar 7, 2026·1 point·0 comments

AI Analysis

MidBig BrainNiche GemSolve My Problem

Clever rate-limit arbitrage via pre-activation scheduling, but only works if you own multiple accounts.

Strengths
  • Non-obvious insight: account activation timing matters as much as which account you use—real optimization angle.
  • Automates cron-job setup with combinatorial scheduling; solves a genuine gap (Pro → Max is $20→$100).
  • Free, open-source, one-curl install shows DX consideration.
Weaknesses
  • Niche solution requiring multiple Claude Code subscriptions; unclear if Anthropic permits or will patch this.
  • No user data on actual capacity gains—claims 'unlock extra full cycle' but needs benchmarks.
Category
Target Audience

Heavy Claude Code users hitting the 5-hour Pro rate limit; those running multiple accounts already

Post Description

Hi HN!

I built this tool specifically for Claude Code users who hit the 5-hour rate limit wall mid-flow. There's no official plan between Pro ($20/mo) and Max ($100/mo). it's a fixed gap with nothing in between.

The workaround most people do manually: running multiple Pro accounts and switching when one is limited. This actually works, but naive rotation wastes a lot of capacity. When you activate an account turns out to matter as much as which one you use. A single throwaway prompt sent a few hours before your coding session can unlock an extra full cycle.

PolyClaude automates this. You tell it your accounts, your typical coding hours, and how long you usually take to hit the limit. It uses combinatorial optimization to compute the exact pre-activation schedule, then installs cron jobs to fire those prompts automatically. When you sit down to work, your accounts are already aligned.

It's free and open source. Install is one curl command, then an interactive setup wizard handles the rest.

Repo: https://github.com/ArmanJR/PolyClaude

Hope you find it useful!

Similar Projects