Most active commenters
  • dang(4)
  • sensanaty(3)
  • superfrank(3)

←back to thread

1481 points sandslash | 48 comments | | HN request time: 2.398s | source | bottom
1. 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 #
2. nbbaier ◴[] No.44315537[source]
I love this concept and would love to know where to look for people working on this type of thing!
3. dpkirchner ◴[] No.44315540[source]
Like a HyperCard application?
replies(1): >>44315736 #
4. karpathy ◴[] No.44315566[source]
Fun demo of an early idea was posted by Oriol just yesterday :)

https://x.com/OriolVinyalsML/status/1935005985070084197

replies(9): >>44315985 #>>44316123 #>>44316264 #>>44316327 #>>44316476 #>>44320938 #>>44321641 #>>44322664 #>>44325125 #
5. cjcenizal ◴[] No.44315572[source]
My friend Eric Pelz started a company called Malleable to do this very thing: https://www.linkedin.com/posts/epelz_every-piece-of-software...
replies(1): >>44323913 #
6. necrodome ◴[] No.44315736[source]
We (https://vibes.diy/) are betting on this
replies(1): >>44317459 #
7. jonny_eh ◴[] No.44315981[source]
An ever-shifting UI sounds unlearnable, and therefore unusable.
replies(4): >>44315991 #>>44316305 #>>44317803 #>>44318703 #
8. aprilthird2021 ◴[] No.44315985[source]
This is crazy cool, even if not necessarily the best use case for this idea
9. dang ◴[] No.44315991[source]
It wouldn't be unlearnable if it fits the way the user is already thinking.
replies(1): >>44316857 #
10. hackernewds ◴[] No.44316123[source]
it's impressive but it seems like a crappier UX? that none of the patterns can really be memorized
11. suddenlybananas ◴[] No.44316264[source]
Having different documents come up every time you go into the documents directory seems hellishly terrible.
replies(1): >>44316580 #
12. 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 #
13. sensanaty ◴[] No.44316327[source]
[flagged]
replies(2): >>44316378 #>>44321619 #
14. danielbln ◴[] No.44316378{3}[source]
Maybe we can collect all of this salt and operate a Thorium reactor with it, this in turn can then power AI.
replies(1): >>44316397 #
15. sensanaty ◴[] No.44316397{4}[source]
We'll need to boil a few more lakes before we get to that stage I'm afraid, who needs water when you can have your AI hallucinate some for you after all?
replies(1): >>44317965 #
16. superfrank ◴[] No.44316476[source]
On one hand, I'm incredibly impressed by the technology behind that demo. On the other hand, I can't think of many things that would piss me off more than a non-deterministic operating system.

I like my tools to be predictable. Google search trying to predict that I want the image or shopping tag based on my query already drives me crazy. If my entire operating system did that, I'm pretty sure I'd throw my computer out a window.

replies(1): >>44317434 #
17. falcor84 ◴[] No.44316580{3}[source]
It's a brand of terribleness I've somewhat gotten used to, opening Google Drive every time, when it takes me to the "Suggested" tab. I can't recall a single time when it had the document I care about anywhere close to the top.

There's still nothing that beats the UX of Norton Commander.

18. 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 #
19. guappa ◴[] No.44316857{3}[source]
AI is not mind reading.
replies(2): >>44318817 #>>44321123 #
20. stoisesky ◴[] No.44316877[source]
This talk https://www.youtube.com/watch?v=MbWgRuM-7X8 explores the idea of generative / malleable personal user interfaces where LLMs can serve as the gateway to program how we want our UI to be rendered.
21. iLoveOncall ◴[] No.44317434{3}[source]
> incredibly impressed by the technology behind that demo

An LLM generating some HTML?

replies(1): >>44319895 #
22. diggan ◴[] No.44317459{3}[source]
Border-line off-topic, but since you're flagrantly self-promoting, might as well add some more rule breakage to it.

You know websites/apps who let you enter text/details and then not displaying sign in/up screen until you submit it, so you feel like "Oh but I already filled it out, might as well sign up"?

They really suck, big time! It's disingenuous, misleading and wastes people's time. I had no interest in using your thing for real, but thought I'd try it out, potentially leave some feedback, but this bait-and-switch just made the whole thing feel sour and I'll probably try to actively avoid this and anything else I feel is related to it.

replies(1): >>44320115 #
23. sotix ◴[] No.44317803[source]
Like Spotify ugh
24. TeMPOraL ◴[] No.44317965{5}[source]
Who needs water when all these hot takes come from sources so dense, they're about to collapse into black holes.
replies(1): >>44318595 #
25. skydhash ◴[] No.44318371{3}[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).
26. sensanaty ◴[] No.44318595{6}[source]
Is me not wanting the UI of my OS to shift with every mouse click a hot take? If me wanting to have the consistent "When I click here, X happens" behavior instead of the "I click here and I'm Feeling Lucky happens" behavior is equal to me being dense, so be it I guess.
replies(1): >>44320639 #
27. 9rx ◴[] No.44318703[source]
Tools like v0 are a primitive example of what the above is talking about. The UI maintains familiar conventions, but is laid out dynamically based on surrounding context. I'm sure there are still weird edge cases, but for the most part people have no trouble figuring out how to use the output of such tools already.
28. NitpickLawyer ◴[] No.44318817{4}[source]
A sufficiently advanced prediction engine is indistinguishable from mind reading :D
29. stuartmemo ◴[] No.44319465[source]
It's probably Jira. https://medium.com/question-park/all-aboard-the-ai-train-b03...
30. superfrank ◴[] No.44319895{4}[source]
At a speed that feels completely seamless to navigate through. Yeah, I'm pretty impressed by that.
replies(1): >>44329689 #
31. necrodome ◴[] No.44320115{4}[source]
Thanks for the benefit of the doubt. I typed that in a hurry, and it didn’t come out the way I intended.

We had the idea that there’s a class of apps [1] that could really benefit from our tooling - mainly Fireproof, our local-first database, along with embedded LLM calling and image generation support. The app itself is open source, and the hosted version is free.

Initially, there was no login or signup - you could just generate an app right away. We knew that came with risks, but we wanted to explore what a truly frictionless experience could look like. Unfortunately, it didn’t take long for our LLM keys to start getting scraped, so the next best step was to implement rate limiting in the hosted version.

[1] https://tools.simonwillison.net/

replies(1): >>44320695 #
32. TeMPOraL ◴[] No.44320639{7}[source]
No. But you interpreting and evaluating the demo in question as suggesting the things you described - frankly, yes. It takes a deep gravity well to miss a point this clear from this close.

It's a tech demo. It shows you it's possible to do these things live, in real time (and to back Karpathy's point about tech spread patterns, it's accessible to you and me right now). It's not saying it's a good idea - but there are obvious seeds of good ideas there. For one, it shows you a vision of an OS or software you can trivially extend yourself on the fly. "I wish it did X", bam, it does. And no one says it has to be non-deterministic each time you press some button. It can just fill what's missing and make additions permanent, fully deterministic after creation.

33. diggan ◴[] No.44320695{5}[source]
My complaint isn't about that you need to protect it with a login/signup, but where in the process you put that login/signup.

Put it before letting people enter text, rather than once they've entered text and pressed the button, and people won't feel mislead anymore.

replies(1): >>44323449 #
34. spamfilter247 ◴[] No.44320938[source]
My takeaway from the demo is less that "it's different each time", but more a "it can be different for different users and their styles of operating" - a poweruser can now see a different Settings UI than a basic user, and it can be generated realtime based on the persona context of the user.

Example use case (chosen specifically for tech): An IDE UI that starts basic, and exposes functionality over time as the human developer's skills grow.

35. dang ◴[] No.44321123{4}[source]
Behavioral patterns are not unpredictable. Who knows how far an LLM could get by pattern-matching what a user is doing and generating a UI to make it easier. Since the user could immediately say whether they liked it or not, this could turn into a rapid and creative feedback loop.
replies(1): >>44325340 #
36. dang ◴[] No.44321619{3}[source]
"Please don't fulminate."

"Don't be curmudgeonly. Thoughtful criticism is fine, but please don't be rigidly or generically negative."

"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

"Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's easier to criticize."

https://news.ycombinator.com/newsguidelines.html

37. superconduct123 ◴[] No.44321641[source]
That looks both cool and infuriating
38. throwaway314155 ◴[] No.44322664[source]
I would bet good money that many of the functions they chose not to drill down into (such as settings -> volume) do nothing at all or cause an error.

It's a fronted generator. It's fast. That's cool. But is being pitched as a functioning OS generator and I can't help but think it isn't given the failure rates for those sorts of tasks. Further, the success rates for HTML generation probably _are_ good enough for a Holmes-esque (perhaps too harsh) rugpull (again, too harsh) demo.

A cool glimpse into what the future might look like in any case.

39. jchrisa ◴[] No.44323449{6}[source]
The generation is running while you login, so this appreciable decreases wait time from idea to app, because by the time you click through the login, your app is ready. (Vibes DIY CEO here.)

If login takes 30 seconds, and app gen 90, we think this is better for users (but clearly not everyone agrees.) Thanks for the feedback!

40. whatarethembits ◴[] No.44323913[source]
I'm curious where this ends up going.

Personally I think its a mistake; at least at "team" level. One of the most valuable things about a software or framework dictating how things are done is to give a group of people a common language to communicate with and enforce rules. This is why we generally prefer to use a well documented framework, rather than letting a "rockstar engineer" roll their own. Only they will understand its edge cases and ways of thinking, everyone else will pay a price to adapt to that, dragging everyone's productivity down.

Secondly, most people don't know what they want or how they want to work with a specific piece of software. Its simply not important enough, in the hierarchy of other things they care about, to form opinions about how a specific piece of software ought to work. What they want, is the easiest and fastest way to get something done and move on. It takes insight, research and testing to figure out what that is in a specific domain. This is what "product people" are supposed to figure out; not farm it out to individual users.

replies(1): >>44324654 #
41. swader999 ◴[] No.44324654{3}[source]
You bake those rules into the folders in a Claude.md file and it becomes it's guide when building or changing anything. Ubiquitous language and all that Jazz.
42. asterisk_ ◴[] No.44325125[source]
I feel like one quickly hits a similar partial observability problem as with e.g. light sensors. How often do you wave around annoyed because the light turned off.

To get _truly_ self driving UIs you need to read the mind of your users. It's some heavy tailed distribution all the way down. Interesting research problem on its own.

We already have adaptive UIs (profiles in VSC anyone? Vim, Emacs?) they're mostly under-utilized because takes time to setup + most people are not better at designing their own workflow relative to the sane default.

43. kevinventullo ◴[] No.44325340{5}[source]
So, if the user likes UI’s that don’t change, the LLM will figure out that it should do nothing?

One problem LLM’s don’t fix is the misalignment between app developers’ incentives and users’ incentives. Since the developer controls the LLM, I imagine that a “smart” shifting UI would quickly devolve into automated dark patterns.

replies(1): >>44332697 #
44. iLoveOncall ◴[] No.44329689{5}[source]
Read the code that is actually being generated. It's only the content of the page, which itself is loaded progressively.

It takes 2 seconds to generate an extremely basic 300 characters page of content. Again, what is impressive here?

It's not fast, it gives the illusion of being fast.

replies(1): >>44334635 #
45. dang ◴[] No.44332697{6}[source]
A user who doesn't want such changes shouldn't be subjected to them in the first place, so there should be nothing for an LLM to figure out.

I'm with you on disliking dark patterns but it seems to me a separate issue.

46. superfrank ◴[] No.44334635{6}[source]
I know what it's doing and I'm impressed. If you understand what it's doing and aren't impressed, that's cool too. I think we just see things differently and I doubt either of us will convince the other one to change their mind on this
47. bicepjai ◴[] No.44342581[source]
What is the mess you are referring with regards to Jupyter notebooks ?
replies(1): >>44349261 #
48. semi-extrinsic ◴[] No.44349261{3}[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.