←back to thread

193 points yaoke259 | 2 comments | | HN request time: 0.498s | source
1. 0points ◴[] No.45026066[source]
The whole point of a build step here would be to _AVOID_ runtime rendering.

To me this just reads like not getting the point.

replies(1): >>45026516 #
2. hombre_fatal ◴[] No.45026516[source]
Well, they want to be able to parse and render on the fly. Their chat example is a good example of this, linked from the navbar where the LLM is instructed to use their DSL and they can render UI from it which is an interesting application.