Remix.run Logo
hemc4 2 hours ago

Even for the large products, figma is not the starting point for new concepts anymore. I start with a quick prototype on dev environment and then share it with designer for further improvements in figma or in the app itself. With every new model or agent improvement, going back to figma for polishing the ui is decllinig. If we can find a way to keep the frontend code static templates without complex logic, need for this polishing in figma will go away completey as llms can understand it one context window. With the modern frameworks designed for client side rendering, keeping everything in one context is still tricky.

saaspirant 2 hours ago | parent [-]

I use LLMs to design things and build wireframes. Product people can actually play with the wireframes and it's trivial to implement changes. And same LLM generated files can be used to guide the LLM to build the actual pages too.