Replying to @⁨sanitation@lemmy.today⁩

The article wastes no time getting to the underlying point in the very first paragraph:

Top executives at leading Western AI companies are increasingly warning about the safety and national security risks posed by Chinese open-weight frontier models. What they tend not to mention is that these models are improving rapidly and, because they are freely available, pose a serious threat to Western labs’ business models.

I found the following two paragraphs interesting:

By mid-2026, however, open-weight frontier models from Chinese labs such as Alibaba, DeepSeek, and Moonshot AI had nearly matched the leading Western models in intelligence and performance. Many companies have already begun building their AI systems on top of these free models, avoiding the high cost of closed-model APIs.

Because businesses can host open-weight models in their own private clouds, they can also avoid sending proprietary data to systems controlled by outside providers. Developers can fine-tune the models for specific needs, build applications and tools on top of them, and optimize them for their preferred infrastructure.

Replying to @⁨nkat2112@sh.itjust.works⁩

they can also avoid sending proprietary data to systems controlled by outside providers.

Not only proprietary but also personal or other kinds of sensitive data.
If you are doing health research on databases of personal health data, you should be able to guarantee the safety of that data.
That means you can’t use the current American systems, because they’ve been shown to be insecure.
This would be a major issue in EU, where such data is legally protected.

Replying to @⁨grue@lemmy.world⁩

Fines are just the cost of doing business.

In theory fines in EU don’t have a ceiling. 10% fine of companys turnover with OpenAI (or any other company running on borrowed money) would be a pretty steep cost of doing business and I don’t think all (if any) of AI-hype entities could actually swallow that.

Obviously that’s just in theory, so far the fines have been a slight slap on the wrist, but mechanisms are in place to give actually meaningful fines for unethical practices. No one will go to jail tho, as EU doesn’t really have the power to jail US citizens.

Replying to @⁨a1studmuffin@aussie.zone⁩

My current workflow is passing a human written spec to an agent to implement with strict coding guidelines, architectural decisions, etc. The agent isn’t making any decisions about the abstractions to use, it’s just creating the objects and test suites. So I don’t mind the slower bandwidth because I’m running the heavy agentic lifting over night with no need for human supervision.

But I fully appreciate that my workflow isn’t the norm. In fact my workflow it’s the exact opposite the AI grifters like Sam Altman are selling because it still involves a human with knowledge of the systems making different decisions.

Replying to @⁨Greg@lemmy.ca⁩

If you’re running stuff overnight on a homelab, you can get away with using very large models as agents in CPU RAM.

Another option is a hybrid approach: farm “dumb” privacy-insensitive calls to an API you can subscribe to for like $40 a year, and let your local LLM do the orchestrating. This is what I do: I run MiMo locally, but also farm calls out to the exact same LLM in the cloud when appropriate… And I don’t mind one bit. I’m happy to tip them for open sourcing it in the first place.

Replying to @⁨brucethemoose@lemmy.world⁩

I’ve got 128GB RAM + 24GB VRAM on a 4090. I’ve managed to get a 400B parameter model running on a single board computer with 64GB RAM by using MMAP. But I want to run Kimi K3 locally so I would need a lot more RAM / bandwidth

Gregology400B Parameter Inference on a Single Board ComputerI ran Qwen 3.5 at 397B parameters on a sub-$1000 Radxa Orion O6 using Vulkan GPU offload and MMAP.

Replying to @⁨Greg@lemmy.ca⁩

Oh that’s perfect!

You can’t realistically run Kimi (as it’s a 1T+ model), but you’re set. There’s a glut of excellent 120B-300B models for you to choose from.

I’m quantizing MiMo 2.5 specifically to cram into 24GB/128GB as I type this. It’s tight, and will use up most of your memory, but it’s fantastically smart and plenty fast. The quantization won’t finish cooking until tomorrow, but I’ll upload it to huggingface then.

But there are others existing quants would fit, like Deepseek Flash IQ3_S: huggingface.co/unsloth/…/UD-IQ3_S

Or… well, any of these! huggingface.co/models?num_parameters=min%3A128B%2…

