Live data from Hacker News

Domain expertise has always been the real moat

brethorsting.com

21–30 of 592 posts

Re: Domain expertise has always been the real moat

#22

This article is wrong. LLM's encode all the domain knowledge you could possibly want. As a software dev I can query an LLM, become a domain expert in a short amount of time, and then code up a solution. If people think their niche is safe from automation, think again. Even the people who think theyre the masterminds at the top. Edit: Yes "expert" was too strong a word. Proficient would be better. A lot of the barrier…

You might /think/ you've become a domain expert, but you haven't.

This guy has clearly never asked an LLM whether New York City is entirely south of the state of Oregon.

Re: Domain expertise has always been the real moat

#23
I feel like this aspect has been discussed on HN many times. The thing that resonates with me strongly is that there’s rarely a clear or fixed set of requirements to begin with - at least from my work experiences. Then, domain expertise helps with being able to proactively call out when they are missing and support in defining them. Still I am of the view that with enough context AI could also replace the best engineers with the best domain expertise.

Re: Domain expertise has always been the real moat

#24
post #14

This is such a sane take. It is THE reality we have been always ignoring. Writing software has never been difficult. It is the domain that has been the issue. Always.

> Writing software has never been difficult. That's not true at all, sure CRUD might not have been that difficult, but absolutely there is extremely complicated software out there that is really difficult to write in a performant and correct manner.

Yes. Audio, video encoders, decoders etc, 3D modeling, rendering etc.

That too is "domain" even it feels like it is NOT. Domain of signal processing, Euclidian spaces, information theory and what not. Thar too is all "domain" and that "domain" part is difficult to write.

Re: Domain expertise has always been the real moat

#25

LLMs are the best domain experts, but the curse is that they know too much. so it takes a domain expert to remove unnecessary things, similar to how stone carvers create by removing material, not adding

Encyclopedic knowledge does not equal expertise, much like raw intellect does not equal wisdom.

Knowing "too much" and not knowing what belongs to the core and what is a secondary detail is exactly a lack of domain expertise.

Re: Domain expertise has always been the real moat

#26

Earlier quoted context omitted.

Have you considered becoming a residential electrician? Good job, pays well, lots of problem solving, and it won’t be replaced with an AI. I’m serious!

I’d go with physical therapy! Or something else that’s closer to humans and health. “Problem solving” becomes that much more tangible and directly meaningful to another person

chatgpt can already do a big part of this job since most of the "therapy" needs to be self directed. So consult the AI and have it tell you what you need to do.

Re: Domain expertise has always been the real moat

#28
post #24

Earlier quoted context omitted.

> Writing software has never been difficult. That's not true at all, sure CRUD might not have been that difficult, but absolutely there is extremely complicated software out there that is really difficult to write in a performant and correct manner.

Yes. Audio, video encoders, decoders etc, 3D modeling, rendering etc. That too is "domain" even it feels like it is NOT. Domain of signal processing, Euclidian spaces, information theory and what not. Thar too is all "domain" and that "domain" part is difficult to write.

Then what do you mean by pure software? I think there's essentially zero domain-free software.

Re: Domain expertise has always been the real moat

#30
post #24

Earlier quoted context omitted.

> Writing software has never been difficult. That's not true at all, sure CRUD might not have been that difficult, but absolutely there is extremely complicated software out there that is really difficult to write in a performant and correct manner.

Yes. Audio, video encoders, decoders etc, 3D modeling, rendering etc. That too is "domain" even it feels like it is NOT. Domain of signal processing, Euclidian spaces, information theory and what not. Thar too is all "domain" and that "domain" part is difficult to write.

You do realize that all the domains you used in your example are trivial for an LLM to write?
Post reply on HN