Remix.run Logo
krupan 4 days ago

Open source does not apply to AI and we should discourage anyone from using that term. All the models are opaque and proprietary. You cannot go into any source code and fix bugs, or add features, or study it to learn more. It's not the same thing at all as open source software.

PhilippGille 3 days ago | parent | next [-]

> Open source does not apply to AI

Isn't that a bit overgeneralized?

There's more than weights for the Olmo models for example: https://allenai.org/olmo

Similar for Nvidia's Nemotron models IIRC.

Artificial Analysis has an "openness" ranking: [1]

[1] https://artificialanalysis.ai/models?model-filters=open-sour...

hashstring 4 days ago | parent | prev | next [-]

True, openweight is the correct term.

ms_menardi 4 days ago | parent | prev [-]

however, you can test the model, by asking it things. What are you concerned is hiding inside of that big block of numbers? Order 66?

NullPrefix 4 days ago | parent [-]

this also applies to proprietary black box software. You can still test it, interact with it

ms_menardi 2 days ago | parent [-]

the difference is, that a model is literally just numbers.

proprietary software is data and code, and while it's true that code is data, the difference is that some data is intended to be for control flow, while in a model it is all the same stuff.

You can point to any single part of an LLM's model and say "this here is a weight" but if you point to any single part of a binary file you will have no idea what you're looking at.

And yes, you could decompile the binary, but that still doesn't give you the entire picture, and all proprietary software does the shady shit on servers these days anyway so you're not even going to find anything interesting.

8note 2 days ago | parent [-]

it isn't really just numbers though.

what if i want to change out the middle part of the training, and then still run the rest as before? or if i want to cull a bunch of the initial training set?

a binary is also just numbers, but we know there's other parts to it