GitHub · Serving and API · Agents and tools
bladedevoff/stuntd
Cutting an existing LLM bill without changing the application.

What it does
Sits in front of an LLM API, records the typed decisions that pass through it, trains a small head on those records, and answers subsequent calls locally when the head is confident enough.
The repository's own description: “Local proxy that learns your app's typed LLM decisions and answers them with a Laya head. Jev and OpenAI compatible.”
How it works
Recorded decisions become training data for a Laya-compatible head, and the proxy decides per request whether to answer locally or fall through to the model behind it — which is what makes the accuracy question a question about your traffic rather than about the model.
The repository, by the numbers
Read from the GitHub API on 2026-09-24. Stars and the last push move daily — quote them with the date, the way we do.
What we checked
- the README, read 2026-09-24
- the fall-through behaviour and the licence
- the stated per-decision latency and the percentage it is claimed to answer
What we did not check. The 90% figure. It depends on the traffic you feed it, the repository says as much, and we have not run it against ours.