Models that run on my own hardware, with no cloud and no token bill, and the only thing allowed to read raw private data. Claude orchestrates; the local models do the work.
The same MCP tool servers are shared by Claude Code (the orchestrator) and by Open WebUI (my local chat surface), bridged by mcpo and all talking to Ollama on my machine.
filesystem · applescript · git · crawl4ai · ollama-bridge · n8n.Orchestrator. Talks to MCP directly (stdio / SSE).
Open WebUI · Docker :3000. Via mcpo bridge (MCP → OpenAPI).
The resident driver. A mixture-of-experts model (4B active) that decodes ~22 t/s; default on both chat surfaces and the base every consolidated agent lane runs on after a July 2026 head-to-head bake-off.
The fast local fallback for Command Center Chat and the local rung of the task-box draft ladder. Schema-constrained generation for everyday structured jobs.
Fast structured-output worker. Strong on code and single-shot tool calls.
A general-purpose mid-size worker for everyday local jobs.
The speed play (~42 t/s) and the on-device OCR engine for the save-evaluator pipeline. Still selectable in the local chat UI.
Vision (image → text), fully on-device, for describe-style jobs. Benched out of OCR duty when a two-model agreement gate beat it on accuracy.
The honest scope: local models started as reliable workers Claude delegates to. The autonomous multi-tool agent was deliberately pared back because multi-step tool loops weren't reliable, but successive tool-use bake-offs (May and July 2026) show that's changed, which has reopened the question.
Claude orchestrates and hands a local model a single-shot job through the ollama-bridge MCP. Bulk work runs locally; Claude keeps the reasoning.
A deterministic script drives a private-file job; the local model is the only LLM that ever sees raw personal content, and only a sanitized derivative crosses to Brain.
Raw personal data (the Journal, health, finances) can be processed by an LLM without a single byte leaving the Mac.
Local inference costs zero tokens and works with no network. Bulk jobs don't run up a bill.
ConnorGPT is reachable from my phone over Tailscale, never exposed on the public internet.