

I had a realization recently. All the pro-AI people pushing vibe coding or “coding assistants” are completely missing the point.
These tools aren’t helping you write code, you are helping the tool write code, because it can’t do it on its own yet. The more they improve, the less you’re needed.
Idk if they’ll ever reach the point where you can actually give it a prompt, and it’ll provide a fully functional implementation on its own with no human intervention required. If it does, I can’t imagine that tech would be as available as it is now. Your peasant ass isn’t going to be vibing the next big thing that’s for sure.









Completely off topic, but
Reading this makes me feel so powerful to be as familiar as I am with podman/docker (which to be clear is a modest amount). Just do:
podman run --rm -it debian:latest bashThen apt install git, check those folders, and finally
exitso the entire container gets automatically deleted.The whole thing is done in a few seconds (or more depending on how long git takes to download and whether the debian image is already cached)
Everyone on Linux should have this in their toolbelt.