We are doing this on my team (I am the frontend engineer) and honestly I really miss the old way of doing things. Written specifications are being reduced in favor of these working prototypes, and now there’s this extra cognitive burden of reading the code and trying to determine what were the intended changes, and what’s the slop that needs to be tossed aside. We also have to figure out, should we take over this gen…
I design with Claude more than Figma now
21–30 of 292 posts
Re: I design with Claude more than Figma now
#22Re: I design with Claude more than Figma now
#23Re: I design with Claude more than Figma now
#24Re: I design with Claude more than Figma now
#25Re: I design with Claude more than Figma now
#26We are doing this on my team (I am the frontend engineer) and honestly I really miss the old way of doing things. Written specifications are being reduced in favor of these working prototypes, and now there’s this extra cognitive burden of reading the code and trying to determine what were the intended changes, and what’s the slop that needs to be tossed aside. We also have to figure out, should we take over this gen…
no thanks. BE boys do FE now
Re: I design with Claude more than Figma now
#27I think Jane Street is an Anthropic investor, so take it fwiw.
I'm not saying AI isn't a good tool. However the less you understand what you're using and what you're doing the further you stand to geopardize the business you're working for.
Re: I design with Claude more than Figma now
#28Earlier quoted context omitted.
The whole HN is one huge AI ad now.
It's a cult. And frankly, I am not interested in churches or cults.
In the name of "loyalty" or "faith" cults require members to burn their bridges, actively cutting off their own potential to escape to any other social support network. That may mean creating enemies out of former associates, humiliating rituals or blackmail material, or simply ruining their reputations through obvious lies.
Re: I design with Claude more than Figma now
#29Do you not pay for Claude?
Re: I design with Claude more than Figma now
#30In a way it's not much different from copy-pasting components from templates or whatever, just with more customisability. And for stuff that isn't HTML-based like React it does worse. It's also not great at building component libraries, I still write those myself with little LLM involvement, but that makes sense because the architecture is actually relevant with that, unlike generating CSS and xml-derived components, which is mostly just declarative templating anyways.
I've had decent success writing the core logic myself and then delegating the UI to AI. I think if I didn't write the core logic it would not work very well, but since it's designed well by myself the AI has a much smaller scope to work in which constrains it enough where vibe coding works. Pretty cool.