this post was submitted on 19 Mar 2026
27 points (90.9% liked)

Technology

82830 readers
3408 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Today, AI is rapidly changing the way we build software, and the pace of that change is only accelerating. If our goal is to make programming more productive, then building at the frontier of AI and software feels like the highest-leverage thing we can do.

It is increasingly clear to me that Codex is that frontier. And by bringing Astral’s tooling and expertise to OpenAI, we’re putting ourselves in a position to push it forward. After joining the Codex team, we’ll continue building our open source tools, explore ways they can work more seamlessly with Codex, and expand our reach to think more broadly about the future of software development.

all 10 comments
sorted by: hot top controversial new old
[–] prism@lemmy.dbzer0.com 9 points 8 hours ago

Sigh. I knew uv and ruff were too good to be true. Just hope the community can fork before it all goes to crap.

[–] BlackEco@lemmy.blackeco.com 10 points 8 hours ago

FFS, first Bun, now Astral... It's a shame, uv is such a useful tool in the Python ecosystem.

[–] galaxy_nova@lemmy.world 14 points 9 hours ago (1 children)

The ensloppening of some of my favorite tools begins?

[–] siera@jlai.lu 4 points 7 hours ago

The developers were already genAI users.

But now I fear that the tutorial will include an "openai init", and other non-deterministic subscription-based commands for ruff and uv and that will be what is pushed.

[–] a_good_hunter@lemmy.world 10 points 9 hours ago (1 children)

Count down to forks in 3... 2... 1...

[–] siera@jlai.lu 6 points 7 hours ago

But which form will survive ?

I want tools from the python foundation ! (I kinda hoped ruff and UV were taken over by the pypa)

[–] TheAgeOfSuperboredom@lemmy.ca 4 points 7 hours ago (1 children)

I find that Python requires a fair bit of discipline to keep it readable, and I've seen some very unreadable code written by people. Vibe coding with Python's dynamic nature seems like a match made in hell.

[–] galaxy_nova@lemmy.world 3 points 7 hours ago* (last edited 6 hours ago)

This is true although that’s what enforcing strict type checking and good linting is supposed to help with. I think it’s partially an issue that you can kinda just type what you think and not everyone thinks efficiently/ programmer-y

Edited for clarity