Domain expertise determines LLM effectiveness; skill required despite democratization
Tech discourse argues that LLMs reward deep knowledge in a field, not just prompting technique, with mathematician Terence Tao exemplifying expert use.
Conversation activity · last 7 days peak 4/hr
Summary, timeline and people extracted by Claude from 11 items across 2 sources · 21h ago. Quotes are verbatim.
Sean Goedecke published an essay arguing that effective LLM use depends primarily on domain expertise, not prompting skill alone, illustrated by mathematician Terence Tao's ChatGPT conversation about the Jacobian Conjecture. The piece sparked discussion on Hacker News about whether LLMs truly democratize technical skills or whether they amplify existing expertise, alongside broader questions about what tasks LLMs should automate in software development.
- LLM effectiveness is primarily determined by the user's domain expertise, not generic prompting skill, contradicting the idea that LLMs democratize technical work.
- Expert users signal their knowledge to LLMs, which changes model behavior toward more sophisticated, concise responses suited to practitioners rather than beginners.
- LLMs function as amplifiers of existing knowledge—extending and directing what users already understand—rather than replacing expertise or enabling complete novices.
- Design choices about LLM automation in software development carry social and political consequences similar to past technological transitions, and should be examined beyond pure capability.
How it unfolded
-
Report Peresztegi questions what LLMs should automate
Adam Peresztegi publishes article examining whether LLMs should automate software development, referencing Langdon Winner's 1980 essay on technology and politics to argue that design choices about LLM automation carry social consequences.
-
Analysis Prompting compared to medical history-taking
Commenter tpoacher draws parallels between effective LLM prompting and medical consultation skills, both requiring structured progression from open to specific questions.
-
Reaction Novice test reveals LLM limitations
Krisoft describes a test where a non-technical friend attempted to build a web app with LLM help, noting that AI struggled to recognize the user's novice status and provide appropriate scaffolding.
-
Reaction Demand for formal study of prompting skill
Commenter Austiiiiii notes the observation matches personal experience but calls for formal research, expressing uncertainty about whether the effect is real or confirmation bias.
-
Analysis LLMs as amplifying mirrors
HN commenter abixb characterizes LLMs as 'amplifying mirrors' that extend existing knowledge rather than replace it, distinguishing between those who use LLMs as mind extensions versus replacements.
-
Reaction HN discussion begins on signaling expertise
Commenters on Hacker News report that explicitly signaling domain expertise to LLMs changes model behavior, with one user noting that declaring biblical scholarship background alters ChatGPT's responses.
-
Report Goedecke publishes LLM expertise essay
Sean Goedecke's article 'LLMs reward expertise' argues that domain knowledge is the most important skill in prompting, using Terence Tao's ChatGPT conversation about the Jacobian Conjecture as primary evidence.
What people are saying verbatim
“The most important skill in prompting is expertise in the domain you're prompting for.”
Sean Goedecke · seangoedecke.com article · Aug 2
“This is not the same ChatGPT I talk to! I couldn't get to where Tao gets, even with unlimited tokens to burn.”
Sean Goedecke · seangoedecke.com article · Aug 2
“By signalling expertise, Tao shunts the model into 'talking-to-mathematicians' mode, not 'explaining-to-amateurs' mode”
Sean Goedecke · seangoedecke.com article · Aug 2
“I do find that 'signalling expertise' is important... That changes things significantly.”
sramsay · Hacker News comment · Aug 3, 5:37 PM
“People who (carefully) use it as an extension of their own mind and senses will very likely thrive, and those who use it as a replacement for their minds and their senses will struggle.”
abixb · Hacker News comment · Aug 3, 6:32 PM
“By far the greatest latitude of choice exists the very first time a particular instrument, system, or technique is introduced.”
Adam Peresztegi (quoting Langdon Winner) · adamperesztegi.com article · Aug 8
Voices from the web unedited
-
I did a test a few months ago. A friend of mine wanted to develop what i understood to be a simple single page web app. But since she didn’t have any software engineering experience she asked me to help. Around that time everyone was talking about how literally anyone can develop software with LLMs i asked her if she could give it a try first, and…
-
Both the article and some of the discussions here share a lot of commonalities with doctors taking a medical history. There is a certain skill in guiding the conversation towards useful outputs, while not dictating the exact outputs to a patient who is eager to please with their responses.E.g., medical history taking protocol always says to start…
-
The amplifying mirror analogy works best here. LLMs are ultimately a reflection of your own interactions with its weights, the tone you use, the structure with which you construct your prompt, aspects of an issue you tend to focus on, your breadth of vocabulary and world knowledge and whatnot.People who (carefully) use it as an extension of their…
-
This is something that really needs to be formally studied.I'm inclined to say that this matches my own experience, but I can't rule out confirmation bias on my part.As a meticulous person generally looking for a very specific code outcome, I prompt in a way intended to get exactly the thing I have in mind, and my results reflect that. But on the…
-
> Of course both are useful, but I’d rather have familiarity with the codebase than a deep general understanding of software systems.In my experience, getting that familiarity with a particular codebase in a way that isn't surface-level has always been a hands-on process. E.g. just because I know many general things about software, I need to know…
-
The counterexample of the Dinitz-Garg-Goemans conjecture was basically just "keep going" and finally "enough of partial results. now finish with a complete unconditional counterexample" lol
-
This reminded me of Gaussian Processes. You start out with n-dimensional unconstrained (but strongly correlated) gaussians. As soon as constraints (data) are added (mathematically it's called conditioning), the thing goes more and more into shape.Prompting feels a lot like this conditioning phase to me. You start with an LLM in unconstrained mode…
-
I do find that "signalling expertise" is important. "I have a significant background in biblical scholarship. You can assume I've read the most important works in NT studies in particular. Do not translate Greek, Latin, Hebrew, or Syriac. Now, I would like to know . . ." That changes things significantly. So does telling it you have 20+ years of…