Earlier quoted context omitted.
Or GPL. Which I’m increasingly thinking is the only license. It requires sharing. And if anything can be reimplemented and there’s no value in the source any more, just the spec or tests, there’s no public-interest reason for any restriction other than completely free, in the GPL sense.
> Or GPL. Which I’m increasingly thinking is the only license. It requires sharing. It doesn't if Dan Blanchard spends some tokens on it and then licenses the output as MIT.
AI and the Ship of Theseus
31–40 of 203 posts
Re: AI and the Ship of Theseus
#32Earlier quoted context omitted.
>Real AI is more brilliant than whatever algorithm you could ever think of So with "Real AI" you actually mean artificial superintelligence.
I wrote what I meant & meant what I wrote. You can take up your argument w/ the people who think they're working on AI by adding more data centers & more matrix multiplications to function graphs if you want to argue about marketing terms.
Re: AI and the Ship of Theseus
#33In this emerging reality, the whole spectrum of open-source licenses effectively collapses toward just two practical choices: release under something permissive like MIT (no real restrictions), or keep your software fully proprietary and closed. These are fascinating, if somewhat scary, times.
If you listen to the people who believe real AI is right around the corner then any software can be recreated from a detailed enough specification b/c whatever special sauce is hidden in the black box can be inferred from its outward behavior. Real AI is more brilliant than whatever algorithm you could ever think of so if the real AI can interact w/ your software then it can recreate a much better version of it w/o l…
Re: AI and the Ship of Theseus
#34Re: AI and the Ship of Theseus
#35Earlier quoted context omitted.
> Or GPL. Which I’m increasingly thinking is the only license. It requires sharing. It doesn't if Dan Blanchard spends some tokens on it and then licenses the output as MIT.
Who are you talking about? I can't find reference to this person.
Re: AI and the Ship of Theseus
#36Earlier quoted context omitted.
I wrote what I meant & meant what I wrote. You can take up your argument w/ the people who think they're working on AI by adding more data centers & more matrix multiplications to function graphs if you want to argue about marketing terms.
I was just thinking that calling artificial superintelligence "Real AI" was funny.
Re: AI and the Ship of Theseus
#37Earlier quoted context omitted.
If you listen to the people who believe real AI is right around the corner then any software can be recreated from a detailed enough specification b/c whatever special sauce is hidden in the black box can be inferred from its outward behavior. Real AI is more brilliant than whatever algorithm you could ever think of so if the real AI can interact w/ your software then it can recreate a much better version of it w/o l…
Real AI will never be invented, because as AI systems become more capable we'll figure out humans weren't intelligent in the first place, therefore intelligence never existed.
Re: AI and the Ship of Theseus
#38Re: AI and the Ship of Theseus
#39In this emerging reality, the whole spectrum of open-source licenses effectively collapses toward just two practical choices: release under something permissive like MIT (no real restrictions), or keep your software fully proprietary and closed. These are fascinating, if somewhat scary, times.
I guess it depends on your intention, but eventually I'm not sure it'll even be possible to keep it "fully proprietary and closed" in the hopes of no one being able to replicate it, which seems to be the main motivation for many to go that road.
If you're shipping something, making something available, others will be able to use it (duh) and therefore replicate it. The barrier for being able to replicate things like this either together with LLMs or letting the LLM straight it up do it themselves with the right harness, seems to get lowered real quick, massive difference in just a few years already.
Re: AI and the Ship of Theseus
#40[flagged]
> Licenses exists for a reason Yes, and the choice of license for a project is made for a reason that not necessarily everybody agree with. And the people who don't agree, have every right to implement a similar, even file-format or API compatible, project and give it another license. Gnumeric vs Excel, for example, or forks like MariaDB and Valkey. But whether they do that alternative licensed project or not, it's p…
It's not some sort of democracy, lol, it's a set of exclusive rights that are created the moment the work being copyrighted is produced.
(For a quick intro I recommend: https://www.youtube.com/watch?v=bxVs7FCgOig)
In the case of the license in question (L/GPL), it's one of the most strict ones out there, it explicitly forbids relicensing code under a different non-compatible license, like MIT; let me says that again, L/GPL EXPLICITLY FORBIDS the thing that happened here from happening.
I sympathize with the guy that spent 12 years of his life maintaining the code, thank you for your service or something, but that does not make a difference. The wording of the (L/GPL) license is clear and the original author and most of the other 50 or so contributors did not approve of this.