121 points by FabianCarbonara 2 days ago | 58 comments | View on ycombinator
zeroq 1 day ago |
pbkhrv 1 day ago |
joelres 1 day ago |
I think the key decision for someone implementing a flexible UI system like this is the required level of expressiveness. To me, the chief problem with having agents build custom html pages (as another comment suggested) is far too unconstrained. I've been working with a system of pre-registered blocks and callbacks that are very constrained. I quite like this as a middleground, though it may still be too dynamic for my use case. Will explore a bit more!
realrocker 1 day ago |
I have been working on something with a similar goal:
tantalor 1 day ago |
eightysixfour 1 day ago |
z3ugma 1 day ago |
````assistant
<Short Summary title>
gemini/3.1-pro - 20260319T050611Z
Response from the assistant
````
with a similar block for tool calling This can be parsed semantically as part of the conversation but also is rendered as regular Markdown code block when needed
Helps me keep AI chats on the filesystem, as a valid document, but also add some more semantic meaning atop of Markdown
theturtletalks 1 day ago |
I’m building an agentic commerce chat that uses MCP-UI and want to start using these new implementations instead of MCP-UI but can’t wrap my head around how button on click and actions work? MCP-UI allows onClick events to work since you’re “hard coding” the UI from the get-go vs relying on AI generating undertemistic JSON and turning that into UI that might be different on every use.
mncharity 1 day ago |
[1] https://github.com/FabianKuebler/fenced/blob/main/packages/l...
Surac about 18 hours ago |
smahs 1 day ago |
appveyor 1 day ago |
Lws803 1 day ago |
mncharity 1 day ago |
iusethemouse 1 day ago |
itmitica about 24 hours ago |
undefined 1 day ago |
sanjosanjo about 12 hours ago |
4ndrewl 1 day ago |
nthypes 1 day ago |
dominotw 1 day ago |
undefined 2 days ago |
kevindo9x19 1 day ago |
AiStockAgent62 1 day ago |
ayeteas54 1 day ago |
YANGBOKEE56 1 day ago |
ZakDavydov30 1 day ago |
wangmander 1 day ago |
It embodies the whole idea of having data, code and presentation at the same place.
If you're open for contributions I already have an idea for cascading styles system in mind.