How I Design with AI

(ref.tools)

16 points | by reactiverobot 2 hours ago

6 comments

  • seizethecheese 1 hour ago
    The 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.
  • yipinwong 1 hour ago
    This feels like it can be a "skill" :)

    Anyways, one thing to point out is the "constraints". Constraints are something you cannot change (and AI should abide to it).

    I liked the fact that the author used "add" or "remove", and not used "modify/update" because constraints should be added or removed only unlike non-functional requirements, which can be modified.

    ---

    The author's recommneded book "Notes on the Synthesis of Form" looks cool (will check it out)

  • Vishal_Max 1 hour ago
    Thanks for sharing this, mate.

    Lately, I’ve been trying to design some websites completely using AI as side projects, and all I’ve gotten is disappointment at how AI-ish the websites can look and how easily people get repelled just by seeing them.

  • Gualdrapo 1 hour ago
    This kinda sounds like so-called "design thinking" but with ai and extra steps
  • firemelt 1 hour ago
    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

    • yipinwong 1 hour ago
      The author's way is more bespoke (and less aislop path), so if you are not familiar with web design, you might get lost.

      Since you gotta start somewhere, If you are prototyping without web design experience, navigite to https://getdesign.md/ and find ones you like and make AI use it.

    • samtimalsina 1 hour ago
      Had some success with https://impeccable.style/
      • yipinwong 1 hour ago
        This seems like a good next step. ty for sharing as first time seeing it.
  • esafak 1 hour ago
    My pain point is that design tools imitate Figma in using JSON to represent the design, which originates in JS, but without rendering it into HTML and CSS to get a pixel perfect representation. Instead, the MCP imagines what the JSON will be, and it is never perfect.

    So the existing tools can't even go in one direction accurately. None of them let you edit the 'rendered' visual and reflect it accurately back to code, or sync with Figma.

    There is money to be made.