
nimble
Local typed decisions, contrastive data curation, and model evaluation.
The Lens
By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.
Updated Sep 2026
Bespoke Nimble answers typed questions about a block of text. It returns the answer plus a probability for every option and never writes prose, so there is no JSON to parse. Bespoke Labs, the team behind Curator, fine-tuned Qwen3.5-9B on 2,676 curated examples and published the weights, the training data, and the full curation pipeline. It is an open take on TypeSafe's Jev, and jaredpalmer/kev is the other one to compare it with.
Running it yourself is real work. The 9B weights alone are about 18 GB, so you need a big Apple Silicon Mac or an NVIDIA GPU with BF16, plus a merge step first. Bespoke measured roughly 106 ms per question on an H100 and 444 ms on an M5 Pro. A free public demo endpoint exists for trying it, not for production.
The interesting part is the recipe, not the model. Their contrastive data curation writes pairs of examples that differ by one fact so the label flips, which teaches the model which evidence matters. Read that before building your own classifier.
The catch: the repo has no license file. The weights are Apache-2.0 on Hugging Face, but the code has no stated terms, and the 90% agreement headline comes from 324 synthetic examples drawn from six source families. Bespoke built it in a day and says so.
Free vs Self-Hosted vs Paid
fully freeFree tier: Everything published is free. The Bespoke-Nimble-9B weights are Apache-2.0 on Hugging Face, and the training data, held-out set, and curation pipeline are in the repo.
Self-hosted: You supply the hardware. The 9B weights are about 18 GB before quantization, so plan on an Apple Silicon Mac with plenty of memory or an NVIDIA GPU that supports BF16. The repo also includes a Modal deployment guide if you want to host it on rented GPUs.
Paid: Nothing to buy from Bespoke Labs. Their free public demo endpoint needs no key but carries no service promise. The paid comparison is TypeSafe's hosted Jev, which publishes $42 per billion input tokens, so running Nimble yourself is about control and fine-tuning, not saving money.
License note: The GitHub repository has no license file, so the code has no stated reuse terms. Only the model weights carry Apache-2.0.
Free weights under Apache-2.0, but the repo code ships with no license, and hosted Jev is cheaper than the GPU you would rent to replace it.
What to do by team size
- Solo
- free; worth studying for the curation recipe
- Small team
- free if you already own a big GPU or Mac
- Medium team
- free; confirm the code license before building on it
- Large team
- Hosted Jev or your own fine-tune using this recipe
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores
Trust Signals
About
- Owner
- Bespoke Labs (Organization)
- Stars
- 1,655
- Forks
- 119
Explore Further
More tools in the directory
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
389.9k ★everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
265.6k ★hermes-agent
The agent that grows with you
248.2k ★