Ask HN: How do you employ LLMs for UI development?
1–10 of 67 posts
Re: Ask HN: How do you employ LLMs for UI development?
#22/ Use a common React component library such as Radix UI (don't reinvent the wheel)
3/ Avoid inventing new UI patterns.
4/ Use Storybook so you can isolate all custom UI elements and test/polish them in all states
5/ Develop enough taste over the years of what is good UI to ask CC/Codex to iterate on details that you don't like.
Re: Ask HN: How do you employ LLMs for UI development?
#3https://github.com/anthropics/skills/tree/main/skills/fronte...
Re: Ask HN: How do you employ LLMs for UI development?
#4I can say "add a status strip to the form with blah blah" and it will work perfectly. However if I ask for something like "a modern UI for gathering customer details" I'm guaranteed to get a pile of shit.
Re: Ask HN: How do you employ LLMs for UI development?
#5Re: Ask HN: How do you employ LLMs for UI development?
#6For a more targeted fine tuning of the UI I also started using Agentation https://github.com/benjitaylor/agentation if I'm working on React-based app
Re: Ask HN: How do you employ LLMs for UI development?
#7Helps me a lot, although it is very new. Not affiliated
Re: Ask HN: How do you employ LLMs for UI development?
#8Re: Ask HN: How do you employ LLMs for UI development?
#9Try http://mockdown.design/ Helps me a lot, although it is very new. Not affiliated
Re: Ask HN: How do you employ LLMs for UI development?
#10“Vibe” with vanilla HTML/CSS/JS. Surprisingly good at making the first version functional. No build step is great for iteration speed.
“Serious” with Go, server side template rendering and handlers, with go-rod (Chrome Devtools Protocol driver) testing components and taking screenshots. With a a skill and some existing examples it crunches and makes good tested components. Single compiled language is great for correctness and maintenance.