←back to thread

LLM Inevitabilism

(tomrenner.com)
1613 points SwoopsFromAbove | 2 comments | | HN request time: 0.69s | source
Show context
Workaccount2 ◴[] No.44570646[source]
People like communicating in natural language.

LLMs are the first step in the movement away from the "early days" of computing where you needed to learn the logic based language and interface of computers to interact with them.

That is where the inevitabilism comes from. No one* wants to learn how to use a computer, they want it to be another entity that they can just talk to.

*I'm rounding off the <5% who deeply love computers.

replies(15): >>44570755 #>>44570832 #>>44570838 #>>44571025 #>>44571126 #>>44571238 #>>44571322 #>>44571750 #>>44572127 #>>44572396 #>>44572611 #>>44573565 #>>44573713 #>>44574762 #>>44576068 #
1. pera ◴[] No.44572127[source]
> Ordinary language is totally unsuited for expressing what physics really asserts, since the words of everyday life are not sufficiently abstract. Only mathematics and mathematical logic can say as little as the physicist means to say.

- Bertrand Russell, The Scientific Outlook (1931)

There is a reason we don't use natural language for mathematics anymore: It's overly verbose and extremely imprecise.

replies(1): >>44573171 #
2. calvinmorrison ◴[] No.44573171[source]
which is why every NoCode platform, or iPaas or whatever always falls back to implementing DSLs. programming languages are the most succinct deterministic way to instruct a computer, or even a person to do something.