|
| ▲ | jack_pp 2 hours ago | parent | next [-] |
| Funnily enough the terminal which was the reason people said linux is too much of a hassle is the very thing that now makes it so you can easily fix your computer with natural language. Sure the problem is it will still come with problems out of the box but that's mostly on laptop manufacturers. At least now you can easily fix them with an agent. For me it's much more fun to tell my computer what I want and to get it than to scroll through a settings GUI but to each his own |
|
| ▲ | Magniquick 2 hours ago | parent | prev | next [-] |
| That's what KDE (and gnome, to a lesser extent) have been trying to do for a long while. The fundamental issue is that a GUI is a static abstraction over a CLI that allows for millions of potential combinations. You can only expose so many options in a menu before the interface becomes completely unusable. To expand on your analogy, it’s like running a restaurant that only uses automated vending machines to serve food. It works perfectly fine if someone just wants toasted bread. But the moment a customer asks for more than toasted bread, you're toasted. Imho, the best bet for the future is a bunch of pre loaded llm skills and clis an agent can work with: getting the chef to use pre-approved hardware, sorta, that can cook up anything that is needed. |
| |
| ▲ | carlosjobim an hour ago | parent [-] | | > The fundamental issue is that a GUI is a static abstraction over a CLI that allows for millions of potential combinations. You can only expose so many options in a menu before the interface becomes completely unusable. But is that an issue? Macs have had this solved for almost half a century: You expose things in the GUI that normal people need, not everything. For hackers, they can still go to the command line to hack. |
|
|
| ▲ | wpm 2 hours ago | parent | prev [-] |
| I agree but its becoming increasingly clear that "chatbot-as-the-CLI" is likely a "worse is better" situation. It's clearly crappier and slower than just hitting a button, but everyone knows what they want and they know how to put it into text. CLIs in the past never could cope because they relied on exacting, esoteric syntax, so mere mortals had to learn a lot about how to translate what they want "Send a copy of this photo to my friend Sally". So a button is abstracted that says "Send" and "Attach" and some file-based metaphor is built up to allow the work to map better to what people know and understand and can intuit. My mom can't find the button in the GUI though, and odds are it would be buried in menus she'd get lost in. She can type "Send Sally this picture" into a box and hit go. Anyone literate can. |
| |
| ▲ | carlosjobim an hour ago | parent [-] | | One thing that's been really useful for many years is the Help menu in MacOS. You click it and start typing the command you are looking for, and MacOS conveniently opens the menu and any submenus and shows you the command with a big blue arrow. Wouldn't this be easy to pair with a simple AI, so that people can more freely type what they want to do? Maybe even make it Spotlight accessible. I like the visual and thus get along much better with drag-and-drop than any text based interface. So for me (and maybe your mom) the best solution would be that Sally was a window you could open and drag things to. Surprised that Apple and nobody else ever did this on desktop. At least on iOS, your friends are pictures that appear whenever you press share, but it's not perfect. |
|