this post was submitted on 17 Apr 2025
77 points (95.3% liked)

Programmer Humor

39542 readers
51 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lukecooperatus@lemmy.ml 2 points 8 months ago (1 children)

There are a ton of great UI libraries available, many with bindings for whatever our preferred languages are. We don't need an LLM for any of that.

[โ€“] yogthos@lemmy.ml 2 points 8 months ago

The LLM is what I use to build the specific UI using the components from these great UI libraries. There's practically no logic involved here, it's just handling layout for components and hooking up events. It's fantastic to be able to take a JSON payload from an endpoint throw it at a model and get a reasonable UI in seconds.