> With this new UI paradigm, represented by current generative AI, the user tells the computer the desired result but does not specify how this outcome should be accomplished. This doesn't seem like a whole new paradigm, we already do that. When I hit the "add comment" button below, I'm not specifically instructing the web server how I want my comment inserted into a database (if it even is a database at all.) This i…
AI: First New UI Paradigm in 60 Years?
21–30 of 219 posts
Re: AI: First New UI Paradigm in 60 Years?
#22Maybe we can borrow programming paradigm terms here and describe this as Imperative UX versus Declarative UX. Makes me want to dive into SQL or XSLT and try to find more parallels.
Re: AI: First New UI Paradigm in 60 Years?
#23Re: AI: First New UI Paradigm in 60 Years?
#24> Summary: AI is introducing the third user-interface paradigm in computing history, shifting to a new interaction mechanism where users tell the computer what they want, not how to do it — thus reversing the locus of control. Like every query language ever. I'm not sure the distinction between things we are searching for and things we're actively making is as different as the author thinks.
To everyone who isn't a software developer, this is a new paradigm with computers. Hell even for me as a software dev it's pretty different.
Like I'm not asking Google to find me info that I can then read and grok, I'm asking something like ChatGPT for an answer directly.
It's the difference between querying for "documentation for eslint" but instead asking "how do you configure eslint errors to warnings" or even "convert eslint errors to warnings for me in this file".
It's a very different mental approach to many problems for me.
Re: AI: First New UI Paradigm in 60 Years?
#25Interesting to bundle both cli/gui under the "command" based interaction paradigm. I've never heard it described that way but it does make sense intuitively. Is that a common perception? I think of the development of the mouse/gui as a very significant event in the history of computing interfaces.
Re: AI: First New UI Paradigm in 60 Years?
#26I'd argue that multi-touch gestural mobile phone and tablet interfaces were different enough from mouse and keyboard to be considered a new paradigm.
I'd have multi-touch be a sidebar in the textbook, but not a new section. Gestural interaction is not fundamentally different than a pointer device: it doesn't allow meaningful new behavior. It is sometimes a more intuitive way to afford the same behavior, though. I would agree that portable devices amount to a new paradigm in something —maybe UX—but not UI per se .
Re: AI: First New UI Paradigm in 60 Years?
#27> Summary: AI is introducing the third user-interface paradigm in computing history, shifting to a new interaction mechanism where users tell the computer what they want, not how to do it — thus reversing the locus of control. Like every query language ever. I'm not sure the distinction between things we are searching for and things we're actively making is as different as the author thinks.
But this is basically the absence of a query syntax, a way to query via natural language, and not just get back a list of results, but have it almost synthesize an answer. To everyone who isn't a software developer, this is a new paradigm with computers. Hell even for me as a software dev it's pretty different. Like I'm not asking Google to find me info that I can then read and grok, I'm asking something like ChatGPT…
Re: AI: First New UI Paradigm in 60 Years?
#28> Summary: AI is introducing the third user-interface paradigm in computing history, shifting to a new interaction mechanism where users tell the computer what they want, not how to do it — thus reversing the locus of control. Like every query language ever. I'm not sure the distinction between things we are searching for and things we're actively making is as different as the author thinks.
In your view, then, is AI best described as an incremental improvement over (say) SQL in terms of the tasks it enables users to complete?
Re: AI: First New UI Paradigm in 60 Years?
#29> With this new UI paradigm, represented by current generative AI, the user tells the computer the desired result but does not specify how this outcome should be accomplished. This doesn't seem like a whole new paradigm, we already do that. When I hit the "add comment" button below, I'm not specifically instructing the web server how I want my comment inserted into a database (if it even is a database at all.) This i…
SQL errors if you don’t write in very specific language. These new AIs will accept anything and give it their best shot.
Re: AI: First New UI Paradigm in 60 Years?
#30Not sure I would lump command line interfaces from circa 1964 with GUIs from 1984 through to the present, all in a single "paradigm". That seems like a stretch.