The key for you is to run the ik_llama.cpp fork: github.com/ikawrakow/ik_llama.cpp/

It’s specifically optimized for hybrid (CPU + GPU) inference on Nvidia desktops; you’ll get MUCH faster speeds than mainline llama.cpp or anything based on it. It also supports some more exotic quantization type; as an example, I’m quantizing MiMo 2.5 as a hybrid quant, with the dense layers at IQ6K/Q8_0 and the sparse experts as an IQ3_KT “trellis” quant type. This should yield a higher fidelity quantization than a typical Q3 GGUF while taking less RAM, at the cost of taking forever to quantize and a slight speed hit.

Some other quantization types (like the KS or R4 types) are specifically configured to be fast on CPU.

There are specialized “quant cookers” that make GGUFs specifically for ik_llama.cpp, like:

huggingface.co/ubergarm

huggingface.co/AesSedai

huggingface.co/sigargv/Laguna-M.1-GGUF

huggingface.co/models?other=ik_llama.cpp&sort=mod…

Mine will be here once I upload it:

huggingface.co/Downtown-Case

For anyone else reading this: none of this is applicable to you if you have an AMD/Intel GPU, or an older Nvidia GPU, or less than a certain amount of RAM, or a non AVX2 CPU or… well, there’s all sorts of caveats.

The optimal runtime is different for everyone. As an example, exllamav3 is WAY better than llama.cpp on modern Nvidia GPUs until you get above a certain amount of CPU RAM; then using all that RAM for hybrid inference makes more sense. On AMD, different backends work better on different GPUs, and… well, you get the point. Basically all LLM running advice is irrelevant without specifics of your hardware, even this post will be obsolete in a month.

huggingface.counsloth/DeepSeek-V4-Flash-GGUF at mainWe’re on a journey to advance and democratize artificial intelligence through open source and open science.

Replying to @⁨yesman@lemmy.world⁩

Pretty big difference. An open weight model is a model that you can run on your own machine. You just download and it’s yours to host and use. You don’t need to have anyone host it on their own backend for you, the entire model is available to you to do that on your own. What you don’t have is any control over or access to anything related to how the model was trained. You don’t know what kind of data they used to train it, and how exactly they used that dataset. If you did, that’d be an open source model.

Replying to @⁨phil@lemmy.openitco.de⁩

There might be, but very few. Most (like gpt-oss, or Deepseek R1) are open weight, because no one wants to make their model training data public.

Open sourcing a model would likely give away they are using pirated content or scrap internet websites without permission. That’s something Anthropic was fined for last year, they were caught using pirated books for model training.

Moreover, training data is one of most lucrative resources in AI race next to GPUs, and AI companies are going all in on finding it, desperately fighting for any possible data. Heck recently they even started buying antique books, digitizing, and burning them.

They invest a whole lot of resources to get quality data, and they don’t want to share it with competitors for free.

My personal opinion though is FOSS philosophy doesn’t apply that cleanly to LLMs anyway. If compiling Chromium or Linux kernel from source is tedious enough, “compiling” an LLM from source on consumer hardware is straight impossible. It’s something only your competitors could do.

Thus you can’t verify the LLM is the same as it’s source code anyway, so open source label becomes meaningless.

And open weight model is still an improvement over using a cloud model, as it’s local and doesn’t call home with your chats data.

Replying to @⁨sanitation@lemmy.today⁩

The Western model was doomed to failure from the start. The only barrier to entry was being able to download thousands of TBs of internet archives/books and to have a lot of compute.

The math for these models isn’t proprietary and most CS students are exposed to machine learning and neural networks while in school.

The only advantage western companies had was the ability to buy up the entire hardware market, pricing out domestic competition, and to use their politicians to manipulate trade policy in order to restrict sales of critical hardware to China.

Every US tech company has dumped billions investing in an unsustainable business model with the hope of buying a global monopoly by strangling competition.

China can destroy all of that by making their models open weight. The real money is in finding and implementing custom AI solutions… not in charging for access to the models. By having freely available models, they’re making the barrier of entry as low as possible.

Not to mention that the insane amount of money being poured into hardware by US tech companies has created an environment where building fabs has a much shorter ROI, which also helps China’s development in that sector.

