▲ | xtracto 3 days ago | ||||||||||||||||||||||||||||||||||
When LLMs write 100% of the code and we humans are only tasked with validating and verifying its function, programming languages won't be needed (prog langs are for people). I wonder if at some point we will have an LLM that basically understands English and say, Java bytecode or V8 bytecode. So in goes English descriptions and comments and out goes program bytecode implementing the required functionality. Also for LRMs.. why use English for the reasoning part? Could there be a more succinct representation? Like Prolog? | |||||||||||||||||||||||||||||||||||
▲ | const_cast 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
The next evolution is you don't need applications at all. Applications are for automation speed, nothing else. Prior to computers, processes were completed by human to human communication. Hard to scale, impossible to automate. So then we had applications, which force fairly strict processes into a funnel. But they're extremely restrictive and hard to make. If you already have God AI, you just don't need an application. I don't go to an airlines website and book a flight. No, I ask my assistant to book me a flight, and then I have a flight. The assistant might talk to the airline, or maybe hundreds of other AI. But it gets it done instantly, and I don't have to interface with a webpage. The AI have a standard language amongst themselves. It might be English, it might not be. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | calvinmorrison 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
disagree. Programming languages are useful at minimizing context for humans as well as AI. Much easier to call preg_replace rather than implement a regex engine. |