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


We need to solve a lot of problems like energy and resource usage to make it sustainable at a small scale and don’t feed the bubble and by extension the repercussions it will have on the world economy.
Just a few tiny little details to work out, to do “some very specific and well outlined tasks”. And while those things are being worked on, which may or may not be solvable, real and actual damage is being done now. But hey, who cares right?


You’re getting downvoted because AI is causing so much damage and ruining so many things. People still using AI are just adding to the problem and continuing to legitimize the bullshit.
If you truly want to learn aesthetics, read some books, take some classes, get some practice. Learn a new skill!


They spelled “bubble” wrong.


I’ve started using Disroot recently and I’m satisfied so far.


Ah yes, a fine example of small government free market.


Don’t worry, they’re probably going to he big and stupid looking in reality. Plus, the obnoxious AI bro wearing them will be easy to identify.


I’m going to guess they’re companies without software expertise in house, so nobody to review the code anyway.
If companies continue hiring people like this, it’s only a matter of time before the exploits roll out.


Its because of all the people saying that LLMs can reason and think and the human brain works just like an LLM and… some other ridiculous claim.
This shows some limitations on LLMs.
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.