23 comments

  • Aurornis5 hours ago
    If this is your first time using open weight models right after release, know that there are always bugs in the early implementations and even quantizations.<p>Every project races to have support on launch day so they don’t lose users, but the output you get may not be correct. There are already several problems being discovered in tokenizer implementations and quantizations may have problems too if they use imatrix.<p>So you’re going to see a lot of “I tried it but it sucks because it can’t even do tool calls” and other reports about how the models don’t work at all in the coming weeks from people who don’t realize they were using broken implementations.<p>If you want to try cutting edge open models you need to be ready to constantly update your inference engine and check your quantization for updates and re-download when it’s changed. The mad rush to support it on launch day means everything gets shipped as soon as it looks like it can produce output tokens, not when it’s tested to be correct.
    • colechristensen5 hours ago
      You seem like you know what you&#x27;re talking about... what inference engine should I use? (linux, 4090)<p>I keep having &quot;I tried it but it sucks&quot; issues mostly around tool calling and it&#x27;s not clear if it&#x27;s the model or ollama. And not one model in particular, any of them really.
      • embedding-shape4 hours ago
        For the specific issue parent is talking about, you really need to give various tools a try yourself, and if you&#x27;re getting really shit results, assume it&#x27;s the implementation that is wrong, and either find an existing bug tracker issue or create a new one.<p>Same thing happened when GPT-OSS launched, bunch of projects had &quot;day-1&quot; support, but in reality it just meant you could load the model basically, a bunch of them had broken tool calling, some chat prompt templates were broken and so on. Even llama.cpp which usually has the most recent support (in my experience) had this issue, and it wasn&#x27;t until a week or two after llama.cpp that GPT-OSS could be fairly evaluated with it. Then Ollama&#x2F;LM Studio updates their llama.cpp some days after that.<p>So it&#x27;s a process thing, not &quot;this software is better than that&quot;, and it heavily depends on the model.
        • alfiedotwtf3 hours ago
          After spending the past few weeks playing with different backends and models, I just can’t believe how buggy most models are.<p>It seems to me that most model providers are not running&#x2F;testing via the most used backends i.e Llama, Ollama etc because if they were, they would see how broken their release is.<p>Tool calling is like the Achilles Heel where most will fail unless you either modify the system prompts or run via proxies so you can inject&#x2F;munge the request&#x2F;reply.<p>Like seriously… how many billions and billions (actually we saw one &gt;800 billion evaluation last week, so almost a whole trillion) goes into AI development and yet 99.999% of all models from the big names do not work straight out of the box with the most common backends. Blows my mind!
          • embedding-shape2 hours ago
            Just since I&#x27;m curious, what exact models and quantization are you using? In my own experience, anything smaller than ~32B is basically useless, and any quantization below Q8 absolutely trashes the models.<p>Sure, for single use-cases, you could make use of a ~20B model if you fine-tune and have very narrow use-case, but at that point usually there are better solutions than LLMs in the first place. For something general, +32B + Q8 is probably bare-minimum for local models, even the &quot;SOTA&quot; ones available today.
      • kamranjon3 hours ago
        I&#x27;ve had really good success with LMStudio and GLM 4.7 Flash and the Zed editor which has a baked in integration with LMStudio. I am able to one-shot whole projects this way, and it seems to be constantly improving. Some update recently even allowed the agent to ask me if it can do a &quot;research&quot; phase - so it&#x27;ll actually reach out to website and read docs and code from github if you allow it. GLM 4.7 flash has been the most adept at tool calling I&#x27;ve found, but the Qwen 3 and 3.5 models are also fairly good, though run into more snags than I&#x27;ve seen with GLM 4.7 flash.
      • Aurornis5 hours ago
        I don’t know if any of engines are fully tested yet.<p>For new LLMs I get in the habit of building llama.cpp from upstream head and checking for updated quantizations right before I start using it. You can also download llama.cpp CI builds from their release page but on Linux it’s easy to set up a local build.<p>If you don’t want to be a guinea pig for untested work then the safe option would be to wait 2-3 weeks
      • vardalab5 hours ago
        just use openrouter or google ai playground for the first week till bugs are ironed out. You still learn the nuances of the model and then yuu can switch to local. In addition you might pickup enough nuance to see if quantization is having any effect
  • jasonriddle1 hour ago
    Slightly off topic, but question for folks.<p>I&#x27;m hoping to replace coding with Claude Sonnet 4.5 with a model with an open source or open weights model. Are any of the models on Ollama.com cloud offering (<a href="https:&#x2F;&#x2F;ollama.com&#x2F;search?c=cloud">https:&#x2F;&#x2F;ollama.com&#x2F;search?c=cloud</a>) or any of the models on OpenRouter.ai a close replacement? I know that no model right now matches the full performance and capabilities of Claude Sonnet 4.5, but I want to know how close I can get and with which model(s).<p>If there is a model you say can replace it, talk about how long you have been using it for, and using what harness (Claude code, opencode, etc), and some strengths and weakness you have noticed. I&#x27;m not interested in what benchmarks say, I want to hear about real world use from programmers using these models.
    • dimgl1 hour ago
      In short: no.<p>Nothing comes close, in my opinion. Sonnet and Opus are still the best models. The Codex variants of the GPT models are also great. I&#x27;ve tried MiniMax, GLM, Qwen and Kimi and for anything even remotely complex these models seriously struggle.
      • jasonriddle1 hour ago
        Thank you for the honest answer.<p>Yes, this is the conclusion I&#x27;ve come to as well. I don&#x27;t want to continue supporting OpenAI nor Anthropic, but the other models don&#x27;t seem to be anywhere close yet, despite the hype.
    • scottcha1 hour ago
      Yes GLM5 and KimiK2.5 are pretty close replacements for sonnet.
      • jasonriddle1 hour ago
        What coding harness are you using? What are some example workflows you have used either for? Have you used them only for new&#x2F;simple projects or for more complicated refactoring or architecture design?
      • MrScruff1 hour ago
        Haven&#x27;t really tried GLM5 much but I&#x27;ve used 4.7 quite a bit and it was pretty far from competing with Sonnet at the time, although I saw claims online to the contrary.
  • neo_doom3 hours ago
    Huge Claude user here… can someone help me set some realistic expectations if I bought a Mac mini and spun one up? I use Claude primarily for dev work and Home Lab projects. Are the open models good enough to run locally and replace the Claude workload? Or am I better off with my $20&#x2F;mo Claude subscription?
    • NietTim3 hours ago
      They are good for small tasks but you would not be able to use it like you use Claude and most likely be disappointed. But also, I do not know how you use claude.<p>There are many services online which offer hosted services for these models, my advice for anyone who is thinking about buying hardware to self host this is to try those first, that way you can get an impression of the capabilities and limitations of those models before you commit to buying hardware
    • MrScruff1 hour ago
      I&#x27;ve been playing with the open models since the original llama leak. They&#x27;re getting better over time, are useful for tasks of moderate complexity and it&#x27;s just cool to have a binary blob of knowledge that you can run locally without an internet connection.<p>However you should manage your expectations. Whatever the benchmarks say, you&#x27;ll quickly realise they&#x27;re not at all competing with Sonnet let alone Opus. Even the largest open weights models aren&#x27;t really doing that.
    • hamdingers2 hours ago
      Best way to find out is to buy $10 of OpenRouter credits and try the models for yourself.<p>From my experience doing this, they&#x27;re nowhere close, but it&#x27;s entertaining to check in once in a while.
    • alfiedotwtf3 hours ago
      So far, I’ve found gpt-oss-20B to be pretty good agentic wise, but it’s nothing like Claude Code using its paid models.<p>(I haven’t tried the 120B, which I’ve read is significantly better than 20B)
  • milchek6 hours ago
    I tested briefly with a MacBook Pro m4 with 36gb. Run in LM Studio with open code as the frontend and it failed over and over on tool calls. Switched back to qwen. Anyone else on similar setup have better luck?
    • internet1010106 hours ago
      I failed to run in LM Studio on M5 with 32gb at even half max context. Literally locked up computer and had to reboot.<p>Ran gemma-4-26B-A4B-it-GGUF:Q4_K_M just fine with llama.cpp though. First time in a <i>long</i> time that I have been impressed by a local model. Both speed (~38t&#x2F;s) and quality are very nice.
    • Aurornis5 hours ago
      Tool calls falling is a problem with the inference engine’s implementation and&#x2F;or the quant. Update and try again in a few days.<p>This is how all open weight model launches go.
    • jasonjmcghee6 hours ago
      Haven&#x27;t had time to try yet, but heard from others that they needed to update both the main and runtime versions for things to work.
      • abroadwin5 hours ago
        Even with the latest version of LM Studio and the latest runtimes I find that tool use fails 100% of the time with the following error: Error rendering prompt with jinja template: &quot;Cannot apply filter &quot;upper&quot; to type: UndefinedValue&quot;.<p>EDIT: The issue is addressed in LM Studio 0.4.9 (build 1), which auto-update wasn&#x27;t picking up for me for some reason.
        • jasonjmcghee5 hours ago
          I googled it- supposed fixed template<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ggml-org&#x2F;llama.cpp&#x2F;issues&#x2F;21347#issuecomment-4182360961" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ggml-org&#x2F;llama.cpp&#x2F;issues&#x2F;21347#issuecomm...</a>
          • abroadwin4 hours ago
            Alas, this does not resolve the issue for me.
  • OkGoDoIt54 minutes ago
    Sorry for being off topic, but why can’t I open this without being logged into GitHub? I thought gists are either completely private or publicly accessible. Are they no longer publicly accessible?
    • OkGoDoIt50 minutes ago
      In case anyone’s wondering, I tried it again and it worked this time, even without logging in. Maybe because this was my first visit to GitHub in a new country (I’m currently on vacation), I triggered some sort of anti-scraping measure or something.
  • spencer-p3 hours ago
    Weird that the steps are for &quot;Gemma 4 12b&quot;, which does not exist, and then switches to 26b midway through.<p>There&#x27;s also a step to verify that it doesn&#x27;t fit on the GPU with ollama ps showing &quot;14%&#x2F;86% CPU&#x2F;GPU&quot;. Doesn&#x27;t this mean you&#x27;ll have really bad performance?
    • Schiendelman2 hours ago
      The Mac mini doesn&#x27;t have different memory for the CPU and GPU, so maybe that&#x27;s ignorable?
  • anonyfox5 hours ago
    M5 air here with 32gb ram and 10&#x2F;10 cores. Anyone got some luck with mlx builds on oMLX so far? Not at my machine right now and would love to know if these models already work including tool calling
    • Yukonv4 hours ago
      The latest release v0.3.2 has partial support, generation is supported but not all special tokens are handled. I&#x27;ve done some personal testing to add tool calling and &lt;|channel&gt; thinking support. <a href="https:&#x2F;&#x2F;github.com&#x2F;Yukon&#x2F;omlx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Yukon&#x2F;omlx</a>
      • anonyfox2 hours ago
        awesome man, can’t wait! And just now checked it out and indeed 0.3.2 does already work for baseline chatting with mlx versions of Gemma 4 … downloading and comparing different variants right now!
    • smith70185 hours ago
      I know that someone got Gemma 4 E4B working with MLX [1] but I don&#x27;t know much more than that.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;bolyki01&#x2F;localllm-gemma4-mlx" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bolyki01&#x2F;localllm-gemma4-mlx</a>
  • aetherspawn7 hours ago
    Which harness (IDE) works with this if any? Can I use it for local coding right now?
    • lambda7 hours ago
      Yes, you can use it for local coding. Most harnesses can be pointed at a local endpoint which provides an OpenAI compatible API, though I&#x27;ve had some trouble using recent versions of Codex with llama.cpp due to an API incompatibility (Codex uses the newer &quot;responses&quot; API, but in a way that llama.cpp hasn&#x27;t fully supported).<p>I personally prefer Pi as I like the fact that it&#x27;s minimalist and extensible. But some people just use Claude Code, some OpenCode, there are a ton of options out there and most of them can be used with local models.
    • kristopolous4 hours ago
      It needs to support tool calling and many of the quantized ggufs don&#x27;t so you have to check.<p>I&#x27;ve got a workaround for that called petsitter where it sits as a proxy between the harness and inference engine and emulates additional capabilities through clever prompt engineering and various algorithms.<p>They&#x27;re abstractly called &quot;tricks&quot; and you can stack them as you please.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;day50-dev&#x2F;Petsitter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;day50-dev&#x2F;Petsitter</a><p>You can run the quantized model on ollama, put petsitter in front of it, put the agent harness in front of that and you&#x27;re good to go<p>If you have trouble, file bugs. Please!<p>Thank you<p>edit: just checked, the ollama version supports everything<p><pre><code> $ llcat -u http:&#x2F;&#x2F;localhost:11434 -m gemma4:latest --info [&quot;completion&quot;, &quot;vision&quot;, &quot;audio&quot;, &quot;tools&quot;, &quot;thinking&quot;] </code></pre> so you can just use that.
  • kristopolous4 hours ago
    Are you getting tool call and multimodal working? I don&#x27;t see it in the quantized unsloth ggufs...
  • easygenes9 hours ago
    Why is ollama so many people’s go-to? Genuinely curious, I’ve tried it but it feels overly stripped down &#x2F; dumbed down vs nearly everything else I’ve used.<p>Lately I’ve been playing with Unsloth Studio and think that’s probably a much better “give it to a beginner” default.
    • diflartle8 hours ago
      Ollama is good enough to dabble with, and getting a model is as easy as ollama pull &lt;model name&gt; vs figuring it out by yourself on hugging face and trying to make sense on all the goofy letters and numbers between the forty different names of models, and not needing a hugging face account to download.<p>So you start there and eventually you want to get off the happy path, then you need to learn more about the server and it&#x27;s all so much more complicated than just using ollama. You just want to try models, not learn the intricacies of hosting LLMs.
      • flux31255 hours ago
        to be fair, llama.cpp has gotten much easier to use lately with llama-server -hf &lt;model name&gt;. That said, the need to compile it yourself is still a pretty big barrier for most people.
        • ryandrake3 hours ago
          I started with ollama and now I&#x27;m using llama.cpp&#x2F;llama-server&#x27;s Router Mode that allows you to manage multiple models through a single server instance.<p>One thing I haven&#x27;t figured out: Subjectively, it feels like ollama&#x27;s model loading was nearly instant, while I feel like I&#x27;m always waiting for llama.cpp to load models, but that doesn&#x27;t make sense because it&#x27;s ultimately the same software. Maybe I should try ollama again to convince myself that I&#x27;m not crazy and that ollama&#x27;s model loading wasn&#x27;t actually instant.
    • polotics8 hours ago
      Ollama got some first-mover advantage at the time when actually building and git pulling llama.cpp was a bit of a moat. The devs&#x27; docker past probably made them overestimate how much they could lay claim to mindshare. However, no one really could have known how quickly things would evolve... Now I mostly recommend LM-studio to people.<p>What does unsloth-studio bring on top?
      • easygenes8 hours ago
        LM Studio has been around longer. I’ve used it since three years ago. I’d also agree it is generally a better beginner choice then and now.<p>Unsloth Studio is more featureful (well integrated tool calling, web search, and code execution being headline features), and comes from the people consistently making some of the best GGUF quants of all popular models. It also is well documented, easy to setup, and also has good fine-tuning support.
        • xenophonf7 hours ago
          LM Studio isn&#x27;t free&#x2F;libre&#x2F;open source software, which misses the point of using open weights and open source LLMs in the first place.
          • vonneumannstan6 hours ago
            Disagree, there are a lot of reasons to use open source local LLMs that aren&#x27;t related to free&#x2F;libre&#x2F;oss principles. Privacy being a major one.
            • ekianjo4 hours ago
              If you care about privacy making sure the closed source software does not call home is a concern...
              • the_lucifer2 hours ago
                I run Little Snitch[1] on my Mac, and I haven&#x27;t seen LM Studio make any calls that I feel like it shouldn&#x27;t be making.<p>Point it to a local models folder, and you can firewall the entire app if you feel like it.<p>Digressing, but the issue with open source software is that most OSS software don&#x27;t understand UX. UX requires a strong hand and opinionated decision making on whether or not something belongs front-and-center and it&#x27;s something that developers struggle with. The <i>only</i> counterexample I can think of is Blender and it&#x27;s a rare exception and sadly not the norm.<p>LM Studio manages the backend well, hides its complexities and serves as a good front-end for downloading&#x2F;managing models. Since I download the models to a shared common location, If I don&#x27;t want to deal with the LM Studio UX, I then easily use the downloaded models with direct llama.cpp, llama-swap and mlx_lm calls.<p>[1]: <a href="https:&#x2F;&#x2F;obdev.at" rel="nofollow">https:&#x2F;&#x2F;obdev.at</a>
    • linolevan4 hours ago
      What I really don&#x27;t get is why more people don&#x27;t talk about LMStudio, I switched to it months ago and it seems like a straight upgrade.
      • alfiedotwtf3 hours ago
        Isn’t LMStudio closed source?
      • brcmthrowaway3 hours ago
        How does LMStudio compare to Unsloth Studio?
    • DiabloD37 hours ago
      Advertising, mostly.<p>Ollama&#x27;s org had people flood various LLM&#x2F;programming related Reddits and Discords and elsewhere, claiming it was an &#x27;easy frontend for llama.cpp&#x27;, and tricked people.<p>Only way to win is to uninstall it and switch to llama.cpp.
    • jrm45 hours ago
      Ollama user with the opposite question -- why not? What am I missing out on? I&#x27;m using it as the backend for playing with other frontend stuff and it seems to work just fine.<p>And as someone running at 16gb card, I&#x27;m especially curious as to if I&#x27;m missing out on better performance?
      • the_lucifer1 hour ago
        &gt; Ollama user with the opposite question -- why not? What am I missing out on? I&#x27;m using it as the backend for playing with other frontend stuff and it seems to work just fine.<p>Used to be an Ollama user. Everything that you cite as benefits for Ollama is what I was drawn to in the first place as well, then moved on to using llama.cpp directly. Apart from being extremely unethical, The issue is that they try to abstract away a bit too much, especially when LLM model quality is highly affected by a bunch of parameters. Hell you can&#x27;t tell what quant you&#x27;re downloading. Can you tell at a glance what size of model&#x27;s downloaded? Can you tell if it&#x27;s optimized for your arch? Or what Quant?<p>`ollama pull gemma4`<p>(Yes, I know you can add parameters etc. but the point stands because this is sold as noob-friendly. If you are going to be adding cli params to tweak this, then just do the same with llama.cpp?)<p>That became a big issue when Deep Seek R1 came out because everyone and their mother was making TikToks saying that you can run the full fat model without explaining that it was a distill, which Ollama had abstracted away. Running `ollama run deepseek-r1` means nothing when the quality ranges from useless to super good.<p>&gt; And as someone running at 16gb card, I&#x27;m especially curious as to if I&#x27;m missing out on better performance?<p>I&#x27;d go so far as to say, I can *GUARANTEE* you&#x27;re missing out on performance if you are using Ollama, no matter the size of your GPU VRAM. You can get significant improvement if you just run underlying llama.cpp.<p>Secondly, it&#x27;s chock full of dark patterns (like the ones above) and anti-open source behavior. For some examples:<p>1. It mangles GGUF files so other apps can&#x27;t use them, and you can&#x27;t access them either without a bunch of work on your end (had to script a way to unmangle these long sha-hashed file names) 2. Ollama conveniently fails contribute improvements back to the original codebase (they don&#x27;t have to technically thanks to MIT), but they didn&#x27;t bother assisting llama.cpp in developing multimodal capabilities and features such as iSWA. 3. Any innovations to the do is just piggybacking off of llama.cpp that they try to pass off as their own without contributing back to upstream. When new models come out they post &quot;WIP&quot; publicly while twiddling their thumbs waiting for llama.cpp to do the actual work.<p>It operates in this weird &quot;middle layer&quot; where it is kind of user friendly but it’s not as user friendly as LM Studio.<p>After all this, I just couldn&#x27;t continue using it. If the benefits it provides you are good, then by all means continue.<p>IMO just finding the most optimal parameters for a models and aliasing them in your cli would be a much better experience ngl, especially now that we have llama-server, a nice webui and hot reloading built into llama.cpp
      • ekianjo4 hours ago
        Ollama has had bad defaults forever (stuck on a default CTX of 2048 for like 2 years) and they typically are late to support the latest models vs llamacpp. Absolutely no reason to use it in 2026.
    • wolvoleo5 hours ago
      For me it&#x27;s just the server. I use openwebui as interface. I don&#x27;t want it all running on the same machine.
  • boutell8 hours ago
    Last night I had to install the VO.20 pre-release of ollama to use this model. So I&#x27;m wondering if these instructions are accurate.
  • redrove9 hours ago
    There is virtually no reason to use Ollama over LM Studio or the myriad of other alternatives.<p>Ollama is slower and they started out as a shameless llama.cpp ripoff without giving credit and now they “ported” it to Go which means they’re just vibe code translating llama.cpp, bugs included.
    • alifeinbinary9 hours ago
      I really like LM Studio when I can use it under Windows but for people like me with Intel Macs + AMD gpu ollama is the only option because it can leverage the gpu using MoltenVK aka Vulkan, unofficially. We&#x27;re still testing it, hoping to get the Vulkan support in the main branch soon. It works perfectly for single GPUs but some edge cases when using multiple GPUs are unsupported until upstream support from MoltenVK comes through. But yeah, I agree, it wasn&#x27;t cool to repackage Georgi&#x27;s work like that.
    • gen6acd60af8 hours ago
      LM Studio is closed source.<p>And didn&#x27;t Ollama independently ship a vision pipeline for some multimodal models months before llama.cpp supported it?
      • zozbot2345 hours ago
        Yes, they introduced that Golang rewrite precisely to support the visual pipeline and other things that weren&#x27;t in llama.cpp at the time. But then llama.cpp usually catches up and Ollama is just left stranded with something that&#x27;s not fully competitive. Right now it seems to have messed up mmap support which stops it from properly streaming model weights from storage when doing inference on CPU with limited RAM, even as faster PCIe 5.0 SSDs are finally making this more practical.<p>The project is just a bit underwhelming overall, it would be way better if they just focused on polishing good UX and fine-tuning, starting from a reasonably up-to-date version of what llama.cpp provides already.
    • jrm45 hours ago
      Do y&#x27;all mean backend or the Ollama frontend or both? I find it trivially easy to sub in my local Ollama api thing in virtually all of the interesting frontend things. I&#x27;m quite curious about the &quot;why not Ollama&quot; here.
    • faitswulff8 hours ago
      Does LM Studio have an equivalent to the ollama launch command? i.e. `ollama launch claude --model qwen3.5:35b-a3b-coding-nvfp4`
      • DiabloD37 hours ago
        I don&#x27;t think it does, but llama.cpp does, and can load models off HuggingFace directly (so, not limited to ollama&#x27;s unofficial model mirror like ollama is).<p>There is no reason to ever use ollama.
        • ffsm86 hours ago
          &gt; <i>I don&#x27;t think it does, but llama.cpp does</i><p>I just checked their docs and can&#x27;t see anything like it.<p>Did you mistake the command to just download and load the model?
          • u80806 hours ago
            -hf ModelName:Q4_K_M
            • ffsm85 hours ago
              <i>Did you mistake the command to just download and load the model too?</i><p>Actually that shouldn&#x27;t be a question, you clearly did.<p>Hint: it also opens Claude code configured to use that model
        • beanjuiceII6 hours ago
          sure there&#x27;s a reason...it works fine thats the reason
    • meltyness8 hours ago
      I feel like the READMEs for these 3 large popular packages already illustrate tradeoffs better than hacker news argument
    • iLoveOncall9 hours ago
      &gt; There is virtually no reason to use Ollama over LM Studio or the myriad of other alternatives.<p>Hmm, the fact that Ollama is open-source, can run in Docker, etc.?
      • DiabloD36 hours ago
        Ollama is quasi-open source.<p>In some places in the source code they claim sole ownership of the code, when it is highly derivative of that in llama.cpp (having started its life as a llama.cpp frontend). They keep it the same license, however, MIT.<p>There is no reason to use Ollama as an alternative to llama.cpp, just use the real thing instead.
        • simondotau6 hours ago
          If it’s MIT code derived from MIT code, in what way is its openness <i>”quasi”?</i> Issues of attribution and crediting diminish the karma of the derived project, but I don’t see how it diminishes the level of openness.
    • lousken8 hours ago
      lm studio is not opensource and you can&#x27;t use it on the server and connect clients to it?
      • jedisct18 hours ago
        LM Studio can absolutely run as as server.
        • walthamstow7 hours ago
          IIRC it does so as default too. I have loads of stuff pointing at LM Studio on localhost
    • logicallee6 hours ago
      &gt;Ollama is slower<p>I&#x27;ve benchmarked this on an actual Mac Mini M4 with 24 GB of RAM, and averaged 24.4 t&#x2F;s on Ollama and 19.45 t&#x2F;s on LM Studio for the same ~10 GB model (gemma4:e4b), a difference which was repeated across three runs and with both models warmed up beforehand. Unless there is an error in my methodology, which is easy to repeat[1], it means Ollama is a full 25% faster. That&#x27;s an enormous difference. Try it for yourself before making such claims.<p>[1] script at: <a href="https:&#x2F;&#x2F;pastebin.com&#x2F;EwcRqLUm" rel="nofollow">https:&#x2F;&#x2F;pastebin.com&#x2F;EwcRqLUm</a> but it warms up both and keeps them in memory, so you&#x27;ll want to close almost all other applications first. Install both ollama and LM Studio and download the models, change the path to where you installed the model. Interestingly I had to go through 3 different AI&#x27;s to write this script: ChatGPT (on which I&#x27;m a Pro subscriber) thought about doing so then returned nothing (shenanigans since I was benchmarking a competitor?), I had run out of my weekly session limit on Pro Max 20x credits on Claude (wonder why I need a local coding agent!) and then Google rose to the challenge and wrote the benchmark for me. I didn&#x27;t try writing a benchmark like this locally, I&#x27;ll try that next and report back.
      • dminik6 hours ago
        It depends on the hardware, backend and options. I&#x27;ve recently tried running some local AIs (Qwen3.5 9B for the numbers here) on an older AMD 8GB VRAM GPU (so vulkan) and found that:<p>llama.cpp is about 10% faster than LM studio with the same options.<p>LM studio is 3x faster than ollama with the same options (~13t&#x2F;s vs ~38t&#x2F;s), but messes up tool calls.<p>Ollama ended up slowest on the 9B, Queen3.5 35B and some random other 8B model.<p>Note that this isn&#x27;t some rigorous study or performance benchmarking. I just found ollama unnaceptably slow and wanted to try out the other options.
  • logicallee7 hours ago
    In case someone would like to know what these are like on this hardware, I tested Gemma 4 32b (the ~20 GB model, the largest Gemma model Google published) and Gemma 4 gemma4:e4b (the ~10 GB model) on this exact setup (Mac Mini M4 with 24 GB of RAM using Ollama), I livestreamed it:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;live&#x2F;G5OVcKO70ns" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;live&#x2F;G5OVcKO70ns</a><p>The ~10 GB model is super speedy, loading in a few seconds and giving responses almost instantly. If you just want to see its performance, it says hello around the 2 minute mark in the video (and fast!) and the ~20 GB model says hello around 5 minutes 45 seconds in the video. You can see the difference in their loading times and speed, which is a substantial difference. I also had each of them complete a difficult coding task, they both got it correct but the 20 GB model was much slower. It&#x27;s a bit too slow to use on this setup day to day, plus it would take almost all the memory. The 10 GB model could fit comfortably on a Mac Mini 24 GB with plenty of RAM left for everything else, and it seems like you can use it for small-size useful coding tasks.
  • zachperkel4 hours ago
    how many TPS does a build like this achieve on gemma 4 26b?
  • renewiltord5 hours ago
    Just told Claude to sort it out and it ran it. 26 tok&#x2F;s on the Mac mini I use for personal claw type program. Unusable for local agent but it’s okay.
    • zozbot2345 hours ago
      Isn&#x27;t 26 tok&#x2F;s quite usable for a claw-like agent though? You can chat with it on a IM platform and get notified as soon as it replies, you&#x27;re not dependent on real-time quick interaction.
  • robotswantdata9 hours ago
    Why are you using Ollama? Just use llama.cpp<p>brew install llama.cpp<p>use the inbuilt CLI, Server or Chat interface. + Hook it up to any other app
    • Bigsy8 hours ago
      For MLX I&#x27;d guess.
      • redrove7 hours ago
        <a href="https:&#x2F;&#x2F;omlx.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;omlx.ai&#x2F;</a>
        • leftnode5 hours ago
          Does this have a CLI only interface?
          • redrove14 minutes ago
            Yes. You could also look at the README.md.
      • wronglebowski7 hours ago
        That also comes upstream from llama.cpp <a href="https:&#x2F;&#x2F;github.com&#x2F;ggml-org&#x2F;llama.cpp&#x2F;discussions&#x2F;4345" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ggml-org&#x2F;llama.cpp&#x2F;discussions&#x2F;4345</a>
  • techpulselab3 hours ago
    [dead]
  • aplomb10262 hours ago
    [dead]
  • jiusanzhou3 hours ago
    [dead]
  • volume_tech6 hours ago
    [dead]
  • kanehorikawa4 hours ago
    [dead]
  • greenstevester10 hours ago
    [flagged]
    • krzyk8 hours ago
      By desk you mean that &quot;Mac mini&quot;? Because it is pricey. In my country it is 1000 USD (from Apple for basic M4 with 24GB). My desk was 1&#x2F;5th of that price.<p>And considering that this Mac mini won&#x27;t be doing anything else is there a reason why not just buy subscription from Claude, OpenAI, Google, etc.?<p>Are those open models more performant compared to Sonnet 4.5&#x2F;4.6? Or have at least bigger context?
      • lambda7 hours ago
        Right now, open models that run on hardware that costs under $5000 can get up to around the performance of Sonnet 3.7. Maybe a bit better on certain tasks if you fine tune them for that specific task or distill some reasoning ability from Opus, but if you look at a broad range of benchmarks, that&#x27;s about where they land in performance.<p>You can get open models that are competitive with Sonnet 4.6 on benchmarks (though some people say that they focus a bit too heavily on benchmarks, so maybe slightly weaker on real-world tasks than the benchmarks indicate), but you need &gt;500 GiB of VRAM to run even pretty aggressive quantizations (4 bits or less), and to run them at any reasonable speed they need to be on multi-GPU setups rather than the now discontinued Mac Studio 512 GiB.<p>The big advantage is that you have full control, and you&#x27;re not paying a $200&#x2F;month subscription and still being throttled on tokens, you are guaranteed that your data is not being used to train models, and you&#x27;re not financially supporting an industry that many people find questionable. Also, if you want to, you can use &quot;abliterated&quot; versions which strip away the censoring that labs do to cause their models to refuse to answer certain questions, or you can use fine-tunes that adapt it for various other purposes, like improving certain coding abilities, making it better for roleplay, etc.
        • zozbot2345 hours ago
          You don&#x27;t need that much VRAM to run the very largest models, these are MoE models where only a small fraction is being computed with at any given time. If you plan to run with multiple GPUs and have enough PCIe lanes (such as with a proper HEDT platform) CPU-GPU transfers start to become a bit less painful. More importantly, streaming weights from disk becomes feasible, which lets you save on expensive RAM. The big labs only avoid this because it costs power at scale compared to keeping weights in DRAM, but that aside it&#x27;s quite sound.
          • lambda3 hours ago
            While you can run with weights in RAM or even disk, it gets a lot slower; even though on any given token a fraction of the weights are used, that can change with each token, so there is a lot of traffic to transfer weights to the GPU, which is a lot slower than if it&#x27;s directly in GPU RAM. And even more slower if you stream from disk. Possible, yes, and maybe OK for some purposes, but you might find it painfully slow.
      • zhongwei20496 hours ago
        I have the same setup (M4 Pro, 24GB). The e4b model is surprisingly snappy for quick tasks. The full 26B is usable but not great — loading time alone is enough to break your flow.<p>Re: subscriptions vs local — I use both. Cloud for the heavy stuff, local for when I&#x27;m iterating fast and don&#x27;t want to deal with rate limits or network hiccups.
  • mark_l_watson6 hours ago
    The article has a few good tips for using Ollama. Perhaps it should note that the Gemma 4 models are not really trained for strong performance with coding agents like OpenCode, Claude Code, pi, etc. The Gemma 4 models are excellent for applications requiring tool use, data extraction to JSON, etc. I asked Gemini Pro about this earlier and Gemini Pro recommended qwen 3.5 models specifically for coding, and backed that up with interesting material on training. This makes sense, and is something that I do: use strong models to build effective applications using small efficient models.
    • Aurornis5 hours ago
      &gt; I asked Gemini Pro about this earlier and Gemini Pro recommended qwen 3.5 models specifically for coding, and backed that up with interesting material on training.<p>The Gemma models were literally released yesterday. You can’t ask LLMs for advice on these topics and get accurate information.<p>Please don’t repeat LLM-sourced answers as canonical information
      • zozbot2345 hours ago
        It&#x27;s not just LLM sourced though, folks have literally tried this after the release with the 26A4B model and it wasn&#x27;t very good. Maybe the dense ~31B model is worthwhile though.
        • Aurornis5 hours ago
          Many Gemma implementations are or were broken on launch day. The first attempts to fix llama.cpp’s tokenizer were merged hours ago.<p>Everyone hated Qwen3.5 at launch too because so many implementations were broken and couldn’t do tool calling.<p>You need to ignore social media “I tried this and it sucks” echo chambers for new model releases.
          • mark_l_watson4 hours ago
            I agree with your criticism. I should have simply said that I had good results with gemma 4 tool use, and agentic coding with gemma 4 didn’t yet work well for me.
      • mark_l_watson5 hours ago
        I spent two hours doing my own research before asking for Gemini’s analysis, which reinforced my own opinion that the gemini models historically have not been trained and target for agentic coding use.<p>Have you tried using the new Gemma 4 models with agentic coding tools?If you do, you might end up agreeing with me.
        • SparkyMcUnicorn4 hours ago
          I&#x27;ve found my research on certain topics like this becoming less reliable these days, compared to just trying it out to form an opinion.
          • mark_l_watson4 hours ago
            I wasn’t very clear, sorry. By my ‘own research’ I meant spending 90 minutes experimenting with Gemma 4 models for tool use (good results!) and a half hour using with pi and OpenCode (I didn’t get good results, yet.)
      • armchairhacker5 hours ago
        LLMs can search the web. Although I don’t trust the LLM (or someone repeating its claim) without quotes and URLs to where it got the information.
    • renewiltord5 hours ago
      Oh yeah absolute genius. I asked GPT-2 about Claude Opus 4.6 and it said “this is not a recommendation. You might get some benefits from Opus… but this is not what you want”. Damn, real wisdom from the OG there. What a legend