Live data from Hacker News

The rise of judgement over technical skill

notsocommonthoughts.com

1–10 of 176 posts

Re: The rise of judgement over technical skill

#6
This echoes my experience with Claude Code. The bottleneck isn't the code generation itself—it's two critical judgment tasks:

1. Problem decomposition: Taking a vague idea and breaking it down into well-defined, context-bounded issues that I can effectively communicate to the AI

2. Code review: Carefully evaluating the generated code to ensure it meets quality standards and integrates properly

Both of these require deep understanding of the domain, the codebase, and good software engineering principles. Ironically, while I can use AI to help with these tasks too, they remain fundamentally human judgment problems that sit squarely on the critical path to quality software.

The technical skill of writing code has been largely commoditized, but the judgment to know what to build and how to validate it remains as important as ever.

Re: The rise of judgement over technical skill

#7
Grok3: "The phrase "There is no royal road to geometry" is attributed to the ancient Greek mathematician Euclid. According to historical accounts, particularly from the philosopher Proclus, Euclid reportedly said this to Ptolemy I Soter, the ruler of Egypt, when the king asked if there was a shorter or easier way to learn geometry. Euclid's response emphasized that geometry, like any rigorous discipline, requires effort and dedication, with no shortcuts even for royalty."

You can use AI as a royal road, but it may or may not prove an effective substitute for the learning required to provide judgement.

Re: The rise of judgement over technical skill

#8

Does the technical skill give you better judgement though? Can a masterchef make better Star Trek replicator meals?

I think the reality is that, this notion of "democratising" various technical mediums is used to gloss over that, as countless studies have now evidenced, humans primarily learn and remember well thing by doing things, not merely passively consuming them. Fine-precision decision-making will likely always be the domain of dedicated tooling designed to better correspond with the particular medium or task -- that is, manual testing and experimentation, not relying on logocentric prompt idolatry.

When we get into literature, visual art etc. it becomes more of a problem. You can't get Cormac McCarthies or Mars Voltas from software designed to give you perfect statistical 50% grey, and people who try and hack it without doing the reading, are going to end up writing gibberish. People who actually enjoy and like art, music whatever are going to grow Very bored with the overwhelming majority of work reliant of primarily generative methods, save for those who already have discretion learned through experience of many tools and other means of expression.

Re: The rise of judgement over technical skill

#9
Nothing stopped anyone from hiring 10 to 100 offshore devs for every American software dev for the last 20 years. Yet Google, Amazon, Microsoft, and so on paid top dollar for the Americans.

And American business still pays top dollar. Even more than before. The judgement was always the problem. If the issue was bodies in seats the problem was already solved.

The #1 cause of layoffs in America is offshoring caused by Zoom and other telework tools perfected during COVID. AI is a convenient excuse.

Pop music is mostly not about music quality - hits are always passable - but about celebrity. The rare song that elevates a new artist quickly converts them into celebrity, which converts future songs in their style into further hits 100,000x easier than before. Maybe even 1 billion times easier than before given the amount of songs created every year. Yet AI is supposedly an expert at generating music, and images, and video, and code, and on and on.

I’m not seeing the evidence of layoffs from AI. I’m seeing evidence of better productivity from existing employees, which is the same result of every groundbreaking technology since all time.

Re: The rise of judgement over technical skill

#10
Today, if someone uses LLMs for code generation, he/she will probably question the generated code and will put his own judgement above it. I am curious how fast that will change, especially for juniors. When will they start to question their own judgement and just go with the generated code becuase its "more safe"?
Post reply on HN