|
|
|
|
|
by jameshart
852 days ago
|
|
It's actually worse than that. Why do we need web apps or iOS apps? They're just task specific computer interfaces. It's possible that this kind of AI tech eliminates the need for task specific computer interfaces at all. You don't need to tell the LLM to code up a TODO list app so you can sell it in the App Store. The user doesn't even need to tell an LLM to make them a TODO list app. Given an LLM that can persist and restore context, the user can just use the LLM as a personal assistant that keeps track of their TODO list. Whatever the software is that we're working alongside our AI colleagues to build in ten years' time, I don't think it's going to be automated tests for apps and websites. |
|
I would expect better results from LLMs using programming languages, perhaps ones tailored to LLMs, to prepare tasks on behalf of their users.
(Also, LLMs doing anything direct are an incredibly inefficient use of computing resources. There are quite a few orders of magnitude of difference between the FLOPs needed to do basic calculations and the FLOPs needed to run inference on a large model that may be able to do those calculations if well trained.)