Earlier quoted context omitted.
Yeah you'd think so but somehow JFrog (makers of Artifactory) made half a billion dollars last year. I don't really understand that. Conda also makes an implausible amount of money.
From my understanding there are a lot of companies that need their own package repositories, for a variety of reasons. I listened to a couple podcasts where Charlie Marsh outlined their plans for pyx, and why they felt their entry into that market would be profitable. My guess is that OpenAI just dangled way more money in their faces than what they were likely to get from pyx. Having a private package index gives you…
Astral to Join OpenAI
601–610 of 951 posts
Re: Astral to Join OpenAI
#602Earlier quoted context omitted.
uv solved it, it will be the only tool people use in 2 more years. if you’re a python shop / expert then you can do pip etc but uv turned incidental python + deps from a huge PITA for the rest of us, to It Just Works simplicity on the same level or better than Golang.
Then can they please figure out some way of invoking it that doesnt require prefixing everything with 'uv'
Re: Astral to Join OpenAI
#603Earlier quoted context omitted.
Astral was building a private package hosting system for enterprise customers. That was their stated approach to becoming profitable, while continuing to fund their open source work.
Private package hosting sounds like a commodity that would be hard to differentiate.
Re: Astral to Join OpenAI
#604UV_DISABLE_AGENT=1 UV_DISABLE_AI_HINTS=1 uv add
Re: Astral to Join OpenAI
#605Re: Astral to Join OpenAI
#606Earlier quoted context omitted.
Private package hosting sounds like a commodity that would be hard to differentiate.
Yeah you'd think so but somehow JFrog (makers of Artifactory) made half a billion dollars last year. I don't really understand that. Conda also makes an implausible amount of money.
Most of the companies that spend $$$$ with them can't use public registries for production/production-adjacent workloads due to regulations and, secondarily a desire to mitigate supply chain risk.
Artifactory is a drop-in replacement for every kind of repository they'll need to work with, and it has a nice UI. They also support "pass-through" repositories that mirror the public repositories with the customization options these customers like to have. It also has image/artifact scanning, which cybersecurity teams love to use in their remediation reporting.
It's also relatively easy to spin up and scale. I don't work there, but I had to use Artifactory for a demo I built, and getting it up and running took very little time, even without AI assistance.
Re: Astral to Join OpenAI
#607Re: Astral to Join OpenAI
#608Earlier quoted context omitted.
The same things that prevented "community" from building the tool in the first place
Cannot we at one point consider the tool to be "done"? I mean, what is there to constantly change and improve? Genuinely curious. It sounds like a tool that can be finished. Can it not be?
Re: Astral to Join OpenAI
#609Earlier quoted context omitted.
Maybe they are being acquired to improve the quality of Codex.
That's the thing. To me that says that as soon as cash becomes tight at OpenAI, the Astral staff will no longer get to work on Python tooling anymore, namely uv, etc.
We need public investment in open source, in the form of grants, not more private partnerships that somehow always seem to hurt the community.
Re: Astral to Join OpenAI
#610This is a weird pattern accross OpenAI/Anthropic to buy startups building better toolings. I don't really see the value for OAI/Anthropic, but it's nice to know that uv (+ ty and many others) and Bun will stay maintained!
I won't be surprised if the next step is to acquire CI/CD tools.