Live data from Hacker News

Malus – Clean Room as a Service

malus.sh

381–390 of 566 posts

Re: Malus – Clean Room as a Service

#381

Earlier quoted context omitted.

Yup :P As in their post: "The future of software is not open. It is not closed. It is liberated, freed from the constraints of licenses written for a world in which reproduction required effort, maintained by a generation of developers who believed that sharing code was its own reward and have been comprehensively proven right about the sharing and wrong about the reward." This applies to open-source but also very we…

If they really believed that their process eliminated any licensing conditions, why would they limit themselves to open source projects? High quality decompilers have existed for a long time, and there's a lot more value in making a cleanroom implementation of Photoshop or Office than of Redis or Linux. Why go after such a small market? I suspect the answer us that they don't believe it's legal, they just think that…

>If they really believed that their process eliminated any licensing conditions, why would they limit themselves to open source projects?

Because this is satire by FOSS people :)

Re: Malus – Clean Room as a Service

#382
post #181

I feel like this is related to these issues (with somebody attempting this approach for real): https://github.com/chardet/chardet/issues/327 https://github.com/chardet/chardet/issues/331

Wow. The guy who’s been thanklessly maintaining the project for 10+ years, with very little help, went way out of his way to produce a zero-reuse, ground-up reimplementation so that it could be MIT licensed... and the very-online copyleft crowd is crucifying him for it and telling him to kick rocks.

Unbelievable. This is why we can’t have nice things.

Re: Malus – Clean Room as a Service

#383
post #306

Earlier quoted context omitted.

It also shows why this approach is questionable. Opus 4.6 without tool use or web access can provide chardets source code in full from memory/training data (ironically, including the licensing header): https://gist.github.com/yannleretaille/1ce99e1872e5f3b7b133e...

This comes with the uncomfortable implication that its impossible to tell actually to what extent are LLMs pulling together snippets of GPLd code, and to what extent is that legally acceptable.

There are a lot of examples like that since the first announcement of GitHub Copilot in 2021, search for (copying) "verbatim" in this submission:

https://news.ycombinator.com/item?id=27676266

Here is a more recent example I found in Cursor's browser experiment from January:

https://news.ycombinator.com/item?id=46661236

Re: Malus – Clean Room as a Service

#384

Earlier quoted context omitted.

This is a misreading of the law. Court cases say that AI cannot own copyright, not that AI output cannot be copyrighted.

No, according to everything I've read before, the parent post was correct and you're not. This article clearly says "art generated by artificial intelligence without human input cannot be copyrighted under U.S. law": https://www.reuters.com/world/us/us-appeals-court-rejects-co...

Could the prompt used to generate the art be considered human input, or is it that a human must to make some contribution to the art for it to be copyrightable?

Re: Malus – Clean Room as a Service

#385

It took me a minute to recognize this as satire (thank you HN comments). However it does actually make sense - maybe this could be a way for OSS devs to get paid. What if we did build a clean room as a service but the proceeds from that didn't go to the "Malus.sh" corporation, but to the owners / maintainers of the OSS being implemented. Maybe all OSS repos should switch to AGPL or some viral license with link to pay…

This could work out great, because the OSS devs can focus on building their project instead of marketing to businesses, running sales processes, consulting on implementation and supporting the implementation. No need to find corporate sponsors either.

Re: Malus – Clean Room as a Service

#387

Earlier quoted context omitted.

If I hired a human to write a clone of GNU grep to be released under a MIT license, and he wrote one that was performed exactly the same as GNU grep, it would be impossible for me to prove that the guy I hired didn't look at the GNU code. But we'd be able to look at his clone code and see it's different, with different algorithms, etc. We could do a compare and see if there are any parts that were copied. It's certai…

What you argue is a non-sequitur and regardless of case law really makes no sense when the spirit of the action is to replicate something. Reasonable people would say that replicating and disseminating code with the express purpose of avoiding copyright is a violation of copyright and why it exists in the first place. Just because something is trivial enough to copy does not mean it was trivial to conceive of and cod…

This rewrite of GNU coreutils to rust comes to mind https://github.com/uutils/coreutils
Post reply on HN