Yeschef: Claude Code dispatches work to Ollama on my LAN (627 tok/s on 3 NUCs)

3 pointsposted 4 hours ago
by hxrace

1 Comments

hxrace

4 hours ago

Hey HN, along with many of you I’ve been burning through my Claude Code usage and have been wondering how I can save on costs and still make the most of it.

I’m also a big local model enthusiast, but the truth is I don’t believe people should have to binary switch between a local setup and OpenAI/Anthropic.

So instead of making it about hosted vs local, I decided to build a tool which allows Claude Code or Codex to delegate work to subagents running locally on your machine (or network) OR via other provider (OpenRouter).

This is different from the typical subagents you can spin up which will contribute to your usage quota/token costs. It also means you can put your GPU to use for simpler tasks instead of letting Claude burn usage on less important work.

Check it out here: https://github.com/labscommunity/yeschef

Open to feedback :)