←back to thread

1481 points sandslash | 2 comments | | HN request time: 0.442s | 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 #
semi-extrinsic ◴[] No.44316784[source]
Humans are shit at interacting with systems in a non-linear way. Just look at Jupyter notebooks and the absolute mess that arises when you execute code blocks in arbitrary order.
replies(1): >>44342581 #
1. bicepjai ◴[] No.44342581[source]
What is the mess you are referring with regards to Jupyter notebooks ?
replies(1): >>44349261 #
2. semi-extrinsic ◴[] No.44349261[source]
If you run cells out of order, you get weird results. Thus you have efforts like marimo which replace jupyter with something that reruns all dependent cells.