anyone know how to design webapp effectively using claude design? because I feel always end up with similar web designs everytime I tell claude to revamp my web app
How I Design with AI
11–13 of 13 posts
Re: How I Design with AI
#12anyone know how to design webapp effectively using claude design? because I feel always end up with similar web designs everytime I tell claude to revamp my web app
To give more details, the designer created the system in Figma and created a guideline document for a human to follow on how to use the system. I then gave those files to Claude Fable using Claude Design to turn it into code.
Then when I need to do anything design-related in the project, I make Claude follow the system. And I can use the guidelines to see if it’s following everything correctly or not.
Re: How I Design with AI
#13The insight about agents loving to add stuff is spot on for more than just design. They'll do this for technical architecture, adding unnecessary guards, complexity to cover irrelevant edge cases. They'll do this for writing too, unnecessary caveats, clarifications, etc.
> This should be very familiar because agents do exactly the same thing in code and plans. They love belt-and-suspenders, wrapping an extra try-catch or re-implementing the same utility over and over.