Skip to content
TrackPodcasts
technologyMar 27, 202610:48

Astral has been acquired by OpenAI

Changelog News

About this episode

Astral is joining OpenAI, which says a lot about where the center of gravity is moving for developer tools, LiteLLM got hit by a nasty supply-chain attack, and OpenCode blew up as the latest serious open source swing at the coding-agent stack. We've also got Rust doing a very public reality check on its own pain points, WorkOS pushing AuthKit into CLI auth, Ryan Lizza using AI to build an open source TurboTax alternative, and a fresh httpx fork that turns open source maintenance drama into a real dependency story. If nothing else, this week was a good reminder that tools, trust, and control all move together.

Interactive timestamps

Jump to segment

Get every episode summarized

Each time Changelog News publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.

Email me new episodes

Free for 3 shows. No card needed.

Transcript ready

249 searchable segments. Every word is indexed and playable.

Astral has been acquired by OpenAI

Changelog News

0:00
10:48

Full transcript

Changelog NewsAstral has been acquired by OpenAI. Machine-transcribed; use the interactive transcript above to jump the player to any line.

0:00What's up friends, Adam here. This is changed on news for the week of March 23rd, 2026. Friends, I'm hot off an epic spring break. You know, I've never taken a true spring break vacation. Sure, I've done some things, but never an epic trip to South Florida that we did this year. It was much needed time away with family, friends, and good sleep. Sadly, while away took Norris past away, he was a high-achieving person in life and someone worth emulating. He has 10 principles to live by. Here are two of my favorites. Number one, I will forget the mistakes of the past and press on to greater achievements. And number two, I will always be in love with my God, my family, and friends, and my country. Okay, let's get into the news. Astro has been acquired by OpenAI. This is a big one y'all. Astro, the company behind UV, Ruff, and TY, says it has entered into an agreement

1:01to join OpenAI as part of the Codex team. And I think the reason why this hit so hard for me is that Astro is not some random, and I started getting aquahired. These are already some of the most important tools in modern Python development. So the obvious first question is, what happens to the tools? Astro says the open source work continues after the deal closes, and that matters a lot because UV and Ruff, in particular, are not side projects anymore. These are foundational pieces of a lot of Python workflows right now. If you zoom out, the bigger revelation is the center of gravity for developer tools keeps moving toward the coding agent stack. Astro started out making Python development dramatically faster, and now the same team is heading into Codex. That tells you where they think the highest leverage work is next. And if you're a Python developer or honestly any developer paying attention to tools, this is one of those moments worth clocking, because it suggests the future is not just better linters, better package managers, better type checkers, as separate things.

2:01The future is those tools getting pulled closer and closer into the agent itself. Light LLM compromised by a supply chain attack. Light LLM 1.82.8 was reported to include a malicious.pth file that could execute on Python startup and potentially steal secrets from machines that installed it. Attackers published a fake light LM 1.82.8 release directly to pi pi outside light LLM's normal GitHub release flow. The current explanation for how it got there is the real story. Light LLM says a publishing token was exposed through an unpinned triv security scan in CI. This was not just one bad package upload. It was a supply chain chain reaction, compromised security tooling, stolen published credentials, then poisoned releases pushed straight to pi pi. Light LLM is not some random edge dependency though. For a lot of teams, it sits right in the middle

3:02of their AI stack, writing model calls, living right next to API keys, clock credentials, and internal config. And the .pth file is a nasty delivery mechanism because it can execute when Python starts before anybody even imports the library. So if you're out there and you installed the affected versions, treat this as an incident, not an upgrade bug. Check where it ran, rotate anything exposed, and look at CI and develop our machines first. The takeaway is the AI middleware layer now belongs inside your real supply chain threat model. Open code tops hacker news. Open code blew up this week as the highest traction new coding agent launched on hacker news. Open code is an open source attempt to build the full coding agent surface area, terminal, IDE, desktop, multi-assession workflows, LSP support with bring your own model flexibility. The uncomfortable signal is in the timing. Right before open code hit number one hacker news,

4:03the project head strip inthropic OAuth and anthropic references after legal pressure. And if you've been on X lately, you've likely heard about the cloud open code drama. This should tell us the open agent race is real, but it's still happening inside ecosystems controlled by model vendors. So my read on this is that open code matters less because it's definitively the best agent today, and more because it shows where this market is going next. The next fight is not just over model quality. It is over who owns the interface, the workflow, and the default home for coding with agents. Rust has challenges, but here's how we can address them. The Rust project published a reality check. This is not a Rust is doomed post. It is not a victory lap either. More like we talked to a bunch of people, and yes, the problems you already think Rust has are in fact the problems people keep running into. The interesting part is the shape of those problems. Compile times are still a thing, but they're not really blockers for most people.

