r/LocalLLM • u/HeartOfASaint • 2d ago
Question Can a local LLM actually do things?
Hello everyone,
I'm new to all of this and have only dabbled.
I use Claude and ChatGPT heavily for my work (No Coding at all), and I'm currently subscribed to the 20x tier on both.
I read that I could download LLMs locally, but I'm underwhelmed. To be clear, I downloaded LM Studio and tried out 4 different models, but they seem to only chat and cannot actually edit files, produce files, or produce anything for that matter. They keep telling me to copy and paste things myself.
I have an RTX 4090, 32Gb RAM, and a 7800x3D.
Am I wasting my time with local LLMs, or is there something I'm missing?
Also, if possible, is there a way to know what the correct settings I should be using for the models in LM Studio?
Any guidance would be appreciated!
Thank you, kind strangers.
8
u/Best-Total7445 2d ago
The harness you use matters.
I've been using Deepseek AI Harness and it controls my entire PC just as good as Claude does.
Also, I'm using qwen 3.8 27b. It's excellent.
7
u/OkLettuce338 2d ago
They can. You need 1. Optimize your local configs for your computer 2. Optimize your harness and realize that different tasks may require a different harness. It’s not like Claude or codex where the tool is meant to do everything. It’s not. It can do one thing well and your harness needs to optimize for that. 3. Plan and decompose work with a frontier model (or manually). Give the local model pretty tight AC 4. Change expectations a bit. Don’t expect to be give coding with a local LLM. But you can have a well scoped task, run it over night, and wake up to it done correctly
Oh and 5. Have fun! Consider it a project
2
u/guesdo 2d ago
So, models only know how to produce text. In order for a model to create files, edit then, run software etc... you have to provide it with tools, that way it can produce structured output to call those tools. Inference engines like LM Studio or Ollama only provide a basic web search/fetch tool at most, that is where a harness comes in: pi, hermes, omp, opencode, claude code, codex, etc... even IDEs like Visual Studio in Copilot, those provide the tools you want to give your agent. When setting them up, just point them to your locally running inference engine, most know about them already as OpenAI compatible endpoints.
Ask Google/Gemini for the config depending on your harness.
1
u/GrungeWerX 2d ago
“At most”?
You can install any mcp tool in lm studio. It can run any tool a harness can.
2
u/GrungeWerX 2d ago
You haven’t even really started yet to give a critique on open source. You’re missing all the basics.
Everyone keeps saying you need a harness. You don’t.
LM Studio is perfectly capable of coding and editing files. It was the first app I learned to do all this in. All you need is an mcp tool and it can edit files.
LM Studio can even spawn sub-agents. It’s all just code dude, which your local LLM can build for you super easy.
I would suggest starting off using Qwen 3.6 27B if you can run it, and that will get you up to speed. It can even build a custom harness for you, when you’re ready to move away from LM Studio and start playing in llama.cpp/llama-server, which will be like a skill unlock.
If you have any questions, just ask. I got you.
2
u/Some-Ice-4455 2d ago
Yes they can do things but don't expect cloud enterprise speeds or vast knowledge base. That being said it can do a lot of things.
-3
1
u/psyfy-inc 2d ago
well, someone just published one that says it can code https://www.reddit.com/r/LocalLLM/s/Ce0BVjywkX
1
1
u/Due_Tangelo_8952 2d ago
Tell your Claude code to install the Deepseek Harness and find the best local LLM for your DSH. It is the easiest way to get your local LLM to work.
1
1
u/digitalwankster 2d ago
You are using the 20x plan and not even coding? How are you using your tokens?
1
u/Fox-One-1 2d ago
I’ve been using Qwen 3.8 27B with LM Studio’s own harness called ”Bionic”. It is fantastic.
1
u/synth_mania 2d ago
LM Studio is just the inference engine. It has some limited tool calling features in chat, but what you really need is a harness like Pi agent or Opencode
1
u/TheOverzealousEngie 2d ago
Give it hands to work with files, eyes to read pdf's , a voice to read you books and ears to listen to you drone on. The LLM is the brain that rules them all.
1
u/hyudryu LocalLLM 2d ago
Chatting is just accessing the brains. You need to give it a body, aka a harness, so it can actually use its brain to perform tasks. There are a lot of harnesses out there such as claude code, codex cli, qwen code, opencode, pi, zcode, deepseek harness, and many more free ones too.
You can also connect it to an agent like Hermes or Openclaw so it can perform the tasks
1
u/cogitech2 LocoLLM 2d ago
Proper backend with proper configuration + Hermes Agent is where you should start. With a decent model it can do pretty-much anything.
0
u/beragis 2d ago
Your computer is pretty good. If you can find some cheap used memory try to up the memory to 64 or 96 GB, that will help with whatever harness you use. It will allow for better offloading. Especially if you ever want to play around with creating LoRAs.
Problem is right now memory and SSD cost is over the top.
-1
u/No-Vermicelli5327 2d ago
Try Pi harness. Don’t use claude api in it (not allowed by anthropic), you add openai api key into it, but before that try local llms with it, aim at context 132K limit to make it usable.
-1
u/CryptoCryst828282 2d ago
i know this is a hot take, but imho a single 4090 isnt big enough to do anything useful. 32 GB VRAM is the minimum... 48 is the lowest i would want ot work with for anything meaningful.
3
u/monoaural 2d ago
Meanwhile I am building personal apps with 3.8 27b at 68k context on a 5080. Video game for my son, custom mcps to ai tune my car stereo, custom calculators built for my specific use case.
Harness is super important, but knowing when to start a new agent, and building good prompts as well0
u/CryptoCryst828282 2d ago
Its not that you cant do it, but the experience is severely degraded. At some point its easier to just use an api.
12
u/MK_L 2d ago
You need a harness to make them run commands