US companies are playing Monopoly while China is playing Civilization.

Replying to @⁨sanitation@lemmy.today⁩

I ran DeepSeek and Llama and Mistral at home on my consumer grade gaming PC.

With a little tweaking of the system prompts and configuring web search, I was running a local LLM that felt pretty darn close to the commercial LLMs.

With this technology out in the open internet where you can download the models in a few hours I don’t see how the commercial AI companies are going to last. If selling “Artificial Intelligence” subscriptions is all your company does for revenue, you’re screwed.

I downloaded and ran an LLM that I could have a conversation with and feed basic coding problems to for basically zero dollars and ran it on my puny gaming machine…puny compared to enterprise-class hardware. It would be trivial for a company with a very moderate budget to buy some servers and start running their own LLMs that they can use to feed all the PII and HIPPA data they want.

Replying to @⁨DJKJuicy@sh.itjust.works⁩

sleepingrobots.com/dreams/stop-using-ollama/

And this is just the tip of the iceberg for ollama. They’re the same kind of scammy tech bros as OpenAI.

The best setup depends on your hardware. There is no “easy button” unfortunately, quantized LLMs are just too intense and finicky to run without making some informed choices.

It also depends on what you want to do with the LLM. For example, some are too slow or bad at long context for agenic use, some quantizations are great at scripts but terrible outside that, or vice versa.

But LM Studio and Qwen 3.5 35B Q4 is probably the “easiest” flat recommendation I can make.

Or… honestly, just pay $40 for basically unlimited usage for a year from an API, then roll your own frontend.

Friends Don't Let Friends Use OllamaSleeping RobotsFriends Don't Let Friends Use Ollama | Sleeping RobotsOllama gained traction by being the first easy llama.cpp wrapper, then spent years dodging attribution, misleading users, and pivoting to cloud, all while riding VC money earned on someone else's engine. Here's the full history, and why the alternatives are better.

Replying to @⁨naught101@lemmy.world⁩

I just meant that you have to be cognizant of what went into the quantization.

As an example, a “Q4_K_M” could be too much quantization to be usable on one model, and an inefficient waste of space on the other. Two Q4_K_Ms of the exact same model could be completely different, one totally borked. Or one particular Q4_K_M could excel in one task, but be totally useless for another, even with the exact same settings, when a slightly different sized or type of quantization would excel.

It’s a deep rabbit hole. It’s not random either; there are distinct technical reasons behind every case mentioned above.

And that’s not even at the cutting edge quantization anymore, though what’s “cutting edge” completely depends on your particular hardware and use case.

I’m trying to make this sound daunting on purpose.

Many people have really horrible experience with a default “ollama run” for this exact reason, because the defaults are terrible and the customization is critical to getting coherent, performant output.

Unquantized LLMs, on the other hand, are basically always run the same way: vllm docker image on a big server, official weights. There’s less to “go wrong” trying to squeeze it on hardware with unofficial runtimes and compressors.

Replying to @⁨DJKJuicy@sh.itjust.works⁩

I’ve been running LM Studio on Bazzite and I had to do nothing to get it working. Just go to the LM Studio website and download the .appimage for Linux. If you open it with Gear Lever it will install like an app from the app store and show up in your launcher with an icon.

From there I have just been able to download models and use them from in the app. In fact I setup a local server to connect to my IDE and have been trying out local models for coding. It’s pretty cool

Replying to @⁨DJKJuicy@sh.itjust.works⁩

I can also vouch for lmstudio. If you can get Hermes running on Linux I would suggest trying that as well. It connects to lm studio and you use Hermes to communicate with the model. Iook into it as there’s a lot to it, I’ve really been enjoying using it so far it even learns how I like to create tasks and I’ve stopped having to ask it to delegate certain tasks, it just knows to do it and to break down the tasks so my fairly context starved local model can handle it.

As for a model, the Qwen 3.6 family of models do really well. I’d suggest the Qwen 3.6 35B a3b probably Q4 depending on your hardware. It’s large, but because it’s a mixture of experts model only 3b of experts are kept on vram at any one time so it stays fast. Qwen 3.6 27b is the smarter “dense” model, but trying to stay with Q4 for quality it becomes too large for 16GB vram and for me runs at like 2 tokens per second lol

