Astral to Join OpenAI
Astral to Join OpenAI
A concern:
More and more plainly, OpenAI and Anthropic are making plays to own (and lease) the "means of production" in software. OK - I'm a pretty happy renter right now.
As they gobble up previously open software stacks, how viable is it that these stacks remain open? It seems perfectly sensible to me that these providers and their users alike have an interest in further centralizing the dev lifecycle - eg, if Claude-Code or Codex are interfaces to cloud devenvs, then the models can get faster feedback cycles against build / test / etc tooling.
But when the tooling authors are employees of one provider or another, you can bet that those providers will be at least a few versions ahead of the public releases of those build tools, and will enjoy local economies of scale in their pipelines that may not be public at all.
> If you don't want your lunch eaten by a private equity firm, make sure whatever tool you use is GPL licensed.
1. For the record: the GPL is entirely dependent on copyright.
2. If AI "clean-room" re-implementations are allow to bypass copyright/licenses, the GPL won't protect you.
1. Company A develops Project One as GPLv3
2. BigCo bus Company A
3a. usually here BigCo should continue to develop Project One as GPLv3, or stop working on it and the community would fork and it and continue working on it as GPLv3
3b. BigCo does a "clean-room" reimplementation of Project One and releases it under proprietary licence. Community can still fork the older version and work on it, but BigCo can continue to develop and sell their "original" version.
> If AI "clean-room" re-implementations are allow to bypass copyright/licenses, the GPL won't protect you.
Isn't that the same for the obligations under BSD/MIT/Apache? The problem they're trying to address is a different one from the problem of AI copyright washing. It's fair to avoid introducing additional problems while debunking another point.
"Clean room" is doing a lot of heavy lifting. Having the entire corpus of knowledge for humanity and how LLMs work, how can you honestly argue in court that this is purely clean room implementation?
This is right up there with Meta lawyers claiming that when they torrent it's totally legal but when a single person torrents it's copyright infringement.
These cases will be settled out of court long before they ever reach a jury. Anthropic has agreed to pay $1.5bn in a class action suit [0]. Others will follow.
[0] https://legalblogs.wolterskluwer.com/copyright-blog/the-bart...

When Anthropic agreed to pay $1.5 billion to settle a copyright lawsuit in August 2025, it became the largest copyright settlement in U.S. history. Three authors had sued, but nearly half a million ended up in the class. And a quarter of the money will go to lawyers.
well no, (clean room )reimplementations of APIs have done since time immemorial. copyright applies to the work itself. if you implement the functionality of X, software copyright protects both!
patents protect ideas, copyright protects artistic expressions of ideas
The biggest scam the mega-clouds and the Githubs ever pulled was convincing open source developers that the GPL was somehow out of vogue and BSD/MIT/Apache was better.
All so they could just vacuum it all up and resell it with impunity.
Dan Bernstein took that attitude back in the 90s - I think his personal theory of copyright went something like "if it doesn't have a license, then it's obviously public domain", which ran counter to the mainstream position of "if it doesn't have a license, then you have to treat it as proprietary".
And, sure, djb wasn't actually likely to sue you if you went ahead and distributed modified versions of his software... but no-one else was willing to take that risk, and it ended up killing qmail, djbdns, etc stone dead. His work ended up going to waste as a result.
Well, there were always plenty of patches available - it's just that lots of them conflicted with each other, and that was a product of the licensing.
Agreed with the rest, though. I relied heavily on qmail for about a decade, and learned a lot from the experience, even if it was a little terrifying on occasion!
> his personal theory of copyright went something like "if it doesn't have a license, then it's obviously public domain"
I mean philosophically and morally, sure, one can take that position ... but copyright law does not work like that, at least not for anything published in the US after 1989 [1].
> mainstream position
Not everybody is dictated by corporate attorneys; I don’t think this is an accurate portrayal.
I don't remember GitHub or Amazon advocating MIT over GPL.
Feel free to prove me wrong by pointing out this massive amount of advocacy from "mega-clouds" that changed people's minds.
The ads, the mailing list posts, social media comments. Anything at all you can trace to "mega-clouds" execs.
https://choosealicense.com/about/
> "GitHub wants to help developers choose an open source license for their source code."
This was built by GitHub Inc a very very long time ago.
>This was built by GitHub Inc a very very long time ago.
So long ago, in fact, that it was five years before their acquisition by Microsoft.
I think this was more about "please choose _any_ license" because of the problem outlined here:
https://opensource.stackexchange.com/questions/1150/is-my-co...

The big cloud providers are perfectly happy to use GPL'd stuff (see: Elastic, MySQL). They don't need to use embrace-and-extend, they're content with hosting.
The ones pushing for permissive licenses are rather companies like Apple, Android (and to some extent other parts of Google), Microsoft, Oracle. They want to push their proprietary stuff and one way to do that in the face of open source competition is by proprietary extensions.
> ones pushing for permissive licenses are rather companies like Apple, Android
The FOSS community at large embraced permissive licenses and it had nothing to do with the interests of big corporations.
They do sort the list of default licenses by alphabetical,
and that seems like a strange choice…
Could you say more?
While the license is important, it's the community that plays the key role for me. VC funder open source is not the same as community developed open source. The first can very quickly disappear because of something like a aquihire, the second has more resilience and tends to either survive and evolve, or peter out as the context changes.
I'm careful to not rely too heavily on VC funded open source whenever I can avoid it.