Coding with local LLMs

I have a GitHub Copilot subscription and I use Claude and Codex for most coding tasks. It’s hard to drag myself away from that tooling when the quality of the output is so high.

I have also recently started using OpenSpec, which is brilliant in combination with those tools.

I want to find a use case for the local models, maybe for simpler, targeted refactoring tasks?

It may be possible to use something like Sonnet/Opus with OpenSpec to create the proposal, spec, design and task list and then switch to a local model to execute the tasks (use the best models to plan, the cheap models to implement).

I am finding myself using local models integrated into applications to power end use features more than for development, confident this can change as the models evolve.

I created a somewhat related thread, and this reply is potentially useful for the coding use case:

And another thread which may offer some insight:

1 Like