The post claims that cheap AI output changes where human value sits. When anyone can generate passable code, prose, and design quickly, the scarce thing is no longer production effort but the ability to reject the wrong thing, insist on a better shape, and recognize quality before you can fully justify it. The author calls that “taste” and frames old technical friction as the training ground that used to develop it.
People broadly bought the core instinct that AI makes discernment more valuable, but the strongest reaction was that the essay overstates how much the actual work has disappeared. “Good enough” only looks sufficient at demo distance. Real software still has to survive scaling, edge cases, security review,
compliance, onboarding, code ownership, and future changes. Several commenters said that if you are building anything beyond a toy, the scarce skill is still making sound
architecture and maintainability calls over time. That is judgment in a much more concrete sense than the post’s airy notion of taste.
A second recurring point was that AI output often increases reading and review burden instead of removing it. People using coding agents daily said the tools happily generate plausible structure and lots of filler, but they do not reliably make the tiny choices that give software its feel or keep a codebase coherent over months. That pushed the conversation toward a practical distinction. AI is useful as a fast producer and refactoring assistant, especially for personal tools or ugly
legacy code. “
Vibe coding” without inspection is where things fall apart.
The mood was also shaped by fatigue with “taste” as the latest refuge skill. Some dismissed it as an unmeasurable prestige word people reach for whenever automation threatens their craft. Others gave it more substance by tying it to maintainability, tacit knowledge, or classic philosophy of judgment. The useful landing point was not that taste is all that is left. It was that AI compresses the cost of first drafts, while leaving humans on the hook for the expensive decisions that only show their value after weeks, months, or the 1000th record in production.