What happens when OpenAI’s burn dries up their cash?
RAM prices go down. My hope though is that the period RAM prices stay up will put electron apps out of market.
Astral to Join OpenAI
261–270 of 951 posts
Re: Astral to Join OpenAI
#262Earlier quoted context omitted.
I never adopted them, keep using mostly Python written stuff. Either pay for the product, or use stuff that isn't dependent on VC money, this is always how it ends.
> I never adopted them, keep using mostly Python written stuff. Maybe you use non-transitive pure Python dependencies, but it's likely that your tools and dependencies still rely on stuff in Rust or C (e.g.: py-cryptography and Python itself respectively).
As mentioned multiple times, since my experience with Tcl and continuously rewriting stuff in C, I tend to avoid languages that don't come with JIT, or AOT, in the reference tooling.
I tend to work with Java, .NET, node, C++, for application code.
Naturally AI now changes that, still I tend to focus on approaches that are more classical Python with pip, venv, stuff written in C or C++ that is around for years.
Re: Astral to Join OpenAI
#263great for astral, sucks for uv. was nice to have sane tooling at least for a few years, thanks for the gift.
Re: Astral to Join OpenAI
#264A 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 Clau…
But how does this work out in the long run, in the case of AGI? If AGI becomes available, especially at the local and open-source level, shouldn't all these be democratized - meaning that the AGI can simply roll out the tooling you need. After all, AGI is what all these companies are chasing.
Re: Astral to Join OpenAI
#265Re: Astral to Join OpenAI
#266Earlier quoted context omitted.
Small tool shop, burning VC money, true. "Tiny part of the Python ecosystem" is an understatement given how much impact uv has made alone.
Do you have any statistics for that?
- https://pypistats.org/packages/poetry - https://pypistats.org/packages/uv
In the 2024 Python developer survey, 18% of the ecosystem used Poetry. When I opened this manifold question[0], I'm pretty sure uv was about half of Poetry downloads.
Estimating from these numbers, probably about 30% of the ecosystem is using `uv` now. We'll get better numbers when the 2025 Python developer survey is published.
Also see this: https://biggo.com/news/202510140723_uv-overtakes-pip-in-ci-u...
[0]: https://manifold.markets/JeremiahEngland/will-uv-surpass-poe...
Re: Astral to Join OpenAI
#267Woah, first Anthropic buys Bun, now OpenAI Astral? Seems like the big AI players love buying up the good dev tooling companies. I hope this means the Astral folks can keep doing what they are doing, because I absolutely love uv (ruff is pretty nice too).
Re: Astral to Join OpenAI
#268This is your friendly PSA that pip-tools still exist. https://github.com/jazzband/pip-tools
Re: Astral to Join OpenAI
#269Earlier quoted context omitted.
On the flip side, I'm not sure I ever saw a revenue plan or exit strategy for Astral other than acquihire. And most plausible bidders are unfortunate in one way or another.
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.
Re: Astral to Join OpenAI
#270I'm a heavy user and instructor of uv. I'm teaching a course next week that features uv and rough (as does my recent Effective Testing book).
Interesting to read the comments about looking for a change. Honestly, uv is so much better than anything else in the Python community right now. We've used projects sponsored by Meta (and other questionable companies) in the past. I'm going to continue enjoying uv while I can.