Live data from Hacker News

Astral to Join OpenAI

astral.sh

261–270 of 951 posts

Re: Astral to Join OpenAI

#261

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.

All the vibe-coded webshitware these companies are putting out seems too be doing the opposite: it's all even more memory- and cycle-hungry than the webshit we were lovingly pooping out by hand for the last decade.

Re: Astral to Join OpenAI

#262
post #65

Earlier 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).

I use mostly the batteries, given that the only purpose I have for Python, since version 1.6, is UNIX scripting tasks, beyond shell.

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

#264
post #67

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 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.

Let us assume AGI never comes. I don't plan scenarios for when aliens land, why should I for AGI? It's not particularly close.

Re: Astral to Join OpenAI

#266
post #212
post #209

Earlier 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?

uv has almost 2x the number of monthly downloads Poetry has.

- 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

#267
post #4

Woah, 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).

JS vs Python wars, redux?

Re: Astral to Join OpenAI

#269
post #69
post #36

Earlier 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.

What would be the added value against JFrog or Nexus, for example?

Re: Astral to Join OpenAI

#270
Interesting acquihire. I would have assumed MS would have snagged them (until their __layoffs__ last year). My gut is that this is more for Python expertise, and ruff/ty knowledge of linting code than uv...

I'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.

Post reply on HN