upvote
Probably not worth the effort (or legal trouble), unless you can show it's better than other recent open models like Cohere Transcribe.
reply
Is that copyright infringement?
reply
This hasn't been tested in court. But there's a high chance that model weights are not copyrightable, only the code to generate them is.

Cloud models are usually protected by trade secret laws, leaking them would get you in trouble. However if the model is made available publicly, as long as you don't break the law to get them, anything after that would be fair game unless Apple can prove that humans have significant authorship over the weights, which hasn't been tested and is a significant burden to prove/disprove.

reply
Copyright protects original forms of expression, not arbitrary data. It is very arguable whether it applies to model weights. However, it would likely constitute a license violation.
reply
Aside from the legality of it, I think you are underestimating how complex it can be to do that. It is possible in theory but not something that will be a fun side quest like you are making it seem.
reply
With a IDA Pro decompiler license & MCP server, paired with Codex/Claude Code... it would be a fun side quest.
reply
You likely don't need to disassemble the inference code, the weights are "just an array of numbers" in MLX format.
reply
I believe they are are protected on disk
reply
This.

The Jedi Hand Wave-y nature of the way people talk about AI these days is going to make reigning in the AI superpowers nearly impossible. Because there are people out here who believe models of this quality are easily replicated or reverse engineered. Neither is really doable on any reasonable timeline by people who are not AI experts. Real AI experts. Not TF/PyTorch monkeys or Agent Slop Slingers.

And those people are already highly incentivized to not make anything performing better than SOTA models open source.

reply