Earlier quoted context omitted.
All right, here's a statement: your designers won't even know when the code is wrong. Just because it compiles it doesn't mean it's fine. They lack code judgment in the same way your coders lack design judgment.
It's very easy to know when code is wrong: it doesn't work the way it's expected to. So you explain to the AI what's wrong and the AI fixes it.
Thoughts and feelings around Claude Design
41–50 of 253 posts
Re: Thoughts and feelings around Claude Design
#42Earlier quoted context omitted.
So your designers debug your React code now when the AI messes up?
In my opinion this should have always been the case. All designers should be able to code and do html/css. It's the medium of design.
Re: Thoughts and feelings around Claude Design
#43Basic web development is completely over, and will be automated end to end, product, ux, design, and the code. I have a complicated nextjs webapp, and I havent had to write front end code in six-nine months now.
Re: Thoughts and feelings around Claude Design
#44Re: Thoughts and feelings around Claude Design
#45Re: Thoughts and feelings around Claude Design
#46This design tool space died a long time ago for me when InVision shut down and pivoted to a digital whiteboard. It’s a really difficult space. But the fundamental problem is that it’s hard to get a design system right long-term, especially because it’s so intertwined with your code and whatever component library you use, which is a layer your designer will never touch. I don’t really see Claude Design fixing the fund…
FWIW Claude Code is decent at scaffolding those out if you have a good set of examples for it to work from.
But the argument is that is unneeded as we move forward as making changes and extracting things and such becomes basically "free". I'm not so convinced, but I do see the argument.
Re: Thoughts and feelings around Claude Design
#47And here I am with Claude Code... That so far generated a 2000-line CSS file for a 7000-line app consisting of literally three web pages [1]. Where almost every single color, component, class and style is duplicated at least two times. Where custom classes are fighting with Tailwind classes (yes, there's also Tailwind ON TOP of custom CSS) that are fighting with inline hardcoded style= declarations.
Figma is definitely going to suffer the vibe-coded design slop-app from Anthropic.
[1] 7k lines are almost justified for the functionality in them, and I tried to keep an eye on the code. It's harder to keep an eye on CSS
Re: Thoughts and feelings around Claude Design
#48Earlier quoted context omitted.
So your designers debug your React code now when the AI messes up?
I've been a developer for over 2 decades and I've been using AI in our react codebase for the past 3 months. Outside of some optimizations there's not much a designer couldn't debug through Claude Code. 90% of the industry is toast. I want to be wrong because I'm watching the death of my entire career, but everything I've seen is pointing to this as an inevitability. We are shipping better and more secure code, and d…
Every one of those transitions has resulted in more programmers - though not necessarily the same programmers.
Re: Thoughts and feelings around Claude Design
#49I tried yesterday for about an hour to have Claude design make me a simple logo (just the symbol) and didn’t get anywhere good. I’m sure for certain things like UI it’s great, and so is just Claude code, but this Claude Design thing very much to me feels like a demo and not a product. Maybe one day!
Re: Thoughts and feelings around Claude Design
#50So let me get this straight (Pretend I'm 50, a developer since childhood, but I can't CSS to save my life) are there shops where developers, even front end developers, have to talk to designers who are't just sketching an idea for a logo or landing page, but designers who run this Figma thing and maintain the entire products "design" in some "style database"? And the idea is that these designers - who aren't develope…
lol yes. At least in agency world, a common approach in the last X years has been that designers create entire pixel-perfect, component-based sources-of-truth in Figma (which evolve! they aren't delivered static and complete) -- these are also what the client sees and approves, or at the very least they see branded deck slides that incorporate the Figma designs. Anyways, front end then re-implements from Figma into C…