←back to thread

193 points yaoke259 | 2 comments | | HN request time: 0.403s | source
Show context
yaoke259 ◴[] No.45025435[source]
Seems like some people are confused by the design decisions of using React/Svelte/Vue and using it at runtime. The use case I had in mind was LLM interaction, which you can try in the Chat Demo (running a real llm btw!). LLMs require secure, runtime, and minimal DSL to generate interactivity, hence markdown-ui.
replies(3): >>45025847 #>>45027190 #>>45029966 #
1. mike_hearn ◴[] No.45025847[source]
It's very cool and the fact it has a spec is the icing on the cake. There could easy be implementations for other runtimes. Probably, given the spec, an LLM could generate such an implementation.
replies(1): >>45025919 #
2. yaoke259 ◴[] No.45025919[source]
thanks!