▲ | aksosoakbab 11 hours ago | ||||||||||||||||||||||
Spoken language is a miserable language to communicate in for programming. It’s one of the major detractors of LLMs. Programming languages have a level of specification orders of magnitude greater than human communication ones. | |||||||||||||||||||||||
▲ | noosphr 11 hours ago | parent | next [-] | ||||||||||||||||||||||
It absolutely is, but 99% of programs the average person wants to write for thier job are some variation of, sort these files, filter between value A and B, search inside for string xyz, change string to abc. LLMs are good enough for that. Just like how spreadsheets are good enough for 99% of numerical office work. | |||||||||||||||||||||||
▲ | jaza 10 hours ago | parent | prev [-] | ||||||||||||||||||||||
Computer scientists in the ~1970s said that procedural languages are a miserable medium for programming, compared to assembly languages. And they said in the ~1960s that assembly languages are a miserable medium for programming, compared to machine languages. (Ditto for every other language paradigm under the sun since then, particularly object-oriented languages and interpreted languages). I agree that natural languages are a miserable medium for programming, compared to procedural / object-oriented / functional / declarative languages. But maybe I only agree because I'm a computer scientist from the ~2010s! | |||||||||||||||||||||||
|