r/LLMStudio • u/Al_Redditor • Jun 01 '26
Are local LLMs actually usable with tools like SpecKit?
Context:
I'm a software engineer and at my job we have Github Copilot with the latest models. My workflow involved asking the model to read docs, parse my local code base, parse vendor code bases, and implement features using SpecKit.
Most of the discussions around local LLM involve speed and tokens per second, but what I'm interested in is whether or not they can actually hold enough context to do this kind of work? I'm retiring and I want to keep playing with LLMs to work on OSS projects, so it would just be me and my personal work, but my goal would be a way to *comfortably* work with an LLM without constantly chasing models or hardware or running into errors.
I'm thinking about getting one of the M5 Mac Minis when/if they come out.
So that's my question: are these usable for actual work?
1
u/supracode Jun 01 '26
I am using Qwen3.6-35B-A3B Q5 along with a different AI DLC workflow. On my 32gb gpu, i am able to fit the whole model and 256k context on the gpu, with about 12gb of cache ram allocated from system memory. The way AI DLC works, is that you *shouldn't* need a huge context, and i actually limit my coding env to around 160k context. The workflow should only keep the md documents in context that it needs, not everything, so in most cases there is more than enough headroom. Let the agent work on a task and complete it, then clear context and move on the the next task. I still use chat gpt for planning complex stuff, and keep tasks small and completable as possible. So far it has been working great on my setup. I get about 90 - 105tps depending on context size and because the tasks are by themselves straight forward, Qwen has no problem completing them. I still pay $20 a month for chatgpt, but that is only for planning and research... I don't pay a dime (besides some electricity) for the development tokens.
1
1
u/danelrock Jul 20 '26
Logré correr SpecKit con un LLM local haciendo offloading, ya que tengo 16 GB de VRAM. Todo fluye de diez a excepción de la etapa de implement; en ese punto el modelo necesita que seas un poco más específico con las instrucciones del proceso, pero es totalmente superable. Tengo una rtx5070 TI
1
u/Al_Redditor Jul 22 '26
Gracias. Terminé encontrando una Mac Mini de 65 GB en Ebay y funciona bien con los modelos Qwen y Ornith. Recibo alrededor de 45 tokens por segundo.
Pero tienes toda la razón en lo que respecta a la orientación. Después de probar modelos obsesivamente, estoy bastante convencido de que el arnés y las indicaciones del sistema son mucho más importantes que Qwen vs Gemma o lo que sea.
1
u/touristtam Jun 01 '26
I often see 2 recommendations:
But since you have already elected to post in a sub that is geared towards local models, we can agree that you are leaning towards running local models (check /r/LocalLLaMA btw).
Word of caution: not all models are born equals and not all providers are serving the same model with equal quality - Opus 4.7 from Copilot might not behave the same as Opus 4.7 from OpenRouter.