Double your Claude Code limit, while improving accuracy
claude plugin marketplace add https://github.com/daseinlabs/claude-pluginsdemo
Installation
~ — claude code
Illustrative session.
how it works
Local proxy, hosted brain
Install the plugin
One command in Claude Code — no base-URL surgery, no wire config. Agents, hooks, and the savings status line arrive as plugin surfaces.
A local proxy curates each turn
Chunking, freezing, and splicing happen on your machine. The hosted brain returns keep/cut scores; the proxy applies the cut, and your request rides your own credentials to Anthropic.
Savings are measured, not modeled
Every request runs a free count_tokens probe of the original body against what was actually billed. No modeled baseline, no extrapolation — if the ledger is empty, the report says so.
the product
What it looks like
Find your saved costs in app.getparsec.ai and the savings in your session.
usage & savings
By model
| Model | Requests | Tokens saved | Cost saved |
|---|---|---|---|
| claude-opus-5 | 118 | 486k | $5.12 |
| claude-sonnet-5 | 284 | 913k | $2.29 |
Read src/lib/platform.ts
re-read denied: file already in context (insist once to override)
parsec 12.4k saved
Illustrative — rendered UI, not screenshots; numbers shown are examples.
measurement honesty
Measured, never modeled
Before curation touches anything, the proxy calls Anthropic's free count_tokens on the original request body — the exact bytes you would have sent.
After the response comes back, it records what you were actually billed. The savings number is the difference between the two, computed per request.
Every row lands in a local ledger — ~/.parsec/ledger.jsonl — that you can open and read yourself.
If the probe fails, the row records a hole — never an invented number.
{ "counterfactual_input_tokens": 21968, "billed_input_tokens": 1204, "cache_read_tokens": 9861, "model": "claude-sonnet-5", "request_id": "req_011CQx…", "fail_open": false }
testimonials
What engineers say
“I love this. In the past week I saved $2.5K in api credits and 6B in tokens. I blasted my plan and never hit the limit.”
“By turn thirty our agents were dragging the entire transcript into every request. parsec was the first tool that trimmed it without asking me to trust a summary I couldn't inspect.”
“The ledger is what convinced me. Every request shows the counterfactual next to what was actually sent — I didn't have to believe a dashboard, I could read the receipts.”
tiers
Start free. The learned curator is the upgrade.
Free
Start hereThe plugin
Free
- Exploration maps
- No-reread hook
- Savings status line
- Runs on your plan or key
Pro
Plugin + local proxy
Coming soon
- The full learned curator via the hosted scoring API
- Tool-schema prune
- Governor
Team
Hosted BYOK gateway in our cloud
Coming soon
- API keys only — never subscription tokens
- Zero local install
- Centralized reporting
Enterprise
Self-host
Talk to us
- Licensed checkpoints
- Containerized stack
- On-prem fine-tuning on your traces
faq
Straight answers
Does my code go to your servers?
On the Pro tier, the local proxy sends chunk text and structural features to our scoring API over TLS and gets keep/cut scores back — your model requests never route through us; they leave your machine with your own credentials. On the free tier, tokens are sent to us but never stored. The one exception is the hosted Team gateway, where you explicitly choose to run the proxy in our cloud with a BYOK API key.
Can I use my Claude subscription (Max plan)?
Yes. Traffic leaves your machine with your own OAuth token, same as stock Claude Code — the rewriting happens locally. We never route subscription tokens through our cloud; the hosted gateway is BYOK API keys only.
What happens when your API is down?
The proxy fails open. Your request passes through uncompressed, so a scoring outage never blocks a session. Fail-open events are counted and visible, not silently swallowed.
How are savings calculated?
Per request, the proxy runs a count_tokens probe on the original body and compares it against what was actually billed. That measured counterfactual is the only source of savings numbers — never a modeled baseline. The ledger is kept locally, alongside your traffic.
Does it train on my data?
No by default. Telemetry is opt-in and tiered, and the default is off. You can preview exactly what would upload before opting in, and purge requests are honored.
get started
Two commands from here
claude plugin marketplace add https://github.com/daseinlabs/claude-plugins
claude plugin install parsec@parsec-marketplace