The ensloppening of some of my favorite tools begins?
post
FFS, first Bun, now Astral... It's a shame, uv is such a useful tool in the Python ecosystem.
Sigh. I knew uv and ruff were too good to be true. Just hope the community can fork before it all goes to crap.
Count down to forks in 3... 2... 1...
But which form will survive ?
I want tools from the python foundation ! (I kinda hoped ruff and UV were taken over by the pypa)
You can fork today. It'll work forever.
Forever? When every new python version breaks compatibility with the previous?
I can't express how disappointed I am
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.
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
Agreed! I think both linting and type checking are extremely important to Python, but it's also an extra step that far too many people just don't take. And honestly, I used to get tripped up sometimes with setting up Python tooling before I started using uv.
Unfortunately I also have to work with the occasional Python script that someone just slapped together, and that's something far too easy to do in Python. It does kind of remind me of vibe coding. Initial velocity seems high, but if you're not thinking about it, long term maintenance tanks.
That's not to say Python is bad, and there is certainly a lot of good Python code out there too. But it's a language that does make it easy to make a mess, which will probably be compounded by LLMs.
It's manageable if you pass along these rules to the LLM. I've actually had more success asking the LLM than giving code reviews to some interns, and even someone who coded professionally before.
Ok, I'm not suggesting replacing humans with AI and I despise companies trying to do this unsustainable practice.
With that out of the way, I'll restate that LLMs follow some rules more reliably than humans today. It's also easier to give feedback when you don't have to worry about coming across as a pedantic prick for pointing out the smaller things.
On your point that LLMs are not improving; well, agents and tooling are definitely improving. 6 months ago I would need to babysit an agent to implement a moderately complex feature that touches a handful of files. Nowadays, not as much. It might get some things wrong, but usually because it lacks context rather than ability. They can write tests, run them, and iterate until it passes, then I can just look at the diff to make sure the tests and solution makes sense. Again, something that would fail to yield decent results just in the last year.
I just spent three weeks getting work to whitelist uv 😭😭😭
If all this does is fund astral and by extension uv I don't see a problem here.
Hell, I'd take ai Corp money to fund making good tools for the community, as it's one less stack of cash being used on bullshit datacenters.
all 28 comments