Live data from Hacker News

I design with Claude more than Figma now

blog.janestreet.com

21–30 of 292 posts

Re: I design with Claude more than Figma now

#21

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…

Why not ask Claude design to write a document fully specifying the prototype?

Re: I design with Claude more than Figma now

#26

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…

old way that was clunky, long feedback cycles and gate keeping UI

no thanks. BE boys do FE now

Re: I design with Claude more than Figma now

#27
post #8

I think Jane Street is an Anthropic investor, so take it fwiw.

Most are. Some are paid for.

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

#28
post #20

Earlier 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 between some old family history and recent US politics, I think there are other things I'd rather reserve the weighty word "cult" for... However, should it arise, one of the features that might convince me is this:

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

#30
Honestly, I'm not really pro or anti llm and I think there are a ton of limitations for using it to generate code, but UI has been probably the only thing I've been able to vibe code. It helps that I've done a lot of UI work over the years, but I think the combination of defects being easily visible through normal usage, the UI being a non-critical component of a system (bugs don't cause vulns or data corruption (usually), combined with the amount of churn that UI's see, make it a somewhat uniquely good candidate for vibe coding. Also a lot of UI toolkits are declarative, and I think language models do much better with declarative code.

In 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.

Post reply on HN