
Ethan
702 posts

Ethan
@ethankongee
Building Moltmon — open-source AI todo list where AI helps you break down work and actually finish it



Jensen Huang: "If that $500,000 engineer did not consume at least $250,000 worth of tokens, I am going to be deeply alarmed. This is no different than a chip designer who says 'I'm just going to use paper and pencil. I don't think I'm going to need any CAD tools.'"





Most gen-UI approaches stream text into a chat bubble. OpenUI by @thesysdev does something different: the agent writes a program in "openui-lang", and a Renderer turns it into a real React component tree with cards, charts, tables, tabs, forms 🎨 The trick is hoisting: root = Stack([header, kpis, chart]) is written first so the page shell appears immediately, then each section fills in as the model defines it. Zero layout shift. Full progressive render 💪 Purpose-built for data-rich reports and dashboards where the model is both analyst and UI designer.





















