←back to thread

1480 points sandslash | 1 comments | | HN request time: 0.208s | source
Show context
hgl ◴[] No.44315520[source]
It’s fascinating to think about what true GUI for LLM could be like.

It immediately makes me think a LLM that can generate a customized GUI for the topic at hand where you can interact with in a non-linear way.

replies(8): >>44315537 #>>44315540 #>>44315566 #>>44315572 #>>44315981 #>>44316784 #>>44316877 #>>44319465 #
jonny_eh ◴[] No.44315981[source]
An ever-shifting UI sounds unlearnable, and therefore unusable.
replies(4): >>44315991 #>>44316305 #>>44317803 #>>44318703 #
OtherShrezzing ◴[] No.44316305[source]
A mixed ever-shifting UI can be excellent though. So you've got some tools which consistently interact with UI components, but the UI itself is altered frequently.

Take for example world-building video games like Cities Skylines / Sim City or procedural sandboxes like Minecraft. There are 20-30 consistent buttons (tools) in the game's UX, while the rest of the game is an unbounded ever-shifting UI.

replies(1): >>44318371 #
1. skydhash ◴[] No.44318371[source]
The rest of the game is very deterministic where its state is controlled by the buttons. The slight variation is caused by the simulation engine and follows consistent patterns (you can’t have building on fire if there’s no building yet).