List पर वापस जाएँ
📚Resources

Stop making AI write JSON - Why we built OpenUI

Thesys Engineering Team
2026-04

परिचय

Generative UI के लिए JSON trees से आगे जाने के कारणों पर OpenUI का official engineering लेख। यह interactive agent-generated interfaces की runtime requirements बताता है, समझाता है कि stateful UI में nested JSON क्यों fragile हो जाता है, और model-generated UI के लिए streaming-first भाषा OpenUI Lang पेश करता है।

सारांश

OpenUI का design argument:

1. Interactive runtime focus: state, live data, mutations और follow-up edits को target करता है
2. JSON tradeoff: बताता है कि schema-heavy JSON को maintain करना LLMs के लिए कहां कठिन होता है
3. Streaming-first language: OpenUI Lang progressive rendering और patching के लिए design की गई है
4. Execution split: UI एक बार generate होता है, फिर हर click को LLM से गुजारे बिना चलता है
5. Implementation depth: आधुनिक GenUI framework design की सबसे साफ primary-source व्याख्याओं में से एक

Tags

openuiframeworkstreamingopen-sourceengineering
Resource देखें

मिलते-जुलते लेख

📚Resources

Harness4GenUI 2026: Engineering Foundations for Generative UI

Official ASE 2026 workshop dedicated to the software-engineering foundations of Generative UI. Harness4GenUI frames dynamic interfaces as runtime systems and organizes work around stable context models, UI schemas, rendering contracts, testing, observability, safety, and governance rather than generation quality alone.

genuiharness-engineeringsoftware-architecture
लेखक ASE 2026 · 2026-10
Resource देखें
📚Resources

ggui: A Generative Interface Runtime over MCP

Apache-2.0 protocol and reference runtime for generating ephemeral, interactive interfaces from natural-language agent requests over MCP. ggui includes a self-hosted server, schema-negotiated render contracts, MCP Apps host helpers, bidirectional user events, reusable blueprints and gadgets, and runnable integrations for Claude, OpenAI Agents SDK, and Google ADK.

generative-uimcp-appsruntime-protocol
लेखक ggui contributors · 2026-08
Resource देखें
📚Resources

moi: An Agent-Generated Personal Software Workspace

Source-available local workspace where AI agents build and reshape persistent UI around a user's project. moi gives Claude Code, Codex, OpenClaw, and Hermes a skill-driven interface for creating live widgets, dashboards, canvases, and full views wired to files, commands, APIs, databases, and MCP servers, with the generated software stored in the workspace filesystem.

generative-uiagent-workspacedynamic-widgets
लेखक Alexey Taktarov · 2026-08
Resource देखें

Generative UI resources का curated संग्रह।

बनाया गया ❤️ community द्वारा