Replying to @⁨Asafum@lemmy.world⁩

You want this one:

huggingface.co/turboderp/…/main

Or maybe the 3.5bpw one if you don’t mind less context, or 3bpw if you need more:

huggingface.co/turboderp/Qwen3.6-27B-exl3

For faster inference at the cost of a little more VRAM usage:

huggingface.co/turboderp/Qwen3.6-27B-DFlash-exl3

And you run those in:

github.com/theroyallab/tabbyAPI

And FYI, if you have 64GB of RAM or more, you might consider hybrid inference instead.

huggingface.coturboderp/Qwen3.6-27B-exl3_3.30bpw at mainWe’re on a journey to advance and democratize artificial intelligence through open source and open science.

Replying to @⁨LedgeDrop@lemmy.zip⁩

I was thinking of Xiaomi’s Lite coding plan:

platform.xiaomimimo.com/token-plan

My mistake, it’s $60. But that’s still dirt cheap.

You can read their terms of service; coding APIs are generally less invasive than something like the ChatGPT app, but don’t bet on any privacy either.

For my personal setup, I actually run most queries locally, via MiMo 2.5, but send “bulk” privacy-insensetive prompts to the same model on the API, since its so much faster. I kinda use them in parallel.

platform.xiaomimimo.comXiaomi MiMo Api Open Platform - Token Plan Global LaunchOne-time purchase unlocks both MiMo-V2.5 flagship models, plus TTS model free across all tiers for a limited time. Unleash powerful productivity with Xiaomi MiMo

Replying to @⁨LedgeDrop@lemmy.zip⁩

I also forgot to emphasize this, but Xiaomi’s plan, in my opinion, is undiscovered fruit.

GLM had a similar coding plan, but once it got in the news and popular, it got WAY more expensive and limited. I’m grandfathered into 6 more months of a GLM plan you literally cannot buy now.

And I think Xiaomi is in the same situation GLM was 6+ months ago. It’s a fantastic model series, but unlike Kimi/GLM no one knows about it yet, which is how it’s still $60 for a year.

Replying to @⁨DJKJuicy@sh.itjust.works⁩

Depends on your RAM (main + GPU), but assuming 32GB total: Qwen 3.6 35B A3B for coding support, Gemma 4 26B for general stuff. The LM Studio app curates a list of recommended models that will run well in it and makes it easy to run them.

Mind you, what I like most about local models is their limitations, because it turns out closed models have limitations of the same nature, just with quite a bit more runway; and becoming aware of those limitations is valuable.

Replying to @⁨D1re_W0lf@piefed.social⁩

Mistral is still around, but for local LLMs… they’re kinda irrelevant, sadly. Their models have regressed. I think they’re being choked by ambiguous EU law.

If you’re looking for “western” weights, I’d look at the Laguna series first:

huggingface.co/poolside

And ik_llama.cpp quantizations like this: huggingface.co/sigargv/Laguna-M.1-GGUF/tree/main

There’s a couple of other interesting startups, but TBH its hard to keep track of where they’re from.

huggingface.copoolside (Poolside)Org profile for Poolside on Hugging Face, the AI community building the future.

Replying to @⁨stankmut@lemmy.world⁩

I actually tried Qwen 3.6 27B but it wouldn’t quite fit in my 6900XT so I had to go down to the 14B. I don’t have the tools or the skillset to really test the capabilities of an LLM but with some very rudimentary system prompts it felt quite natural to me. Shockingly natural considering that talking to a real LLM running on my own PC felt like it was smarter than the Majel Barrett computer on Star Trek:TNG…

Replying to @⁨eicker@lemmy.world⁩

The awkward part is that software has a habit of racing toward free once it becomes good enough

Has it? Jira, Teams, Slack, Google Meet, Cisco WebX… There’s obviously Jitsi but I don’t see companies racing towards it. When it comes to SaaS most companies prefer to pay and be done with it. Few are choosing to host open source solutions. Windows and Mac are also way more popular than Linux in office settings. With LLMs hosting it will be even more complicated because companies will have to invest heavily in GPUs.

