if you're running out of Fable weekly limits try running
`dari --claude`
Use Fable + open models and make your subscriptions last for 2x longer with no quality degredation :)
Public evals are saturated. What matters is that a model reliably works in your codebase.
To solve this, we built self-bench (https://t.co/zYfPrbem2P) - an open source package to automatically build evals on your own private PRs.
One CLI command -> get a clean Harbor dataset.
79.8% on Terminal-Bench 2.1 for $76 in total inference cost.
That's the number Dari @daridotdev is launching with today. They open-sourced the router model behind it: a small fine-tuned model that decides which model handles each step, sending most of them to cheaper options and only calling the expensive frontier models when they actually change the result. It factors the cache into that decision too, so it won't switch models when the cached path is the cheaper win. On the same 89-task suite, the frontier setups run into the thousands.
Runs inside Claude Code, Codex, and Pi, you can bring your own Anthropic and OpenAI subscriptions, and the weights are on Hugging Face.
Today, we're releasing our open-weight, auto-routing model @daridotdev, built for coding agents.
We're state-of-the-art on the Pareto Frontier, w/ 70% cost reduction + comparable coding performance to Fable.
Bring your own evals, choose your models, or use our defaults.
Token-maxxing is getting out of hand.
Most AI apps send every request to the biggest model, even when a smaller model would work.
We built Dari Router to fix that.
We made deploying agents to prod so easy your coding agent can do it in under 5 minutes.
Get a production-grade API that scales to 100s of concurrent sessions, pauses for days between messages, and recovers sessions even on sandbox crashes or LLM provider failure.
@daridotdev
Introducing @daridotdev.
Deploy your AI agent as a stateful, versioned API.
- durable sessions
- built-in execution + sandboxes
- tools, files, retries handled
Stop stitching infra. Just dari deploy.