7/23/2026 at 8:02:09 PM
This is not "open source" AI.Photoshop source code + OSI license = open source
Photoshop binary = open weight
Photoshop SAAS web app = closed model like GPT, Opus/Fable etc.
There is nothing "open source" about the Chinese models in question. All they're doing is allowing you to run their binary yourself instead of through their API.
If you want actual open source then you would need to look at like OLMo 3
by petcat
7/23/2026 at 9:28:56 PM
It's true that there isn't currently a single Chinese model family that matches the full OLMo/Nemotron end-to-end 'cookbook' one could rightly call "open-source" (i.e. a full manual on how to reproduce your own foundation model by including the models, data, checkpoints, evals, and code for base/thinking/instruct/RLVR)...But! the Chinese ecosystem does have most of those components, just that they're split across separate projects: MAP-Neo or YuLan-Mini for transparent pretraining, plus DAPO/verl or Open-Reasoner-Zero for transparent reasoning RL.
My bet is it's just a matter of time until there is a Chinese equivalent to OLMo. It won't just be China either - from the public sector across the globe there are efforts ranging from Apertus in Switzerland to LLM-jp-4 in Japan, and more. They're not OLMo-level but I'm sure by 2027 you'll see fully open-source 'cookbooks' help an enterprising individual reproduce frontier models of at least a 2023-2024 vintage.
by thoughtpeddler
7/23/2026 at 8:39:20 PM
Open Source AI is challenging. Even tiny models require tremendous resources to produce, so all the things we know about "open source" for software, like a random person in Nebraska can produce a critical piece of the world's infrastructure in their spare time, don't apply.Actually open source AI is more like scientific research. It needs public funding and reputable institutions as stewards of that funding. I'm hopeful Allen AI is able to do the things, but I'm not sure the US is moving in the direction it needs to be to get to the point where AI in the public interest is something we invest in.
But, also Photoshop is not at all comparable to open weight models. I can't legally give you a copy of Photoshop, but I can give you a copy of GLM 5.2. There are free proprietary applications out there that fit the bill, Photoshop isn't one of them.
by SwellJoe
7/23/2026 at 8:42:55 PM
OK so replace the Photoshop example with a compiled GIMP or shareware binary. It doesn't change the fact that it is not open source.The free software community complains all the time about binary blobs that are otherwise legal to freely distribute. Like firmwares. But somehow this is all overlooked with these "open weight" models.
by petcat
7/24/2026 at 4:45:22 AM
> The free software community complains all the time about binary blobs that are otherwise legal to freely distribute. Like firmwares.With software there are two things: the source code, and the binary.
Firmware usually has restrictions on modification, so it violates the four freedoms.
Open weights is not perfect, but at least you can finetune as you wish, and for example add more knowledge about the current day to those models, or give it knowledge about company internals so you don't need to put stuff into the context.
Many smaller AI labs finetune chinese models and release the result. Finetuning is very valuable!
by est31
7/23/2026 at 9:33:56 PM
I agree with you in general, it's not "Open Source". But in many cases you're allowed to fork them, and create and distribute derivative works (finetunes) from open models, and the training and inference code is also permissively licensed. That's not shareware.And working with the binary weights of a huge pretained model is much easier and cheaper than doing it based on the entirety of its humongous source datasets.
by elpocko
7/23/2026 at 9:47:01 PM
I'm not at all disagreeing with you about calling these models "open source". They mostly aren't and we should stop conflating the two things.by SwellJoe
7/23/2026 at 10:54:32 PM
I think using the term "open" at all in relation to these models is a misnomer. Much in the same way we've spent a lot of time and effort distinguishing "open source" from "source available"Perhaps instead of "Open weight model" it should be "Weights available model"
by thewebguyd
7/23/2026 at 11:15:26 PM
Definitely, but there's also a distinction between "weights available" and "you can do stuff with those weights". There are models you can download but the license prohibits redistribution, fine-tuning, etc. The earlier Gemma models had license encumbrances, for instance, that Gemma 4 do not.by SwellJoe
7/24/2026 at 4:28:03 AM
But again, I think you're dancing around "Stallman was right," which is frankly why I come to the reverse idea.I think it is fine to call these things "open" because "open" was loosey-goosey already. It wasn't Free.
by jrm4
7/23/2026 at 9:04:23 PM
Lord forbid open source models have as horrible a user interface as GIMP!by DonHopkins
7/23/2026 at 9:14:07 PM
> Open Source AI is challenging. Even tiny models require tremendous resources to produce, so all the things we know about "open source" for software, like a random person in Nebraska can produce a critical piece of the world's infrastructure in their spare time, don't apply.No, but a small university team with dark time on the state school system's cluster can build a basic, functional LLM.
It will be a few years (or more) until true "open source" LLMs are available and high quality, for sure. But it's not as impenetrable as it seems, IMO.
by parl_match
7/23/2026 at 9:51:36 PM
"No, but a small university team with dark time on the state school system's cluster can build a basic, functional LLM."Hey, remember when we were just talking about how it "needs public funding and reputable institutions as stewards of that funding"? (Hint: A state school system is a reputable institution running on public funding.)
by SwellJoe
7/23/2026 at 10:39:47 PM
I have nothing to say back other than: That's a very snarky and unnecessarily hostile tone to take with someone who is agreeing with you.by parl_match
7/23/2026 at 11:14:05 PM
Sorry, I took "No, but" as a disagreement. You're right I was unnecessarily snarky about it.by SwellJoe
7/24/2026 at 2:01:10 AM
The challenge is all legal. Every single AI shops is training on pirated data corpuses and grey area scraped data so obviously not a single company is willing to reveal their data.by Onavo
7/23/2026 at 9:26:53 PM
> Open Source AI is challenging. Even tiny models require tremendous resources to produce, so all the things we know about "open source" for softwareCompiling/creating the Linux kernel or Chromium is no child's dance either, doesn't make them more/less FOSS than other things. Open Source AI gets its name from the license, not how easy/difficult it is to run/produce yourself.
by embedding-shape
7/23/2026 at 9:38:12 PM
"Compiling/creating the Linux kernel or Chromium is no child's dance either"I can compile the Linux kernel on a modest 15 year old laptop. Sure, it took 35 years and thousands of people to build it into what it is today, but anyone with pretty much any computer can meaningfully participate in Linux kernel development, and many Linux contributors have done so using modest hardware. The same is not true of AI. And, the Linux kernel is the biggest open source project, but plenty of small ones with one or two developers are in use on millions of systems.
I have pretty big hardware for local AI, more than most people have (a Strix Halo and a couple of 32GB GPUs in my desktop), but I can barely train anything useful locally; I can do QLoRAs for small models, or LoRAs for very small models, that's about the extent of it. I would need to rent big GPUs to do anything more than an experiment.
That's not comparable.
by SwellJoe
7/24/2026 at 12:01:16 PM
Not comparable today. But in 10 or 20 years the situation might be considerably different. Hopefully closer to a everyone-can-build-using-hardware-they-already-have.by jononor
7/23/2026 at 8:58:50 PM
> But, also Photoshop is not at all comparable to open weight models. I can't legally give you a copy of PhotoshopPlease tell me this level of obtuseness is deliberate.
by antonvs
7/23/2026 at 9:43:41 PM
I don't know what you mean, so, if I am obtuse it is from a genuine lack of understanding. What is obtuse about that statement?by SwellJoe
7/24/2026 at 12:20:13 AM
Equating an open weight model to a closed source binary is ludicrous. An open weight model can be fine tuned, for example. How easy is it to modify a closed source binary for your purposes?by shwaj
7/24/2026 at 6:33:20 AM
I see you didn't grow up cracking apps and games, this is quite easy with a hex editor and bintools. Well, until codesigning came along, but that doesn't seem relevant to this analogy.by throwaway27448
7/24/2026 at 5:31:06 PM
I didn’t grow up with that hobby. The point stands anyway.Cracking a binary circumvents authorization to provide full access to functionality the program already has. That’s very different from modifying the program to add new features.
by shwaj
7/26/2026 at 12:55:19 AM
Not really. It's a social structure that separates these two things, and a social structure nobody really needs to recognize.by throwaway27448
7/24/2026 at 7:21:30 AM
Cracking games is and was illegal. Fine tuning an open weight model isn’t. Well, not yet anywayby kennywinker
7/24/2026 at 7:32:21 AM
> Cracking games is and was illegal.Only distribution.
by throwaway27448
7/24/2026 at 8:00:51 AM
Don’t think that’s correct, i think creating the cracked version of a piece of software is infringement of copyright even without distribution.But even if distribution is required to trigger the law - you are free to distribute fine-tunes of most open weight models.
by kennywinker
7/24/2026 at 5:17:33 PM
> creating the cracked version of a piece of software is infringementDepending where you are it might be "DRM circumvention" all the way up to some bollocks hacking charge.
It's pretty murky in places because lots of copyright laws protect DRM but also have carve-outs for personal backups.
by TaLiTr
7/25/2026 at 6:03:16 PM
I think cracking might fall under “derivative work”, but idkby kennywinker
7/24/2026 at 9:37:54 AM
Interoperability clause in the EU might make it legal? Not sure.by selfhoster11
7/24/2026 at 9:19:47 AM
The big AI companies have shown us that caring about copyright is apparently for losers.by amelius
7/24/2026 at 12:42:30 AM
If the rapid rate at which games in the 1980s-2000s were cracked is any indication, pretty easy indeed.by otterley
7/24/2026 at 1:43:46 AM
If it's not obfuscated, it's often not very hard. Much of the time you can just LD_PRELOAD stuff too, which I think has a rather strong claim at being roughly equivalent to open-weight models.by Groxx
7/24/2026 at 12:51:20 AM
Funny enough, it seems to be surprisingly easy with LLMs from what I've heard. :)by m4rtink
7/24/2026 at 4:49:45 AM
This is a facile and pointless discussion. The hard work in building source code is paying millions of dollars to software engineers to write it. "Open source" allows others to benefit from this expenditure. The hard work in building an ai model is spending millions of dollars on training. "Open source" models allow others to benefit from this expenditure. Regardless of whether you had access to the complete training data and architecture of a model, you would never retrain from scratch in order to make a modification to the model. You would fine-tune in whatever behaviour you wanted. Just like open source software is when you are allowed to modify it, open source models are when you are allowed to fine tune like this.by syrrim
7/24/2026 at 5:11:03 AM
> Regardless of whether you had access to the complete training data and architecture of a model, you would never retrain from scratch in order to make a modification to the model.Just because the concept is (currently) impractical in a given realm, doesn't mean we should just use the concept's name for something different in that realm, surely? Using the phrase "open source" for something that arguably isn't for essentially marketing purposes feels at best disingenuous.
Also, recreating from scratch is far from always the purpose of being able to see/investigate how something works and was created.
by dspillett
7/25/2026 at 1:46:31 AM
Controlling how to train, not over fitting, making sure training data is good, and being able to do distributed training are all reasons why open weight isn't like open source. You can't fork during pre-training with open weight-only models.by ece
7/23/2026 at 8:28:32 PM
Especially since some of the arguments in the article seem to hinge on "just fix the training!", yeah, I think this is a completely fair call-out.Open weights can sometimes get additional training, but you can't remove existing training, so there kinda isn't a fair claim to "just train it to be [nationality]". That would need "real" open source so you can train a realistically-equivalent model from the ground up.
by Groxx
7/24/2026 at 3:28:17 AM
The big labs don't generally have the resources to remove stuff and re-run training again either. That's reserved for new models. Existing models are modified by operating on the weights even by the model creators, which exactly satisfies the GPL's definition of source as the "preferred form for making modifications".by edflsafoiewq
7/24/2026 at 5:45:49 AM
You're still describing the relative dregs we have now and saying "this is Open Source because it is the dominant form that exists". That's like saying "Windows is open source because it has documentation and everyone uses it. You can even modify registry values!"I don't agree. At all. Existence and utility are not the defining characteristics of "open source" in roughly any reasonable definition. "Open weights" is descriptive and more than good enough, just use that.
by Groxx
7/24/2026 at 12:05:14 PM
Even in a fine tuning scenario, the preferred form for making modifications is the weights plus the training pipelines, including evaluation protocols, tooling, etc.by jononor
7/23/2026 at 11:35:50 PM
> This is not "open source" AI.I both know what you mean and I agree with you, but attempts like this to maintain some sort of linguistic purity of meaning never work once the discussion escapes small communities into the larger mainstream.
So you should probably get used to the idea of people saying "open source LLM" when they mean "open weights LLM".
by georgemcbay
7/23/2026 at 11:56:18 PM
the distinction is important though, because the OP throws in the point about how "if you think the Chinese models have political propaganda baked in, go ahead and remove it, it's open source!". it is not at all obvious to me that having the model weights available will make this sort of retraining easy or even possible, but framing them as "open source" makes the analogy with open source software an easy one to get misled by.by zem
7/24/2026 at 12:03:00 AM
> the distinction is important thoughOnly to nerds. Of which I am one, so I'm not trying to be personally dismissive here.
But I'd argue the average person only really cares about the legal aspects of duplication (and not their ability to modify things) both when it comes to open source software and open weight LLMs.
> it is not at all obvious to me that having the model weights available will make this sort of retraining easy or even possible
people already both fine-tune and distill from existing models all the time without the original training data or source and having the weights be openly downloadable makes that a much easier process.
by georgemcbay
7/24/2026 at 6:45:20 AM
> But I'd argue the average person only really cares about the legal aspects of duplication (and not their ability to modify things) both when it comes to open source software and open weight LLMs.The average person does not know the term "open source" to begin with, and is 100% not going to run an open source weight model on their computer. If they are, they will call them "free" models. I think the distinction is only going to enter the periphery of nerds.
by Capricorn2481
7/24/2026 at 9:41:37 AM
> The average person does not know the term "open source" to begin with, and is 100% not going to run an open source weight model on their computer.I agree that the fully average person isn't going to call them "open source models" (or really anything more specific than "AI") but policy makers and the media having this discussion will call them "open source models". And they will be technically incorrect, but it won't matter, the name will stick.
And yeah, it will be quite a long time before average people run open weight models on their computer, but I think a significant amount of them will run hosted open weight models in the nearish future. It won't matter to them that these models are open weight, it will only matter to them that they cost less than Claude or GPT while doing basically the same stuff just about as well.
by georgemcbay
7/24/2026 at 10:27:18 AM
I just don't see how policy makers, media, or the average person would find any utility in calling something "open source" over "free." Maybe an actual legal bill will. But in everday speech, everyone will refer to it as "free AI", because it describes the only part they actually care to know about.Now I am living in a world where "ChatGPT" was being used in every day conversation so I can't underestimate people
by Capricorn2481
7/24/2026 at 10:22:41 AM
Open weights models are trainable. However, I would not count it as "easy" as you generally do not have access to the training material, so there is a substantial risk of model drift if you use weight-based retraining.However, with RLHF you don't need to have access to the original training set to steer a model towards a preferable behavior.
by Otterly99
7/24/2026 at 7:07:54 AM
The two aren't comparable.You can't reconstruct the same LLM weights even with the same training data.
You can fine tune an open weights model.
Much of the value in modern LLMs is in the RL envrionments, not the pre-training data. That is a very different piece of software to an LLM, and the LLM weights are useful without it.
by nl
7/24/2026 at 5:05:01 AM
When talking about "open source" models no one is talking about the legal framework and textual doctrine of open source. They simply want to know: "can I run this on hardware I own or no?" That's it. It's simply about control. If you don't think there's a difference between models you can download and run on hardware you own, regardless of how big it is, vs. models you can only talk to through an API, you are seeing the forest for the trees.You are also indirectly helping the closed SOTA model toll-keepers by taking the focus away from their mass copyright theft and onto some pointless textbook definition.
by waterTanuki
7/24/2026 at 9:24:32 AM
> This is not "open source" AI.The OP actually acknowledges this in the footnotes. Perhaps we don't need to re-litigate this on every post?
by swiftcoder
7/24/2026 at 9:41:21 AM
Does that then make the title deceptive click bait?by austin-cheney
7/24/2026 at 9:43:48 AM
That really depends how anal-retentive one is being about semantics. My own feeling is that open-source is itself pretty meaningless ever since corporations figured out how to capture all the value in the ecosystem...by swiftcoder
7/24/2026 at 4:24:12 AM
It's a matter of degree. If open source means "everything you need to reproduce this" then maybe an open source application should include a detailed architecture document and course in the c language. Oppositely, you can certainly use models to reproduce model - the Chinese models themselves were supposedly created by interactions with the American models so you can use them/by joe_the_user
7/24/2026 at 3:26:44 PM
And at the risk of being a downer, I'm not sure Open Source LLMs is actually viable.Training a model requires two or three orders of magnitude more investment than the typical OSS/Creative Common contributor can reasonably afford.
It reminds me a bit of Open Source hardware (CPU, GPU).
by kakwa_
7/24/2026 at 2:45:26 AM
Anyone got a starters guide for setting up an open source LLM? I'm pretty new to AI, but technical. Im looking to setup my own open source LLM on my workstation to help me code if its possible. Been using Claude and I tried opencode recently.by trinsic2
7/24/2026 at 7:31:00 AM
Unless you have a LOT of VRAM (>16gb), you’ll want to use a 2, 3, or 4 bit quantization of qwen3.6-35b-a3b. Ollama is a quick way to try this out and see what perf you can get, tho you’ll want to move to a better tool (vLLM, llama.cpp, etc) if you end up using it seriously.Use pi.dev as your agent harness, and point it at ollama or whatever you’re running your model in.
Since qwen3.6-35b-a3b is a “MoE” model (indicated by the a3b part), you can get away with a lot less VRAM and a slower GPU. For me, 35b-a3b performs about as well as a 12b “dense” model. You’ll still need enough RAM+VRAM to hold the entire model - otherwise it’ll be super slow as it loads pieces of the model off disk for every token. Loading from RAM to VRAM is slower than having the whole thing in VRAM but better than involving your ssd.
by kennywinker
7/23/2026 at 9:00:32 PM
It’s a good analogy. One difference is that it would be much more difficult to “fine tune” Photoshop, so there’s a sense in which free weights are more useful than a free binary.by antonvs
7/23/2026 at 9:30:24 PM
I sort of agree with your analogy but in another sense, think of Firefox.Could I have made it myself? No!
Am I grateful that I can have the output of Mozilla’s internal efforts — the browser source code — so that I can at least tweak it and rebuild it myself, and even ship the results myself? Yes!
A open weight model is both an incomprehensible binary blob like Photoshop, but also patchable and adjustable piece of source code, like Firefox.
by gorgoiler
7/23/2026 at 8:29:07 PM
This is a great distinction that I don’t think is getting talked about enough. “Open source” is probably the wrong term to use. Open “weights”, sure.If your only concern is how good is it at coding, then I don’t have an issue with using the Chinese models. Especially if you want to run it locally, they are kind of the only choice.
For any other use than coding, it’s going to have to be a hard pass from me.
by 40four
7/23/2026 at 9:11:29 PM
Well I don't see how it even could be open source, since the source is distilling closed weights models, lol.Also, who cares about having the source? Are you going to tweak it + spend a billion dollars training to get slightly different weights? Who would do that?
by TurdF3rguson
7/24/2026 at 4:13:24 AM
Analysing the source can provide information about the model without ever running it. Does it have an inbuilt aim/censorship/bias/certain-capabilities?by _carbyau_
7/24/2026 at 5:07:36 AM
There's a much easier way to get that information though. Just ask it some questions. Would you rather do that or analyze TBs of training data?by TurdF3rguson
7/24/2026 at 7:43:59 AM
Since you can’t analyze the source for biases in any models - chinese open weight or US closed weight - how is that a dealbreaker for some but not all?by kennywinker
7/24/2026 at 8:36:32 AM
Let's reuse a good ol' word: shareware LLM!by BoingBoomTschak
7/23/2026 at 11:58:21 PM
>>There is nothing "open source" about the Chinese models in question.hard disagree here. openness can have a scale and on that scale Open AI is less open than zai. olmo will be very very open on that same scale.
by prometheus1992
7/23/2026 at 9:13:28 PM
Chinese models are open-source for purposes of inference: you know exactly what the model architecture is and the code to run it is released under an open source license. The “binary blob” is a useful artifact that has many techniques available to use in the creation of future binary blobs. And it is fixed and reliable.Contrast this with crap like Claude, where you have no idea how many/what size/shape models you are interacting with. They can silently inject outputs from other systems, apply steering vectors to sabotage a particular user’s work, etc.
I agree that 100% free-range organic open source models are lovely, but they also are unlikely ever to attain parity with the frontier because the training data sources are open and expose them to legal liability that closed model providers can thwart.
by anon373839
7/24/2026 at 4:26:01 AM
The more I see this argument, the sillier it becomes to me. The point of "open source" in software is something like "the ability to deconstruct the thing line by line for purposes of predicting what it will do."But you can't fully do that for generative AI anyway? What's the point?
Now, if you wanted something more robust, then you probably should have supported Stallman's ideas and insisted on Free Software in the first place.
by jrm4
7/24/2026 at 6:41:01 AM
[dead]by huflungdung