If the bubble bursts companies will lose funds to work on new models but someone will still be able to offer existing models as a service. Companies will chose the one with better price and functionality. Being free or not will have little to do with it.

Replying to @⁨ExLisper@lemmy.curiana.net⁩

Unfortunately, based on many years of experience, I have to agree. However, I also see a light at the end of the tunnel, particularly in Europe, where there is a growing desire to break free from the US SaaS stranglehold, using open source software.

Regarding OWAI I see a fundamental difference: Slack isn’t just software, it’s a hosted service with identity, storage and network effects.

An open weight model is more like a compiler: once downloaded, nobody can revoke it. You may still pay for inference, but pricing power drops when anyone can host the same model.

Replying to @⁨eicker@lemmy.world⁩

particularly in Europe, where there is a growing desire to break free from the US SaaS stranglehold, using open source software.

I’m sorry, but it took EXTREME provocation to get Europe to start to talk about moving, again. Previous starts to move to open source software across Europe have mostly faltered and reverted to the comfort of handing cash to foreign companies.

Replying to @⁨ExLisper@lemmy.curiana.net⁩

Well, the current state is that there are a couple of “best” models, but literally hundreds of independent providers serving them. As an example, one can get GLM 5.1 from its trainer, or one can get it from DigitalOcean, or Baidu, or SiliconFlow ASICs, or get it at very high speed from Cerebras ASICs, or AMD providers, or finetune it from a number of services, or rent the self hosting…

The companies aren’t keeping the models to themselves, and that blows the marketplace open to a boatload of competitors.

Replying to @⁨eicker@lemmy.world⁩

racing toward free once it becomes good enough.

I don’t know… I was using Open(now Libre)Office over 20 years ago, it wasn’t just good enough, it was better than MS Office at the time, and yet… even though LibreOffice has been free and far more than “good enough” for long over a decade, my corporate decision makers insist that we all use Office365 subscriptions, complete with their service outages and other issues.

Replying to @⁨sanitation@lemmy.today⁩

Open models are still most cheaply hosted on a cloud, with batching and 24/7 use. API rates from developer lab are generally fair. Self hosting does have some significant tangible benefits though: Fine tuning for domain specific to organization, and not letting LLM provider train from your prompts/answers, followed by competing with your organization in the future as a result of “distilling your IP”.

Replying to @⁨sanitation@lemmy.today⁩

I see a business model where “we’re done, this one is (finally) good enough and now we’ll stop bleeding cash on the training and turn up the screws on the customers we’ve hooked on loss leader pricing.” Open weight models will never stop training for improvement, the costs for training seem to be inexorably falling, and any business model built on the idea that they can kick back and roll in the profits after their initial “hard work” is going to lose all their customers to better products.

This isn’t some captive market like US automobile customers who have no choice but the limited selection of crap that is put in front of them. At least not as long as the internet remains relatively open.

Replying to @⁨boonhet@sopuli.xyz⁩

If China manages to scale their hardware production, this could finally be “their day in the sun” where they clearly surpass the West in the way the West has outshone them for 100 years. MoE has its place, but a MoDE where each E is itself a dense model would be more powerful still, mostly you need the silicon gates and power to drive them.

Three Gorges makes hydro-power, right? 22MW -> 100 TWh per year, just from that one structure, I bet that will run at least one AGI… fredgao.com/…/deepseeks-liang-wenfeng-breaks-his

www.fredgao.comDeepSeek's Liang Wenfeng Breaks His SilenceIn a rare four-hour talk, the reclusive founder reveals an almost Daoist philosophy of AI—AGI as a tide no company can own, he argues China's only real gap with America is compute.

Replying to @⁨sanitation@lemmy.today⁩

Yes, but only if either the required hardware becomes affordable (don’t expect frontier models to run on 5090s, let alone on the 1050Ti you’re keeping as a backup), or somehow the models become more efficient. Even if by reduced capability, which might be a good thing in the grand scheme of things. Some people use overengineered frontier models as synonym search engines.