5:05The borrowed checker is still brutal for beginners, but it bothers experts a lot less, which tells you some of that pain is onboarding pain, not necessarily evidence the language is broken. Async is still messy, and the way Rust async has been messy for a while, except in this post they are pretty explicit, they're actual next steps they think can help. And then you get to the ecosystem story, which is maybe the most important one. A healthy crate ecosystem is Rust largest strength, but people do not always know which crates to trust, which ones are effectively standard, or whether the thing that they need exists yet in their domain. In worlds like embedded, GUI, and safety critical work, that maturity gap gets a lot more obvious. I applaud this post because the intent behind it is awesome. I use Rust daily. I feel this pain every single day. Sure, Rust can be improved, but this shows the project is listening, and it shows they have clear pain points to smooth out where there's friction. And now time for some sponsor news. Well friends, I'm here with Michael Grinich, founder,

6:05and CEO of Work OS. Michael, if you didn't know, CLI has her back, they're all the rage, and a major problem I personally have with my CLIs is authorization, authentication. What do you say about Work OS and off for CLI? Long live the CLI. We've had a resurgence of it, which I am so thrilled about. We actually have supported CLI off for many years at Work OS. This is something called the device grant flow. It lets you have that really smooth experience where from your CLI app you're building, you can link out to the browser and have the user authenticate through whatever system they have in your app, and then bounce back into the browser. So nobody is pasting their credentials or their secrets into the shell itself. Kind of zero knowledge, zero trust, way of building OAuth authorization. It works great for existing CLIs. It also works super great if you're building a CLI specifically for agents, which is kind of all the rage now as people are expanding upon that. So Work OS that we think is the fastest way to do it, and you can actually do it without migrating your entire user base. You can just layer on the CLI off

7:06because Work OS is so modular, you can just add that in front. We have people doing this for MCP as well, where they just use Work OS for the MCP authentication gateway and not for the primary identity stack. So it's totally possible today, and I think Work OS is the fastest way to ship off in your CLI app you're building. Well friends, go to WorkOS.com, try it today. Again, WorkOS.com. Learning to code by building TurboTax. Ryan Leasey got annoyed enough with TurboTax and the larger tax filing mess that he used AI coding tools to build a free open source alternative and then put it in the public. So tax professionals and quote actual programmers and quote can inspect it. The question is not whether AI can spit out coding anymore. We are past that. The better question is whether these tools are good enough to help somebody take a real run at expensive, boring and common software that normal people actually depend on. Tax software is a great test because it is high stakes full of edge cases

8:06and usually not something you could fake your way through with a polished demo. Ryan is not asking for your trust. He's doing the exact opposite. He's saying, hey, here's the app I made. It is open source, vetted. If you're pro, if you're programmer, vetted please. This isn't about a journalist suddenly becoming a 10X software tax engineer. It is whether or not AI lowers the cost enough for we the people to build credible public interest software in markets that used to belong entirely to incumbents. Why I forked HTTPX. This is one of those open source stories that sounds niche and to realize how much code quality depends on it. HTTPX is a very popular HTTP client and Michael Bayesian has now forked it into HTTPXYZ. And the reason is there hasn't been a release of HTTPX since November 2024 fixes were sitting around unreleased and upstream trust has been eroding.

9:06The real story is not just that somebody got frustrated and made a fork. The issue is project maintenance risk eventually turns into dependency risk. In this case, the fork author points to hidden issues, discussions being turned off, years of talk about a future 1.0 and a growing sense that a widely used package did not have a stable maintenance path anymore. HTTPX is not some obscure utility. It sits underneath a lot of Python software and even high profile packages like OpenEIs and Anthropics Python SDKs they've already begun guarding against a future 1.0 release. The fork's pitch is the interesting part. It is not a rewrite, it is not a revolution, just a stable fork with a motto, quote, move a little faster and not break things, end quote. That is a pretty good summary of what a lot of developers actually want from infrastructure dependencies, not novelty, just a maintenance story they can trust. All right, that's it for the news this week.

10:07Thank you for tuning in. We'll see you back here in next week of course. ChangeLaw.News. If you haven't subscribed, do so now. Until a friend, I've got some amazing shows recorded in the canned being produced. It is amazing. I can't wait to release them. These are getting stacked up over here and it's so exciting. All right, that's it for this week's news. We'll see you next week.

More episodes

More from Changelog News

View all episodes →